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

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;
	background-image: url(a_05img/body_bg.gif);
	background-repeat: repeat;
	width: 760px;
	margin: auto;
}

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

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

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

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

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

#header {
	
}

#header h1{
	background-image: url(a_05img/title.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 225px;
	text-indent: -9999px;
}

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

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

#main{
	background-image: url(a_05img/contents_bg.gif);
	background-repeat: repeat-y;
	width: 750px;
	height: auto;
}

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

#menu{
	float: left;
	width: 170px;
	height: auto;
}

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

#gloval-navi{
	width: 170px;
	height: 375px;
}

#gloval-navi h3{
	display: none;
}

#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(a_05img/g-navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 170px;
	height: 75px;
	text-decoration: none;
	overflow: hidden;
}

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

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

li#news a{
	display: block;
	background-image: url(a_05img/g-navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px -75px;
	width: 170px;
	height: 75px;
	text-decoration: none;
	overflow: hidden;
}

li#news a:hover{
	background-image: url(a_05img/g-navi.jpg);
	background-repeat: no-repeat;
	background-position: -170px -75px;
	text-decoration: none;
	overflow: hidden;
}

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

li#hiyou a{
	display: block;
	background-image: url(a_05img/g-navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px -150px;
	width: 170px;
	height: 75px;
	text-decoration: none;
	overflow: hidden;
}

li#hiyou a:hover{
	background-image: url(a_05img/g-navi.jpg);
	background-repeat: no-repeat;
	background-position: -170px -150px;
	text-decoration: none;
	overflow: hidden;
}

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

li#mail a{
	display: block;
	background-image: url(a_05img/g-navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px -225px;
	width: 170px;
	height: 75px;
	text-decoration: none;
	overflow: hidden;
}

li#mail a:hover{
	background-image: url(a_05img/g-navi.jpg);
	background-repeat: no-repeat;
	background-position: -170px -225px;
	text-decoration: none;
	overflow: hidden;
}

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

li#map a{
	display: block;
	background-image: url(a_05img/g-navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px -300px;
	width: 170px;
	height: 75px;
	text-decoration: none;
	overflow: hidden;
}

li#map a:hover{
	background-image: url(a_05img/g-navi.jpg);
	background-repeat: no-repeat;
	background-position: -170px -300px;
	text-decoration: none;
	overflow: hidden;
}

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

#sub-navi{
	width: 320px;
	height: 25px;
	margin: 0px 0px 0px 205px;
	position: absolute;
	top: 200px;
}

#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;
}

/*サブ1-解決島top-----------------------------------------------------*/

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

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

/*サブ2-情報-----------------------------------------------------*/

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

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

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

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

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

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

#content1 h3.midashi, #content2 h3.midashi{
	background-image: url(a_05img/aicon.gif);
	height: 20px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 25px;
	color: #013334;
	font-size: medium;
	margin: 25px 0px 10px 0px;
}

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

#text1, .text2{
	background-image: url(a_05img/box_y.gif);
	background-repeat: repeat-y;
	height: auto;
	overflow: auto;
}

#text1 .text-y, .text2 .text-y{
	width: 515px;
	height: auto;
	overflow: auto;
	background-image: url(a_05img/box_x.gif);
	background-repeat: no-repeat;
}

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

.member p img{
	float: left;
	width: 95px;
	height: auto;
	padding: 20px 0px 0px 25px;
}

.text2 .text-y ul{
	float: right;
	width: 360px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 0px 0px;
}

.text2 .text-y li{
	font-size: small;
	color: #487494;
	margin: 0px 0px 0.5em 0px;
}

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

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

address#footer{
	background-image: url(a_05img/footer.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 750px;
	height: 26px;
	background-color: #013334;
	clear: both;
	text-indent: -9999px;
}