@charset 'UTF-8';

body{
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,sans-serif;
	text-align:center;
	background:#99CCFF;
	color:#666666;
	font-size:12px;
	line-height:150%;
}

div#wrapper{
	margin:0 auto;
	width:820px;
	background:url("../../images/cf/wrapper_bg.gif") repeat-y;
}

/*主要セクション共通*/
/*
div#wrapper div#header{
	margin:0 auto;
	width:760px;
	text-align:left;
}
*/

/*header*/
div#wrapper div#header{
	margin:0 auto;
	width:760px;
	height:139px;
	text-align:left;
	background:url("../../images/cf/header_bg.gif") 0% 0% no-repeat;
}

div#wrapper div#header{
	position:relative;
	margin:0 auto;
	width:760px;
	height:139px;
	text-align:left;
}

div#wrapper div#header img.logo{
	position:absolute;
	top:82px;
	left:0px;
}

/*navi*/
div#globalnavi{
	margin:0 auto;
	padding-top:6px;
	width:800px;
	height:44px;
	_height:50px;
	line-height:150%;
	background:#DEF2FD;
}

div#container_l{
	float:left;
	padding-left:30px;
	width:510px;
	_width:540px;
}

div#container_r{
	float:left;
	padding-left:30px;
	width:220px;
	_width:250px;
}

div#container_l table td img.line_gray{
	border:1px solid #9E9E9E;
} 

div#container_l div.unit_88px{
	float:left;
	margin-bottom:10px;
	width:88px;
	height:50px;
	font-size:10px;
	text-align:center;
}

div#container_l div.unit_200px{
	float:left;
	margin-bottom:10px;
	width:200px;
	height:50px;
	font-size:10px;
	text-align:center;
}

div#container_l div.info{
	background:#D7F1FF;
	padding:15px;
}

div#container_l div.info div.line{
	border-bottom:1px solid #6699CC;
}

div#container_l table.type1 td{
	padding:5px;
}

div#container_l table.type1 td.line1t{
	border-top:1px solid #336699;
}

div#container_l table.type1 td.line1b{
	border-bottom:1px solid #336699;
}

div#container_l table.type1 td.line2b{
	border-bottom:1px dotted #999999;
}

div#container_l table.type1 td.left{
	background:#EEF6FF;
}

div#container_l div.gyoumu{
	border:1px solid #336699;
	padding:10px;
}


/*container_r list*/
div#container_r div.list{
	width:220px;
	background:#eee;
	text-align:left;
	border:1px solid #666;
}

div#container_r div.list h3{
	color:#336699;
	font-weight:bold;
	text-indent:2px;
}

div#container_r div.list h4{
	color:#778899;
	font-weight:bold;
	text-indent:2px;
}

div#container_r div.type{
	padding-left:10px;
}
/*
div#container_r div.type{
	margin-left:7px;
	padding-left:8px;
	border-left:1px solid #6699CC;
}
*/

div#container_r div.list ul li{
	text-indent:10px;
}

div#container_r div.list ul li.pdf{
	height:21px;
	line-height:21px;
	text-indent:20px;
	background:url(../../images/cf/icon_pdf.gif) 0% 50% no-repeat;
}

div#container_r div.list ul li.html{
	height:21px;
	line-height:21px;
}

div#container_r div.list div.line{
	margin-bottom:10px;
	margin-left:6px;
	width:155px;
	height:10px;
	border-bottom:1px solid #666666;
}

#footer{
	clear:both;
	padding-top:15px;
	padding-bottom:40px;
	width:760px;
	border-top:1px solid #99CCFF;
}

#sp {
width:220px;
   text-align: center;
   border: solid 1px #336699;
}
#sp p {
width:220px;
   font-size: 11px;
   color: #336699;
   line-height: 130%;
   border: 0px;
   margin: 0px;
   padding-top: 0px;
   padding-bottom: 4px;
}
#sp th {
width:220px;
   color:#C7E1FC;
   background-color: #336699;
   text-align: left;
   font-size: 12px;
}
#sp td {
width:220px;
   background-color: #C7E1FC;
}

/*------------------------------
firefox
------------------------------*/

#wrapper {
    overflow: hidden;
}

#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #wrapper {
    height: 1em;
    overflow: visible;
}
/**/
