/* CSS Document */

body{
	font-size:70%;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0px auto;
	background-image:url(img/bg_body.gif);
	width:734px;
	line-height:130%;
}

/**--リンク---------------------------------------------------------**/

a:link {
	color:#666666;
}
a:visited {
	color:#666666;
}
a:hover {
	color:#666666;
	background-color:#eeeeee;
	text-decoration: none;
}
a:active {
	color:#666666;
	background-color:#999999;
	text-decoration: none;
} 

a.header:link {
	color:#666666;
}
a.header:visited {
	color:#666666;
}
a.header:hover {
	color:#666666;
	background-color:#ffffff;
	text-decoration: none;
}
a.header:active {
	color:#666666;
	background-color:#dddddd;
	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;}

/* カラー設定 */

.orange{
color:#ff9900;
}

/* トップページ */

#body{
width:700px;
padding:0px 17px;
background-image:url(img/bg_bo.gif);
background-repeat:repeat-y;
}

#head{
width:700px;
}

.head_left{
	width:200px;
	height:230px;
	padding:0px 0px 0px 0px;
	background-color:#8dc63f;
	float:left;
	overflow:hidden;
}

.tittle{
	color:#ffffff;
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:18px;
}

.sub_tittle{
margin-top:5px;
color:#ffffff;
font-size:12px;
}

.ul_menu{
	margin-top:17px;
	width:200px;
	height:150px;
	padding:10px 0px 0px 10px;
	background-image:url(img/bg_menu.gif);
	background-repeat:no-repeat;
}

.li_menu1,.li_menu2{
	width:170px;
	height:21px;
	padding-left:10px;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	background-image:url(img/menu.gif);
	background-repeat:no-repeat;
}

.li_menu2{ margin-top:10px;}


.head_right{
width:404px;
height:145px;
padding:85px 48px 0px;
float:right;
background-image:url(img/bg_headright.jpg);
background-repeat:no-repeat;
}

h1{
margin:0px;
padding:0px;
color:#ffffff;
font-size:16px;
}

h2{
margin:0px;
width:650px;
height:67px;
padding:23px 10px 0px 40px;
color:#999999;
font-size:12px;
background-image:url(img/bg_h2.gif);
background-repeat:no-repeat;
}


.contents{
width:700px;
}

.contents_left{
	width:680px;
	float:left;
}

.main_box1{
margin-top:10px;
width:445px;
padding:6px 5px 0px 30px;
background-color:#99A4c1;
}

.mi_maincontents{
width:415px;
height:24px;
padding:6px 0px 0px 30px;
font-size:14px;
font-weight:bold;
color:#2c3449;
background-image:url(img/mi_maincontents.jpg);
background-repeat:no-repeat;
}

.main_box2{
	width:645px;
	padding:0px 5px 10px 30px;
	background-color:#bbc2d7;
}

.main_box3{
	width:625px;
	padding:10px;
	background-color:#ffffff;
}

.main_contents{
	width:625px;
}

.main_contents_left{
width:90px;
float:left;
}

.main_contents_right{
	width:516px;
	float:right;
}

.contents_right{
width:200px;
float:right;
}

.sub_box1{
margin-top:10px;
width:165px;
padding:6px 5px 0px 30px;
background-color:#96cf8b;
}

.mi_subcontents{
width:136px;
height:24px;
padding:6px 0px 0px 30px;
font-size:14px;
font-weight:bold;
color:#2c3449;
background-image:url(img/mi_subcontents.jpg);
background-repeat:no-repeat;
}

.sub_box2{
width:166px;
padding:0px 5px 10px 30px;
background-color:#b6ddae;
}

.sub_box3{
width:145px;
padding:10px;
background-color:#ffffff;
}


#foot{
margin-top:10px;
width:665px;
color:#4d5a7d;
padding:5px 5px 5px 30px;
background-color:#cccccc;
}
