/* CSS Document */

@charset "shift_jis";

/* ------------------
 BODY
 ------------------*/

html {
	overflow-y:scroll;
}

body { 
    margin:0px;
    padding:0px;
    border:0px;
	background-image:url(../image/bg.gif);
}

#top_line{
	width:100%;
	height:10px;
	background-color:#FF9289;
}


#contents{
	width:960px;
	height:auto;
	margin:auto;
	background-color:#FFFCEB;
}


.indent {  
	text-indent: -5000px;
}

img{
	border:0px;
}

#main_body{
	width:800px;
	height:auto;
	margin:auto;
}


/* ------------------
 ヘッダー
 ------------------*/
 
 #header{
 	width:800px;
	height:110px;
	float:left;
	display:inline;
}

 
 #logo{
 	width:450px;
	height:90px;
	margin-right:42px;
	float:left;
	display:inline;
	position:relative;
}

#logo_txt{
	width:450px;
	height:auto;
	font-size:12px;
	color:#333333;
	position:absolute;
	top:90px;
	left: 0;
}

#btm_box{
	width:308px;
	height:92px;
	margin-top:18px;
	float:left;
	display:inline;
}


.btn01{
	width:100px;
	height:92px;
	margin-right:4px;
	float:left;
	display:inline;
}

.btn02{
	width:100px;
	height:92px;
	float:left;
	display:inline;
}





/* ------------------
 下部ボディ
 ------------------*/

#under_body{
	width:800px;
	height:auto;
	float:left;
	margin-top:20px;
}



/* ------------------
 左ボディ
 ------------------*/

#left_body{
	width:515px;
	height:auto;
	margin-right:20px;
	float:left;
	display:inline;
}


#title_txt{
	width:515px;
	height:auto;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	padding-top:35px;
}

.left_under{
	width:515px;
	height:auto;
	float:left;
	display:inline;
}

.left_box{
	width:330px;
	height:auto;
	float:left;
	display:inline;
	margin-right:15px;
}

.left_box1{
	width:430px;
	height:auto;
	float:left;
	display:inline;
	margin-right:15px;
}

.sub_title{
	width:320px;
	height:auto;
	background-image:url(../image/bg330_28.gif);
	color:#FF3F54;
	font-size:14px;
	font-weight:bold;
	padding:5px 0 5px 10px;
}


.left_box .txt{
	width:320px;
	height:auto;
	color:#333333;
	font-size:12px;
	padding-left:10px;
	padding-top:15px;
	line-height:17px;
}

.left_box .img{
	width:330px;
	height:180px;
	padding-top:15px;
}


.right_box{
	width:170px;
	height:auto;
	float:left;
	display:inline;
}

.right_box .img01{
	width:170px;
	height:200px;
	margin-bottom:15px;
}




/* ------------------
 右ボディ
 ------------------*/

#right_body{
	width:265px;
	height:auto;
	float:left;
	display:inline;
}

.right_title{
	width:255px;
	height:auto;
	background-image:url(../image/bg265_28.gif);
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	padding:2px 0 2px 10px;
}

#staff_bg{
	width:265px;
	height:auto;
	background-color:#FFDEC7;
	margin-bottom:20px;
}

#staff_bg .txt{
	width:245px;
	height:auto;
	padding:10px;
	font-size:12px;
	color:#333333;
	line-height:17px;
}


#staff_bg .img{
	width:245px;
	height:180;
	padding:0 10px 10px 10px;
}

#staff_bg .banner{
	width:265px;
	height:62;
}

#coupon{
	width:265px;
	height:62px;
	margin-top:15px;
}

#coupon_txt{
	width:265px;
	height:auto;
	padding:5px 0 10px 0;
	font-size:12px;
	color:#333333;
	text-align:right;
}

#link_title{
	width:265px;
	height:auto;
	font-size:16px;
	font-weight:bold;
	color:#FF3F54;
	padding:2px 0;
	margin-bottom:10px;
	border-bottom:#333333 dashed 1px;
}



.link_img{
	width:255px;
	height:50px;
	padding:4px;
	margin:0px 0 10px 0;
	border:#666666 solid 1px;
}

	



/* ------------------
 フッター
  ------------------*/
  
#page_top_box{
 	width:800px;
	height:auto;
	border-bottom:#FF3F54 solid 1px;
	margin-top:50px;
}

#page_top{
 	width:82px;
	height:20px;
	margin-left:718px;
}

#footer_txt{
 	width:800px;
	height:auto;
	font-size:11px;
	color:#FF3F54;
	text-align:center;
	margin-top:10px;
	padding-bottom:30px;
}


#under_line{
	width:100%;
	height:40px;
	background-image:url(../image/under_bg.gif);
	background-repeat:repeat-x;
}


/* ------------------
 クリア
 ------------------*/
 
 .clear{
 	clear:both;
}
 

/* ------------------
 カラー設定
 ------------------*/
 
 .red{
 	color:#CC0000;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
}


#mobile{
	width:265px;
	height:62px;
	margin-top:15px;
	font-size:12px;
}

#mobile_txt{
	width:265px;
	height:auto;
	padding:5px 0 10px 0;
	font-size:12px;
	color:#333333;
	text-align:right;
}
#mobile_left{
	float:left;
	margin-right:10px;
}

