/* ▼初期化++++++++++++++++++++++++++++++++++++++++++++++++++ */
html {
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: MS UI Gothic, "MS P ゴシック", Osaka;
	text-align: center;
	}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, address {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	}

li {
	list-style: none;
	}

img {
	border: 0px;
}

	/* リンク設定 */
	a {
		text-decoration: underline;
		color: #0000CC;
		}

	a:link {
		text-decoration: underline;
		color: #0000CC;
		} 

	a:visited {
		text-decoration: underline;
		color: #0000CC;
		} 

	a:hover {
		text-decoration: underline;
		color: #0000CC;
		} 

	a:active {
		text-decoration: underline;
		color: #0000CC;
		}




/* ▼全体ラップ++++++++++++++++++++++++++++++++++++++++++++++++++ */

#wrapper {
	position: relative;
	margin: 0px auto;
	width: 900px;
	min-width: 900px;
	text-align: left;
	}

/* ▼ヘッダ++++++++++++++++++++++++++++++++++++++++++++++++++ */

#header {
	position: relative;
	margin: 10px 0px 0px 0px;
	}

#header h1 {
	font-size: 11px;
	margin: 0;
	}

#header h2 {
	font-size: 10px;
	margin: 2px 0 10px 0;
	}

#header .block {
	width: 900px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	}

#header .block .logo {
	width: 350px;
	height: 80px;
	float: left;
	}

#header .block .search {
	width: 550px;
	height: 53px;
	margin: 0;
	padding: 27px 0 0 0;
	float: left;
	text-align: center;
	}
	
/* ▼ナビ++++++++++++++++++++++++++++++++++++++++++++++++++ */

#navi {
	width: 900px;
	height: 22px;
	background-image: url(../img/navi_bg.gif);
	background-repeat: no-repeat;
	border-bottom: solid 5px #C4CEA5;
	}

#navi .menu {
	float: left;
	width: 150px;
	text-align: center;
	font-weight: bold;
	line-height: 1.8;
	}
#navi .menu a:link { color: #FFFFFF; text-decoration:none; display: block; }
#navi .menu a:visited { color: #FFFFFF; text-decoration:none; display: block; }
#navi .menu a:hover { color:#000000; text-decoration:none; background-color:#EEECE3; display: block; }
#navi .menu a:active { color: #000000; text-decoration:none; display: block; }

#navi h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

#navi2 {
	width: 900px;
	height: 22px;
	background-image: url(../img/navi_bg.gif);
	background-repeat: no-repeat;
	border-top: solid 5px #C4CEA5;
	margin: 20px 0 0 0;
	}

#navi2 .menu {
	float: left;
	width: 150px;
	text-align: center;
	font-weight: bold;
	line-height: 1.8;
	}
#navi2 .menu a:link { color: #FFFFFF; text-decoration:none; display: block; }
#navi2 .menu a:visited { color: #FFFFFF; text-decoration:none; display: block; }
#navi2 .menu a:hover { color:#000000; text-decoration:none; background-color:#EEECE3; display: block; }
#navi2 .menu a:active { color: #000000; text-decoration:none; display: block; }

#navi2 h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

/* ▼メイン++++++++++++++++++++++++++++++++++++++++++++++++++ */
#main {
	width: 900px;
	margin: 20px 0 0 0;
	}

/* ▼メイン・コンテンツ++++++++++++++++++++++++++++++++++++++++++++++++++ */
#main .content {
	width: 580px;
	margin: 0 20px 0 0;
	overflow: hidden;
	float: left;
	}

#main .content .brandname {
	width: 575px;
	height: 20px;
	min-height: 20px;
	margin: 0 0 30px 0;
	padding: 5px 0 0 5px;
	font-size: 14px;
	background-color: #C4CEA5;
	border-top: solid 5px #994C00;
	}

#main .content .number {
	width: 580px;
	margin: 0 0 30px 0;
	}
#main .content .number2 {
	width: 580px;
	margin: 0 0 0 0;
	}
#main .content ul {
	margin: 0;
	padding: 0;
	}
#main .content li {
	font-size: 12px;
	font-weight: bold;
	color: #115F2B;
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
	}
#main .content li a:link { color: #115F2B; text-decoration:none; }
#main .content li a:visited { color: #115F2B; text-decoration:none; }
#main .content li a:hover { color:#115F2B; text-decoration:none; }
#main .content li a:active { color: #115F2B; text-decoration:none; }

#main .content .photo {
	width: 76px;
	height: 76px;
	margin: 0 12px 20px 0;
	padding: 0;
	border: solid 1px #AAAAAA;
	float: left;
	}
#main .content .text {
	width: 490px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.2em;
	color: #555555;
	float: left;
	}
#main .content .text a:link { color: #115F2B; text-decoration:underline; }
#main .content .text a:visited { color: #115F2B; text-decoration:underline; }
#main .content .text a:hover { color:#115F2B; text-decoration:none; }
#main .content .text a:active { color: #115F2B; text-decoration:none; }

/* ▼メイン・右帯++++++++++++++++++++++++++++++++++++++++++++++++++ */
#main .right {
	width: 300px;
	background-color: #EEECE3;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	}

#main .right .bannar {
	width: 300px;
	margin: 0 0 30px 0;
	padding: 0;
	}

#main .right .amazon {
	width: 270px;
	margin: 0 0 10px 0;
	padding: 0 15px 0 15px;
	}

#main .right .amazon .title {
	width: 270px;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	border-bottom: dotted 2px #333333;
	}

#main .right .amazon .photo {
	text-align: center;
	width: 153px;
	height: 160px;
	border: solid 1px #AAAAAA;
	padding: 4px 0 4px 0;
	margin: 0 5px 10px 0;
	float: left;
	}

#main .right .amazon .text {
	width: 110px;
	height: 170px;
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
	margin: 0 0 10px 0;
	float: left;
	}
#main .right .amazon .text a:link { color: #115F2B; text-decoration:underline; }
#main .right .amazon .text a:visited { color: #115F2B; text-decoration:underline; }
#main .right .amazon .text a:hover { color:#115F2B; text-decoration:none; }
#main .right .amazon .text a:active { color: #115F2B; text-decoration:none; }

/* ▼ブランドリスト++++++++++++++++++++++++++++++++++++++++++++++++++ */

#brand {
	width: 890px;
	margin: 10px 0 0 0;
	}

#brand .intro {
	margin: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	color: #333333;
	}

#brand .namelist {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3;
	color: #333333;
	}
#brand .namelist a:link { color: #333333; text-decoration:underline; }
#brand .namelist a:visited { color: #333333; text-decoration:underline; }
#brand .namelist a:hover { color:#333333; text-decoration:none; }
#brand .namelist a:active { color: #333333; text-decoration:none; }

/* ▼フッター++++++++++++++++++++++++++++++++++++++++++++++++++ */

#footer {
	width: 900px;
	margin: 15px 0 100px 0;
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #333333;
	text-align: center;
	border-top: solid 1px #333333;
	}
#footer a:link { color: #333333; text-decoration:none; }
#footer a:visited { color: #333333; text-decoration:none; }
#footer a:hover { color:#333333; text-decoration:none; }
#footer a:active { color: #333333; text-decoration:none; }
