body {
	margin:0;
	background-color:#A7C7E0;
	font-size:0.9em;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	color:#333333;
	text-align:center;
	line-height:1.5;
}
img {
	border-style:none;
}
h1,h2,h3,h4,h5 {
	margin:0;
}
a {
	color:#039;
}
a:hover {
	color:#F00;
}

/* 共通
----------------------------------------- */
.txt_center{text-align:center;}
.txt_right{text-align:right;}

.txt_bold{font-weight:bold;}


.mt1em{margin-top:1em !important;}

.mb20{margin-bottom:20px;}

.font_s { font-size:80%;}

/* 回り込み解除 */
.ClearFix {
    min-height:1px;
}
.ClearFix:after {
    content:".";
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
}
* html .ClearFix {
    height:1px;
    /*\*//*/
    height:auto;
    overflow:hidden;
    /**/
}
.clear { clear:both;}



/* 全体レイアウト
----------------------------------------- */
#mainlink,
#topmainimg,
#subheader,
#container {
	width:940px;
}

#container {
	background-color:#FFF;
	text-align:left;
	margin:0 auto;
	padding:0 5px;
}

/* ヘッダテキストメニュー部
----------------------------------------- */
#txthead {
	color:#FFF;
	background-color:#396CD9;
	font-size:80%;
	padding:2px 10px;
}
#txthead ul {
	margin:0;
	list-style-type:none;
	padding:0;
}
#txthead ul li {
	float:left;
	display:block;
	white-space:nowrap;
}

li.eng {padding-left:20px;}
#txthead a {color:#FFF; text-decoration:none;}
#txthead a:hover {color:#F60;}
#headleft {float:left;}
#headright {float:right;}

/* メインリンク項目
----------------------------------------- */
#mainlink {
	height:30px;
	margin:0;
	padding:0;
	list-style-type:none;
}
#mainlink li {
	float:left;
}

a.mainbtn1,a.mainbtn2,a.mainbtn3,a.mainbtn4,a.mainbtn5,a.mainbtn6{
	display:block;
	height:30px;
}
a.mainbtn1 ,a.mainbtn2 ,a.mainbtn4 ,a.mainbtn6 {width:157px;}
a.mainbtn3 ,a.mainbtn5 {width:156px;}

a.mainbtn1 {background-image:url(../images/headbtn1.gif);}
a.mainbtn2 {background-image:url(../images/headbtn2.gif);}
a.mainbtn3 {background-image:url(../images/headbtn3.gif);}
a.mainbtn4 {background-image:url(../images/headbtn4.gif);}
a.mainbtn5 {background-image:url(../images/headbtn5.gif);}
a.mainbtn6 {background-image:url(../images/headbtn6.gif);}

/* 非表示 */
#mainlink a span,
#topmainimg h1,
#subheader h1{
	display:none;
}

#mainlink a:hover,#mainlink .on {background-position:0px -30px;}


/* ぱんくずメニュー
----------------------------------------- */
#breadcrum {font-size:80%; padding:3px;}

/* トップページメインイメージ部 */
#topmainimg {
	height:230px;
	position:relative;
	margin-bottom:2px;
}

/* 下層用ページメインイメージ部 */
#subheader{
	position:relative;
	margin-bottom:2px;
	height:65px;
}


#function {
	position:absolute;
	width:250px;
	left:660px;
	top:5px;
}
#txtsize {
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	color:#000;
}
#txtsize a {
	color:#000;
	text-decoration:none;
	border:1px solid #999; padding:1px 4px; background-color:#EEEEEE; margin-left:4px;
}

#txtsize a:hover {color:#F60;}
#search {
}

/* トップ専用ぱんくず
----------------------------------------- */
#topbread {
	font-size:80%;
	padding:3px;
}


/* ページトップへ戻る
----------------------------------------- */
#gotopArea { margin-left:-25px;}
#gotopBox {width:240px;float:right; background-color:#FFFFFF; }
#gotop { font-size:80%; float:right; 
	margin-top:5px;
	padding:5px;
	border-style:solid; border-color:#396CD9;
	border-width:1px 1px 0 1px; background-color:#E8F0F7;
	}
/* フッタ
----------------------------------------- */
#footer {
	font-size:80%;
	border-top:1px solid #396CD9;
	text-align:left;
}
#footinf {
	background-color:#E8F0F7;
	padding:6px;
}

.inquiry {
	width:350px;
	float:left;
}
.address {
	margin-left:280px;
	text-align:right;
}
.address1{
	background:#73a7d6;
	padding:0 10px;
}
.address1 a {color:#fff;}
.address1 a:hover {color:#F00;}

.upDate { text-align:right; padding-top:3px;}

#copy {
	font-size:80%;
	color:#FFF;
	background-color:#396CD9;
	text-align:center;
	padding:2px;
}
