/* =====================================
	全体設定
===================================== */

a {
	color:#323232;
	text-decoration:none;
}
a:hover {
	color:#323232;
	text-decoration:none;
}

body {
	margin:0;
	height:100%;
	font-size:13px;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Osaka,sans-serif;
	color:#323232;
	background-color:#ffffff;
}

* html #wrapper {
	height:100%;
}

#wrapper {
	line-height:1.4;
}

/* =====================================
	header
===================================== */

#header {
}

#header .inner {
	position: relative;
	width: 1000px;
	height: 80px;
	margin: 0 auto;
}

#header .inner .logo01 {
	position: absolute;
	left: 0;
	top: 17px;
}

#header .inner .btn01 {
	position: absolute;
	left: 291px;
	top: 36px;
	width:350px;
	color:#4C4C4C;
}

#header .inner .btn01 a {
	text-decoration: underline;	
	line-height:1.4;
	font-size:12px;
	color:#4C4C4C;
}

#header .inner .btn01 a:hover {
	text-decoration:none;
}

#header .inner .logo02 {
	position: absolute;
	right: 0;
	top: 33px;
}

#header .inner .logo02 li {
	float: left;
}

#header .inner .logo02 li:first-child {
	margin-right: 14px;
	padding-right: 14px;
	border-right: 1px solid #000;
}


/* =====================================
	footer
===================================== */

/* ---------- footer（フッター）101101修正版 ---------- */
#wrapper #footerSp2,
#footerArea #footerSp2 {
	margin: 0;
	padding: 10px 0 5px 0;
	text-align: center;
	background:#ffffff;
	clear: both;
	width: 100%;
	border-top:1px solid #D8D8D8;
}

#wrapper #footerSp2 ul,
#footerArea #footerSp2 ul {
	margin: 0 auto;
	padding: 3px 0 0 0;
	text-align: center;
	position: relative;
}

#wrapper #footerSp2 ul li,
#footerArea #footerSp2 ul li {
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	font-size: 11px;
	line-height: 1.1;
	display: inline;
	border-right: 1px solid #4c4c4c;
}

#wrapper #footerSp2 ul li.lastList,
#footerArea #footerSp2 ul li.lastList {
	margin: 0;
	padding: 0;
	border-right: none;
}

#wrapper #footerSp2 p,
#footerArea #footerSp2 p {
	/*background: #1A1A1A;
	color: #FFF;
	*/
	text-align: center;
	font-size: 9px;
	padding: 10px 0;
}

/*	margin: 0;
	padding: 15px 0 8px 0;
	color: #666666;
	line-height: 1.2;
	display: block;
	width: 100%;
*/

#footerArea #footerSp2 ul{
	line-height:1;
	margin:10px 0;
	font-size: 10px;
}

#footerArea .bgg {
	background: #fff;
	color: #333;
	text-align: center;
	padding: 10px 0;
	line-height:1;
}

#footerArea #footerSp2 ul li a {
	color: #006ebe;	
}

#footerArea #footerSp2 ul li a:hover {
	color: #006ebe;
	text-decoration: underline;
}