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

/*========== all ==========*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	text-align: center;
}
p {
	line-height:1.5em;
}

/*========== header ==========*/
#head {
	background-color: #FFF;
}
#head_inner {
	width: 980px;
	text-align: left;
	margin:0 auto;
}
#head_inner h1 {
	float: left;
}
#head_inner ul {
	float: right;
}

/* mainmenu */
#head_inner ul#mainmenu {
	font-size: 18px;
	color: #FFF;
	height: 110px;
}
#head_inner ul#mainmenu li {
	display:inline-block;
}
#head_inner ul#mainmenu li#top a,
#head_inner ul#mainmenu li#menu a,
#head_inner ul#mainmenu li#shopinfo a {
	width: 120px;
	height: 64px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding-top:46px;
	margin-left:5px;
	display: inline-block;
}
#head_inner ul#mainmenu li#top a {
	background:#FFB47D url(../images/button_top.gif) no-repeat;		
}
#head_inner ul#mainmenu li#menu a {
	background:#F59EC0 url(../images/button_menu.gif) no-repeat;
}
#head_inner ul#mainmenu li#shopinfo a {
	background:#A28FBC url(../images/button_shopinfo.jpg) no-repeat;
}
#head_inner ul#mainmenu li#top a:hover {
	background:#EB7EAC url(../images/button_top_on.gif) no-repeat;
}
#head_inner ul#mainmenu li#menu a:hover {
	background:#EA8047 url(../images/button_menu_on.gif) no-repeat;
}
#head_inner ul#mainmenu li#shopinfo a:hover {
	background:#8F7CAD url(../images/button_shopinfo_on.jpg) no-repeat;
}
.line {
	background-color: #666;
	clear:both;
}

/*========== contents ==========*/
#contents {
	width: 980px;
	margin:0 auto;
}
#contents p {
	margin-bottom:20px;
}

/* main contents */
#main_contents {
	width: 710px;
	text-align:left;
	margin-bottom:20px;
	margin-right:20px;
	float:left;
}
#main_contents a {
	font-weight:bold;
	color:#F39EBF;
}
#main_contents a:hover {
	color:#F3C;
}
#main_contents h2{
	font-size: 14px;
	color: #FFF;
	background-image:url(../images/h2_back_710.jpg);
	width: 690px;
	height: 14px;
	margin-bottom: 10px;
	clear: both;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 20px;
}
.item_box {
	width: 230px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}
.last {
	margin-right: 0;
}
#contents .item_box p {
	margin-bottom: 10px;
}	
#main_contents dl {
	font-size: 14px;
	font-weight: bold;
	line-height:1.4;
}
#main_contents dl dt {
	border-left: solid 5px #99C;
	padding-left:5px;
}
#main_contents dl dd {
	margin-top: -1.4em;
	margin-left: 6em;
	padding-bottom: 10px;
}
/* side contents */
#side_contents {
	width: 250px;
	text-align:left;
	float:right;
}
#side_contents h2 {
	font-size: 14px;
	font-weight: bold;
	color: #69C;
	border-bottom: solid 1px #39C;
	border-left: solid 5px #39C;
	padding:3px 0 3px 5px;
	margin-bottom:10px;
}
#side_contents li {
	line-height:1.5em;
}

/*========== footer ==========*/
#foot p{
	margin-bottom:20px;
}
#foot a{
	color:#666;
	text-decoration:none;
}
#foot a:hover {
	font-weight:bold;
	text-decoration:underline;
}
#foot ul{
	margin-bottom:20px;
}
#foot ul li{
	display:inline;
	
}
