@charset "utf-8";

/* ------------------------------------------------------------------------ デフォルト */

* {
	margin: 0;
	padding: 0;
	font-size: 13px;
	_font-size: 12px;
	line-height: 135%;
	font-family: Verdana, Arial, sans-serif;
}
*:first-child+html * {  } /* IE7 */
html>body * {  } /* Firefox */

html { width: 100%; overflow-y: scroll; }
body {
	color: #555;
	background: url(../img/body-bg.gif) 0 0 repeat;
}

small { font-size: 75%; font-style: normal; }
b { font-size: 115%; font-weight: bold; font-style: normal; }
em { font-size: 100%; font-weight: normal; font-style: normal; }
strong { font-size: 110%; }

a { overflow: hidden; _cursor: pointer; }
a:link { text-decoration: underline; }
a:visited {  text-decoration: underline; }
a:hover { text-decoration: none; }
a:active { text-decoration: underline; }

img { border: none; vertical-align: bottom; }

table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset { border: none; }
input.text, select {
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
}

button { cursor: pointer; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.left { display: inline; float: left; }
.right { display: inline; float: right; }
.center { display: block; margin: 0 auto 0 auto; }



/* ------------------------------------------------------------------------------------ header */

#headerOut {
	position: relative;
	display: block;
	margin: 0 0 10px 0;
	padding: 0px 0 0px 0;
	width: 100%;
	background: url(../img/headerin-bg.gif) 0 0 repeat-x;
}
#headerIn {
	position: relative;
	display: block;
	margin: 0 auto 0px auto;
	padding: 10px 0 0px 0;
	width: 960px;
	height: 120px;
}

#header #title {
	position: relative;
	display: block;
	margin: 0 0 0px 0px;
	padding: 0px 0 0 0;
	width: 960px;
	height: 80px;
	overflow: hidden;
}

#title h1 {
	margin: 0px 0 8px 0px;
	padding: 0px 0 0 0;
	font-weight: normal;
	line-height: 1.2;
}

#title a#pagetop {
	display: block;
	margin: 0px 0 0px 0px;
	padding: 0px 0 0 0;
	text-indent: -9999em;
	width: 180px;
	height: 34px;
	background: url(../img/headerin-title-logo.gif) 0 0 no-repeat;
}

#title span.tel {
	position: absolute;
	top: 14px;
	right: 275px;
	display: block;
	margin: 0px 0 0px 0px;
	padding: 0px 0 0 0;
	text-indent: -9999em;
	width: 220px;
	height: 52px;
	background: url(../img/headerin-title-span.gif) 0 0 no-repeat;
}

#title a.pamphlet {
	position: absolute;
	top: 7px;
	right: 0px;
	display: block;
	margin: 0px 0 0px 0px;
	padding: 0px 0 0 0;
	text-indent: -9999em;
	width: 250px;
	height: 66px;
	background: url(../img/headerin-title-pamphlet.gif) 0 0 no-repeat;
}

/* ナビ */
#headerIn ul {
	position: absolute;
	bottom: 0px;
	left: 30px;
	display: block;
	margin: 0 0 0px 0;
	padding: 0px 0 0px 0;
	list-style: none;
	width: 900px;
	height: 50px;
	background: #fff;
}

#headerIn ul li {
	display: inline;
	list-style: none;
	float: left;
}

#headerIn ul a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0 0px 0px;
	text-indent: -9999em;
	width: 150px;
	height: 50px;
}
#headerIn ul a.home { background: url(../img/headerin-ul.gif) 0 0px no-repeat; }
#headerIn ul a.results { background: url(../img/headerin-ul.gif) -150px 0px no-repeat; }
#headerIn ul a.voice { background: url(../img/headerin-ul.gif) -300px 0px no-repeat; }
#headerIn ul a.price { background: url(../img/headerin-ul.gif) -450px 0px no-repeat; }
#headerIn ul a.profile { background: url(../img/headerin-ul.gif) -600px 0px no-repeat; }
#headerIn ul a.inquiry { background: url(../img/headerin-ul.gif) -750px 0px no-repeat; }

#headerIn ul a.home:hover { background: url(../img/headerin-ul.gif) 0 -50px no-repeat; }
#headerIn ul a.results:hover { background: url(../img/headerin-ul.gif) -150px -50px no-repeat; }
#headerIn ul a.voice:hover { background: url(../img/headerin-ul.gif) -300px -50px no-repeat; }
#headerIn ul a.price:hover { background: url(../img/headerin-ul.gif) -450px -50px no-repeat; }
#headerIn ul a.profile:hover { background: url(../img/headerin-ul.gif) -600px -50px no-repeat; }
#headerIn ul a.inquiry:hover { background: url(../img/headerin-ul.gif) -750px -50px no-repeat; }

/* トップイメージ */
#headerOut dl {
	display: block;
	margin: 0 auto 0px auto;
	padding: 0px 0 0px 0;
	text-indent: -9999em;
	width: 960px;
	height: 300px;
	background: url(../img/headerout-dl.gif) center top no-repeat;
}




/* ------------------------------------------------------------------------------------ container */

#container {
	position: relative;
	display: block;
	margin: 0 auto 0px auto;
	padding: 0px 0 0px 0px;
	width: 960px;
	clear: both;
}



/* ------------------------------------------------------------------------------------ contents */

#contents {
	position: relative;
	width: 680px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0;
}
#container #contents #contact p {
	line-height: 135%;
	margin-bottom: 10px;
	font-size: 115%;
}


#contents div.section {
	position: relative;
	display: block;
	margin: 0 0px 20px 0;
	padding: 0px 0 0px 0px;
	width: 670px;
	border: 5px solid #ccc;
	background: #fff;
}



/* ------------------------------------------------------------------------------------ sidebar */

#sidebar {
	position: relative;
	margin: 0 0px 0px 20px;
	padding: 0px 0 20px 0;
	width: 222px;
}

#sidebar a.pamphlet {
	display: block;
	margin: 0 0px 20px 0px;
	padding: 0px 0 0px 0;
	text-indent: -9999em;
	width: 217px;
	height: 108px;
	background: url(../img/sidebar-bt-pamphlet.gif) 0 0 no-repeat;
}

#sidebar div.section {
	position: relative;
	display: block;
	margin: 0 0px 20px 0;
	padding: 0px 0 0px 0px;
	width: 207px;
	border: 5px solid #ccc;
	background: #fff;
}

#sidebar p {
	margin: 0 0px 10px 5px;
	padding: 0px 0 0px 0;
	line-height: 1.5;
	width: 202px;
}

/* プロフィール */
#sidebar #profile h2 {
	margin: 0 0px 20px 0px;
	padding: 0px 0 0px 0;
	text-indent: -9999em;
	width: 207px;
	height: 38px;
	background: url(../img/sidebar-profile-h2.gif) center top no-repeat;
}

/* マンガ */
#sidebar #manga img {
	display: block;
	margin: 5px auto 10px auto;
	padding: 0px 0 0px 0;
}

/* ブログ */
#sidebar #blog h2 {
	margin: 0 0px 20px 0px;
	padding: 0px 0 0px 0;
	text-indent: -9999em;
	width: 207px;
	height: 38px;
	background: url(../img/sidebar-blog-h2.gif) center top no-repeat;
}
#sidebar #blog ul {
	position: relative;
	display: block;
	margin: 0 0 5px 5px;
	padding: 0px 0 0px 0;
	list-style: none;
	width: 200px;
}

#blog ul li {
	margin: 0 0 5px 0;
	font-size: 90%;
	line-height: 1.3;
	list-style: none;
}

#blog ul a {
	font-size: 100%;
	line-height: 1.3;
}

#blog ul a strong {
	display: block;
	font-size: 100%;
	line-height: 1.3;
}

/* ガイド */
#sidebar #guide ul {
	position: relative;
	display: block;
	margin: 10px 0 5px 10px;
	padding: 0px 0 0px 0;
	list-style: none;
	width: 190px;
}

#guide ul li {
	margin: 0 0 5px 0;
	font-size: 90%;
	line-height: 1.3;
	list-style: none;
}

#guide ul a {
	padding: 0 0 0 15px;
	font-size: 120%;
	line-height: 1.3;
	background: url(../img/icon-arrow-right01.gif) 0 3px no-repeat;
}

/* バナー */
#sidebar a.kariu {
	display: block;
	margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0;
	text-indent: -9999em;
	width: 222px;
	height: 43px;
	background: url(../img/sidebar-banner-kariu.gif) 0 0px no-repeat;
}



/* ------------------------------------------------------------------------------------ footer */

#footer {
	position: relative;
	display: block;
	margin: 0 0 0px 0;
	padding: 20px 0 20px 0px;
	color: #fff;
	width: 100%;
	background: #164E6F;
	clear: both;
	font-size: 50%;
}

#footer p {
	margin: 0 0 10px 0px;
	padding: 0px 0 0px 0px;
	font-style: normal;
	text-align: center;
}
#footer p a { margin: 0 10px; }
#footer p a:link { color: #fff; }
#footer p a:visited { color: #fff; }
#footer p a:hover { color: #fff; }
#footer p a:active { color: #fff; }

#footer address {
	margin: 0 0 0px 0px;
	padding: 0px 0 0px 0px;
	font-style: normal;
	text-align: center;
}
