@charset "UTF-8";

#title { width:100%; min-width: 1000px; text-align:center; background: url(../images/title.jpg) no-repeat center; background-size: cover;}
	#title p { display: block; width: 960px; height: 80px; padding:10px 20px; margin: 0 auto; font-size: 12px; line-height: 20px; text-align: left; color: #666; background-repeat: no-repeat; background-position: center;}
	#title a {padding:0 10px; color:#666; text-decoration:none;}
		#title a:hover {color:#963033; text-decoration:underline;}
		#title strong {padding:0 10px; color:#666; font-weight:normal;}

#layout { width:100%; min-width: 1000px; text-align:center; }
	.layout {width: 960px; overflow: hidden; padding:20px 20px; margin: 0 auto; text-align: left;}
	.layout:after { content:""; display:block; width: 100%; height:1px; clear:both; font-size:1px; line-height:1px; overflow:hidden;}

h2.title { display: block; width:900px; padding:40px 30px 4px 30px; margin: 0; font-size:16px; text-align: left; color:#333;}
	h2.title:before { display: block; content:""; background:#963033; width: 16px; height: 4px; float: left; margin:12px 0 0 -30px ; }
