/*-------INDEX-------*/
/*
	1.基本設定
	2.ＢＯＸ設定
	3.ヘッダー設定
	4.ページ内詳細設定
  
ｃｔｒｌ＋Ｆ 検索対応しております*/
/*-------------------*/


/* １．基本設定 begin----------------------------*/
html{
	margin:0;
	padding:0;
}

body{
	margin: 0;
	padding: 0;
	color:#666;
	background-image:url('image/bg_back.gif');
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}

a{	color:#336699;
	text-decoration:none;
	}
a:hover{ color:#6699cc;}

img{
	border:none;
}

div.clear{
	clear:both;
	width:700px;
	text-align:right;
}

.left{
	clear:both;
	float:left;
}

.right{
	clear:both;
	float:right;
}

.clear{
	clear:both;
}

div#contents dl.dlli dd p.look{
	font-weight:bold;
	color:#f00;
	font-size:1em;
	font-family:Times New Roman, Times, serif
}

.bold{
	font-weight:bold;
}



/* ２．ＢＯＸ設定 begin----------------------------*/
div#container{
	width:760px;
	padding-right:1px;
	background:#fff;
	border-right: #645da5 1px solid;

}


div#contents{
	width:759px;
	min-height:400px;
	border-right: #645da5 1px solid;
}


div.hr{
	margin: 0 0 0 2em;
	padding:0;
	background-image:url('image/line_01.gif');
	background-repeat:repeat-x;
	width:700px;
	height:10px;
}


/* ３．ヘッダ,フッタ設定 begin----------------------------*/
div#container h1{
	margin:0;
	padding:0;
	width:759px;
	height:84px;
	border-right: #645da5 1px solid;
	padding-top:1em;
	padding-bottom:-1em;
	text-align:center;
	color:#fff;
	font-size:1em;
	background:url('image/head_bg.gif') repeat-x;
}

div#footer{
	margin-top:2em;
	height: 45px;
	background-image:url('image/footer_bg.gif');
}

div#footer address{
	color:#fff;
	margin:0;
	padding:1.5em  0 0 0;
	font-style:normal;
	text-align:center;
	font-size:small;
	clear:both;
	font-size:9pt;
}



/* ４．ページ内詳細設定 begin----------------------------*/

div#contents dl{
	width:680px;
	margin:0 0 1em 1em;
	font-size:0.8em;
	letter-spacing:0.5pt;
	}


div#contents dt{
	margin: 1em 0;
	font-weight:bold;
	color:#666699;
}

div#contents dl dd p{
	margin-top:0.5em;
	line-height:1.8em;
	font-size:0.9em;
	letter-spacing:0.5pt;
}

p#button{
	clear:both;
	margin:0 auto;
	font-size:xx-small;
	width:350px;
	text-align:center
}

p#button a{
	display:block;
	width:350px;
	height:105px;
	font-size:7pt;
}

p#button img{
	margin:0 auto;
	margin-bottom:0.8em;
	display:block;
	text-align:center
}

div#contents dl.dlli{
	margin-top:0;
}

div#contents dl.dlli dt{
	font-weight:bold;
	color:#000099;
	text-indent: 18px;
	background:url('image/p_01.gif') no-repeat;
}

div#contents dl.dlli dd{
	margin: 0.2em 0 1em 4em;
	line-height:1.8em;
	font-size:0.9em;
	letter-spacing:0.5pt;
	}

div#contents dl.dlli dd ul{
	margin:0;
	padding:0;
	list-style-image:url('image/obj_foot_02.gif')
	}

div#contents dl.dlli dd ul li{
	margin-top:0.8em;
	font-size:1em;
	letter-spacing:0.5pt;
	}

