
/*ブラウザの初期化---------------------------------------------*/

body, form, fieldset{
	margin: 0;
	padding: 0;
}

fieldset{
	border: none;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, dd{
	margin: 0;
	padding: 0;
}

blockquote, li, dt, dd{
	margin-left: 1em;
}

input, textarea{
	font-size: 1em;
}

/*全体構造----------------------------------------------------*/

body{
	width: 760px;
	margin: auto;
	color: black;
	background-color: #F0EBDC;
}

/*container-----------------------------------------------------*/

#container{
	width: 760px;
	height: auto;
	color: black;
	background-image: url(d_05img/container_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
}

/*wrapper----------------------------------------------------*/

#wrapper{
	width: 750px;
	height: auto;
}

/*header-----------------------------------------------------*/

#header{
	width: 750px;
	height: auto;
	padding: 20px 0px 0px 0px;
}

#header h1{
	background-image: url(d_05img/title.jpg);
	width: 570px;
	height: 530px;
	text-indent: -9999px;
	margin: 0px 0px 0px 180px;
}

/*main-----------------------------------------------------*/

#main{
	width: 750px;
	height: auto;
	margin: 0px 0px 0px 0px;
}

/*menu-----------------------------------------------*/

#menu{	
	float: left;
	width: 180px;
	height: 550px;
}

/*gloval-navi-----------------------------------------------------*/

#gloval-navi{
	width: 110px;
	height: 550px;
	position: absolute;
	top: 0px;
}

#gloval-navi h3{
	display: none;
}

#gloval-navi ul{
	margin: 20px 0px 0px 35px;
}

#gloval-navi ul li{
	list-style: none;
	font-size: small;
	text-align: center;
	text-indent: -9999px;
	margin: 0px 0px 0px 0px;
}

/*gloval-navi1-案内-----------------------------------------------------*/

li#annai a {
	display: block;
	background-image: url(d_05img/g_navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 110px;
	height: 110px;
	text-decoration: none;
	overflow: hidden;
}

li#annai a:hover{
	background-image: url(d_05img/g_navi.jpg);
	background-repeat: no-repeat;
	background-position: -110px 0px;
	text-decoration: none;
	overflow: hidden;
}

/*gloval-navi2-ニューズレター--------------------------------------------------*/

li#news a{
	display: block;
	background-image: url(d_05img/g_navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px -110px;
	width: 110px;
	height: 110px;
	text-decoration: none;
	overflow: hidden;
}

li#news a:hover{
	background-image: url(d_05img/g_navi.jpg);
	background-repeat: no-repeat;
	background-position: -110px -110px;
	text-decoration: none;
	overflow: hidden;
}

/*gloval-navi3-費用-----------------------------------------------------*/

li#hiyou a{
	display: block;
	background-image: url(d_05img/g_navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px -220px;
	width: 110px;
	height: 110px;
	text-decoration: none;
	overflow: hidden;
}

li#hiyou a:hover{
	background-image: url(d_05img/g_navi.jpg);
	background-repeat: no-repeat;
	background-position: -110px -220px;
	text-decoration: none;
	overflow: hidden;
}

/*gloval-navi4-メールお問い合わせ---------------------------------------------*/

li#mail a{
	display: block;
	background-image: url(d_05img/g_navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px -330px;
	width: 110px;
	height: 110px;
	text-decoration: none;
	overflow: hidden;
}

li#mail a:hover{
	background-image: url(d_05img/g_navi.jpg);
	background-repeat: no-repeat;
	background-position: -110px -330px;
	text-decoration: none;
	overflow: hidden;
}

/*gloval-navi5-地図-----------------------------------------------*/

li#map a{
	display: block;
	background-image: url(d_05img/g_navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px -440px;
	width: 110px;
	height: 110px;
	text-decoration: none;
	overflow: hidden;
}

li#map a:hover{
	background-image: url(d_05img/g_navi.jpg);
	background-repeat: no-repeat;
	background-position: -110px -440px;
	text-decoration: none;
	overflow: hidden;
}

/*sub-navi-----------------------------------------------------*/

#sub-navi{
	width: 190px;
	width: 50px;
	margin: 0px 0px 0px 560px;
	position: absolute;
	top: 0px;
}

#sub-navi h3{
	display: none;
}

#sub-navi ul li{
	list-style: none;
	font-size: small;
	text-align: center;
	text-indent: -9999px;
	margin: 0px 0px 0px 0px;
}

/*sub-navi1-解決島top-----------------------------------------------------*/

li#kaiketsu-top a{
	display: block;
	background-image: url(d_05img/sub_navi.gif);
	width: 190px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	overflow: hidden;
}

li#kaiketsu-top a:hover{
	background-image: url(d_05img/sub_navi.gif);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	text-decoration: none;
	overflow: hidden;
}

/*sub-navi2-情報-----------------------------------------------------*/

li#joho a{
	display: block;
	background-image: url(d_05img/sub_navi.gif);
	width: 190px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 0px -25px;
	text-decoration: none;
	overflow: hidden;
}

li#joho a:hover{
	background-image: url(d_05img/sub_navi.gif);
	background-repeat: no-repeat;
	background-position: 0px -75px;
	text-decoration: none;
	overflow: hidden;
}

/*contents-----------------------------------------------------*/

#contents{
	float: right;
	width: 570px;
	height: auto;
	margin: 0px 0px 0px 0px;
}

#contents p.top{
	margin-bottom: 10px;
}

/*content-----------------------------------------------------*/

#content1{
	width: 520px;
	height: auto;
	margin: 0px 0px 30px 20px;
	background-image: url(d_05img/box_y.gif);
	background-repeat: repeat-y;
}

#content2{
	width: 520px;
	height: auto;
	margin: 0px 0px 20px 20px;
	background-image: url(d_05img/box_y.gif);
	background-repeat: repeat-y;
}

.content-in{
	background-image: url(d_05img/box_x.gif);
	background-repeat: no-repeat;
	height: auto;
}

#content1 h3.midashi, #content2 h3.midashi{
	color: #534734;
	font-size: medium;
	padding: 15px 0px 15px 25px;
}

#content1 p, #content2 p{
	font-size: small;
	line-height: 1.5em;
	margin: 0px 20px 0px 25px;
	padding: 0px 0px 0px 0px;
	color: #336666;
}

#content2 .member{
	width: 500px;
	height: auto;
	overflow: auto;
	margin: 0px 0px 20px 0px;
}

#content2 .member p img{
	float: left;
	width: 100px;
	height: 110px;
}

#content2 .member ul{
	float: right;
	width: 365px;
	list-style: none;
	margin: 0px 0px 0px 0px;
}

#content2 .member li{
	font-size: small;
	margin: 0px 0px 0.5em 0px;
	color: #336666;
}

#content2 .member li.profile{
	font-size: small;
	margin: -0.5em 0px 0px 0px;
	color: #4F4F56;
	line-height: 1.25em;
}

/*footer-----------------------------------------------------*/

address#footer{
	clear: both;
	background-image: url(d_05img/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #336666;
	width: 750px;
	height: 25px;
	text-indent: -9999px;
}