@charset "utf-8";

/* Reset
==========================================================*/

b,strong { font-weight:bold; }
ul,dl,dt,dd { margin:0;padding:0; }
li { margin:0;padding:0;list-style:none; }

.clear {clear:both;}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
}

/* Base Setting
==========================================================*/
blockquote {
	margin:10px;
	padding:10px;
	text-align:left;
	background:#f4f4f4;
	}
	
hr {
	border:dotted #ccc;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:7px 0;
	clear:both;
	}

a {color:#f95c67;text-decoration:none;}
a:hover {text-decoration:underline; }

table { font-size:12px; }
	
body {
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;  
	background:#ffffff url(image/main/header-back.jpg)repeat-x left top;
	line-height:160%;
	color:#999999;
	}

div#body02 {
	background:url(image/main/footer-back.jpg) repeat-x bottom;
	margin:0px;
	padding:0px;
}
div.marginBox{
  margin:10px auto;
  clear:both;
}
/* --- in sidebar --- */
.style3 {
color: #999999;
font-weight: bold;
}
.strongTxt01{
  color:#ff6699;
}

/* Font Setting
==========================================================*/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#c00;}
.font-color-white  {color:#fff;}
.font-color-blue   {color:#000066;}
.font-color-green  {color:#006600}
.font-color-pink   {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan   {color:#3aa;}
.font-size-large   {font-size:16px;font-weight:normal;}
.font-size-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;font-weight:normal;}


/* Finding Setting
==========================================================*/
h1 {
	padding:5px 0 3px 20px;
	font-size:12px;
	color:#F49591;
	text-align:left;
	}
	
h1 a{
	color:#F49591;
	}

h2 {
	font-size:140%;
	width:560px;
	height:37px;
	line-height:37px;
	text-indent:55px;
	font-weight:bold;
	color:#FEF2EF;
	background:url(image/main/h3.jpg) no-repeat;
	margin-bottom:20px;
}

h3 {
	font-size:140%;
	width:560px;
	height:37px;
	line-height:37px;
	text-indent:55px;
	font-weight:bold;
	color:#FEF2EF;
	background:url(image/main/h3.jpg) no-repeat;
	margin-bottom:20px;
	}

h3 a{
	color:#FEF2EF;
	}
	
h4 {
	font-size:130%;
	width:560px;
	height:36px;
	line-height:36px;
	text-indent:50px;
	font-weight:bold;
	color:#F0908A;
	background:url(image/main/h4.jpg) no-repeat;
	margin-bottom:15px;
	}

h4 a{
	color:#F0908A;
	}
	
h5 {
	font-size:120%;
	height:17px;
	line-height:17px;
	text-indent:25px;
	font-weight:bold;
	color:#A3AD21;
	background:url(image/main/h5.jpg) no-repeat;
	margin-left:10px;
	margin-bottom:10px;
  clear:both;
	}

h6 {
	font-size:120%;
	height:12px;
	line-height:12px;
	text-indent:20px;
	font-weight:bold;
	color:#BDB3B8;
	background:url(image/main/h6.jpg) no-repeat;
	margin-left:12px;
	margin-bottom:10px;
	}


/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#container:after,
div#wrapper:after,
div#content:after,
div#sidebar :after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#container,
* html div#wrapper,
* html div#content,
* html div#sidebar  { height: 1% }
.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar  {display:block;}
/* end MacIE5 */


/* Safariのフォントサイズを変更
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}


/* CSSロールオーバー(アルファ使用)
==========================================================*/
a:hover image{
	opacity:0.6;
	filter: alpha(opacity=60);
}

/* 透過pngを利用する場合 IE6用 (iepngfix.jsを使用) パターン2
==========================================================*/
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }

/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/

/* main-layout
==========================================================*/
div#container-back {
    width:822px;
	background:url(image/main/content-back.png) repeat-y;
	margin:0 auto;
	}
	
div#container {
	width:800px;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
	padding:10px 20px 0 10px;
	margin:0 auto;
	}
	
div#content {
	width:560px;
	}
	
div.main {
	padding-bottom:30px;
	clear:both;
	}

/* layout 
左メニューの場合は「layout-left」を、
右メニューの場合は「layout-right」を使用
*/
body#layout-left #content  { float:right; }
body#layout-right #content { float:left;  }
	

/* header 
==========================================================*/
div#header {
	width:100%;
	position:relative;
	text-align:center;
	background:url(image/main/header.jpg) no-repeat;
	margin:0 auto;
	}
		
/* footer
==========================================================*/
div#footer {
	width:800px;
	height:50px;
	color:#999999;
	clear:both;
	text-align:center;
	background:url(image/main/footer.jpg) no-repeat;
	margin:0 auto;
	}
	
div#footer p{
    width:800px;
	padding-top:3px;
	}	
	
div#footer ul{
    width:800px;
	padding-top:5px;
	}
	
div#footer ul li{
	display:inline;
	}

div#footer ul li a{
	color:#999999;
	}
	
/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 0;
	}
	
	
/* sidebar
==========================================================*/
div#sidebar                { width:195px; }
body#layout-left #sidebar  { float:left; }	
body#layout-right #sidebar { float:right; }

div.side-form {
	padding-bottom:20px;
  text-align:center;
	}

div.side-form p{
	font-size:10px;
    margin:0 10px;
	line-height:140%;
	}

div.side-form p a:hover{
    text-decoration:none;
	}
	
div#menu-title {
	width:190px;
	height:20px;
	text-indent:-9999px;
	background:url(image/main/menu-title.jpg) no-repeat;
	margin-bottom:5px;
	}
		
div.side-form ul{
	padding:0px;
  text-align:left;
	}
	
div.side-form li{
    margin-bottom:2px;
    padding:0px;
	list-style:none;
	line-height:27px;
	font-size:12px;
	font-weight:bold;
	text-indent:20px;
	width:190px;
	height:27px;
	background:url(image/main/menu-back.jpg) no-repeat;
	}

div.side-form li a{
	width:190px;
	height:27px;
	display:block;
	color:#999999;
	overflow:hidden;
	}

div.side-form li a:hover{
    background:url(image/main/menu-back-r.jpg) no-repeat;
	text-decoration:none;
	color:#999999;
	}

div.side-form a:hover {
    text-decoration:none;
	}
	
div.side-info p{
    font-size:12px;
	}
	
/* entry
==========================================================*/
div.entry-body{
	padding-bottom:20px;
	text-align:left;
	}
	
div.entry-more{
	padding-top:10px;
	}

	
/* option
==========================================================*/
.image-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.image-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.image-border {
	padding:2px;
	border:1px solid #ccc;
	}

.text-center {
    text-align:center;
	}
	
.text-right {
    text-align:right;
	}
	
.font-b {
    font-weight:bold;
	}

.margin-b10 {
    margin-bottom:10px;
	}
			
/* table
==========================================================*/
table.tbl-normal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
table.tbl-normal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	background:#f4f4f4;
	}
	
	
table.tbl-normal td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	}

	
/* form
==========================================================*/
div.form-btn {
	text-align:center;
	padding:10px;
	}
	
div.form-btn button {
	border:none;
	background-color:#FFFFFF;
	cursor:hand;
	}
	
input.input-txt {
	border:1px solid #ccc;
	margin-right:10px;
	}
	
input.input-txt2 {
	border:1px solid #ccc;
	padding:5px;
	width:98%;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:98%;
	height:150px;
	}


/* sitemap
==========================================================*/
.sitemap {
	margin:10px;
	}

.sitemap ul {line-height: 1.6em;}

.sitemap ul li {
	list-style:none;
	background-image: url(image/sitemap/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 0px 0px 5px 17px;
	width:200px;
}
.sitemap ul li ul {
	background-image: url(image/sitemap/tree_bg.gif);
	background-repeat: repeat-y;
	background-position: 9px 0px;
}

.sitemap ul li ul li {
	margin: 0px 0px 4px 5px;
	padding: 0px 10px 0px 20px;
	background-image: url(image/sitemap/tree.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
}
.sitemap ul li.top a {
	border:1px solid #ccc;
	display:block;
	background:#eee;
	padding:5px;
}

.sitemap ul li ul li.up  {background-image: url(image/sitemap/tree_up.gif);}
.sitemap ul li ul li.end {background-image: url(image/sitemap/tree_end.gif);}
.sitemap li ul {margin: 4px 0px 4px 0px;}
.sitemap li ul li ul {font-size: 10px;}



/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* top
==========================================================*/
div.main div#news-box {
    margin-bottom:10px;
	}

div.main div.news-box-inner {
    padding:0 10px;
	}

div.main div.news-box-inner ul li {
	list-style:none;
	line-height:160%;
	color:#666666;
    }

/* category
==========================================================*/

/* coupon-box
==========================================================*/

div#coupon-box {
	border:1px double #ed9089;
	text-align:center;
	font-size: 14px;
	padding:10px 0;
	background: #fef9f6 url(image/campaign/bg_coupon.gif) no-repeat top left;
	margin-bottom: 30px;
	}
div#coupon-box td
{
_font:12.5px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
	
div#coupon-box p{
	text-align:left;
	padding-left:10px;
	}

div#coupon-bar {
	padding:3px;
	background:#fad5cf;
	margin:5px 0;
	}

/* table
==========================================================*/
	
table.tbl-coupon {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:95%;
	margin:10px;
	}
	
table.tbl-coupon td{
	padding:5px;
	text-align:left;
	line-height:120%;
	color:#666666;
	font: 10pt sans-serif; 
	letter-spacing:1px;
	border-bottom:1px solid #ccc;
	padding-left:10px;
	}

/* added by g
==========================================================*/

.photo1
{
	float:left;
	position: static;
	overflow: hidden;
	width:165px;
	margin:0 10px 0px 0;
	font-size: 10px;
}
.keisen
{
	border: thin solid;

}

a img {
border-style:none;
}

.line1{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
	
.line1_2{
	border-right:1px solid #ccc;
	border-bottom:1px dotted #ccc;
	}
		
.line2{
	border-bottom:1px dotted #ccc;
	}
	
.line2_2{
	border-bottom:1px solid #ccc;
	}
	
.line3{
	border-right:1px solid #ccc;
	}
	
.line4{
	border:1px solid #aaa;
	}

.style2{
border: 1px solid #FF6699;

}
/* -- TOP Page Only Styles -- */
div#indexBox01{
  margin-top:10px;
  color:#F95C67;
}
div#indexBox01 strong{
  display:block;
  margin:0px auto 6px auto;
  float:left;
  font-size:130%;
  text-align:center;
  width:100%;
}
div#indexBox01 p{
  font-size:120%;
}