@charset "utf-8";
/* CSS Document */

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	color: #330000;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FDFBDB;
	background-image: url(../img/base_back01.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#header {
	background-image: url(../img/header_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
	width: 800px;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
#header h1 {
	width: 700px;
	height: 75px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#header h1 a {
	height: 75px;
	width: 700px;
	text-indent: -9999px;
	display: block;
}
#header p {
	height: 75px;
	width: 90px;
	float: right;
	text-indent: -9999px;
}
#header p a {
	background-image: url(../img/mail.gif);
	background-position: left top;
	height: 75px;
	width: 90px;
	display: block;
}
#header p a:hover {
	background-image: url(../img/mail_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
	width: 90px;
}
#sidebar {
	float: left;
	width: 200px;
	padding-left: 25px;
}
#sidebar #Gnavi {
	width: 200px;
}
#sidebar #Gnavi ul {
	width: 200px;
	list-style-type: none;
}

#sidebar #Gnavi ul li {
	height: 47px;
	width: 200px;
	margin-bottom: 5px;
}

#sidebar #Gnavi ul li a {
	height: 47px;
	width: 200px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}
#sidebar #Gnavi ul #Gnavi01 a{
	background-image: url(../img/navi_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar #Gnavi ul #Gnavi01 a:hover {
	background-image: url(../img/hover_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar #Gnavi ul #Gnavi02 a{
	background-image: url(../img/navi_asahi.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar #Gnavi ul #Gnavi02 a:hover {
	background-image: url(../img/hover_asahi.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar #Gnavi ul #Gnavi03 a {
	background-image: url(../img/navi_casa.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar #Gnavi ul #Gnavi03 a:hover {
	background-image: url(../img/hover_casa.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar #Gnavi ul #Gnavi04 a {
	background-image: url(../img/navi_works.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar #Gnavi ul #Gnavi04 a:hover {
	background-image: url(../img/hover_works.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar #Gnavi ul #Gnavi05 a {
	background-image: url(../img/navi_faq.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar #Gnavi ul #Gnavi05 a:hover {
	background-image: url(../img/hover_faq.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar #Gnavi ul #Gnavi06 a {
	background-image: url(../img/navi_other.gif);
	background-repeat: repeat;
	background-position: left top;
}
#sidebar #Gnavi ul #Gnavi06 a:hover {
	background-image: url(../img/hover_other.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#sidebar #map {
    background-image: url(../img/map_base01.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 200px;
    height: 390px;
    margin-top: 30px;
}
#sidebar #map h4 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 10px;
}
#sidebar #map p {
    background-repeat: no-repeat;
    background-position: left top;
    width: 170px;
	margin-left: 15px;}



#sidebar #map ul {
	list-style-type: none;
	padding-top: 20px;
	padding-left: 45px;
	padding-right: 25px;
}
#sidebar #map ul li {
	list-style-image: url(../img/densya00.gif);
	list-style-position: outside;
}
#mainContents {
	width: 550px;
	float: right;
	padding-right: 25px;
}
#mainContents h2 {
	background-image: url(../img/top_mainG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 235px;
	width: 550px;
	margin-bottom: 30px;
}

#mainContents introduction{
	width: 550px;
	float: right;
}






ul.tab{
	padding: 0;
}
ul.tab li{
	list-style-type:none;
	width:100px;
	height:40px;
	float:left;
	margin-right: 10px;
}
ul.tab li a{
	outline: none;
	display: block;
	color: #330000;
	line-height: 40px;
	text-align: center;
	background-image: url(../img/tab02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul.tab li a.selected{
	text-decoration: none;
	color: #F55C0A;
	cursor: default;
	background-image: url(../img/tab01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


ul.panel {
 list-style-type: none;
 width: 540px;
 height: 32em;
 overflow: auto;
 border: 1px solid #bbb;
 padding-left: 0.5em;
}
ul.panel li {
 margin-top: 0.3em;
}
ul.panel a {
 text-decoration: none;
}





ul.panel{
	clear:both;
	border-top:1px #9FB7D4;
	padding:0;
	border-right: 1px solid #9FB7D4;
	border-bottom: 1px solid #9FB7D4;
	border-left: 1px solid #9FB7D4;
	background-color: #FFFFFF;
}
ul.panel li{
    list-style-type:none;
    padding:10px;
    text-indent:1em;
    color:#33000;
}

#footer {
	clear: both;
	height: 140px;
	width: 800px;
	background-image: url(../img/footer_base.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 10px;
	padding-top: 30px;
}
#footer .pagetop {
	width: 130px;
	height: 40px;
	padding-left: 60px;
	text-indent: -9999px;
}
#footer .pagetop a {
	height: 40px;
	width: 130px;
	line-height: 40px;
	display: block;
	background-image: url(../img/pagetop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer .pagetop a:hover {
	height: 40px;
	width: 130px;
	background-image: url(../img/pagetop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



#footer h4 {
font-size: 1.2em;
font-weight: bold;	
line-height: normal;
}

#footer #company01 {
    padding-top: 25px;
    margin-left: 25px;
    float: left;
    width: 380px;
}
#footer #company01 p {
	line-height: 16px;
}

#footer #company02 {
	width: 350px;
	float: right;
	padding-top: 25px;
}
#footer #company02 p {
	line-height: 16px;
}
#mainContents #introduction ul.panel dl dt {
	padding-top: 10px;
	padding-bottom: 10px;
}

#mainContents #introduction ul.panel dl dd {
	padding-top: 10px;
	padding-bottom: 10px;
}

#mainContents #introduction ul.panel table tr td {
	padding-bottom: 20px;
}
table tr td p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#btn01 {
	text-decoration: underline;
}












#sidebar #map a.thumbnail_new {
    display: block;
    float: left;
    margin: 0.5em 10px 0.5em 0;
}
#sidebar #map a.thumbnail_new img{
	position: absolute;
	left: 259px;
	top: 488px;
}
#sidebar #map a.thumbnail_new,
#sidebar #map a.thumbnail_new img{
    width: 170px;
    height: 170px;
}
#sidebar #map a.thumbnail_new:hover {
    border: none;
    cursor: default;
}
#sidebar #map a.thumbnail_new:hover img {
    width: auto;
    height: auto;
}
