/* ■以下全ページ共通 */
body {
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 90%;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

/* ■基本 */
#wrapper {
	width: 878px;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
}

/* ■小キービジュアルエリア（中面ヘッダー用） */
#wrapper div.skeyvisual {
	width: 878px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	background-image: url(../img/skeyvisual.jpg);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
}

/* ■ヘッダー */
#wrapper #headerarea {
	width: 878px;
	height: 80px;
	border-top: 3px solid #887FE5;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#wrapper #headerarea #logoarea {
	margin: 0px;
	padding: 0px;
}
#wrapper #headerarea #logoarea div.logo {
	padding: 23px 0px 0px 20px;
	float: left;
}
#wrapper #headerarea #logoarea h1 {
	margin: 0px;
	padding: 16px 10px 0px 0px;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
	color: #9999CC;
	float: right;
	white-space: normal;
	display: block;
}

/* ■ヘッダー内　小メニュー */
#wrapper #headerarea #head-smenu {
	vertical-align: text-bottom;
	text-align: right;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 16px;
	color: #666666;
	margin: 0px;
	padding: 50px 20px 0px 0px;
	width: 400px;
	height: auto;
	float: right;
	white-space: normal;
}
#wrapper #headerarea #head-smenu ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#wrapper #headerarea #head-smenu ul li {
	white-space: nowrap;
	display: inline;
}
#wrapper #headerarea #head-smenu ul li a {
	background-repeat: no-repeat;
	background-position: left;
}
#wrapper #headerarea #head-smenu ul li a.button01 {
	background-image: url(../img/head-smenu-arw01.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	padding: 9px 7px 10px 20px;
	color: #666666;
	text-decoration: none;
}
#wrapper #headerarea #head-smenu ul li a.button01:hover {
	background-image: url(../img/head-smenu-arw01_on.gif);
	color: #2E2EA8;
	text-decoration: underline;
}
#wrapper #headerarea #head-smenu ul li a.button02 {
	background-image: url(../img/head-smenu-stmp01.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	padding: 9px 5px 10px 15px;
	color: #666666;
	text-decoration: none;
}
#wrapper #headerarea #head-smenu ul li a.button02:hover {
	color: #2E2EA8;
	text-decoration: underline;
}


/* ■フッターメニュー */
#wrapper #footerlinks {
	width: 878px;
	height: 30px;
	border-top: 2px solid #887FE5;
	text-align: right;
	font-size: 90%;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
	display: block;
	white-space: nowrap;
	clear: both;
}
#wrapper #footerlinks ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px 20px 0px 0px;
}
#wrapper #footerlinks ul li {
	display: inline;
	white-space: nowrap;
}
#wrapper #footerlinks ul li a {
	font-size: 90%;
	color: #666666;
	display: inline;
	text-decoration: none;
	padding: 0px 0.4em 0px 0.4em;
}
#wrapper #footerlinks ul li a:hover {
	font-size: 90%;
	color: #2E2EA8;
	display: inline;
	text-decoration: underline;
}
#wrapper #footerlinks ul li span {
	font-size: 10px;
	padding: 0px;
}

/* ■フッター（コピーライト） */
#wrapper #footer {
	text-align: right;
	font-size: 80%;
	font-weight: normal;
	color: #9999CC;
	line-height: 18px;
	text-decoration: none;
	width: 858px;
	margin: 0px;
	padding: 0px 20px 20px 0px;
}
#wrapper #footer span.companyname {
	font-weight: bold;
	color: #9999CC;
	line-height: 18px;
}