@charset "utf-8";


/**********************  init  **********************/
body {
	text-align:center;
	font-size:83%;
	font-family:'MS Pゴシック',sans-serif;
}
#wrapper {
	width:800px;
	margin:0 auto;
	text-align:center;
}
body,h1,h2,h3,h4,h5,h6,p,div,ol,ul,li,dl,dt,dd,form,input,hr,map,area,noscript,sup,pre,select,iframe {
	margin:0;
	padding:0;
	list-style-type:none;
}
img {
	border-width:0;
}
br {
	letter-spacing:normal;
}
.clearBoth {
	clear:both;
}
br.clearBoth {
	clear:both;
}
hr {
	display:none;
	visibility:hidden;
	height:0;
	border:0;
}
p	{
	line-height:1.4em;
}
em	{
	font-weight:bold;
	font-style:normal;
}
li {
	line-height:1em;
}
a[name]:hover{
	text-decoration:none !important;
	outline:0 !important;
}
a:link {
	color:#0000CC;
}

a:visited {
	color:#800080;
}

a:hover {
	color:#FF6600;
}
iframe {
	display:block;
	clear:both;
}
.pageTop {
	margin:0 0 30px 0;
}



/**********************  common **********************/
/*見出し*/
#indexBar {
	background:#8B4B25 url(/img/bottom_gray_grad.gif) repeat-x left bottom;
	padding:0 0 7px 0;
	margin:0 0 5px 0;
}
.indexLeftborder {
	background:url(/img/index_bar_border_left.gif) repeat-y 0 0;
}
.indexRightborder {
	background:url(/img/index_bar_border_right.gif) repeat-y 100% 0;
}
.indexBoxTop {
	font-size:1px;
	height:8px;
	background:url(/img/index_bar.gif) no-repeat right top;
}
.indexBoxTop div {
	width:18px;
	height:8px;
	background:url(/img/index_bar.gif) no-repeat left top;
}
.indexBoxBottom {
	font-size:1px;
	height:8px;
	background:url(/img/index_bar.gif) no-repeat right bottom;
}
.indexBoxBottom div {
	width:18px;
	height:8px;
	background:url(/img/index_bar.gif) no-repeat left bottom;
}
#indexBar h2 {
	color:#FFF;
	font-size:120%;
	padding:0 0 0 15px;
}

/*ボタン*/
.inquireBtn {
	background:#00F63F url(/img/inquire_btn_bg.gif);
	text-align:center;
	margin:0 0 30px 0;
}
.inquireBtn .inquireBtnLeft {
	background:url(/img/inquire_btn_frame.gif) repeat-y right top;
}
.inquireBtn .inquireBtnRight {
	background:url(/img/inquire_btn_frame.gif) repeat-y left top;
}
.inquireBtn .inquireBtnTop {
	font-size:1px;
	height:7px;
	background:url(/img/inquire_btn_frame.gif) no-repeat right top;
	text-align:left;
}
.inquireBtn .inquireBtnTop div {
	width:7px;
	height:7px;
	background:url(/img/inquire_btn_frame.gif) no-repeat left top;
}
.inquireBtn .inquireBtnBottom {
	font-size:1px;
	height:7px;
	background:url(/img/inquire_btn_frame.gif) no-repeat right bottom;
	text-align:left;
}
.inquireBtn .inquireBtnBottom div {
	width:7px;
	height:7px;
	background:url(/img/inquire_btn_frame.gif) no-repeat left bottom;
}
.inquireBtn ul {
	margin:0 auto;
	padding:15px 0;
}
.inquireBtn ul li {
	display:inline;
}
.inquireBtn ul li.back {
	padding:8px 0 0 0;
	float:left;
}
.inquireBtn ul li.go {
	float:right;
}
.inquireBtn ul span {
	display:block;
	margin-top:0.3em;
}



/**********************  content  **********************/
#content {
	text-align:left;
	margin:0 0 50px 0;
	clear:both;
}



/**********************  SBM  **********************/
.sbsArea {
	clear: both;
}
.sbsArea:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
.sbsArea ul {
	margin:5px 0;
	padding:0;
	text-align:right;
}
.sbsArea li {
	display:inline;
	margin:0 6px 0 0;
}
.sbsArea li img {
	vertical-align: middle;
}
.sbsArea .sbsUser img {
	margin: 0 3px;
}



/**********************  premium  **********************/
#premiumBanner {
	margin: 0 0 1em 0;
}
#premium {
	background: #ddd url(/img/ttl_ads_premium_bg_l.gif) no-repeat left top;
}
#premium p.title {
	display: block;
	background: url(/img/ttl_ads_premium_bg_r.gif) no-repeat right top;
	padding: 0;
	margin: 0;
	line-height: 1px;
	text-align: left;
}
#premium p.title img {
	margin: 8px 0 0 8px;
}
#premium.topImage p.title img {
	margin: 8px 0 6px 8px;
}
#premium .box img {
	border:solid 1px #8484FF;
	float:left;
	margin: 0 0.5em 0 0;
}
#premium .box p {
	line-height: 135%;
}
#premium .box table {
	border-top:solid 8px #ddd;
	border-left:solid 8px #ddd;
}
#premium .box table td {
	width:256px;
	_width:246px;
	border-right:solid 8px #ddd;
	border-bottom:solid 8px #ddd;
	background-color: #fff;
	padding: 5px;
}
*:first-child+html #premium .box table td {
	width:246px;
}
#premium.topImage .box table {
	border-top:solid 2px #ddd;
	border-left:solid 2px #ddd;
}
#premium.topImage .box table td {
	width:auto;
	border-right:solid 2px #ddd;
	border-bottom:solid 2px #ddd;
	padding:3px;
}
#premium.topImage iframe {
	width:200px;
	height:500px;
}
