@charset "utf-8";
@import url("indexmenu.css");

*{
	margin:0;
	padding:0;
}


/*基本設定は以下に示す*/
/*------------------------------------------------------------
フォント：MSPゴシック優先　色#666666　サイズ0.8文字分
行間：150%
リンク：カラー#006699　装飾無し
------------------------------------------------------------*/
body{
	background:#EDEDED;
	text-align:center;
	color:#666;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:0.75em;
	line-height: 130%;
	vertical-align:baseline;
}

#wrap{
	width:990px;
	background:#EDEDED url(images/index_back.jpg) no-repeat right 20px;
	text-align:left;
	margin:0 auto 20px;
}

img{border:none;}

a{
	text-decoration:none;
	color:#069;
}


/*------------------------------------------------------------
safari、FF対策
------------------------------------------------------------*/
li img,
dt img,
dd img,
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img{vertical-align:bottom;}


















/*header*/
/*------------------------------------------------------------*/
h1#header{
	padding:122px 0 0;
	background:url(images/header.jpg) no-repeat center top;
	height:0;
	overflow:hidden;
	text-indent:-9999px;
}



/*policy*/
/*------------------------------------------------------------*/
h3#policy{
	clear:both;
	padding:140px 0 0;
	background:url(images/policy.jpg) no-repeat center bottom;
	height:0;
	overflow:hidden;
	text-indent:-9999px;
}


/*------------------------------------------------------------*/
/*index_right*/
/*------------------------------------------------------------*/
#index_right{
	width:490px;
	float:right;
	color:#666;
}

#und_navi{
	list-style:none;
	text-align:right;
}

#und_navi li{
	display:inline;
}

#banner{
	margin:15px 0 0; 
	list-style:none;
}

#banner li{
	display:inline;
}

#banner li img{
	margin:0 0 5px;
}



#information{
	margin:120px 0 0;
	width:445px;
	-moz-box-shadow: 0 0 2px 2px #ccc;
	-webkit-box-shadow: 0 0 2px 2px #ccc;
	background:#fff;
	border:1px solid #ccc;
	padding:10px 15px 15px;
}

#information{
-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#111111,strength=0) progid:DXImageTransform.Microsoft.Shadow(color=#111111,direction=135,strength=3)";

filter: "progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=0) progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3)";
}

#information h2{
	background:url(images/info_icon.gif) no-repeat left top;
	padding:24px 0 0;
	height:0;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
}

#information dl{
	height:15em;
	padding:0 1em;
	overflow:auto;
}

#information dt{
	display:block;
	width:5em;
	float:left;
}

#information dd{
	display:block;
	padding-left:5.5em;
	padding-bottom:0.5em;
}
#information p.rit{
	margin:15px 0 0;
}
#information a{
	color:#069;
}



/*footer*/
/*------------------------------------------------------------*/
#footer{
	background:#0C213D url(images/footer.jpg) no-repeat center bottom;
	padding:15px 0 0;
	clear:both;
	font-size:1.3em;
	padding:15px;
	color:#fff;
	/*text-align:center; 文章を真ん中に*/
}

/*pagetop*/
/*------------------------------------------------------------*/
.pagetop{
	text-align:right;
	background:url(../images/navi04.gif) no-repeat right center;
	padding:10px 15px;
	display:block;
	margin:0 20px;
}

.pagetop a{color:#547E96;}
.pagetop a:hover{color:#AB8169;}
















/*align*/
/*------------------------------------------------------------*/
.cet{text-align:center;}
.rit{text-align:right;}
.let{text-align:left;}


/*border*/
/*------------------------------------------------------------*/
.dob{border-bottom:1px dotted #d1d1d1;}
.dot{border-top:1px dotted #d1d1d1;}
.dor{border-right:1px dotted #d1d1d1;}
.dol{border-left:1px dotted #d1d1d1;}
.border{border:1px dotted #d1d1d1;}


/*padding*/
/*------------------------------------------------------------*/
.pab{padding-bottom:15px;}
.pat{padding-top:15px;}
.par{padding-right:15px;}
.pal{padding-left:15px;}


/*margin*/
/*------------------------------------------------------------*/
.mab{margin-bottom:15px;}
.mat{margin-top:15px;}
.mar{margin-right:15px;}
.mal{margin-left:15px;}


/*float*/
/*------------------------------------------------------------*/
.flet{float:left;}
.frit{float:right;}


/*color*/
/*------------------------------------------------------------*/
.red{color:red;}
.blue{color:blue;}
.orange{color:orange;}
.rose{color:#d66;}


/*clear*/
/*------------------------------------------------------------*/
.clear{clear:both;}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	font-size:1;
	line-height:0;
	visibility: hidden;
	clear: both;
}
.clearfix {display: inline-block;}
* html .clearfix{height: 0.1%;}

/* Hides from IE-mac \*/
* html .clearfix {height: 0.1%;}
.clearfix {display: block;}
 /* End hide from IE-mac */