/* 共通
------------------------------------------------------- */
* {
	margin:0px;
	padding:0px;
}

body {
	font-size:13px;
	color:#333333;
	font-family:MS PGothic, MS Gothic, Arai;
}

h1,h2 {
	font-size:10px;
	font-weight:normal;
}

a:link {
	color: #00A0C6;
	text-decoration:none;
}
a:visited {
	color: #00A0C6;
	text-decoration:none;
}
a:hover {
	color: #00A0C6;
	text-decoration:none;
	text-decoration:underline;
}
a:active {
	color: #00A0C6;
	text-decoration:none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

/* レイアウト
------------------------------------------------------- */
/* ラッパー */
#wrap {
	width:100%;
	padding:0px;
}

/* ヘッダ */
#header {
	width:100%;
	font-size:11px;
}

#header .h-line {
	height:5px;
	background-color:#00A0C6;
}

#header .h-title {
	width:900px;
	margin:0px auto;
	padding:5px 0px;
}

/* フッター */
#footer {
	width:100%;
	clear:both;
	background-color:#F6F6F6;
}

#footer #footer-inner {
	width:900px;
	margin:0px auto;
}

#footer #footer-inner #footer-table {
	width:100%;
	font-size:10px;
}

#footer #footer-inner #footer-table ul {
	list-style:none;
	display:block;
	margin: 10px 0px 25px 0px;
}

#footer #footer-inner #footer-table li {
	display:block;
	float:left;
	margin:0px 17px 0px 0px;
}

#footer #footer-inner span.to-top {
	text-align:right;
	display:block;
	padding: 10px;
}

#footer #footer-inner .footer-left {
	width:66%;
	background-color:#FFFFFF;
	padding:20px;
	vertical-align:top;
}

#footer #footer-inner .footer-right {
	background-color:#FFFFFF;
	vertical-align:top;
	text-align:center;
	padding:10px 0px;
}

#footer #footer-inner .footer-leftb {
	padding:0px 20px;
	vertical-align:top;
}

#footer #footer-inner .footer-rightb {
	text-align:right;
	padding-top:30px;
	padding-right:10px;
	vertical-align:top;
}

#footer #footer-inner .footer-text {
	font-size:10px;
	display:block;
	clear:both;
	margin: 10px 0px 0px 0px;
}

#footer #footer-inner .copy {
	font-size:10px;
	text-align:center;
	padding:25px 0px 25px 0px;
	display:block;
	clear:both;
}
