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

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

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

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

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

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

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

#header{
	
}

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

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

#gloval-navi{
	width: auto;
	height: 80px;
	background-image: url(c_05img/g_navi_bg.jpg);
	background-repeat: no-repeat;
}

#gloval-navi h3{
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#sub-navi{
	width: auto;
	height: 35px;
	margin-left: 15px;
	position: absolute;
	top: 16px;
}

#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(c_05img/sub_navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 163px;
	height: 17px;
	text-decoration: none;
	overflow: hidden;
}

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

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

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

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

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

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

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

html > body #main{
	overflow: auto;
}

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

#contents{
	margin: 0px 0px 0px 250px;
	padding: 25px 0px 0px 0px;
}

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

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

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

.content{
	height: auto;
}

.content h3#hitokoto{
	width: 200px;
	height: 24px;
	background-image: url(c_05img/con_title1.jpg);
	background-repeat: no-repeat;
	font-size: medium;
	margin: 0px 0px 15px 0px;
	height: 30px;
	text-indent: -9999px;
}

.content h3#syoukai{
	width: 200px;
	height: 24px;
	background-image: url(c_05img/con_title2.jpg);
	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 51px 0px 0px;
}

.content .member{
	width: 449px;
	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: 339px;
	list-style: none;
	margin: 0px 0px 0px 0px;
}

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

.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(c_05img/footer.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 70px;
	text-indent: -9999px;
}






