@charset "UTF-8";
@import url(../css/init.css);

/*-----------------------------------------------------------

 landing

-------------------------------------------------------------*/

body {
	color:#333333;
	background:#ffffff;
	font-size:62.5%; /* 10px */
	line-height:1.3;
	text-align:center;
}


/* for ie6 */
* html body {font-family:"ＭＳ Ｐゴシック", sans-serif;}
/* for ie7 */
*:first-child+html body {font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
/* for ie8 */
html>/**/body {font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
/* for modern browser not ie8 */
html:not(:target) body {font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;}

a:link,
a:visited {color:#0355cf; text-decoration:underline;}
a:hover,	
a:active {color:#ff6600; text-decoration:none;}

.arrow a {
	font-size:1.4em;
	padding-left:10px;
	background:url(../images/common/arrow.gif) no-repeat 0 0.4em;
	clear:both;
	display:block;
}

.bottom5 {margin-bottom:5px;}
.bottom8 {margin-bottom:8px;}
.bottom10 {margin-bottom:10px;}
.bottom15 {margin-bottom:15px;}

.brown {color:#936d13;}
.orange {color:#ff6600;}
.red {color:#cc0000;}
.black {color:#333333;}

.align-left {float:left;}
.align-right {float:right;}
.align-center {text-align:center; display:block;}
.clear {clear:both;}

h1 {
	font-size:1.3em;
	color:#666666;
	margin-top:10px;
	float:right;
}
h2 {
	font-size:2.2em;
	font-weight:bold;
	width:760px;
	line-height:1.4;
	padding-top:2px;
	padding-bottom:10px;
	border-bottom:2px solid #333333;
	margin-bottom:15px;
}
h3 {
	font-size:2em;
	line-height:48px;
	font-weight:bold;
	width:760px;
	height:48px;
	background:url(../images/landing/h3_bg.gif) no-repeat;
	padding-left:15px;
	padding-top:3px;
	margin-bottom:15px;
	clear:both;
}
h4 {
	font-size:1.8em;
	line-height:1.8;
	font-weight:bold;
	border-bottom:1px solid #333333;
	margin-bottom:15px;
	clear:both;
}
h4.ranking {
	font-size:2.2em;
	font-weight:bold;
	clear:both;
	padding-left:75px;
	height:64px;
	line-height:64px;
	border:none;
}
.rank1 {background:url(../images/common/rank1.gif) no-repeat;}
.rank2 {background:url(../images/common/rank2.gif) no-repeat;}
.rank3 {background:url(../images/common/rank3.gif) no-repeat;}
.rank4 {background:url(../images/common/rank4.gif) no-repeat;}
.rank5 {background:url(../images/common/rank5.gif) no-repeat;}

h5 {
	font-size:1.6em;
	line-height:1.5;
	font-weight:bold;
	border-left:6px solid #374c6c;
	padding-left:8px;
	margin-bottom:10px;
	clear:both;
}


/*-----------------------------------------------------------

 口コミ

-------------------------------------------------------------*/
h3.icon {
	color:#ff6600;
	padding:5px 0 0 33px;
	margin-bottom:5px;
}
.pen {background:url(../images/common/icon_pen.gif) no-repeat;}
.man1 {background:url(../images/common/icon_man1.gif) no-repeat;}
.man2 {background:url(../images/common/icon_man2.gif) no-repeat;}
.woman1 {background:url(../images/common/icon_woman1.gif) no-repeat;}

#main p.title {
	color:#333333;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:3px;
}

#main .photo {
	margin-bottom:3px;
	
	float: left;
	width:110px;
}

#main .kuchi_right {
	float: left;
	width:610px;
}

#main p.comment {
	margin-bottom:3px;
}

#main p.small {
	font-size:1.3em;
	line-height:1.6;
	color:#666666;
}


/*-----------------------------------------------------------

 wrapper

-------------------------------------------------------------*/

#wrapper {
	  width: 940px;
	  margin: 0px auto;
	  text-align:left;  
	  position: relative;
}


/*-----------------------------------------------------------

 header

-------------------------------------------------------------*/

#header {
	  width: 940px;
	  margin-bottom:10px;
}

#header .logo {
	clear:both;
	margin-bottom:20px;
}
#header p.pr {
	font-size:1.3em;
	color:#666666;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}
#header .main {
	width:940px;
	height:160px;
	background:url(../images/landing/ichimanen_3.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	clear:both;
	margin-bottom:30px;
}
#header .bookmark {
	background:url(../images/common/icon_bookmark.gif) no-repeat 5px center;
	padding-left:23px;
	padding-right:0;
	border:none;
	font-size:1.5em;
	font-weight:bold;
	float:right;
	margin-top:8px;
}

/*-----------------------------------------------------------

 container

-------------------------------------------------------------*/

#container {
	  width: 940px;
	  position: relative;
	  clear:both;
}

.container {
	width:940px;
	clear:both;
}

/*-----------------------------------------------------------

 main

-------------------------------------------------------------*/

#main {
	width:760px;
}

#main p {
	font-size:1.5em;
	line-height:1.8;
}
.conts {
	width:760px;
	margin-bottom:20px;
	clear:both;
}
div.line {
	border-top:1px dashed #999999;
	padding-top:20px;
}
.inLeft {
	float:left;
	width:240px;
	margin-bottom:20px;
}
.inRight {
	float:right;
	width:500px;
}

.inLeft375 {
	float:left;
	width:375px;
}

.inRight375 {
	float:right;
	width:375px;
}

.wakuOut {
	display:block;
	background:url(../images/common/patternA.gif);
	border:1px solid #cccccc;
	padding:4px 4px 2px 4px;
}
.wakuIn {
	width:728px;
	background:#ffffff;
	border:1px solid #cccccc;
	padding:10px;
	margin-bottom:2px;
}
.wakuInS {
	width:468px;
	background:#ffffff;
	border:1px solid #cccccc;
	padding:10px;
	margin-bottom:2px;
}
ol {
	font-size:1.5em;
	margin-left:20px;
}
ol.basic {
	line-height:1.8;
	margin-left:0;
}
ol.basic li {
	list-style-type:decimal;
	list-style-position:inside;
}

span.caption {
	font-size:1.2em;
	margin-top:3px;
	float:left;
}

.middle {
	width:940px;
	float:left;
}
.middle p {
	font-size:1.5em;
	line-height:1.6;
}
ul.kanren {
	font-size:1.4em;
	margin-bottom:20px;
}
ul.kanren li {
	list-style-type:none;
	line-height:1.7em;
	padding-left:45px;
}
ul.kanren li.blog {
	background:url(../images/common/blog.gif) no-repeat 0 0.2em;
}
ul.kanren li.page {
	background:url(../images/common/page.gif) no-repeat 0 0.2em;
}

/*- table -----------------------------------------------------*/

table.hikaku {
	margin-bottom:10px;
	border-collapse:collapse;
}
table.hikaku th {
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	color:#363b33;
	border:1px solid #cccccc;
	background:#eaf2e6;
	padding:3px 4px 2px 4px;
}
table.hikaku td {
	font-size:1.4em;
	line-height:1.4em;
	text-align:center;
	vertical-align:middle;
	border:1px solid #cccccc;
	padding:8px;
}
table.hikaku td.top{
	vertical-align:top;
}
table.hikaku td.tLeft {
	text-align:left;
}

/*- btn -----------------------------------------------------*/

a.btn_mini {
	width:60px;
	height:40px;
	background:url(../images/common/btn_mini.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
a.btn_mini:hover {background:url(../images/common/btn_mini_o.gif) no-repeat;}
a.btn_big {
	width:340px;
	height:60px;
	background:url(../images/common/btn_big.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	clear:both;
	display:block;
	float:left;
	margin:20px 0 8px 200px;
	_margin:20px 0 8px 100px;
}
a.btn_big:hover {background:url(../images/common/btn_big_o.gif) no-repeat;}


/*-----------------------------------------------------------

 sidemenu

-------------------------------------------------------------*/

#sidemenu {
	width:160px;
	position:absolute;
	top:0px;
	left:780px;
}
#sidemenu p {
	font-size:1.3em;
	margin-bottom:15px;
}
#sidemenu strong {
	display:block;
	margin-bottom:3px;
}
span.sideTitle {
	font-size:1.3em;
	font-weight:bold;
	clear:both;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:2px solid #374c6c;
	margin-bottom:8px;
}

#navi {
	width:160px;
	_width:156px;
	margin-bottom:20px;
}
#navi ul {
	border-top:4px solid #f29c07;
}
#navi li {
	font-size:1.2em;
	width:160px;
	line-height:0;
}
#navi li a {
	color:#333333;
	display:block;
	line-height:normal;
	text-decoration:none;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#f1efe9;
	padding:7px 5px 7px 6px;
	zoom:1;
}
#navi li.midashi a {
	color:#333333;
	padding:11px 0 8px 6px;
	background:url(../images/common/navi_bg.gif) no-repeat;
	font-weight:bold;
}
#navi li span.r1 {
	background:url(../images/common/r1.gif) no-repeat left center;
	display:block;
	padding-left:25px;
}
#navi li span.r2 {
	background:url(../images/common/r2.gif) no-repeat left center;
	display:block;
	padding-left:25px;
}
#navi li span.r3 {
	background:url(../images/common/r3.gif) no-repeat left center;
	display:block;
	padding-left:25px;
}
#navi li span.r4 {
	background:url(../images/common/r4.gif) no-repeat left center;
	display:block;
	padding-left:25px;
}
#navi li a:hover {color:#ff6600; background:#fffce9;}
#navi li.midashi a:hover {color:#ff6600; background:url(../images/common/navi_bg.gif) no-repeat;}

/*- バナー -----------------------------------------------------*/

#sidemenu .bnr {
	margin-bottom:10px;
	text-align:center;
	width:160px;
}


/*-----------------------------------------------------------

 footer

-------------------------------------------------------------*/

.pagetop{
	width:16px;
	height:16px;
	background:url(../images/common/pagetop.gif) no-repeat;
	clear:both;
	float:right;
	margin-bottom:20px;
}

#footer {
	clear:both;
	width:940px;
	height:70px;
	padding-top:20px;
	border-top:2px solid #e8e8e8;
	font-size:1.3em;
	text-align:center;
}

address {
	padding:20px 0;
}
