@charset"UTF-8";

*{
	margin:0;
	padding:0;
}



body{
	font-weight:normal;
	font-style:normal;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif; 
	text-align:center;
	line-height:1.5;
	color:#4d4d4d;
	font-size:80%;
}

p,h1,h2,h3,h4,h5{
	font-size:80%;
	line-height:1.5;
	color:#4d4d4d;

}

body.fontS { font-size : 70% ; }
body.fontM { font-size : 80% ; }
body.fontL { font-size : 100% ; }


img{
	border:none;
	vertical-align:top;
}

ul{
	list-style:none;
}

hr{
	display:none;
}


a{
	color:#4d4d4d;
	text-decoration:none;
}

a:hover{
	color:#267eac;
	text-decoration:underline;
}


#right_box a{
	color:#4d4d4d;
	text-decoration:none;
}

#right_box a:hover{
	color:#267eac;
	text-decoration:underline;
}

/*-----------------------------------------
LAYOUT
------------------------------------------------------------------------------*/
#contain{
	margin:0 auto;
	text-align:left;
	width:843px;
}

#header{
	width:843px;
	height:76px;
	background:#fff url(/images/bg_header.gif) repeat-x 0 0;
	position:relative ;

}
#header dl{
	position:absolute;
	width:135px;
	height:22px;
	top:21px;
	right:0px;
}

#header dl dd{
	float:right;
}

#header dl dd.size{
	text-indent:-9999px;
	width:55px;
	height:22px;
	margin-right:5px;
	display:block;
	font-size:1px;
	color:#fff;
	background:transparent url(/images/title_size.gif) no-repeat 0 0;
}

#header dl dd.sizeS a.fontS{
	text-indent:-9999px;
	width:22px;
	height:22px;
	margin-right:3px;
	display:block;
	font-size:1px;
	color:#fff;
	background:transparent url(/images/btn_small.jpg) no-repeat 0 0;
}
#header dl dd.sizeS a.fontS:hover{
	background:transparent url(/images/btn_small_on.jpg) no-repeat 0 0;
}
#header dl dd.sizeM a.fontM{
	text-indent:-9999px;
	width:22px;
	height:22px;
	margin-right:3px;
	display:block;
	font-size:1px;
	color:#fff;
	background:transparent url(/images/btn_midium.jpg) no-repeat 0 0;
}
#header dl dd.sizeM a.fontM:hover{
	background:transparent url(/images/btn_midium_on.jpg) no-repeat 0 0;
}
#header dl dd.sizeL a.fontL{
	text-indent:-9999px;
	width:22px;
	height:22px;
	display:block;
	font-size:1px;
	color:#fff;
	background:transparent url(/images/btn_large.jpg) no-repeat 0 0;
}
#header dl dd.sizeL a.fontL:hover{
	background:transparent url(/images/btn_large_on.jpg) no-repeat 0 0;
}

body.fontS #header dl dd.sizeS a.fontS{	background:transparent url(/images/btn_small_ac.jpg) no-repeat 0 0;}
body.fontM #header dl dd.sizeM a.fontM{	background:transparent url(/images/btn_midium_ac.jpg) no-repeat 0 0;}
body.fontL #header dl dd.sizeL a.fontL{	background:transparent url(/images/btn_large_ac.jpg) no-repeat 0 0;}

#header ul.snsicon{
	position:absolute;
	width:50px;
	height:22px;
	top:21px;
	right:0px;
}
#header ul.snsicon li{
	width:25px;
	float:left;
}

#header p{
	margin-top:-10px;
	text-align:right;
}

#header p a{
	margin:0 0 0 5px;
	padding:0 0 0 8px;
	background:transparent url(/images/ico_arr01.gif) no-repeat 0 0.3em;

}

#menu_box{
	width:843px;
	margin:0 0 20px 0;
	height:33px;
}

#menu_box .dropdown{
	float:left;
	font-size:84%;
	line-height:1.4;
}


#menu_box .dropdown dd{
	position:absolute;
	overflow:hidden;
	width:165px;
	display:none;
	z-index:1000;
	background-color:#efefef;
}

#menu_box .dropdown ul {
	width:165px;
	background-color:#efefef;

}

#menu_box .dropdown li {
	display:inline;
	float:left;
	margin:5px 0 3px 30px;
	background:#efefef;
}

#menu_box .dropdown li a{
	display:block;
	width:168px;
	margin-bottom:5px;
	text-decoration:none;
}

#menu_box .dropdown li a:hover{
	color:#267eac;
	text-decoration:underline;
}

#contents{
	width:843px;
	margin-bottom:30px;
}

#contents01{
	width:843px;
	margin-bottom:30px;
}

#contents #left_box{
	float:left;
	width:557px;
}

#contents01 #left_box{
	float:left;
	width:587px;
}

#contents #left_box #news_box{
	margin:19px 0 0 0;
	background:#fff url(/images/title_new.gif) no-repeat 0 3px;
}

#left_box #blog_box{
	background:#fff url(/images/title_blog.gif) no-repeat 0 0;
}

#left_box #shopping_box{
	background:#fff url(/images/title_shopping.gif) no-repeat 0 0;
}

#confirmed_box{
	background-color:#f2f2f2;
	padding:2px 15px 10px;
	margin:40px 0 0 0;
}

#contents #right_box{
	float:left;
	width:256px;
	margin-left:30px;
}

#contents01 #right_box{
	float:left;
	width:226px;
	margin-left:30px;
}

#bnn_area{
	margin:20px 0;
	width:848px;
}
	

#footer{
	width:840px;
	text-align:center;
	padding:10px 0 30px;
	border-top:1px solid #7d0101;
}

#footer address{
	font-style:normal;
	color:#4d4d4d;
	font-size:76%;
	float:left;
}
#footer p{
	float:right;
}

#footer a{
	padding:0 0 0 7px;
	background:#fff url(/images/ico_arr01.gif) no-repeat 0 2px;
}

/*----------------
BNN_AREA
----------------------------------------------------*/
#bnn_area ul li{
	float:left;
	margin-right:5px;
}	

