@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  style.css
 up date : 2009.10.26
=================================================================== */


/* ===================================================================
CSS information：reset&default
 style info :  リセット及びbody初期設定
=================================================================== */

/*--- reset */
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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
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;
}

/*--- default */
body {
	background: #eef0ec;
	color: #333;
	font-size: small;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	text-align:center;
    background:#eef0ec url(../images/t_body_bg.jpg) repeat-x 0 0;

}
* html body {	/* for IE6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: x-small;
}

/* ===================================================================
 　　↑ここまでのスタイルシートは基本的に変更しない
=================================================================== */


/* ===================================================================
CSS information :module
 style info :共通（ヘッダー、フッター）
=================================================================== */

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	height:70px;
	position:relative;
}



/* #utilitynav
----------------------------------------------------------- */


#header #utilitynav {
	position:absolute;
	bottom:0;
	right:0;
	text-align: right;
}

#header #utilitynav li {
	display: inline;
}

#header #utilitynav li a{
	padding-left:10px;
	padding-right:10px;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
}

#footer ul {
	text-align: center;
}

#footer ul li {
	display: inline;
}

#footer .copyright {
	text-align: center;
}


/* ===================================================================
CSS information :style
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #page
  #contents
  
   #main_es
    #left_es
	 #gnav_es
	#right_es
	
   #main_hw
    #left_hw
	  #gnav_hw
	#right_hw
   
  #address
  #footer
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
}
a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgr {
	float: right;
	margin: 0 0 10px 10px;
}

.imgl {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}




/* clearfix */
.clear:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	float: left;
	width: 900px;
	background:url(../images/t_contnts_bottom.jpg) no-repeat left bottom;
	margin-bottom:10px;
}

#contents .pagetop {
	clear: both;
	text-align: right;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/


#main_es {
	float: left;
	width: 431px;
}

#main_hw {
	float: right;
	width: 433px;
}


#left_es {
	float: left;
	width:161px;
}

#right_es{
	float: left;
	width:270px;
}

#left_hw {
	float: left;
	width:158px;
}

#right_hw{
	float: left;
	width:275px;
}

#left_es h2{
	padding:0 0 10px 20px;
}

#left_hw h2{
	padding:25px 0 10px 40px;
}

#right_es h2,
#right_hw h2{
	margin:10px auto;
	text-align:center;
}


#right_es p{
	padding:5px 10px 10px 10px;
}

#right_hw p{
	padding:5px 10px 10px 10px;
}

#contents .btn{
	margin-bottom:50px;
}


/*----------------------------------------------------
	#address
		お問い合わせ
----------------------------------------------------*/

#address{
    width:900px;
	float:left;
	font-size:14px;
	background:url(../images/address_bottom.jpg) no-repeat left bottom;
	padding-bottom:20px;
	margin:10px 0;
	
}

#address .inner{
	padding-left:20px;
}


#address .inner p{
	float:left;
	margin-right:30px;
}

 
/* ----------------------------------
    #gnav_es  縦型グローバルナビ
------------------------------------- */
#gnav_es {
	padding:0 8px;
}

#gnav_es ul{
	float:left;
	width:140px;/*hover時の1枚画像を背景に置く*/
	background: url(../images/gnav_es_hover.gif) no-repeat 0 0;
	}
	
#gnav_es li{
	float:left;
	margin-bottom: 0;/*各項目の下部側の余白*/
	}

#gnav_es a{
	display:block;
	width:140px;/*各項目の横幅*/
	height:25px;/*各項目の縦幅*/
	}
	
#gnav_es a:hover,
#gnav_es a:active{
	background:none;
	}	

#gnav_es a:hover img,
#gnav_es a:active img{
	width:0;/*通常時の画像を非表示にして下に置いてあるhover時の画像を表示させる*/
	height:0;
	} 


/* ----------------------------------
    #gnav_hw  縦型グローバルナビ
------------------------------------- */

#gnav_hw {
	padding:20px 5px;
}


#gnav_hw ul{
	float:left;
	width:140px;/*hover時の1枚画像を背景に置く*/
	background: url(../images/gnav_hw_hover.gif) no-repeat 0 0;
	}
	
#gnav_hw li{
	float:left;
	margin-bottom: 0;/*各項目の下部側の余白*/
	}

#gnav_hw a{
	display:block;
	width:140px;/*各項目の横幅*/
	height:25px;/*各項目の縦幅*/
	}
	
#gnav_hw a:hover,
#gnav_hw a:active{
	background:none;
	}	

#gnav_hw a:hover img,
#gnav_hw a:active img{
	width:0;/*通常時の画像を非表示にして下に置いてあるhover時の画像を表示させる*/
	height:0;
	} 

/* ----------------------------------
    #banner
------------------------------------- */

#banner {
clear:both;
width:900px;
height:198px;
background: url(../images/dairiten_top.jpg) no-repeat 0 0;
position:relative;
}

#banner .dairiten_btn a img{
position:absolute;
top:148px;
right:19px;
}

/* ===================================================================
CSS information :print
 style info :印刷用
=================================================================== */
@media print {

/*
#gnav {
	display: none;
}
*/


}