@charset "utf-8";
*{
	margin:0;
	padding:0;
}
html, body{
	height:100%;
	margin:0;
	padding:0;
}
#body {
	background-color:#fff;/*
	font-size:10px;
	_font-size:62.5%;*/
	line-height:1.5;
	color:#666;
	background-image: url("../img/bg_common.jpg");
	background-repeat: repeat-x;
	_text-align:left;
}
#index-body {
/*	font-size:10px;
	_font-size:62.5%;*/
	background-image: url("../img/bg_index.jpg");
	background-repeat: repeat-x;
	_text-align:left;
}
a {
	color:#09c;
}
a:hover {
	color:#069;
}
a img {
	border:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#wrapper {
    position: relative; 
    min-height: 100% ;
}
* html div#wrapper {
	height:100%;
}
#container {
	margin: 0 auto;
	overflow:hidden;
	padding:0 0 35px 0;
	_text-align:center;
}
#inner {	
	width: 900px;
	margin: 0 auto;
}
/*****************************
	ヘッダー
*****************************/
#header {
	position: relative;
	clear: left;
	height: 80px;

}
#head-catch {
	position: absolute;
	width: 261px;
	height: 23px;
	left: 580px;
	top: 28px;
}
#head-logo   {
	position: absolute;
	right: 691px;
	top: 13px;
	height: 50px;
	width: 190px;
}
#fontsize{
	background: url("../img/bg_font.gif") no-repeat 0 0;
	position:absolute;
	right: 0;
	top: 0;
	width: 162px;
	height: 50px;
	z-index:3;
}
#fontsize ul{
	padding-left:75px;
	list-style:none;
}
#fontsize li{
	float:left;
	margin-left:3px;
	z-index:4;
}
#fontsize ul#lang{
	padding-left:20px;
	padding-top: 34px;
}

#fontsize ul#lang li {
	margin-right: 8px;

}

#fontsize ul#lang li a{
	text-decoration: none;
}

/*****************************
	グローバルメニュー
*****************************/
#menus {
	height:40px;
	background-color:#fff;
}
#menus ul {
	list-style:none;
	padding:0;
	display: block;
}
#menus li {
	float:left;
}
#menus li a {

}
#contents {
	clear: both;
	background-color:#fff;
	_text-align:left;
}
/*****************************
	フッター
*****************************/
#town{
	position:absolute;
	clear:both;
	bottom:35px;
	background:url("../img/bg_town.gif") repeat-x bottom;
	height:85px;
	width:100%;
	left: 0;
}
#town  div{
	width:900px;
	margin:0 auto;
	padding:0;
}
#footer {
	position: absolute;
	clear:both;
	bottom:0;
	background:url("../img/bg_footer.gif") repeat-x;
	font-size:1.2em;
	color:#333;
	letter-spacing:1px;
	height:35px;
	width:100%;
	left: 0;
}
#footer ul{
	float:left;
	margin-top:10px;
}
#footer li{
	float:left;
	margin-left:50px;
}
#footer p {
	margin:10px 50px 0 0;
	width:330px;
	display:inline;
	float:right;
}
#footer p em {
	font-style:normal;
	color:#6cf;
}
.c_fff { 
 	color:#333;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	color:#6cf;
}
/*****************************
	汎用
*****************************/
h1 {
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: left;
	display: inline;
	float: left;
}
#bcontents h1 {
	color:#09c;
	font-size:1.8em;
	position:relative;
	padding:5px;
}
h2:first-letter {
	color:#09c;
}
h2 {
	margin-top:20px;
	clear:both;
	font-weight:bold;
	font-size:2.0em;
}
.postmetadata{
	float:right;
}
.r {
	float:right;
	margin:0 0 0 10px;
}
