@charset "utf-8";
body {
 text-align: center;
 background: #FFFFFF;
	background-image: url(../images/bg_body.gif);
	background-position: center;
 font-size: 100%;
 line-height: 120%;
 color: #333;
 font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* --------------------------------------------------
 Header
-------------------------------------------------- */
div#header{
	width: 900px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	background: #fff url(../general/images/bg_header02.gif) repeat-x;
}

/* Logo
---------------------------------------- */
div#header #logo{
 width: 300px;
 border: none;
 float: left;
 height: 75px;
}

/* キャッチコピー
---------------------------------------- */
h1{
 position: absolute;
 top: 4px;
 left: 15px;
 color:#333;
 font-weight:bold;
 font-size:60%;
}

/* Head お問い合わせ先
---------------------------------------- */
div#header .refimg{
 width: 305px;
 height: 75px;
 float: right;
}


/* Global Navigation
---------------------------------------- */
div#navi{
 width: 900px;
 height: 40px;
 overflow: hidden;
 clear: both;
 margin-left: auto;
 margin-right: auto;
 padding: 0;
 background: #FFFFFF url(../general/images/bg_hdnavi03.gif) repeat-x;
}
ul.homenavi{
 width:870px;
 height: 40px;
 float: left;
 display: block;
 margin: 0px 15px;
 display: inline; // IE marginバグのため
}

ul.homenavi li,
ul.homenavi a{
 height: 40px;
 width: 145px;
 float: left;
 list-style-type: none;
 text-align: left;
}

ul.homenavi a{
 display: block;
 height: 30px;
}

/* --------------------------------------------------
 Contents
-------------------------------------------------- */
div#contents{
	width: 900px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF url(../images/bg_contents.gif) no-repeat;
}

/* Contents Main
---------------------------------------- */
div#contentsmain{
	width: 725px;
	margin-right: 15px;
	background-color: #fff;
	text-align: left;
	overflow: hidden;
	float: right;
	font-size: 80%;
	display: inline; // IE marginバグのため
}

div#contentsmain2{
	width: 450px;
	margin-top:20px;
	margin-right: 80px;
	background-color: #fff;
	text-align: left;
	overflow: hidden;
	float: right;
	font-size: 80%;
	display: inline; // IE marginバグのため
}

/* Page Title
---------------------------------------- */
div#contentsmain h2{ 
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 15px;}


/* 最後のボタン
---------------------------------------- */
p#lastimg{ width: 540px; margin: 50px auto;}



/* Sidebar
---------------------------------------- */
div#sidebar{
 width: 145px;
 margin-left: 15px;
 padding: 0px;
 text-align: left;
 background-color: #fff;
 height: 100%;
 float: left;
 overflow: hidden;
 display: inline; // IE marginバグのため
}

div#sidemenu{
	margin-top: 10px;
	height: 100%;
	background: #FAFAFA;
	overflow: hidden;
}

div#sidemenu ul{
	width: 145px;
	text-align: left;
	padding: 0;
	overflow: hidden;
}
	

div#sidemenu li{
	display: block;
	width: 145px;
	list-style-type: none;
	font-size: 70%;
	line-height: 3em;
	color: #666;
	border-bottom: 1px solid #ddd;
	padding-left: 25px;
	background: url(../general/images/ar_menu.gif) no-repeat 10px 1em;
	overflow: hidden;
}

div#sidemenu li a{
	display: block;
	width: 145px;
	color: #757575;
	font-weight: bold;
	padding-left: 5px;
	overflow: hidden;
}

div#sidemenu li a:hover,
div#sidemenu li a:active{
	font-weight: nomal;
	font-size: 120%;
	color: #fff;
	background: #FF9900;
	display: block;
	margin-left: -25px;
	padding-left: 10px;
	overflow: hidden;
}

div#sidebar2{
 width: 350px;
 margin-top:20px;
 margin-left: 20px;
 padding: 0px;
 text-align: left;
 background-color: #fff;
 height: 100%;
 float: left;
 overflow: hidden;
 display: inline; // IE marginバグのため
}

/* --------------------------------------------------
 Footbar
-------------------------------------------------- */
div#footer{
	width: 900px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-size: 80%;
	color: #333;
	background: url("../images/bg_footer.gif") repeat-x;
	clear: both;
	text-align: left;
	position: relative;
	border-top: 1px solid #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;}

/* Footbar Navigation
---------------------------------------- */	
div#footer ul{
 position: relative;
 top: 5px;
 left: 15px;
 text-align: left;
 border-left:1px solid #333;
 margin: 0;
 padding: 0;
  list-style-type: none;
}

div#footer li{
 display:inline;
 font-size: 80%;
 padding-left:1em;
 padding-right:1em;
 border-right:1px solid #333;
}

div#footer li a:link{ color: #333; }

div#footer li a:hover{
	text-decoration: underline;
}

/* Copyright
---------------------------------------- */
div#footer address{
 /* margin-right: 15px; */
 padding: 0;
 text-align: right;
 font-style: normal;
 position: relative;
 top: 5px;
 right: 15px;
 color: #666;
}
