@charset "shift_jis";
/*CSS Document

/*テキストカラー初期設定*/

body{
	color:#666666;
	text-align:center;
	
}
a{
	color:#2255cc;
	text-decoration:none;
	
}
a:hover{
	color:#FF9900;
	text-decoration:none;
	
}

/*テキストカラー初期設定エンド*/



*{
	margin:0; padding:0;
}
img{
	border:0;
}
a img{
	border:0;
}

table,div{
	margin:auto;
	
}

/*フォントサイズ調整*/
body {
    font-size: 12px; /* モダンブラウザ */
    *font-size: 80%; /* IE 7 */
    *font: 80%; /* IE 6以下 */
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	
	margin:0 auto 0 auto;
	text-align:center;
}

p,th,td,li{
	font-size:12px;
	*font-size:90%;
	*font:90%;
	
}


/***見出しタグ***/
h1{	font-size:24px;
	color:#000000;
	text-indent:24px;
	vertical-align:top;
	width: auto;
	height:50px;
	line-height:50px;
	margin:0px 0 10px 0px;
	padding-left: 0px;
    border: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #ffffff;
	
}
h2{
	font-size:18px;
	color:#3366cc;
	text-indent:10px;
	vertical-align:top;
	width: auto;
	height:30px;
	line-height:30px;
	margin:0px 0 10px 0px;
	padding-left: 0px;
    border: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #3366cc;
	
}

h3{
	font-size:12px;
	color:#ffffff;
	text-indent:12px;
	vertical-align:top;
	font-weight:normal;
	margin:2px 0px 3px 0px;
	padding-left:0px;
	
}
h4{
	margin:0px 0 5px 0px;
	font-size:15px;
	padding-bottom: 2px;
	text-indent:11px;
	height:25px;
	line-height:25px;
	vertical-align:top;
	color:#000000;
    border: dotted;
    border-width: 0px 0px 1px 0px;
    border-color: #cccccc;
	
}
h5{
	font-size:13px;
	font-weight:normal;
	line-height:30px;
	text-indent:13px;
	margin:-7px 0 5px 0px;
	padding-right: 40px;
	padding-bottom: 2px;
	
}
h6{
	font-size:14px;
	color:#333333;
	text-indent:14px;
	vertical-align:top;
	font-weight:normal;
	margin:1px 0px 3px 0px;
    border: dotted;
    border-width: 0px 0px 1px 0px;
    border-color: #cccccc;
	
}

.obj{
	margin:0 6px 0 6px;
	
}
.obj p{
	line-height:160%;
	margin:0 0 12px 0;
	
}

.CNT{
	text-align:center;
}
.R{
	text-align:right;
}
.L{
	text-align:left;
}


li{
    float: left;
}

/**レイアウト**/


#text_left{
	margin-left:50px;
	text-align:left;
}

#head{
	width:960px;
	height:75px;
    overflow:hidden;
    margin-top: 45px;
    margin-bottom: 10px;
    z-index: 5;
	
}

#head:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;	
}

#mainlogo{
	width:180px;
	height:75px;
       float: left;
}


#menulist{
	width: 760px;
	height:75px;
       float: right;
	padding-right: 20px;
}


#menulist li{
    float: right;
    display: inline;
}
#menulist li a{
	padding-left: 0px;
    display:block;
    width: 135px;
    height:75px;
    margin-left: 5px;
    overflow:hidden;
}

#bgbgWrap{
	width:100%;
	height:400px;
	position:relative;
	padding:25px 0 0px 0;
	overflow: hidden;
	background-image:url(img/carbk.jpg);
	background-repeat: repeat-x;
}
#bgWrap{
	width:980px;
	height:350px;
	position:relative;
	margin:0px auto 0px auto;
	overflow: hidden;
}
#box{
	clear: both;
}


#mainWrap{
	width:980px;
	margin:20px auto 0px auto;
	text-align:center;
}
#mbox-top{
	float: left;
	width: 680px;
	height: 35px;
}
#mbox-bottom{
	float: left;
	width: 680px;
	height: 35px;
	margin-bottom: 10px;
}

#mbox-r{
	float: right;
	width: 260px;
}
#mbox-r ul li{
	margin:0px 0px 10px 0px;
	display:block;
}

#mbox-lt{
	float: left;
	width: 680px;
	text-align:left;
	margin: 10px 0px;
}
#mbox-lt ul li{
    margin: 2px 0px 3px 0px;
}

#mbox-l{
	float: left;
	width: 680px;
	text-align:left;
    background-color: #000000;
}
#mbox-l ul{
    margin: 0px 0px 10px 0px;
}
#mbox-l ul li.t1{
	color: #ddd;
	font-size: 10px;
    width: 680px;
    padding: 3px 0px 3px 0px;
    border: dotted;
    border-width: 0px 0px 1px 0px;
    border-color: #666666;
	display: inline;
}


#mbox-l2{
	float: left;
	width: 680px;
	text-align:left;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 0px auto 0px auto;
}
#mbox-l2 ul li{
    width: 200px;
    height:250px;
    margin: 10px;
    padding: 5px auto 5px auto;
    border: dotted;
    border-width: 1px 1px 1px 1px;
    border-color: #666666;
	display: inline;
}


#subwrap{
	margin-top: 40px;
	width: 100%;
	background-image : url(report/news/2012/002/block.png);
	padding-bottom: 20px;
}

#submenu{
    width: 1000px;
}
#submenu a{
	color:#666666;
	text-decoration:none;
	padding-left: 15px;
}
#submenu a:hover{
	padding-left: 15px;
	color:#ffffff;
background : transparent url(report/news/2012/002/yajirusi.png) no-repeat scroll 0% 0%;
}
#submenu ul{
    width: 1000px;
    margin: 10px 0px 0px 0px;
    overflow: hidden;
    _zoom: 1;
    font-size:85%;
}
#submenu ul li{
    width: 210px;
    margin: 5px;
    padding: 15px 10px 15px 10px;
    float: left;
    background-color: #000000;
     filter:alpha(opacity=88);
     -moz-opacity:0.88;
     -khtml-opacity: 0.88;
     opacity:0.88;
	text-align:left;
	border-radius: 10px;         /* CSS3 */
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
	border: 5px #ffffff solid;
}


#foot{
	margin-top:20px;
	width:100%;
	border-top: 0px #cccccc solid;
	background-color: #000;
	color:#999;
	clear:both;
	text-align:center;
	font-size:11px;
	padding:30px 0 30px 0;
	
}
#foot a{
	font-size:11px;
	color:#999;
	text-decoration:none;
	
}
#foot a:hover{
	font-size:11px;
	color:#ccc;
	
}



@media print{

#container{

	}
}			


	   