@charset "utf-8";

/* preference */

*{
	margin:0;
	padding:0;
}

body{
	font-size:12px;
	line-height:1.5;
	background:#72E0EF url(design/main.gif) 0 0 repeat;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
	color:#02A4E1;
}

ul{
	list-style:none;
}

img{
	border:none;
}

div#mainWrapper{
	width:100%;
}

a{
	color:#0066CC;
}

a:hover{
	color:#CC3300;
}

/*   header  */

div#header_container{
	width:994px;
	height:157px;
	background:#000 url(design/head_bg.png) 0 0 no-repeat;
		margin:0 auto;
		overflow:hidden;
		position:relative;
}

div.main_txt{
	position:absolute;
	width:595px;
	height:77px;
	overflow:hidden;
	top:21px;
	left:73px;
}


div.main_txt h1 a,
div.main_txt p a{
	font-size:22px;
	color:#fff;
	width:200px;
	height:25px;
	text-decoration:none;
	font-weight:bold;
}

div.main_txt h1{
	font-size:12px;
	color:#fff;
	font-weight:normal;
}

div.main_txt h2{
	font-size:12px;
	color:#fff;
	font-weight:normal;
}

div.main_txt h1 a:hover,
div.main_txt p a:hover{
	color:#FFCC00;
	text-decoration:underline;
}

div.search_Area{
	width:600px;
	background:url(design/top_search.jpg) 0 0 no-repeat;
	height:35px;
	padding:10px 0 0 60px;
	margin:15px 0;
}

div.search_Area input.inputform{
	background:#CEF9FF;
	border:1px solid #0099CC;
	font-size:12px;
	padding:2px;
	width:200px;
}

div.search_Area input,
div.search_Area input img{
	vertical-align:bottom;
}

html>body div.search_Area input{
	vertical-align:top;
	font-size:16px;
}
html>body div.search_Area input img{
	vertical-align:bottom;
}

div#advertise{

}

/* main */

div#c01{
	width:994px;
	margin:0 auto;
	overflow:hidden;
	background:url(design/cont_bg.png) 0 0 repeat-y;
}

div#c012{
	overflow:hidden;
	background:url(design/mai2_bg.png) 100% 0 no-repeat;
}

* html div#c012{
	height:1%;
}

div#left-main{
	width:607px;
	padding-right:0px;
	float:left;
	overflow:hidden;
	padding-left:63px;
	padding-right:60px;
}
* html div#left-main{
	display:inline;
}

div#left-main h2.top_h2{
	font-size:12px;
	color:#fff;
	line-height:1.6;
	font-weight:normal;
	padding:15px;
	padding-top:25px;
	border:1px dotted #FF3366;
	margin-bottom:15px;
	background:url(desgin/aboutsite.jpg) 15px 5px no-repeat;
}



h3,
h2.h2_common{
	font-size:18px;
	color:#0099CC;
	padding-left:70px;
	background:url(home/h3.jpg) 0 0 no-repeat;
}

h3.h3_all,
h2.h2_common{
	background:url(design/h3_bg.jpg) 0 0 no-repeat;
	min-height:51px;
	padding-top:15px;
}

* html h3.h3_all{
	height:51px;
}

* html h2.h2_common{
	height:51px;
}

h3.h3_all2{
	background:url(design/h3.jpg) 0 0 no-repeat;
	min-height:51px;
	padding-top:15px;
	padding-left:100px;
}

* html h3.h3_all2{
	height:51px;
}

h3.h3_all ul{
}

div#menuRightSpace h3{
	background:url(home/right_contents.jpg) 0 0 no-repeat;
	height:36px;
	text-indent:-9999px;
}

div.top_title{
	position:relative;
	width:602px;
	height:48px;
}

div.top_title ul{
	width:108px;
	height:23px;
	position:absolute;
	top:12px;
	right:14px;
}
div.top_title ul.allarea{
	width:67px;
	height:23px;
	top:6px;
}

div.top_title ul.cat_regist{
	top:6px;
}

div.top_title ul li a{
	display:block;
	width:108px;
	height:23px;
	background:url(home/btn_more.jpg) 0 0 no-repeat;
	text-indent:-9999px;
}

div.top_title ul.allarea li a{
	width:67px;
	height:23px;
	background:url(home/btn_more_alljapan.jpg) 0 0 no-repeat;
}

div.top_title ul.cat_regist li a{
	background:url(home/btn_more_regist.jpg) 0 0 no-repeat;
}

div.top_title ul li a:hover{
	background-position:0 -23px;
}

/*  div.contents */

div.div_basic{
	margin-bottom:15px;
	overflow:hidden;
	padding:40px 15px 15px 20px;
	background:#e6e6e6 url(design/div_common_bg.png) 0 0 repeat-x;
	border:1px solid #ccc;
}

* html div.div_basic{
	height:1%;
}

div.div_basic ul.index_categories{
	padding:10px;
}

div.div_basic ul.index_categories li{
	display:inline;
	padding: 0 5px;
	border-left:1px solid #ccc;
	line-height:2.5
}


/* セレクト商品　*/

table.select{
	border-collapse:collapse;
	margin-bottom:15px;
}

table.select td{
	padding:6px;
	padding-right:15px;
	background:#e6e6e6 url(desgin/div_basic_bg.png) -30px 0 repeat-x;
	border-bottom:1px solid #00CCCC;
	vertical-align:top;
}

table.select td em{
	font-style:normal;
	font-weight:bold;
	font-size:12px;
}

table.select td strong{
	font-style:normal;
	font-weight:normal;
	font-size:12px;
}


/* div_basic内リスト */


div.div_basic ul.lists{
	margin:10px 0;
	clear:both;
}
* html div.div_basic ul.lists{
}

div.div_basic ul.lists li{
	padding:0;
	margin:0;
}
div.div_basic ul.lists li a{
	color:#0066CC;
}
div.div_basic ul.lists li a:hover{
	color:#FF6699;
}

/* area */

div.div_area{
	background:url(design/map.jpg) 0 0 no-repeat;
	overflow:hidden;
	width:600px;
	height:373px;
	margin-bottom:15px;
	position:relative;
}

table.areas{
	margin:10px 0 0 10px;
}

table.areas th{
	text-align:left;
	background:#0FA2B7;
	color:#fff;
	font-size:10px;
	padding:2px;
}

table.areas td{
	background:#E1F9FF;
	font-size:10px;
	padding:2px;
}

table.areas th a{
	color:#fff;
}
table.areas th a:hover{
	color:#FFFF00;
}
table.areas td a{
	color:#006699;
	text-decoration:none;
}
table.areas td a:hover{
	color:#CC0000;
}

ul.maplist{
	position:absolute;
	right:10px;
	bottom:10px;
}

ul.out_list{
	margin:15px 0 30px 0;
}



/* faq */

h4.shitsumon{
	font-size:14px;
	margin:5px 0;
	padding:0;
	padding-left:10px;
	border-left:3px solid #0066CC;
}

p.shitsumon_txt{
	margin:10px;
	padding:10px;
	border:1px dotted #ccc;
}

/* category */

div.cat{
	background:url(home/contents_bg.gif) 0 0 repeat-y;
	overflow:hidden;
	padding:20px;
}

* html div.cat{
	height:1%;
}

div.categoryWrapper{
	width:550px;
	overflow:hidden;
	clear:both;
	margin-left:5px;
}

div.cWrapper{
	width:250px;
	float:left;
	margin-bottom:5px;
	padding:12px;
	font-size:10px;
}

* html div.cWrapper{
	height:1%;
}

div.cWrapper h4{
	padding-bottom:5px;
	font-size:12px;
}

div.cWrapper h4 a{
	color:#FF6600;
}
div.cWrapper h4 a:hover{
	color:#CC0000;
}

div.cWrapper h5.cLink{
	font-size:10px;
	font-weight:normal;
}

div.cWrapper h5.cLink a{
	text-decoration:none;
	color:#0099CC;
}

div.cWrapper h5.cLink a:hover{
	color:#CC0000;
}




/**************************   right  ************************/

/* right */

div#menuRightSpace{
	width:250px;
	float:left;
	overflow:hidden;
}

* html div#menuRightSpace{
	overflow:hidden;
}

div.menuRightSpace_inner{
	padding-left:25px;
	padding-top:30px;
	position:relative;
}


div#search{
	width:275px;
	height:65px;
	background:url(home/search_bg.jpg) 0 0 no-repeat;
	position:relative;
}

div#search_forMainArea div#search{
	width:260px;
	height:61px;
	background:url(home/search_bg_mainarea.gif) 0 0 no-repeat;
	position:relative;
}

div#search p.parts01{
	position:absolute;
	top:27px;
	left:20px;
}

div#search_forMainArea div#search p.parts01{
	position:absolute;
	top:22px;
	left:6px;
}

div#search p.parts01 input{
	font-size:12px;
	padding:1px;
	width:155px;
}

div#search_forMainArea div#search p.parts02{
	position:absolute;
	top:22px;
	right:10px;
}

div#search p.parts02{
	position:absolute;
	top:26px;
	right:10px;
}

div.menu{
	margin-bottom:15px;
}

div.menu ul li{
	margin-bottom:6px;
}

div.menu ul li a{
	display:block;
	font-size:12px;
	color:#999;
	text-decoration:none;
	width:190px;
	min-height:5px;
	border:1px solid #ccc;
	padding:3px 3px 3px 6px;
	background:#fff;
}

* html div.menu ul li a{
	height:1px;
}

div.menu ul li a:hover{
	background:#999;
	color:#fff;
}

p.etc,div.recomendation{
	margin:10px 0;
	padding:5px;
	color:#666;
}

div.recomendation ul li{
	background:url(design/r_mark.jpg) 0 2px no-repeat;
	padding-left:15px;
	line-height:1.6;
	margin-bottom:5px;
	color:#999;
}

div.recomendation ul li a{
	color:#0066CC;
}

div.recomendation ul li a:hover{
	color:#FF3366;
}

div.howto{
	width:190px;
}

div.howto p{
	border:1px dotted #99CC66;
	margin:10px 0;
	padding:5px;
}

div.how{
	position:relative;
	width:600px;
	height:200px;
	background:url(design/regist.png) 0 0 no-repeat;
	overflow:hidden;
	margin-bottom:15px;
}

div.how p{
	position:absolute;
	width:120px;
	color:#555;
	font-size:14px;
}

div.how p.e1{
	top:72px;
	left:63px;
}

div.how p.e2{
	top:72px;
	left:236px;
}

div.how p.e3{
	top:72px;
	left:412px;
}

p.e4{
	margin-bottom:20px;
	text-align:center;
}

/****************************  footer  **********************/

div#foot{
	clear:both;
	height:90px;
	background:url(design/footer_bg.jpg) 0 0 repeat-x;
}

div#footerArea2{
	width:890px;
	height:90px;
	margin:0 auto;
}

p.footerCpy{
	text-align:center;
	padding-top:20px;
}


/************************   下層ページ ************************/

/* categoryPage-CSS*/


/* サブカテ */

ol#basic_categories{
	width:100%;
	list-style:none;
}

li.each_category{
	padding:2px;
	padding-left:25px;
	background:url(design/contents_mark01.gif) 10px 5px no-repeat;
	float:left;
	width:100px;
}

li.each_category a{
	color:#FF6600;
}

li.each_category a:hover{
	color:#0099CC;
}

div.div_pankuzu{
	margin:15px 0 30px 0;
	padding:3px;
	background:#fff;
}

div.registSite{
	margin:10px auto;
	padding:5px 0;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
}

/**  各リンク部  **/

div.category_all_wrapper{
	background:#000 url(design/cate_bg.png) 0 0 no-repeat;
	padding:15px 15px 15px 55px;
	width:530px;
	overflow:hidden;
	margin-bottom:15px;
}

h3.each_cat_h3{
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	padding:0;
	padding-bottom:5px;
	border-bottom:1px solid #aaa;
}

dl.category_all_wrapper dd{
	padding:10px;
	margin-bottom:15px;
}

p.each_link{
	overflow:hidden;
}

div.each_link h4,
div.p h2{
	padding-left:25px;
	font-size:18px;
	margin-bottom:8px;
}

div.each_link h4 img{
	vertical-align:middle;
}

p.link_txt{
	margin-bottom:10px;
	overflow:hidden;
}

* html p.link_txt{
	height:1%;
}

div.link_txt p{
	float:left;
	max-width:450px;
}

div.l_wrapper{
	overflow:hidden;
	width:100%;
}

p.banners{
	width:81px;
	height:31px;
	overflow:hidden;
	margin:8px 10px 8px 0;
	float:left;
}

div.editor{
	padding-top:10px;
	font-size:10px;
}

div.page_link{
	text-align:center;
	margin:15px 0;
}

div.page_link a{
	text-decoration:none;
}

/****************   regist page ********************************/

div.p{
	overflow:hidden;
	padding:15px;
	background:#fff ;
	margin:10px 0;
	border:1px dotted #aaa;
}

div#registrationArea{
	overflow:hidden;
	width:584px;
	background:#e6e6e6 url(design/div_common_bg.png) 0 0 no-repeat;
	padding:40px 10px 10px 10px;
	margin-bottom:20px;
}


div.p h2,
div#registrationArea h2,
div#registrationArea h3{
	color:#ccc;
	margin-bottom:15px;
	font-size:16px;
}

div#registrationArea h1{
	font-size:18px;
	color:#333333;
	padding-left:70px;
	background:url(design/h1.gif) 0 0 no-repeat;
	height:50px;
	padding-top:15px;
}

div#registrationArea h2{
	border-left:5px solid #555;
	background:none;
	padding-left:10px;
	color:#555;
}

div#registrationArea h3{
	background:url(design/h2.gif) 0 50% no-repeat;
	padding-left:55px;
	margin-left:15px;
	height:35px;
	padding-top:15px;
}

div.p_link{
	text-align:right;
	margin-bottom:15px;
}

div.p ul,
div.p ol{
	margin-bottom:15px;
	padding-left:25px;
}

div.p ul li,
div.p ol li{
	border-bottom:1px dotted #666;
	padding-bottom:3px;
	margin-bottom:3px;
}

div.p strong{
	color:#0066CC;
}

div.p p{
	padding-bottom:10px;
}

div#registrationArea div.p h3{
	background:url(design/reg_h3.gif) 0 50% no-repeat;
	padding-left:35px;
	color:#ccc;
	margin:10px 0;
	font-size:14px;
	border-bottom:1px dotted #ccc;
}

div#registrationArea table{
	border-collapse:collapse;
	width:100%;
	margin:10px 0;
}

div#registrationArea table td,
div#registrationArea table th{
	background:#fff;
	border:1px dotted #aaa;
	padding:6px;
	vertical-align:top;
}

div#registrationArea table th{
	min-width:6em;
}

div#registrationArea table td{
}

div#registrationArea table td input{
	border:2px solid #00CCFF;
	background:#5AB4DA;
	font-size:12px;
	padding:3px;
	color:#fff;
}

div#registrationArea table .center{

	padding-top:10px;
}

div#registrationArea table .center input{
	border:1px solid #00CCFF;
	background:#0099CC;
	font-size:12px;
	color:#fff;
}

.red{
	color:#FF0000;
}

.notice{
	font-size:10px;
}

/** error **/

div.error_message{
	font-size:90%;
	color:#ff0000;
	padding:5px 0;
}

.mutual {
	font-size:80%;
	color:#99BBAA;
	margin-left:5px;
}
.remark {
	font-size:80%;
	color:#BB99AA;
	margin-left:5px;
}