@charset "utf-8";
/* CSS Document */

*{
	margin:0; 
	padding:0;
}
body{
	font-size: 13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	color:#211713;
	background:url(../img/common/bg.gif);
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ul, ol { list-style: none;}

table{
	border-collapse: collapse;
	border-spacing: 0;
}
img {
  border-style:none;
}

a{ color:#211713; text-decoration:underline; outline:none;}
a:hover{ color:#666; text-decoration:none;}
a:active{ color:#666;}
a:visited{ color:#211713}

/*clear fix*/
.clearFix:after {/*clear-fix*/
	clear: both;
	content: ".";
	display: block;
	height: 1px;
	visibility: hidden;
}
.clearFix {
	display: inline-block;
	min-height: 1%;
}
* html .clearFix {
	height: 1%;
}
.clearFix {
	display: block;
}

/*align*/
.txtAC{ text-align:center;}
.txtAR{ text-align:right;}

/*padding*/
.padT15{ padding-top:15px;}

/*
COMMON
--------------------------------------------*/
.inner{
	width:940px;
	margin:0 auto;
}
.line_gray{
	background:url(../img/common/line_gray.gif) repeat-x bottom;
}

/*
HEADER
--------------------------------------------*/
#header{
	background:url(../img/common/bg_header.gif) repeat-x;
	height:82px;
}
#header .inner{
	padding-top:16px;
	overflow:hidden;
	background:url(../img/common/bg_header_inner.gif) no-repeat center 10px;
	height:82px;
}
#header h1{
	float:left;
}
.font_size{
	width:180px;
	background:url(../img/common/bg_fontsize.gif) no-repeat;
	overflow:hidden;
	float:left;
	margin-left:395px;
	margin-top:5px;
}
.font_size p{
	float:left;
	margin:4px auto 4px 10px;
	height:24px;
}
.font_size ul{
	float:right;
	overflow:hidden;
	margin:4px 10px;
	height:24px;
}
.font_size ul li{
	float:left;
}
.font_size ul li:first-child{
	border-right:1px solid #BBB;
	padding-right:8px;
	margin-right:8px;
}
.font_size ul li a{
	display:block;
	width:26px;
	height:24px;
	overflow:hidden;
}
.font_size ul li a:hover img, .textresizer-active img{
	margin-top:-24px;
}
#header .btn{
	float:right;
	margin-top:5px;
}
/*
GNAV
--------------------------------------------*/
#gNav{
	clear:both;
	height:42px;
}
#gNav ul{
	overflow:hidden;
}
#gNav ul li{
	float:left;
}
/*
CONTENTS
--------------------------------------------*/
#contents{
	overflow:hidden;
	padding:30px 0 40px;
	clear:both;
}
/*sidebar*/
#sidebar{
	width:234px;
	float:left;
}
.side01{
	background:url(../img/common/fg_sidebar.gif) no-repeat bottom center;
	padding-bottom:7px;
	margin-bottom:30px;
}
.side01 .side_inner{
	background:url(../img/common/bg_sidebar.gif) repeat-y center;
	padding:10px 15px;
	width:204px;
}
.side01 p{
	margin-bottom:10px;
}
.side01 .btn{
	margin-bottom:20px;
}
.side02 h3{
	margin-bottom:15px;
}
.side02 ul{
	text-align:center;
}
.side02 ul li{
	margin-bottom:8px;
}
/*main*/
#main{
	width:676px;
	float:right;
	background:url(../img/common/fg_main.gif) no-repeat bottom center;
	padding-bottom:4px;
	overflow:hidden;
}
#main .main_inner{
	background:url(../img/common/bg_main.gif) repeat-y;
}

/*
FOOTER
--------------------------------------------*/
#footer #page_top{
	position:fixed;
	bottom:30px;
	right:30px;
}
#footer .inner{
	background:url(../img/common/line_blue.gif) repeat-x top;
	padding:25px 0;
	text-align:center;
	font-size:14px;
}
#footer ul{
	margin-bottom:25px;
}
#footer ul li{
	display:inline;
	border-left:1px solid #333;
	padding-left:0.8em;
	margin-right:0.6em;
}
#footer ul li:first-child{
	border-left:none;
	padding-left:0;
}
#footer ul li a{
	color:#333;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer address{
	font-size:13px;
	font-style:normal;
	font-family: Century Gothic, sans-serif;
}

/*
フッターを下部固定
--------------------------------------------*/
html, body{
	height:100%;
}
html{
	overflow:scroll;
}
div#container{
	position: relative;
	height: 100%;
	min-height: 100%;
}
body > div#container{
	height: auto;
}
#wrap{
	padding-bottom:100px;
}
#footer{
	width:100%;
	height:100px;
	position: absolute;
	bottom: 0;
/*	left: 10px;*/
}