@charset "utf-8";
/* CSS Document */

/* ------------------------------------------- CSS Information
 Style Info:     ブラウザスタイルのリセットと基本設定
----------------------------------------------------------- */

/* ----------------------- Browser Default Initialization */
html {
	overflow-y:scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}

caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align:top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: #FFF;
	color: #333;
	font-size: 75%;
	line-height: 150%;
	text-align: center;
}

html>/**/body {
	font-size: 12px;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}

/* ------------ A Style */
a:link	{
	text-decoration: none;
	color:#666633;
}

a:visited	{
	text-decoration: none;
	color:#666633;
}

a:hover	{
	text-decoration: underline;
	color:#666633;
}

a:active	{
	text-decoration: none;
	color:#666633;
}

/* ------------ クリア */
div:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.cl {
clear:both;
}

/* ----------------------- レイアウト */


body {
text-align:center;
}

#wrap {
margin:0 auto;
}

html:not(:target) #wrap {
margin:0 auto;
}

/* --------- ヘッド */

#header {
background:url(../images/head_back.jpg) repeat-x;
height:95px;
text-align:left;
}

#header_in {
width:760px;
height:95px;
margin:0 auto;
text-align:left;
}

#header_in img{
float:left;
}

.head_cap {
background:url(../images/head_cap.jpg) no-repeat;
width:272px;
height:64px;
float:left;
text-align:left;
font-size:10px;
line-height:135%;
}

.head_cap p{
margin:8px 0 0 17px;
}

/* --------- トップＧナビ */

.top_gnavi li{
float:left;
}

.top_gnavi01 a{
width:151px;
height:28px;
background:url(../images/btn_home.jpg) no-repeat;
display:block;
} 

.top_gnavi01 a:hover{
width:151px;
height:28px;
background:url(../images/btn_home_on.jpg) no-repeat;
display:block;
} 


.top_gnavi02 a{
width:152px;
height:28px;
background:url(../images/btn_annai.jpg) no-repeat;
display:block;
} 

.top_gnavi02 a:hover{
width:152px;
height:28px;
background:url(../images/btn_annai_on.jpg) no-repeat;
display:block;
}


.top_gnavi03 a{
width:152px;
height:28px;
background:url(../images/btn_staff.jpg) no-repeat;
display:block;
}


.top_gnavi03 a:hover{
width:152px;
height:28px;
background:url(../images/btn_staff_on.jpg) no-repeat;
display:block;
} 

.top_gnavi04 a{
width:152px;
height:28px;
background:url(../images/btn_iin.jpg) no-repeat;
display:block;
} 

.top_gnavi04 a:hover{
width:152px;
height:28px;
background:url(../images/btn_iin_on.jpg) no-repeat;
display:block;
} 

.top_gnavi05 a{
width:153px;
height:28px;
background:url(../images/btn_price.jpg) no-repeat;
display:block;
} 

.top_gnavi05 a:hover{
width:153px;
height:28px;
background:url(../images/btn_price_on.jpg) no-repeat;
display:block;
} 


/* --------- コンテンツ */


#contents {
width:760px;
background-color:#FFFFFF;
margin:0 auto;
text-align:left;
}

html:not(:target) #contents {
width:760px;
background-color:#FFFFFF;
margin:0 auto;
text-align:left;
}


/* --------- 左エリア */

.left_eria {
width:152px;
float:left;
margin:10px 0;
display:inline;
}

.left_navi li img{
vertical-align:top;
}

.left_navi li a{
color:#993300;
}

.left_navi .sttl{
width:152px;
height:24px;
background:url(../images/left_menu_s_back.jpg) no-repeat;

}

.left_navi .sttl span{
margin-left:8px;
line-height:200%;
color:#993300;
display:block;
text-decoration:none;
font-size:12px;
}

.mobaile {
margin:20px 0;
background:url(../images/left_back_green.jpg);
}

.mobaile p{
margin:7px 7px;
font-size:10px;
line-height:130%;
}

/* --------- 右エリア */

.right_eria {
width:588px;
float:left;
margin:10px 0 10px 20px;
}


html:not(:target) .left_eria {
width:152px;
float:left;
margin:10px 0;
}

html:not(:target) .right_eria {
width:588px;
float:left;
margin:10px 0 10px 20px;
}

/* --------- フッター */
#footer {
height:96px;
background:url(../images/foot_back.jpg) repeat-x;
clear:both;
font-size:11px;
line-height:140%;
}

.foot_menu {
margin-top:15px;
font-size:11px;
line-height:145%;
}

html:not(:target) .foot_menu {
padding-top:15px;
font-size:11px;
line-height:145%;
}

.copy {
margin-top:15px;
font-size:10px;
line-height:125%;
}

html:not(:target) .copy {
font-size:10px;
line-height:125%;
}

/* --------- その他共通 */

.pankuzu {
text-align:right;
}

.pagetop{
clear:both;
margin:20px 0px 20px 0px;
padding:0px;
text-align:right;
}
