@charset "utf-8";
/* CSS Document */

/*初期化
----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-style: normal;
}

th,td,form,fieldset{
	margin: 0;
	padding: 0;
	font-style: normal;
}

img{
	border:none;
}


/*基本構造
----------------------------------------*/
body{
	background:#120501 url(../img/global_bg01.jpg) top repeat-x;
}

div.bgimg{
	display:none;
}


div#container{
	position:relative;
	width: auto;
	margin:0 auto;
	background-color:#120501;
	z-index:1;
}

div#header{
	width:auto;
	position:relative;
	margin:0 3px;
	padding:18px 0 13px 0;
	border-top:#5E4237 2px solid;
	background-color:#F0EEEC;
	z-index:1;
}

div#pagettl{
	width:auto;
	margin:0 3px;
	border-bottom:#CCC 1px solid;
	z-index:1;
}

div#contents{
	width:auto;
	height:auto;
	margin:0 3px;
}

div#main{
	width: 620px;
	padding-bottom:15px;
}

div#sub{
	padding-bottom:15px;
	/*border-left:#CCC 1px solid;*/
}

div#corner{
	clear: both;
	width:auto;
	margin:0 3px;
	background-color:#F0EFEE;
}

div#footer{
	clear:both;
	width:auto;
	margin:22px 0 0 0;
	border-top:#CCC 1px solid;
	background-color:#F0EFEE;
}

/*ベース リンク・文字
----------------------------------------*/
body{
	line-height:1.6;
	color:#666666;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka,;
	font-size:12px;
}

/*ヘッダー要素
----------------------------------------*/
div#logo{
	padding:0 0 0 0;
}

ul#sitenav{
	display:none;
}

/*グローバルナビ
----------------------------------------*/
ul#gnav{
	display:none;
}

/*ページ要素
----------------------------------------*/
h2{
	border:none;
	padding:0;
}

h2.new{
	margin:25px 0 10px 0;
}

h2.topic{
	margin:0 0 0 12px;
}

div.banner{
	float:left;
	width:180px;
	padding:0 18px 0 0;
	margin:0 0 10px 0;
	font-size:10px;
}

dl.news{
	margin:0px 20px 15px 0;
}

dl.news dt{
	width:5.2em;
	padding:0 0 0.5em 12px;
	background:url(../img/arrow.gif) 0 3px no-repeat;
	float:left;
}

dl.news dd{
	margin-left:5.2em;
	padding-bottom:0.5em;
}


/*フッター要素
----------------------------------------*/
div#footer p{
	padding:12px 5px 20px 0;
	margin:0;
	text-align:left;
}


/*csshack:clearfix
----------------------------------------*/
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility:hidden;
}

.clearfix{display:inline-block;}/* IE7用 */

/* Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac \*/
