@charset "shift_jis";

/* Table of Contents
--------------------------
	Reset
	Base
	Style
	Text
	Layout
	Clearfix Settings
	Navigation
-------------------------- */


/* Reset
-----------------------------------------------	*/
h1,h2,h3,h4,h5,h6,div,p,ol,ul,li,dl,dt,dd,address,form,input{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.0em;
}

html {
	overflow-y: scroll;
}

img{ border: none;}
em{ font-style: normal; font-weight: normal;}
ol, ul{ list-style-type: none;}


/* Base
-----------------------------------------------	*/
html, body {
	color: #7A4A2B;
	background:#FFFFFF url(../img/body.gif);
	height: 100%;
	width: 100%;
	font: 87%/1.4em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "メイリオ", Meiryo, verdana, arial, sans-serif;
	}

a:link, a:visited{
	color: #CC3333;
	text-decoration: none;
	}
a:hover, a:active{
	color: #CCaaaa;
	text-decoration: underline;
	}
h1 {
	padding: 2px 10px;
	line-height: 15px;
	text-align: left;
	float: right;
	}
h2 {
	line-height: 16px;
	text-align: left;
	}
h3 {
	line-height: 1.6em;
	text-align: left;
	font-weight: bold;
	}
strong{
	border: none;
	color: #CC0000;
}


/* Style
-------------------------------------- */
.border {
	border: 1px solid #CC6633;
	}
.borderbold {
	border: 3px solid #CC6633;
	}
.borderdot {
	border: 1px dotted #CE8639;
	}

.mt5 {	margin: 5px 0px 0px 0px;}
.mt10 {	margin: 10px 0px 0px 0px;}
.mside10 {	margin: 0px 10px;}

.cap {
	margin: 0px auto;
	height: 25px;
	width: 690px;
	padding: 5px 0px 0px 40px;
	border-bottom: 4px dotted #C21947;
	font-size: 135%;
	line-height: 25px;
	font-weight: bold;
	color: #C21947;
	background: url(../img/donguri.gif) no-repeat left center;
}
.btn {
	width: 120px;
	padding: 3px;
	margin: 3px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	text-align: center;
	background-color: #aa7766;
	border: 3px double #ddbbaa;
	}
	.btn a:link,.btn a:visited {
	color: #FFFFFF;
	}

/* Text
-------------------------------------- */
.small,.small01,.small02,.smallB,.small01B,.small02B
	{ font-size: 83%;}
.medium,.medium01,.medium02,.mediumB,.medium01B,.medium02B
	{ font-size: 124%;}
.large,.txtBL,.color01BL,.color02BL
	{ font-size: 141%;}

.txtB,.txtBL,.color01B,.color01BL,.color02B,.color02BL,.smallB,.small01B,.small02B,.mediumB,.medium01B,.medium02B
	{ font-weight: bold; line-height: 1.5em;} 

.color01,.color01B,.color01BL,.small01,.small01B,.medium01,.medium01B
	{  color: #991111;}
.color02,.color02B,.color02BL,.small02,.small02B,.medium02,.medium02B
	{  color: #ee9922;}


/* Layout 
-------------------------------------- */
div#container {
	margin: 0px auto;
	width: 840px;
	height: auto;
	background: #FFFFFF url(../img/back.gif) repeat-y;
	padding: 0px;
	}
	div#container_inner {
	width: 900px;
	height: auto;
	margin: 0px auto;
	background: #dfdfdf;
	}

div#header {
	margin: 0px auto;
	width: 800px;
	height: 90px;
	background: url(../img/header01.jpg) no-repeat;
	}
div#logo {
	width: 250px;
	height: 90px;
	background: url(../hp/img/logo.gif);
	float: none;
	margin-right: auto;
	margin-left: auto;
	}
	div#logo a {
	display: block;
	text-indent: -9999px;
	width: 250px;
	height: 90px;
	}

div#main {
	margin: 10px auto 20px;
	width: 800px;
	height: auto;
	}

div#frame01 {
	margin: 10px 10px 20px 0px;
	width: auto;
	height: auto;
	float: left;
	}
div#frame02 {
	margin: 10px 0px 20px;
	width: auto;
	height: auto;
	float: left;
	}

div#footer {
	margin: 0px auto;
	width: 97%;
	height: auto;
	background: url(../img/footer.jpg) no-repeat;
	clear: both;
	}
	div#footer img {
	margin: 5px 3px 3px;
	padding: 0px;
	float: left;
	}
	div#footer .add {
	margin: 5px;
	float: right;
	text-align: right;
	}
div#footernavi {
	margin: 0px 0px 0px 10px;
	padding: 6px 10px;
	text-align: left;
	height: 38px;
	float: left;
	width: auto;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	font-weight: normal;
	}
	div#footer a {
	color: #FFFFFF;
	}

div#pagetop {
	margin: 0px;
	padding: 0px 10px;
	float: right;
	height: 15px;
	width: 100px;
	font-size: 10px;
	}

.lfloat {float: left;}
.rfloat {float: right;}
.lfloatm5 {float: left;margin: 0px 5px 0px 5px;}
.rfloatm5 {float: right;margin: 0px 5px;}
.alignleft {text-align:left;}
.alignleft img {padding: 4px;}
.alignright {text-align: right;}
.alignright img {padding: 4px;}

.clear {clear: both;}


/* Clearfix Settings
-----------------------------------------------	*/
.clearfix:after{ content:"."; height:0px; clear:both; display: block; visibility:hidden; }
/* IE7 and MacIE5 \*/
.clearfix { display:inline-block; }
/* WinIE5x \*/
* html .clearfix { height: 1%; }
.clearfix { display:block; }
/* */


/* 
 navigation 
-------------------------------------- */
#naviframe {
	margin: 0px auto;
	padding: 0px;
	height: 30px;
	width: 100%;
	background-color: #E1DDDD;
	}
#navi {
	margin: 0px auto;
	padding: 0px;
	height: 44px;
	width: 800px;
	background: url(../img/navi01.gif) no-repeat;
	}
	#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	#navi li {
	height: 44px;
	float: left;
	text-indent: -9999px;
	}
	#navi a {
	height: 44px;
	display: block;
	text-indent: -9999px;
	}


#navi01 a {background: url(../img/navi01.gif) no-repeat 0px 0px;width: 160px;}
#navi01,#navi01 a:hover {background: url(../img/navi01_over.gif) 0px 0px;width: 160px;}

#navi02 a {background: url(../img/navi01.gif) -160px 0px;width: 160px;}
#navi02,#navi02 a:hover {background: url(../img/navi01_over.gif) -160px 0px;width: 160px;}

#navi03 a {background: url(../img/navi01.gif) -320px 0px;width: 160px;}
#navi03,#navi03 a:hover {background: url(../img/navi01_over.gif) -320px 0px;width: 160px;}

#navi04 a {background: url(../img/navi01.gif) -480px 0px;width: 160px;}
#navi04,#navi04 a:hover {background: url(../img/navi01_over.gif) -480px 0px;width: 160px;}

#navi05 a {background: url(../img/navi01.gif) -640px 0px;width: 160px;}
#navi05,#navi05 a:hover {background: url(../img/navi01_over.gif) -640px 0px;width: 160px;}


#sub_navi {
	margin: 0px auto;
	padding: 0px;
	height: 20px;
	width: 800px;
	background: url(../img/navi02.gif);
	}
	#sub_navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	#sub_navi li {
	height: 20px;
	float: left;
	text-indent: -9999px;
	}
	#sub_navi a {
	height: 20px;
	display: block;
	text-indent: -9999px;
	}


#navi06 a {background: url(../img/navi02.gif) 0px 0px;width: 200px;}
#navi06,#navi06 a:hover {background: url(../img/navi02_over.gif) 0px 0px;width: 200px;}

#navi07 a {background: url(../img/navi02.gif) -200px 0px;width: 200px;}
#navi07,#navi07 a:hover {background: url(../img/navi02_over.gif) -200px 0px;width: 200px;}

#navi08 a {background: url(../img/navi02.gif) -400px 0px;width: 200px;}
#navi08,#navi08 a:hover {background: url(../img/navi02_over.gif) -400px 0px;width: 200px;}

#navi09 a {background: url(../img/navi02.gif) no-repeat -600px 0px;width: 200px;}
#navi09,#navi09 a:hover {background: url(../img/navi02_over.gif) -600px 0px;width: 200px;}

#ydbn7 {
	height: 37px;
	width: 88px;
	margin: 5px;
	float: left;
}
#ydbn7 a {
	height: 37px;
	width: 88px;
	display: block;
	background-image: url(http://www.yado-sagashi.com/bn/libertybn01_s.gif);
}
#ydbn7 a b {
	position:relative;
	height: 37px;
	width: 88px;
	display: block;
	z-index:-1;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-size: x-small;
}

.rplan {
	float: right;
	margin: 10px 100px 0px 0px;
	padding: 0px;
}
.rplan a {
	color: #FF0000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
}
.rplan a:hover {
	color: #CCaaaa;
	text-decoration: none;
}
.rakuten {
	padding: 5px 5px 5px 10px;
	border: 1px dashed #FF9D9D;
	margin: 10px 10px 0px 0px;
}

