@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}


/*------------------------------------------------------------------------------
common
------------------------------------------------------------------------------*/

body{
	background-color: #000033;
}


div#container{
	width: 100%;
	background-color: #FFFFFF;
}


div#wrapper{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}


div#header{
	
	padding-top: 12px;
}

div#header h1{
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
}



div#main{
	background-color: #FFFFFF;
}

div#footer{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#footer address{
	clear: both;
}


/*------------------------------------------------------------------------------
menu_header
------------------------------------------------------------------------------*/

div#menu_header ul{
	list-style-type: none;
}

div#menu_header li{
	float: left;
}

div#menu_header li a:hover img{
  filter: alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
}



div#menu_store ul{
	list-style-type: none;
}

div#menu_store li{
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}

div#menu_store li a:hover img{
  filter: alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
}



/*------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------*/

div#footer_content{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

div#footer_logo{
	float: left;
	width: 71px;
	margin-right: 10px;
	padding-left: 10px;
}

div#footer_menu{
	color: #FFFFFF;
	font-size: 10px;
	line-height: 180%;
}

div#footer_menu a,
div#footer_menu a:link,
div#footer_menu a:visited{
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}

div#footer_menu a:hover{
	color: #CCCCCC;
}

div#footer_main address{
	font-size: 10px;
	color: #7F7F99;
	padding-top: 5px;
	padding-left:12px;
}


/*------------------------------------------------------------------------------
main contents
------------------------------------------------------------------------------*/

div#contents{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	font-size: 12px;
		
}

div#side{
	float: left;
	width: 200px;
	font-size: 12px;
	margin-bottom: 10px;
}

div#main_contents{
	float: right;
	width: 540px;
	padding-left: 20px;
}


div#side a,
div#side a:link,
div#side a:visited{
	color: #000000;
	text-decoration: none;
}

div#side a:hover{
	color: #0099FF;
}

div#side_menu ul{

	padding-top: 15px;
	padding-bottom: 20px;
}

div#side_menu li{
	list-style-type: none;
	padding-bottom: 4px;
	line-height: 120%;
	background-image: url(images/mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-left: 12px;
}


div#side_widgets ul{
	margin-bottom: 40px;
	list-style-type: none;
}

div#side_widgets li{
	margin-bottom: 15px;
	line-height: 140%;
}


div#side_widgets h2{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}

div#side_widgets h2 a{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}


div#side_widgets h2 img{
	display: none;
}


div#totop{
	font-family: "Times New Roman", Georgia, Arial;
	text-align: right;
	padding-bottom: 60px;
	font-size: 10px;
}

div#totop a,
div#totop a:link,
div#totop a:visited{
	color: #CC0000;
}

div#totop a:hover{
	text-decoration: none;
}


div#blog_banner{
	padding-bottom: 30px;
}

div#blog_banner img{
	margin-bottom: 5px;
}

div#blog_banner a:hover img{
 filter: alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
}


/*------------------------------------------------------------------------------
top
------------------------------------------------------------------------------*/

div#top{
	padding-bottom: 40px;
}

div#top div#main_flash{
	
	margin-bottom: 20px;
}

div#top div#news{
	width: 500px;
	font-size: 12px;
	color: #333333;
	float: left;
}

div#top div#news div#news_body{
	background-color: #F7F7F7;
}

div#top div#news div.title{
	padding-top: 8px;
	padding-bottom: 8px;
		padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

div#top div#news div.title span{
	font-size: 10px;
}

div#top div#news div.title p{
font-weight: bold;
	line-height: 180%;
}

div#top div#news div.title a,
div#top div#news div.title a:link,
div#top div#news div.title a:visited{
	color: #0033FF;
	padding-right: 10px;
}

div#top div#news div.title a:hover{
	text-decoration: none;
}

div#top div#news div#news_list{
	font-size: 10px;
	margin-top: 10px;
	text-align: right;
}


div#top div#news div#news_list a,
div#top div#news div#news_list a:link,
div#top div#news div#news_list a:visited{
	color: #CC0000;
}

div#top div#news div#news_list a:hover{
	text-decoration: none;
}

div#top div#banner{
	float: right;
	width: 285px;
	padding-left: 15px;
}

div#top div#banner a{
	margin-bottom: 5px;
	display: block;
}


div#top div#banner a:hover img{
  filter: alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
}




/*------------------------------------------------------------------------------
access
------------------------------------------------------------------------------*/

div#access{
	padding-bottom: 60px;
}


div#access h2{
	padding-bottom: 30px;
}


div#access div#accessA h3{
padding-bottom: 15px;
}

div#access div#accessA p{
padding-bottom: 5px;
}

div#access div#accessA h4{
padding-bottom: 5px;
}

div#access div#accessA a,
div#access div#accessA a:link,
div#access div#accessA a:visited{
	color: #0066FF;
}

div#access div#accessA a:hover{
	text-decoration: none;
}

div#access div#accessB h3{
padding-top: 60px;
padding-bottom: 15px;
}

div#access div#accessB p{
	padding-bottom: 15px;
	line-height: 160%;
}

div#access div#accessB h4{
	font-size: 10px;
	color: #0066FF;
}

/*------------------------------------------------------------------------------
store
------------------------------------------------------------------------------*/
div#store{
	padding-bottom: 60px;
}

div#store h2{
	padding-bottom: 30px;
}

div#store h3{
	font-size: 14px;
	color: #0082FF;
	font-weight: bold;
}

div#store h3 a,
div#store h3 a:link,
div#store h3 a:visited{
	color: #0082FF;
	text-decoration: none;
}

div#store h3 a:hover{
	text-decoration: underline;
}

div#store h4{
	font-size: 10px;
	padding-bottom: 5px;
	color: #666666;
}


div#store h5{
	font-size: 10px;
	padding-bottom: 40px;	
}

div#store h5 a,
div#store h5 a:link,
div#store h5 a:visited{
	color: #0082FF;
	text-decoration: none;
}

div#store h5 a:hover{
	text-decoration: underline;
}

div#store p{
	font-size: 11px;

	padding-top: 5px;
	padding-bottom: 5px;
}

div#store table{
	width: 540px;
	vertical-align: top;
}

div#store th{
	width: 40px;
}

div#store table td a:hover img{
  filter: alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
}

div#store .gray{
	color: #666666;
}

/*------------------------------------------------------------------------------
coupon
------------------------------------------------------------------------------*/

div#coupon{
	padding-bottom: 60px;
}

div#coupon P{
	line-height: 180%;
}

div#coupon div#copon_img{
	margin-bottom: 5px;
}

div#coupon h2{
	padding-bottom: 30px;
}

div#coupon h3{
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 5px;
}

div#coupon h4{
	margin-top: 50px;
	color: #666666;
	margin-bottom: 5px;
}

div#coupon h5{
	line-height: 180%;
	color: #666666;
}

/*------------------------------------------------------------------------------
company
------------------------------------------------------------------------------*/

div#company{
	padding-bottom: 60px;
}

div#company h2{
	padding-bottom: 30px;
}

div#company h3{
padding-top: 15px;
}

div#company table{
	width: 540px;
	border-collapse: collapse;
	border: 1px solid #999999;	
}


div#company th{
	width: 130px;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
	text-align: left;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
}


div#company td{
	border: 1px solid #CCCCCC;
	background-color: #fff;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	line-height: 180%;
}


/*------------------------------------------------------------------------------
hyaku
------------------------------------------------------------------------------*/

div#hyaku{
	padding-bottom: 60px;
}

div#hyaku p{
	line-height: 180%;
	margin-bottom: 10px;
}


div#hyaku h2{
	padding-bottom: 20px;
}

div#hyaku h3{
	padding-top: 40px;
	padding-bottom: 20px;
}

div#hyaku table#hyakuA{
	width: 540px;
	margin-bottom: 20px;
}

div#hyaku table#hyakuA th{
	padding-top: 5px;
}

div#hyaku table#hyakuB{
	width: 540px;
	border-collapse: collapse;
	border: 1px solid #999999;	
}


div#hyaku table#hyakuB th{
	width: 130px;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
	text-align: left;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
}


div#hyaku table#hyakuB td{
	border: 1px solid #CCCCCC;
	background-color: #fff;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	line-height: 180%;
}

/*------------------------------------------------------------------------------
CONTACT
------------------------------------------------------------------------------*/

div#contact{
	padding-bottom: 60px;
}

div#contact h2{
	padding-bottom: 30px;
}

div#contact p{
	line-height: 180%;
}

div#contact h3{
	font-size: 14px;
	padding-top: 40px;
	padding-bottom: 10px;
}

div#contact h4{
	color: #666666;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
}

div#contact table{
	margin-top: 10px;
}

div#contact td{
	padding-right: 50px;
	padding-bottom: 20px;
}


div#contact div#contactA p{
	font-size: 22px;
	line-height: 140%;
	color: #333333;
}

div#contact .red{
	color: #CC0000;
}


/*------------------------------------------------------------------------------
STORE_INORMATION
------------------------------------------------------------------------------*/

div#store_info{
	width: 800px;
}

div#store_info h2{
	font-size: 22px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}



span.store_disc{
	font-size: 10px;
	color: #333333;
	margin-left: 10px;	
}



div#store_info h2 div#opa{
	font-size: 12px;
	color: #ED2D08;
	margin-top: 10px;
}

div#store_info h2 div#opa a,
div#store_info h2 div#opa a:link,
div#store_info h2 div#opa a:visited{
	color: #0033FF;
	text-decoration: underline;
}

div#store_info h2 div#opa a:hover{
	text-decoration: none;
}


div#store_info h2 a,
div#store_info h2 a:link,
div#store_info h2 a:visited{
	font-family: "Times New Roman", Georgia, Arial;
	color: #333333;
	text-decoration: none;
}

div#store_info h2 a:hover{
	color: #CCCCCC;
}

div#store_info h2 img{
	margin-right: 10px;
}


div#store_info {
	zoom:100%;
}

div#store_info {
	display:inline-block;
}

div#store_info:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}




div#side_store{
	width: 220px;
	border: 1px dashed #999999;
	float: left;
	padding: 14px;
	font-size: 12px;
	color: #333333;
}

div#side_store table{
	width: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#side_store td{
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

div#side_store th{
	text-align: left;
	vertical-align: top;
	width: 45%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


div#side_store div#map_side h4{
	font-size: 10px;
	color: #333333;
	line-height: 180%;
	margin-top: 10px;
}


div#main_store{
	width: 540px;
	float: right;
	padding-left: 10px;
}

div#main_store div#totop{
	margin-top: 60px;
}

div#main_store table{
	width: 540px;
	margin-top: 10px;
}

div#main_store th{
	width: 10px;
}

div#main_store td {
	vertical-align: top;
}

div#main_store td{
	font-size: 10px;
	color: #333333;
}


div#main_store td p{
	font-size: 10px;
	color: #333333;
	line-height: 160%;
	text-align: left;
}



div#main_store h3{
	margin-top: 20px;
	
}

div#main_store h4{
	font-size: 12px;
	font-family: "Times New Roman", Georgia, Arial;
	margin-top: 10px;
	color: #666666;
	margin-bottom: 5px;
}

div#main_store h5{
font-size: 12px;
}

div#main_store h5 a:hover{
	text-decoration: none;
}

div#main_store p{
	font-size: 12px;
	line-height: 180%;
	color: #333333;
	margin-top: 10px;
}


div#main_store div#store_news{
	padding-top: 10px;
}


div#main_store div.title{
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	background-color: #F0F0F0;
	padding-top: 8px;
	padding-bottom: 8px;
}

div#main_store div.title p{
	font-size: 12px;
	line-height: 180%;
	font-weight: bold;
	color: #000033;
	margin: 0px;
	padding: 0px;
}

div#main_store div.title span{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}


/*------------------------------------------------------------------------------
blog_item
------------------------------------------------------------------------------*/

div#blog_item{
}


div#blog_item div.entry blockquote{
	padding: 20px;
	border: 1px solid #FF9900;
	margin-top: 20px;
	margin-bottom: 20px;
}



div#blog_item h4.pagetitle{
	font-weight: bold;
	color: #000062;
	padding-top: 10px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #000062;
}


div#blog_item div.navigation{
	font-size: 10px;
	margin-bottom: 10px;
}

div#blog_item div.navigation a,
div#blog_item div.navigation a:link,
div#blog_item div.navigation a:visited{
	color: #999999;
}

div#blog_item div.navigation a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

div#blog_item div.post h2{
	font-size: 16px;
	color: #ED2D08;
	font-weight: bold;
	padding-top: 20px;
}

div#blog_item div.post div.date{
	font-size: 10px;
	color: #999999;
	padding-bottom: 20px;
}

div#blog_item div.entry{
	font-size: 12px;
	line-height: 160%;
	padding-bottom: 50px;
}

div#blog_item p.postmetadata{
	margin-top: 20px;
	margin-bottom: 20px;
}

div#blog_item div#respond h3{
	color: #0033FF;
	font-weight: bold;
}

div#blog_item div#respond textarea{
	width: 530px;
}


div#blog_item div#archive_post{
	border: 1px solid #E3E3E3;
	margin-top: 10px;
	padding-bottom: 20px;
}


div#blog_item div.archive_entry{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}


div#blog_item div.archive_entry div.date{
	font-size: 12px;
	position: absolute;
	color: #0033FF;
}


div#blog_item div.archive_entry h2{
	font-size: 12px;
	padding-left: 115px;
}


div#blog_item div.archive_entry a,
div#blog_item div.archive_entry a:link,
div#blog_item div.archive_entry a:visited{
	color: #ED2D08;
	
}

div#blog_item div.archive_entry a:hover{
	text-decoration: none;
}

div#blog_item  h5{
	font-size: 16px;
	border: 5px solid #E3E3E3;
	text-align: center;
	margin-top: 10px;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 30px;
}




/*------------------------------------------------------------------------------
single
------------------------------------------------------------------------------*/

div#single div#side{
	float: left;
	width: 220px;
	font-size: 12px;
	margin-top: 20px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}

div#single div#main_contents{
	
	float: right;
	width: 560px;
	padding-left: 0px;
}

div#single div#totop{
	text-align: right;
	padding-top: 60px;
}


div#side div#side_store_news{
	padding-bottom: 40px;
}


div#side div#side_store_news h3{
	padding-bottom: 10px;
}


div#side ul#store_news{
	list-style-type: none;
}

div#side ul#store_news li{
	background-image: url(images/store_common/mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	padding-bottom: 1px;
	padding-top: 1px;
}

div#side ul#store_news li a,
div#side ul#store_news li a:link,
div#side ul#store_news li a:visited{
	font-weight: bold;
	color: #00002F;
}

div#side ul#store_news li a:hover{
	color: #7F7FB0;
	text-decoration: underline;
}

/*------------------------------------------------------------------------------
sitemap
------------------------------------------------------------------------------*/

div#sitemap{
	padding-bottom: 60px;
}


div#sitemap h2{
	padding-bottom: 30px;
}

div#sitemap h3{
	font-family: "Times New Roman", Georgia, Arial;
}

div#sitemap ul{
	margin-top: 8px;
	margin-bottom: 40px;
	margin-left: 15px;
	list-style-type: circle;
}

div#sitemap li{
	margin-bottom: 8px;
}

div#sitemap li a,
div#sitemap li a:link,
div#sitemap li a:visited{
	color: #0066FF;
}

div#sitemap li a:hover{
	text-decoration: none;
}

/*------------------------------------------------------------------------------
privacy
------------------------------------------------------------------------------*/


div#privacy{
font-size:12px;
padding-bottom: 50px;
}

div#privacy h2{

padding-bottom: 10px;
}

div#privacy h3{
	font-size: 12px;
	font-weight: bold;
	background-color: #F1F1F1;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

div#privacy p{
	font-size: 12px;
	line-height: 180%;
	color: #333333;
}

div#privacy_under{
	font-size: 12px;
	line-height: 180%;
	padding: 20px;
	margin-top: 20px;
	border: 5px solid #F1F1F1;
}

div#privacy_under span{
font-size:10px;
}
