@charset "UTF-8";
/* Page style CSS */


.stageL{
	float: left;
}
.stageR {
	float: right;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.w100 img {
	width: 100%;
}
.tCenter {
	text-align: center;
}


.linkPat1 a:link {text-decoration: none;}
.linkPat1 a:visited {text-decoration: none;}
.linkPat1 a:hover {text-decoration: underline;}
.linkPat1 a:active {text-decoration: underline;}

.linkPat2 a:link {color:#333333;}
.linkPat2 a:visited {color:#333333;}
.linkPat2 a:hover {color:#333333;}
.linkPat2 a:active {color:#333333;}

.linkPat3 a:link {color:#ff6600;}
.linkPat3 a:visited {color:#ff6600;}
.linkPat3 a:hover {color:#ff6600;}
.linkPat3 a:active {color:#ff6600;}


#main {
	padding-top: 1px;
	border-top: 1px #b76868 solid;
}
#main .p1 {
	height: 35px;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	background: url(/smp/common/images/main_bg_01.png) repeat-x left top;
	background-size: 1px 35px;
}
#main .p2 {
	height: 30px;
	margin-bottom: 5px;
	padding: 1px 0 5px;
	background: url(/smp/common/images/main_bg_01.png) repeat-x left bottom;
	background-size: 1px 35px;
	border-top: 1px #b76868 solid;
	text-align: center;
}

#contacts {
	padding-top: 10px;
	margin-bottom: 13px;
	/* border-top: 1px #616633 solid; */
}
#contacts ul {
	margin-bottom: 6px;
}
#contacts ul li {
	margin-bottom: 10px;
}
#contacts ul li:last-child {
	margin-bottom: 0;
}
#contacts p:first-of-type {
	margin-bottom: 15px;
}
#contacts p:nth-of-type(2) {
	padding-left: 22px;
	display: inline;
	font-size: 14px;
	background: url(/smp/common/images/contacts_bg_01.png) no-repeat left center;
	background-size: 18px 13px;
	color: #ff6600;
}
