@charset "UTF-8";

/************************************************************
reset
************************************************************/
* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}

ol, ul, li {
	list-style-type: none;
}


/************************************************************
common
************************************************************/
html,body {
	height: 100%;
	position: relative;
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	background-color: #090701;
	line-height: 1.6em;
	background-position: top center;
	background-repeat: repeat;
	color: #ffffff;
}

h1 {
	width: 260px;
	height: 20px;
	margin-top: 10px;
	float: left;
	margin-right: 30px;
}


h3 {
    width: 225px;
}

/*************************************************
 clearfix
**************************************************/
.clearfix:after {
    content: ""; 
    display: block; 
    clear: both;
}

/*************************************************
 header
**************************************************/
#header {
	width: 100%;
	height: 40px;
    background-color: #665a1a;
	margin-bottom: 40px;
}

#header-inner {
	width: 960px;
	margin: 0 auto;
}

#header-inner p {
	line-height: 40px;
	color: #FFFFFF;
	font-size: 12px;
}

/*************************************************
 main
**************************************************/

#main {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 50px;
}


#containerA {
	margin-bottom: 60px;
}

#containerA img {
	margin-bottom: 10px;
}

#containerA h2 {
    width: 930px;
	height: 45px;
	line-height: 45px;
	background-color: #665a1a;
	background: linear-gradient(to bottom, #c1ab05, #332d0d);
	background: -moz-linear-gradient(top, #c1ab05, #332d0d); /* mozilla */
	background: -webkit-gradient(linear, center top, center bottom, from(#c1ab05), to(#332d0d)); /* Webkit */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c1ab05', endColorstr='#332d0d'); /* IE5.5以上 */
	color: #eeeeee;
	padding: 10px;
	font-size: 2em;
	padding-left: 20px;
	margin-bottom: 20px;
}

#containerA p{
	font-size: 1.2em;
	line-height: 1.6em;
}



#containerB {
	margin-bottom: 20px;
}


#containerB li {
	width: 225px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}


#containerB li.last {
	width: 225px;
	float: left;
	margin-right: 0;
	overflow: hidden;
}

#containerB img {
	text-align: center;
	margin-bottom: 10px;
}

#containerB h3 {
	width: 215px;
	color: #c1ab05;
	margin-bottom: 5px;
}

#containerB a {
	text-decoration: none;
	color: #c1ab05;
}

#containerB p a {
	text-decoration: none;
	color: #ffffff;
}

#containerB a:hover img {
    opacity: 0.7; 
    filter: alpha(opacity=70); 
    -moz-opacity: 0.7;
}


#containerC {
	margin-bottom: 60px;
}

#containerC img {
	margin-bottom: 10px;
}

#containerC h2 {
    width: 930px;
	height: 25px;
	line-height: 30px;
	background-color: #665a1a;
	background: linear-gradient(to bottom, #b8960b, #332d0d);
	background: -moz-linear-gradient(top, #b8960b, #332d0d); /* mozilla */
	background: -webkit-gradient(linear, center top, center bottom, from(#b8960b), to(#332d0d)); /* Webkit */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b8960b', endColorstr='#332d0d'); /* IE5.5以上 */
	color: #eeeeee;
	padding: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
}

#containerC a {
	text-decoration: none;
	color: #ffffff;
}

#containerC p{
	font-size: 1.2em;
}



/*************************************************
 footer
**************************************************/
#footer {
	width: 100%;
	height: 40px;
    background-color: #665a1a;
}

#footer-inner {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#footer-inner img {
	margin-top: 15px;
	color: #FFFFFF;
}