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

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;
	background-color: #424242;
}

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

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

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

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

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

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

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

html > body #header{
	overflow: auto;
}


#header h1{
	background-image: url(a_03img/title.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 320px;
	text-indent: -9999px;
	margin: 50px 0px 0px 0px;
}

#header p{
	text-indent: -9999px;
}

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

#gloval-navi{
	width: 750px;
	height: 80px;
	background-image: url(a_03img/g_navi_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 290px;
}

#gloval-navi h3{
	display: none;
}

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

#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(a_03img/g_navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 118px;
	height: 60px;
	text-decoration: none;
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#sub-navi{
	width: 750px;
	height: 25px;
	background-color: #666600;
	position: absolute;
	top: 0px;
}

#sub-navi h3{
	display: none;
}

#sub-navi ul{
	width: auto;
	height: 25px;
	margin-left: 370px;
}

#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(a_03img/sub_navi.gif);
	background-repeat: no-repeat;
	background-position: 0px -25px;
	width: 175px;
	height: 25px;
	text-decoration: none;
	overflow: hidden;
	
}

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

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

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

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

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

#contents{
	clear: both;
	width: 590px;
	margin: 0px 80px 0px 80px;
}

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

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

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

#content1 h3#hitokoto{
	border-left: #660000 6px solid;
	padding-left: 10px;
	color: #660000;
	font-size: medium;
	margin: 0px 0px 20px 0px;
	height: 20px;
}

#content2 h3#syoukai{
	border-left: #660000 6px solid;
	padding-left: 10px;
	color: #660000;
	font-size: medium;
	margin: 0px 0px 20px 0px;
	height: 20px;
}

#content1{
	width: 540px;
	height: auto;
	
	margin: 0px 0px 15px 0px;
	padding: 20px 25px 20px 25px;
	background-color: #EEEEEE
}

#content2{
	width: 540px;
	height: auto;
	
	background-image: url(a_03img/contents_bg.gif);
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
	padding: 20px 25px 0px 25px;
}

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

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

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

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

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

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

address#footer{
	width: 750px;
	height: 25px;
	clear: both;
	padding: 7px 0px 0px 0px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	font-size: small;
	font-style: normal;
}






