@charset "utf-8";

/*common style*/

/*reset----------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	color:#3F3E34;

}

td img {display: block;}

body,div,dl,dt,dd,ul,ol,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	font-size:98%;
	line-height:150%;
}

table {
	border-collapse:collapse;
}


th,td { 
	font-weight:normal;
	text-align:left;
	vertical-align: top;
}

fieldset,img { 
	border:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:105%;
	font-weight:normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/**/


a:link {
	color: #3489BC;
	text-decoration: underline;
}

a:visited {
	color: #3489BC;
	text-decoration: underline;
}

a:hover {
	color: #3489BC;
	text-decoration: none;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.clear{
	clear:both;
}


/*base----------------------------------*/


#container {
	width: 790px;
	padding: 0px;
	margin: 0 auto;
	border-left: 1px solid #E2E6D5;
	border-right: 1px solid #E2E6D5;
}

#header_groupbanner{
	background:bottom repeat-x url(/img/bg_line_dot_under.gif);
	margin:0 5px;
	padding:5px 0 10px 0;
	zoom:100%;
	}
	
#header_groupbanner:after{
	content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#header_groupbanner a:link{
	color:#968A50;
	text-decoration:none;
	}
#header_groupbanner a:visited{
	color:#968A50;
	text-decoration:none;
	}	
#header_groupbanner a:hover{
	color:#968A50;
	text-decoration:underline;
	}

#header_groupbanner .logo{
	float:left;
	margin:0 0 5px 0;
	}

#header_groupbanner ul.grouplist{
	float:right;
	}
	
#header_groupbanner ul.grouplist li{
	display:block;
	float:left;
	padding:0 5px 0 15px;
	background:url(/img/ico_grouplink.gif) no-repeat left center;
	margin:5px 0 0 10px;
	letter-spacing:100%;
	}	


/*mainmenu------------*/

#main_menu {
	margin: 0 5px;
	padding: 0;
	background:top repeat-x url(/img/bg_mainmenu.jpg);
	width: 780px;
	height: 37px;
}

html>body #main_menu .inner{/*for Without IE6*/
	/*margin:0 0 0 30px;*/
	/*if online shop active*/
	margin:0 0 0 10px;
	display: block;
}

#main_menu a , #main_menu .line{
	/*margin: 8px 0 0 20px;*/
	/*if online shop active*/
	margin: 8px 0 0 8px;
}

#main_menu li{
	display: inline;
	padding: 0;
	list-style: none;
}

#main_menu a{
	display: block;
	float: left;
	height:20px;
	text-indent: -10000px;
	overflow: hidden;
	padding: 0;
}

#main_menu .line{
	display: block;
	overflow: hidden;
	float: left;
	height:20px;
	width: 10px;
	background: url(/img/btn_menu_line.gif) center top no-repeat;	
	padding: 0;
}

#main_menu .home a{
	background: url(/img/btn_menu_home.gif) left top no-repeat;
	width: 55px;
}

#main_menu .guide a{
	background: url(/img/btn_menu_guide.gif) left top no-repeat;
	width: 147px;
}
#main_menu .map a{
	background: url(/img/btn_menu_map.gif) left top no-repeat;
	width: 90px;
}
#main_menu .shop a{
	background:  url(/img/btn_menu_shop.gif) left top no-repeat;
	width: 100px;
}
#main_menu .link a{
	background: url(/img/btn_menu_link.gif) left top no-repeat;
	width: 70px;
}

#main_menu .ec a{
	background: url(/img/btn_menu_ec.gif) left top no-repeat;
	width: 145px;
}


/*mainmenu------------*/

#footer{
	clear: both;
	background: url(/img/bg_line_dot_upper.gif) repeat-x    ;
	text-align:center;
	padding:10px 0 0 0;
	margin:0 5px;
	color:#757360;
	font-size:85%;
}

#footer_02{
	text-align:center;
	padding:10px 0 0 0;
	margin:0 5px;
	color:#757360;
	font-size:85%;
}



/*content----------------------------------*/




/*info---*/
.info_img {
	padding: 2px;
	border: 1px solid #B0B0B0;
	margin-bottom:5px;
}

.info_img_block {
	float: left;
	margin-right: 10px;
	
	}


ul.topiclist {
	list-style: outside url(/img/ico_topiclist.gif) square;
	margin-left: 2em;
}

.topiclist li {
	margin:5px 0 0 0;
}

