﻿@charset "utf-8";
/* CSS Document */


/* 基本構造
------------------------------------------------*/
body{
	background:url(../img/common_side01.gif) repeat-x top center;
	color:#333333;
	font-family:verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:0.9em;
	line-height:1;
}

/* リンク
---------------------------------------------------- */




/* コンテナー
------------------------------------------------*/
#container{
	background:url(../img/common_bg01.gif) top left repeat-x;
}




/* ヘッダー
------------------------------------------------*/
#header{
	width:960px;
	overflow:hidden;
	margin:0 auto;
	padding-top:120px;
}


/* グローバルナビゲーション
------------------------------------------------*/

h1{
	float:left;
	margin-left:10px;
	margin-bottom:3px;
}

#nav {
	float:left;
	margin-bottom:3px;
}

#nav li{
	float:left;
	margin-left:14px;
}



/* コンテンツ枠
------------------------------------------------*/
#hcontents {
	margin:0 auto;
	width:962px;
	line-height:0;
}

p.bar{
	line-height:0;	
}

#leftBar{
	float:left;
}

#rightBar{
	float:right;
}


/* コンテンツ
------------------------------------------------*/

#contents {
	width:938px;
	overflow:hidden;
	height:454px;
	background:url(../img/common_line03.gif) left top repeat-x;
	float:left;

}




/* フッター
------------------------------------------------*/

#footer {
	width:960px;
	overflow:hidden;
	margin:0 auto;
	padding-bottom:10px;
}

#bottomNav {
	margin:5px 5px 0 10px;
	float:left;	
}


#bottomNav li{
	float:left;
}

#copy {
	font-size:x-small;
	font-weight:bold;
	color:#a30000;
	float:right;
	margin-top:10px;	
}



/* アンダーフッター
------------------------------------------------*/

#underFooter {
	background:url(../img/common_bg02.gif) repeat-x bottom;	
}


#underFooter img{
	vertical-align:bottom;
	padding-left:50px;
}


/* clearfix
---------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

