@charset "UTF-8";
@import url("reset.css");
@import url("base.css");

/***********************************************

		Contact

************************************************/

form .tbl td ul li {
	background : none !important;
	display :inline;
	padding-right:10px;
	margin-left : 0px !important;
	padding-left : 0px !important;	
	margin-bottom:10px;
}
form .tbl td ul li input {
	margin-right:5px;
}
.err {
	background-color : #FA9A97
	
}
.red,.err_text {
	color : #C00;	
}

.text {
	width : 50%;	
}
.mail {
	width : 50%;	
}

.adr {
	width : 50%;	
}

.sonota {
	width : 60%;
}

select {
	margin-bottom : 5px;	
	padding:5px 10px;	
}
option {
	padding:5px 10px;	
}

input {
	padding:3px;	
}
textarea {
	padding:3px;
	width:98%;
}

.err_ms {
	padding : 0px 10px 15px 20px;
	color : #C00;
	font-weight:bold ;	
}

.thanks {
	padding : 20px 10px 10px 10px;	
}
.thanks h2 {
	font-size : 170%;
	padding-bottom : 10px;
	line-height: 125%;
}
.thanks p {
	padding : 20px 10px 20px 10px;
}
.conf {
text-align : center;	
}
.conf li {
	display :inline;
	margin-right : 10px;	
}



#cat_pro_box ul {
	padding : 0px 10px;
	overflow:hidden;
	_zoom :1;
	clear : both;
	margin-bottom : 20px;
}

#cat_pro_box li{
	float : left;
	width:165px;
	display : inline;
	margin : 0px 5px 15px 5px;
}


/***********************************************

		Privacy Policy

************************************************/

.privacy h2 {
	font-size : 170%;
	padding-bottom : 10px;
	line-height: 125%;
}
.privacy p {
	padding : 0px 10px 20px 10px;
	border-bottom : 1px dotted #666;
	margin-bottom: 20px;
}

.privacy ol {
	padding-bottom : 20px;
	border-bottom : 1px dotted #666;
	margin-bottom: 20px;
}

.privacy ol li {
	margin-left :30px;
	list-style-type: decimal;
}

/***********************************************

		Site Map

************************************************/
.site h2{
	padding-bottom : 20px;
	padding-left : 10px;
	
}

.site h2 a {
	color : #333 !important;
	text-decoration : none !important;
}
.site h2 a:hover {
	color :#768BD9 !important;
	text-decoration : underline !important;
}

.site h3 {
	margin-left:60px;
	margin-bottom: 15px;
}

.site ul {
	padding-left : 120px;
	padding-bottom : 20px;	
}
.site ul li {
	padding-right : 10px;	
	display : inline;
}

.site_border {
	border-bottom:1px dotted #666;
	margin-bottom : 20px;
}