/* CSS Document */


/*--------------------------------------

初期化CSS

--------------------------------------*/

* {
	margin:0;
	padding:0;
}

body
{
	background:#e8e9db;
}

.mainContainer
{
	text-align:center;
	font-size:80%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
	line-height:0;
	background:url(../images/body_background.gif) top repeat-x;
	overflow:hidden;
	_zoom:1;
	width:100%;
}

h1
{
}

h2
{
}

h3
{
}

h4
{
}

h5
{
}

img
{
	border:0;
}

li
{
	list-style:none;
}

address
{
	font-style:normal;
}

input
{
}

textarea
{
	font-size:1em;
}

table
{
}

.coution
{
	color:#ff0000;
}



/*--------------------------------------

共通CSS

--------------------------------------*/

.leftContainer
{
	width:300px;
	float:left;
	text-align:right;
	overflow:hidden;
	_zoom:1;
}

.rightContainer
{
	width:580px;
	float:left;
	background:#ffffff;
	padding:20px 10px 100px 10px;
	_width:600px;
	text-align:left;
	border-left:1px solid #313131;
	border-right:1px solid #313131;
}

.logoBox
{
	padding-top:87px;
	background:#586b7a;
}

.logoBox h1
{
	padding-bottom:20px;
}

.menuBox
{
	padding:10px 0;
	margin-bottom:25px;
	overflow:hidden;
	_zoom:1;
}

.menuBox ul li
{
	float:right;
	width:200px;
	height:34px;
	background:url(../images/navi_line.gif) bottom repeat-x;
}

.menuBox ul li.submenu
{
	width:177px;
	height:28px;
	background:url(../images/navi_line.gif) bottom repeat-x;
}

.bannerBox
{
	clear:both;
	margin-right:9px;
	padding-bottom:50px;
}

.bannerBox ul li
{
	margin-bottom:10px;
}

.headContainer
{
	clear:both;
	text-align:right;
	line-height:1.6;
	padding-bottom:5px;
	margin-bottom:10px;
	background:url(../images/dodline.gif) bottom repeat-x;
}

.headContainer p span
{
	margin-left:30px;
	padding-left:15px;
	background:url(../images/navi_icon.gif) left no-repeat;
}

.headContainer p a
{
	color:#333333;
	text-decoration:none;
}

.headContainer p a:hover
{
	color:#a17c36;
}

.foortContainer
{
	clear:both;
	width:100%;
	background:#586b7a;
	padding:10px 0 100px 0;
	border-top:1px solid #666666;
}

.foortContainer .footBox
{
	width:900px;
	text-align:right;
}

.foortContainer address
{
	color:#ffffff;
}

.foortContainer address a
{
	color:#ffffff;
	text-decoration:none;
}

.foortContainer address a:hover
{
	color:#a17c36;
}


/*--------------------------------------

rightContainer CSS

--------------------------------------*/

.contentBox #contents
{
	padding-bottom:100px;
	overflow:hidden;
	_zoom:1;
}

.contentBox h2
{
	margin-bottom:20px;
}

.contentBox .box1
{
	line-height:1.6;
	overflow:hidden;
	_zoom:1;
}

.contentBox .box1 h3
{
	margin-bottom:10px;
}








