/* 基本設定
-------------------------------------------------------- */
/* フッタ最下部配置 */
html, body {
	height: 100%;
	background: #f1f1f1;
	color: #333333;
}
#container {
	position: relative;
	width: 100%;
	min-width: 1100px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
}
body > #container {
	height: auto;
}
#contents {
	margin: 0 auto;
	min-height: 96px;
	padding: 0 0 320px 0;
	line-height: 150%;
	min-width: 1100px;
}
#contents,
.fontM #contents{
	font-size: 14px;
}
.fontL #contents{
	font-size: 16px;
}
#footer {
	position: absolute;
	bottom: 0;
	height: 300px;
	width: 100%;
	background: #444444;
	color: #ffffff;
}
/* 基本レイアウト */
h1{
	width: 1080px;
	margin: 0 auto;
	font-size:78.6%;
	background:#444444;
	color:#cccccc;
	height:22px;
	line-height: 22px;
	font-weight: normal;
}
#headerTop{
	background:#ffffff;
	border-bottom: 1px solid #dddddd;
}
.inner1080{
	width: 1080px;
	margin: 0 auto;
	position: relative;
}
#siteid{
	float: left;
	margin: 11px 0;
}
/* sns */
.sns{
	background: #dddddd;
	color: #333333;
	height: 300px;
	padding: 30px 0;
}

/* フォントサイズ切り替え、検索窓 */
.fontChanger,
#searchform{
	position: absolute;
	top: 16px;
}
.fontChanger{
	right: 284px;
	line-height: 28px;
	font-size: 85.7%;
}
.htmlpage .fontChanger{
	right: 0;
}
.fontChanger span{
	line-height: 30px;
	float: left;
	padding-right: 8px;
	color: #666666;
}
.fontChanger a{
	display: block;
	border: 1px solid #cacaca;
	float: left;
	width: 50px;
	text-align: center;
	color: #333333;
	cursor: pointer;
}
/* アクティブ表示 */
.fontM a.fontChangeM,
.fontL a.fontChangeL{
	background: #666666;
	color: #ffffff;
}
.fontChanger .fontChangeM{
	border-radius: 3px 0 0 3px;
	border-right: none;
}
.fontChanger .fontChangeL{ border-radius: 0 3px 3px 0;}

#searchform{
	width: 280px;
	right: -4px;
}
#searchform input{
	border: 1px solid #cccccc;
	background:none;
	width: 210px;
	height: 26px;
	border-radius: 3px;
	margin-right: 0;
	cursor: pointer;
}
#searchform #searchsubmit{
	width: 54px;
	height: 30px;
	background: #666666;
	border: none;
	color: #ffffff;
	margin-left: -3px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Meiryo', 'メイリオ', 'sans-serif';
}
.fontChanger a:hover,
.fontChanger a:active,
#searchform #searchsubmit:hover,
#searchform #searchsubmit:active{
	color: #ffffff;
	background: #444444;
}
/* ナビゲーション */
#nav{
	border-bottom: 1px solid #dddddd;
	background: #ffffff;
	margin-bottom: 30px;
}
#nav li{
	width: 216px;
	float: left;
	text-align: center;
	height: 60px;
	overflow: visible;
}
#nav li a{
	display: block;
	height: 69px;
	line-height: 60px;
	font-size: 114.3%;
	font-weight: bold;
	color: #333333;
}
#nav li a:hover,
#nav li a:active,
#nav li a.current{
	color: #ffffff;
	background: url(../img/bgNav.png) center bottom;
}
/* フッタ */
#footerlogo{
	float: left;
	margin-left: 20px;
	margin-right: 80px;
}
#footer li{
	float: left;
	margin-right: 10px;
}
#footer li li{
	float: none;
	font-size: 12px;
	line-height: 200%;
	color: #f2f2f2;
}
#footer li li strong{
	font-size: 13px;
}
#footer .column01{width:190px;}
#footer .column02{width:250px;}
#footer .column03{width:210px;}
#footer .column04{
	width:210px;
}
#footer .column04 .sns_twitter a,
#footer .column04 .sns_facebook a{
	display: block;
	line-height: 26px;
	padding-left: 30px;
	margin: 6px 0;
	font-weight: bold;
}
#footer .column04 .sns_twitter a{
	background: url(../img/sns_twitter.png) no-repeat 0 center;
}
#footer .column04 .sns_facebook a{
	background: url(../img/sns_facebook.png) no-repeat 0 center;
}
#footer li li a{
	color: #f2f2f2;
}
#footer li li strong a{
	color: #ffffff;
}
address{
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -540px;
	font-size: 12px;
	color: #f1f1f1;
	font-style: normal;
	width: 1080px;
}
/* TOPボタン */
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
	text-indent: -9999px;
	overflow: hidden;
}
#pagetop a {
	background: url(../img/btnTop.png) no-repeat;
	width: 45px;
	height: 45px;
	display: block;
	border-radius: 23px;
}
#pagetop a:hover,
#pagetop a:active{
	text-decoration: none;
}
/* 文字サイズテスト */
.fontChanger li:hover{
	color:red;
	cursor: pointer;
}
.fontChanger li.select{
	background: red;
}