@charset "UTF-8";

*{margin:0;padding:0;}

body{
	width:auto;
	height:auto;
	margin:0 auto;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#555555;
	text-align:center;
	line-height:180%;
	background-color:#ffffff;
}

img{vertical-align:bottom;border:0;}

ul{list-style:none;}

a:link {color:#3866a5;text-decoration:underline;}
a:visited {color:#3866a5;text-decoration:underline;}
a:active {color:#80adea;text-decoration:none;}
a:hover {color:#80adea;text-decoration:none;}

#wrapper{
	width:850px;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#ffffff;
}
/** ヘッダー **/
#header{
	width:850px;
	height:122px;
	margin:0;
	padding:0;
	background:url(img/header_bg.jpg) no-repeat;
	line-height:150%;
}

#header_index{
	width:850px;
	height:122px;
	margin:0;
	padding:0;
	background:url(img/header_bg_index.jpg) no-repeat;
	line-height:150%;
}

p.header_text{margin:0;padding:20px 0 0 220px;color:#ffffff;text-align:left;}

ul#header_navi{
	text-indent:-9999px;
	text-align:left;
	width:240px;
	margin:0;
	padding:9px 30px 0 0;
}

ul#header_navi li{
	display:block;
	width:120px;
	height:24px;
	margin:0;
	padding:0;
	float:left;
}

ul#header_navi li a{
	display:block;
	width:120px;
	height:24px;
	margin:0;
	padding:0;
}

ul#header_navi li#navi_contact a{background:url(img/navi_contact01.gif) no-repeat;}
ul#header_navi li#navi_contact a:hover{background:url(img/navi_contact02.gif) no-repeat;}
ul#header_navi li#navi_home a{background:url(img/navi_home01.gif) no-repeat;}
ul#header_navi li#navi_home a:hover{background:url(img/navi_home02.gif) no-repeat;}


/** ヘッダーとコンテンツの間 **/
#main_img{margin:0;padding:0;}

#contents_huti{
	width:850px;
	height:54px;
	background:url(img/contents_huti.gif) no-repeat;
}

/** コンテンツ **/
#contents{
	width:850px;
	height:100%;
	min-height:350px;
	background:url(img/contents_bg.gif) repeat-y;
}

/** 左ボックス **/
#left_box{
	width:200px;
	height:400px;
	float:left;
	margin:0;
	padding:0 0 0 30px;
}

ul#navi li{
	list-style:none;
	padding:0;
	margin:0;
}

/** 右ボックス **/
#right_box{
	width:580px;
	height:auto;
	float:left;
	margin:0 0 30px 0;
	margin-right:-3px;/** IEバグ対処**/
	padding:0 30px 0 10px;
}

#title{
	width:540px;
	height:59px;
	background:url(iin/img/title_bg.gif) no-repeat;
	padding:18px 0 0 40px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}

.bar01{
	width:544px;
	height:auto;
	border:1px solid #cccccc;
	border-left:15px solid #ff729c;
	background-color:#fffcf0;
	font-weight:bold;
	padding:5px 0 5px 20px;
	margin:15px 0;
	clear:both;
}

/** フッター **/
#footer{clear:both;padding:20px 0 0 0;margin:0 30px;text-align:center;border-top:1px solid #cccccc;}
#footer span{font-size:14px;font-weight:bold;color:#ff729c;}
#copyright{
	width:850px;
	height:51px;
	background:url(img/footer_bg.gif) no-repeat;
	text-align:center;
}


.clear{clear:both;}
