/* CSS Document */

body{	font-size:80%;
		color:#333333;
		font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		margin:0px auto;
		width:740px;
		background-color:#ffffff;
		line-height:150%;
}

/**--リンク---------------------------------------------------------**/

a:link {
	color:#1b60b8;
}
a:visited {
	color:#1b60b8;
}
a:hover {
	color:#1b60b8;
	background-color:#eeeeee;
	text-decoration: none;
}
a:active {
	color:#1b60b8;
	background-color:#999999;
	text-decoration: none;
} 

a.subcon:link {
	color:#1b60b8;
}
a.subcon:visited {
	color:#1b60b8;
}
a.subcon:hover {
	color:#1b60b8;
	background-color:#999999;
	text-decoration: none;
}
a.subcon:active {
	color:#1b60b8;
	background-color:#999999;
	text-decoration: none;
} 



/* 全ページ共通指定 */

p,h1{	margin:0px;
		padding:0px;
}

img{	border:0px;
}

ul,li{	padding:0px;
		margin:0px;
		list-style:none;}

.float_r{	float:right;

}

.float_l{	float:left;

}

.text_center{text-align:center;}

.clear{	clear:both;
}

.clear2{clear:both;
font-size:1px;
line-height:1px;
}

/* マージン設定 */

.mr_t5{ margin-top:5px;}

.mr_t10{ margin-top:10px;}

.mr_t20{ margin-top:20px;}

/* カラー設定 */

.orange{
color:#ff9900;
}

/* トップページ */

#head{
width:740px;
height:92px;
background-image:url(img/header_bg.gif);
background-repeat:no-repeat;
}

.head_left{
width:190px;
padding:15px 0px 0px 20px;
float:left;
}

.head_right{
width:525px;
float:right;
padding:50px 5px 0px 0px;
text-align:right;
}

.tittle{
color:#6ee3ff;
margin:0px;
padding:0px;
font-size:26px;
font-weight:bold;
line-height:100%;
}

.sub_tittle{
margin-top:5px;
color:#ffffff;
font-size:12px;
}

h1{
color:#ffffff;
font-size:12px;
font-weight:normal;
}

.contents{
width:740px;
}

.contents_left{
width:220px;
float:left;
}

.contents_right{
width:500px;
float:right;
}

.li_menu{
margin-top:10px;
width:175px;
height:27px;
padding-left:45px;
font-size:14px;
color:#006699;
background-image:url(img/menu.gif);
background-repeat:no-repeat;
}

.mi_subcontents1{margin-top:25px;}

.mi_subcontents2{margin-top:10px;}

.mi_subcontents1,.mi_subcontents2{
width:190px;
height:23px;
padding:7px 0px 0px 30px;
font-size:14px;
font-weight:bold;
color:#ffffff;
background-image:url(img/mi_subcontents.gif);
background-repeat:no-repeat;
}

.sub_contents{
width:202px;
padding:9px;
background-color:#eeeeee;
}

.mi_maincontents1{margin-top:25px;}

.mi_maincontents2{margin-top:10px;}

.mi_maincontents1,.mi_maincontents2{
width:490px;
height:30px;
padding:6px 0px 0px 10px;
font-size:14px;
font-weight:bold;
color:#ffffff;
background-image:url(img/mi_maincontents.gif);
background-repeat:no-repeat;
}

.main_contents{
margin-top:10px;
width:478px;
padding:10px;
border:1px #666666 solid;
}

.main_contents_left{
width:90px;
float:left;
}

.main_contents_right{
width:378px;
float:right;
}


#foot{
margin-top:20px;
width:720px;
height:23px;
color:#ffffff;
padding:11px 10px 0px;
background-image:url(img/foot_bg.gif);
background-repeat:no-repeat;
}

