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

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{
	color: black;
	margin: auto;
	width: 750px;
	background-color: #CCCCCC;
}

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

#container{
	width: 750px;
	color: black;
	background-color: #FFFFFF;
	padding: 20px 0px 0px 0px;
}

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

#wrapper{
	width: 710px;
	border: solid 1px #CCCCCC;
	margin: 0px 19px 0px 19px;
}

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

#header{
	
}

#header h1{
	background-image: url(d_03img/title.gif);
	background-repeat: no-repeat;
	width: 710px;
	height: 60px;
	text-indent: -9999px;
}

#header p#p1{
	background-image: url(d_03img/img.jpg);
	width: 710px;
	height: 200px;
	margin: 30px 0px 0px 0px;
	text-indent: -9999px;
}

#header p#p2{
	background-image: url(d_03img/catch.jpg);
	width: 710px;
	height: 35px;
	text-indent: -9999px;
	margin: 10px 0px 0px 0px;
}

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

#gloval-navi{
	width: auto;
	height: 25px;
	position: absolute;
	top: 80px;
}

#gloval-navi h3{
	display: none;
}

#gloval-navi ul li{
	float: left;
	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_03img/g_navi.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 142px;
	height: 25px;
	text-decoration: none;
	overflow: hidden;
}

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

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

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

li#news a:hover{
	background-image: url(d_03img/g_navi.gif);
	background-repeat: no-repeat;
	background-position: -142px -25px;
	text-decoration: none;
	overflow: hidden;
}

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

li#hiyou a{
	display: block;
	background-image: url(d_03img/g_navi.gif);
	background-repeat: no-repeat;
	background-position: -284px 0px;
	width: 142px;
	height: 25px;
	text-decoration: none;
	overflow: hidden;
}

li#hiyou a:hover{
	background-image: url(d_03img/g_navi.gif);
	background-repeat: no-repeat;
	background-position: -284px -25px;
	text-decoration: none;
	overflow: hidden;
}

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

li#mail a{
	display: block;
	background-image: url(d_03img/g_navi.gif);
	background-repeat: no-repeat;
	background-position: -426px 0px;
	width: 142px;
	height: 25px;
	text-decoration: none;
	overflow: hidden;
}

li#mail a:hover{
	background-image: url(d_03img/g_navi.gif);
	background-repeat: no-repeat;
	background-position: -426px -25px;
	text-decoration: none;
	overflow: hidden;
}

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

li#map a{
	display: block;
	background-image: url(d_03img/g_navi.gif);
	background-repeat: no-repeat;
	background-position: -568px 0px;
	width: 141px;
	height: 25px;
	text-decoration: none;
	overflow: hidden;
}

li#map a:hover{
	background-image: url(d_03img/g_navi.gif);
	background-repeat: no-repeat;
	background-position: -568px -25px;
	text-decoration: none;
	overflow: hidden;
}

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

#sub-navi{
	width: auto;
	height: 25px;
	margin-left: 450px;
	position: absolute;
	top: 31px;
}

#sub-navi h3{
	display: none;
}

#sub-navi ul li{
	float: left;
	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_03img/sub_navi.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 130px;
	height: 25px;
	text-decoration: none;
	overflow: hidden;
}

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

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

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

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

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

#main{
	width: 710px;
	background-image: url(d_03img/contents_bg.gif);
	margin: 0px 0px 0px 0px;
}

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

#contents{
	width: 480px;
	height: auto;
	margin: 0px 0px 0px 230px;
}

#contents p{
	font-size: small;
	line-height: 1.5em;
	color: #4F4F56;
}

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

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

.content{
	width: 420px;
	height: auto;
	margin: 0px 0px 0px 0px;
}

/*Firefox用Huck-----------------------------------------------------*/

html > body .content{
	overflow: auto;
}

.content h3#hitokoto{
	background-image: url(d_03img/con_title1.gif);
	background-repeat: no-repeat;
	font-size: medium;
	margin: 25px 0px 15px 0px;
	height: 30px;
	text-indent: -9999px;
}

.content h3#syoukai{
	background-image: url(d_03img/con_title2.gif);
	background-repeat: no-repeat;
	font-size: medium;
	margin: 30px 0px 15px 0px;
	height: 30px;
	text-indent: -9999px;
}

.content p{
	font-size: small;
	line-height: 1.5em;
	margin: 0px 0px 0px 15px;
}

.content .member{
	width: 420px;
	height: auto;
	overflow: auto;
	margin: 0px 0px 20px 0px;
}

.content .member p img{
	float: left;
	width: 95px;
	height: auto;
}

.content .member ul{
	float: right;
	width: 295px;
	list-style: none;
	margin: 0px 0px 0px 0px;
}

.content .member li{
	font-size: small;
	color: #4F4F56;
	margin: 0px 0px 0.5em 0px;
}

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

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

address#footer{
	background-image: url(d_03img/footer.gif);
	background-repeat: no-repeat;
	width: 710px;
	height: 30px;
	clear: both;
	text-indent: -9999px;
	margin: 0px 0px 0px 0px;
}






