@charset "UTF-8";
/* CSS Document */

/*
///////////////////////
///// TOP 
///////////////////////
*/

#topContainer {
width: 800px;
margin: 0 auto;
padding: 0;
height: 380px;
min-height: 380px;
}

#topContainer img {
border: none;
margin: 0 auto;
padding: 0;
}

#topWrapper {
background: url(../imgs/topContentsBg.jpg) #1f1f1f top center no-repeat;
width: 770px;
margin: 0 auto;
padding: 20px 15px;
text-align: left;
}

		#topWrapper:after {
		content: ".";
		display: block;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both;
		visibility: hidden;
		}
		
		/* mac \*//*/
		*html #topWrapper {
		height: 500px;
		}
		/* mac */
		

/* TOP NEWS */

#topNewsLeft {
float: left;
width: 395px;
color: #fff;
margin: 10px 0 0 10px;
}

/* macIE除外 \*/
* html #topNewsLeft {margin-left:5px;}
/* これ以降Mac IE 5以外にも適用される */

/* mac \*//*/
#topNewsLeft {padding-top: 10px;}
/* mac */


.topNews {width: 395px; color: #ccc; text-align: left;}
.topNews p {font-size: 80%; margin: 5px 0 10px 0; line-height: 150%;}
.topNews img { margin-bottom: 10px; border: none;}
.topNews h2 {padding: 5px; background-color: #001429; color: #fff; font: 100% bold;}
.topNews h2 a {color: #fff;}

.topNews dl{font-size: 80%; line-height: 150%; color:#ccc; margin: 5px 0 10px 0;}
.topNews dl dt {float: left;}
.topNews dl dd {margin-left: 5em;}


.topNews2 {width: 395px; color: #ccc; text-align: left;}
.topNews2 p {font-size: 80%; margin: 5px 0 10px 0; line-height: 150%;}
.topNews2 img { margin-bottom: 10px; border: none;}
.topNews2 h2 {padding: 5px; background-color: #001429; color: #fff; font: 100% bold;}
.topNews2 h2 a {color: #fff;}

.topNews2 dl{font-size: 80%; line-height: 150%; color:#ccc; margin: 5px 0 10px 0;}
.topNews2 dl dt {float: left;}
.topNews2 dl dd {margin-left: 11em;}

.topNews2 span { color: #cccc00; font-weight: bold; }

#topNewsRight {
width: 340px;
float: right;
}

#topNewsRight .bnrBtn { margin-bottom: 10px; }

.topPv {
width: 340px;
margin-bottom: 10px;
border: none;
}

.topPv p {
color: #999;
font-size: 80%;
text-align: right;
margin-top: 5px;
}

.topAtt {
width: 340px;
margin-bottom: 10px;
border: none;
}

.topAtt p {
color: #666;
font-size: 70%;
line-height: 150%;
text-align: left;
margin-top: 10px;
}

.topAtt a {color: #ddd; text-decoration: none;}