@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	background:url(../img/bg.jpg);
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:100%;
	color: #333333;
	}
html {
	overflow-y:scroll;
	}
img {
	border:0;
}
a:link {
	color: #D3381C;
	text-decoration: underline;
}
a:visited {
	color: #CC6666;
	text-decoration: underline;
}
a:hover {
	color: #3399FF;
	text-decoration: underline;
}


/*　全体のレイアウト　*/
#wrap {
	background-image: url(../img/bg_wrap.jpg);
	background-repeat: repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

/*　ヘッダー　*/
#header {
	width: 800px;
	border-top:10px solid #D5581C;
	height: 105px;
}
#header h1 img {
	width: 453px!important;
	height: 70px;
	margin-top:14px;
}
#header ul {
	position: absolute;
	top: 10px;
	height: 24px;
	margin-left:590px;
}
#header li {
	list-style-type: none;
	height: 24px;
	line-height: 24px;
	font-size: 10px;
	display: inline;
}

/*　トップページのイメージ部分背景　*/
#top_image {
	width: 800px;
	height: 330px;
	background-image: url(../img/bg_globalnavi.gif);
	border-bottom:3px solid #CCCCCC;
	margin-bottom:20px;
	padding-top:20px;
}

/*　グローバル・ナビ　*/
#global_navi {
	width: 800px;
	font-size: 0px;
	margin-bottom: 20px;
}
#global_navi ul {
	font-size: 0px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#global_navi li {
	display: block;
	list-style-type: none;
	font-size: 0px;
	float: left;
}


#flash {
	float: left;
	width: 540px;
	text-align: center;
}

/*　サブ・ナビ　*/
#sub_navi {
	float: right;
	width: 260px;
	font-size: 0px;
}
#sub_navi a {
	display: block;
	height: 62px;
	width: 245px;
	text-indent: -9999px;
}
#sub_navi ul {
	font-size: 0px;
	}
#sub_navi li {
	list-style-type: none;
	height: 62px;
	width: 245px;
}
/*　サブ・ナビのロールオーバー設定　*/
#sub_navi #sn_happy a {
	background-image: url(../img/cn_happy01.gif);
}
#sub_navi #sn_happy a:hover {
	background-image: url(../img/cn_happy02.gif);
}
#sub_navi #sn_bright a {
	background-image: url(../img/cn_bright01.gif);
}
#sub_navi #sn_bright a:hover {
	background-image: url(../img/cn_bright02.gif);
}
#sub_navi #sn_healthy a {
	background-image: url(../img/cn_healthy01.gif);
}
#sub_navi #sn_healthy a:hover {
	background-image: url(../img/cn_healthy02.gif);
}
#sub_navi #sn_japan a {
	background-image: url(../img/cn_japan01.gif);
}
#sub_navi #sn_japan a:hover {
	background-image: url(../img/cn_japan02.gif);
}

/*　トップページ・コンテンツの左側　*/
#top_left {
	float: left;
	width: 540px;
	background-color: #FFFFFF;
	font-size: 75%;
}
#top_left a:link {
	color: #333333;
	text-decoration: underline;
}
#top_left a:visited {
	color: #666666;
	text-decoration: underline;
}
#top_left a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#top_left #event {
	background-color: #F7F7F7;
	width: 500px;
	margin:0 auto 50px auto;
	padding-bottom: 10px;
}
#event dl {
	margin: 10px;
}
#event dt {
	float: left;
	height: 2em;
	line-height: 2em;
	width: 5em;
	padding-left: 30px;
	color: #CC0000;
	background: url(../img/arrow01.gif) no-repeat 15px center;
}
#event dd {
	line-height: 2em;
	height: 2em;
}

#top_left #news {
	background-color: #F7F7F7;
	width: 500px;
	margin:0 auto 20px auto;
	padding-bottom: 10px;
}
#news dl {
	margin: 10px;
}
#news dt {
	float: left;
	height: 2em;
	line-height: 2em;
	width: 5em;
	padding-left: 30px;
	color: #CC0000;
	background: url(../img/new.gif) no-repeat left center;
}
#news dd {
	line-height: 2em;
	height: 2em;
}

/*　トップページ・コンテンツの右側　*/
#top_right {
	float: right;
	width: 240px;
	padding:0 20px 0 0;
}
#top_right p {
	margin-bottom: 10px;
}

#top_right #ml {
	background-color: #F7F7F7;
	width: 240px;
	padding-bottom: 5px;
}
#top_right #ml form {
	font-size: 12px;
	padding:0;
	margin:0;
}

#top_right #ml h2 {
	margin: 5px;
	height: 21px;
	width: 230px;
}
#top_right #ml p {
	font-size: 10px;
	color: #666666;
	margin: 10px;
	line-height: 1.5em;
}
#top_right #ml table {
	font-size: 12px;
	color: #666666;
	width: 220px;
	text-indent: 1em;
}

#top_right #ml dl {
	margin: 10px;
	font-size: 12px;
	color: #666666;
}
#top_right #ml dt {
	float: left;
	width: 50px;
	height:25px;
	line-height:25px;
	background-color: #CC0000;
}
#top_right #ml dd {
	height:25px;
	line-height:25px;
	background-color: #CCCC99;
	width: 170px;
}
#top_right #ml #ml_button {
	text-align: right;
	width: 220px;
	clear: left;
	margin:5px 10px;
}
#books {
	width: 238px;
	border:1px solid #CCCCCC;
	margin-bottom: 20px;
}
#books .books_right {
	clear:right;
	padding: 5px;
	}
#books .books_left {
	float:left;
	clear: left;
	padding: 5px;
	}
#books p {
	font-size: 10px;
	color: #CC6666;
	line-height: 1.2em;
}
#books p.price {
	color: #666666;
}
#books p.more {
	text-align: right;
}

/*　フロートのクリア設定　*/
.clear {
	clear: both;
}
#footer_navi {
	height: 35px;
	width: 800px;
	font-size: 10px;
}
#footer_navi a:link {
	color: #333333;
	text-decoration: none;
}
#footer_navi a:visited {
	color: #333333;
	text-decoration: none;
}
#footer_navi a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#footer_navi ul {
	text-align: center;
	height: 15px;
	line-height: 15px;
}
#footer_navi li {
	display: inline;
	list-style-type: none;
}


/*　フッター　*/
#footer {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/bg_footer.jpg) no-repeat;
	height: 35px;
}
#footer address {
	font: 10px normal normal;
	color: #333333;
	line-height: 25px;
	text-align: right;
	height: 25px;
	width: 800px;
}

