@charset "Shift_JIS";

/*　ページ構造
==================================================================================================================================================================================*/
.otherStyle {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
}
.otherStyle div#wrapper {
	width:100%;
	margin:auto;
	text-align:left;
	line-height:1.4;
}
.otherStyle div#header {
	position:relative;
	width:100%;
	height:70px;
	margin:0;
	padding:0;
	background:url(/images/other_style_image/bg_header.gif) repeat-x top left;
}
.otherStyle div#content {
	float:none;
	width:auto;
	margin:0;
	padding:0 20px;
	background:none;
}
.otherStyle div#footer {
	float:none;
	width:100%;
	height:115px;
	margin:0;
	padding:0;
	background:url(/images/other_style_image/bg_footer.gif) repeat-x bottom left;
}
/*　ヘッダー
==================================================================================================================================================================================*/
.otherStyle div#header .logo {
	position:absolute;
	top:7px;
	left:10px;
}
/*　コンテンツ
==================================================================================================================================================================================*/
.otherStyle div#content h2 {
	margin:18px 0 0;
	padding:0;
	font-size:medium;
	color:#444444;
}
div#other_contents_w800 {
	width:800px;
	margin:0 auto;
	padding:0;
}
div#other_contents_w900 {
	width:900px;
	margin:0 auto;
	padding:0;
}
/*　フッター
==================================================================================================================================================================================*/
.otherStyle div#footer p {
	display:inherit;
	position:absolute;
	top:auto;
	right:40px;
	margin:0;
	padding:0;
	font-size:x-small;
	text-align:inherit;
}
.otherStyle div#footer .otherStyleNavi {
	position:absolute;
	right:40px;
	bottom:26px;
}
.otherStyle div#footer .otherStyleCopyright {
	position:absolute;
	right:40px;
	bottom:11px;
}
.otherStyle div#footer .otherStyleCloseButton {
	position:absolute;
	right:8px;
	bottom:12px;
	cursor:pointer;
}
