@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;
}
#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: 360px;
	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-image: url(../img/map.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 170px;
	width: 170px;
	margin-left: 15px;
	text-indent: -9999px;
}
#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{
	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;
}
#introduction #gaiyou tr th {
	background-color: #FC9;
	line-height: 30px;
}

#introduction #gaiyou tr td {
	border-bottom-style: dotted;
	border-bottom-color: #FC9;
	border-bottom-width: 3px;
}



#asahi #mainContents h2 {
	background-image: url(../img/asahi_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 235px;
	width: 550px;
	margin-bottom: 30px;
}


#asahi #mainContents #introduction h4 {
	font-size: 15px;
	font-weight: bold;
	color: #F55C0A;
	line-height: 30px;
	background-image: url(../img/contact_underbar01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
	margin-top: 30px;
}


#casa #mainContents h2 {
	background-image: url(../img/casa_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 235px;
	width: 550px;
	margin-bottom: 30px;
}

#casa #mainContents #introduction h4 {
	font-size: 15px;
	font-weight: bold;
	color: #F55C0A;
	line-height: 30px;
	background-image: url(../img/contact_underbar01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 30px;
	margin-bottom: 10px;
}

#casa #mainContents #introduction p {
	line-height: 20px;
	width: 460px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#faq #mainContents h2 {
	background-image: url(../img/faq_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 180px;
	width: 550px;
	margin-bottom: 30px;
}
#faq #mainContents #introduction #question ul {
	list-style-type: none;
}

#faq #mainContents #introduction #question ul li a {
	font-weight: bold;
	color: #090;
	line-height: 20px;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #330000;
}






#faq #mainContents #introduction #list01, #list02, #list03, #list04, #list05, #list06, #list07, #list08, #list09 {
	width: 550px;
	background-image: url(../img/faq_obi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 25px;
}
#faq #mainContents #introduction h4 {
	color: #009900;
	font-weight: bold;
	background-image: url(../img/faq01.gif);
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	background-position: 15px 1mm;
	padding-left: 50px;
}
#faq #mainContents #introduction .flame  {
	background-color: #FFFFFF;
	width: 450px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
}
#faq #mainContents #introduction  .flame p {
	line-height: 20px;
}
#faq #mainContents #introduction  .flame .answer {
	font-weight: bold;
	color: #F45B0A;
	background-image: url(../img/faq_a_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 22px;
	padding-left: 3em;
}
#faq #mainContents #introduction #toList {
	margin-left: 400px;
	margin-top: 10px;
}










#other #mainContents h2 {
	background-image: url(../img/other_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 180px;
	width: 550px;
	margin-bottom: 30px;
}

#co #mainContents h2 {
	background-image: url(../img/contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 180px;
	width: 550px;
	margin-bottom: 30px;
}


#co #mainContents #form {

}
#co #mainContents #form h4 {
	font-size: 15px;
	font-weight: bold;
	color: #F55C0A;
	line-height: 30px;
	background-image: url(../img/contact_underbar01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#co #mainContents #form p {
	line-height: 20px;
}
#co #mainContents #form strong {
	color: #F00;
	font-weight: bold;
}
#co #mainContents #form table {
	text-align: center;
}

#co #mainContents #form th {
	background-color: #FC6;
}

#other #mainContents #introduction h4 {
	font-size: 15px;
	font-weight: bold;
	color: #F55C0A;
	line-height: 30px;
	background-image: url(../img/contact_underbar01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
	margin-top: 30px;
}
#photo #mainContents h2 {
	background-image: url(../img/gallery_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 180px;
	width: 550px;
	margin-bottom: 30px;
}







#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;
}
/*PhotoGallery集*/



#asahi #mainContents #introduction p {
	line-height: 20px;
	width: 460px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#photo #mainContents #introduction h5 {
	font-size: 15px;
	font-weight: bold;
	color: #F55C0A;
	line-height: 30px;
	background-image: url(../img/contact_underbar01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 30px;
	margin-bottom: 10px;
}

#sidebar #works {
	height: 210px;
	width: 200px;
	background-image: url(../img/album.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 30px;
}







#sidebar #works h4 {
	height: 210px;
	width: 200px;
	text-indent: -9999px;
}
#sidebar #works h4 a {
	height: 210px;
	width: 200px;
	line-height: 210px;
	display: block;
	background-image: url(../img/album.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar #works h4 a:hover {
	height: 210px;
	width: 200px;
	background-image: url(../img/hover_album.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#photo #gallarycontents {
	padding-top: 30px;
}




#photo #mainContents #introduction #photo1 {
	float: none;
	width: 550px;
	display: block;
}



#photo #mainContents #introduction #photo1 div.gallaryphoto {
	float: left;
}


#photo #mainContents #introduction #photo2 {
	float: none;
	width: 550px;
	display: block;
	clear: both;
}

#photo #mainContents #introduction #photo2 div.gallaryphoto {
	float: left;
}

#photo #mainContents #introduction #photo3 {
	float: none;
	width: 550px;
	display: block;
	clear: both;
}

#photo #mainContents #introduction #photo3 div.gallaryphoto {
	float: left;
}

#photo #mainContents #introduction #photo4 {
	float: none;
	width: 550px;
	display: block;
	clear: both;
}

#photo #mainContents #introduction #photo4 div.gallaryphoto {
	float: left;
}


#photo #mainContents #introduction #photo5 {
	float: none;
	width: 550px;
	display: block;
	clear: both;
}

#photo #mainContents #introduction #photo5 div.gallaryphoto {
	float: left;
}

#photo #mainContents #introduction #photo6 {
	float: none;
	width: 550px;
	display: block;
	clear: both;
}

#photo #mainContents #introduction #photo7 {
	float: none;
	width: 550px;
	display: block;
	clear: both;
}
#photo #mainContents #introduction #photo8 {
	float: none;
	width: 550px;
	display: block;
	clear: both;
}
#photo #mainContents #introduction #photo9 {
	float: none;
	width: 550px;
	display: block;
	clear: both;
}


#photo #mainContents #introduction #photo6 div.gallaryphoto {
	float: left;
}

.gallaryphoto {
	float: left;
	width: 120px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.gallaryphoto img {
	margin: 0px;
	padding: 0px;
	border: 2px solid #755838;
}
.gallaryphoto p {
	text-align: left;
	color: #755838;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 100%;
	line-height: 1.4;
}

#photo #mainContents #introduction h3 {
	font-size: 14px;
	padding-bottom: 20px;
	background-image: url(../img/faq_obi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-top: 10px;
}
