@charset "UTF-8";

/* ---- ■全体 --------------------------------------------------- */
body {
	font-size:14px;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Verdana, Arial, Helvetica, sans-serif;
	background: #F5F5DC;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 860px;
	background-color: #F3F2EB;
	margin: 0px auto; /* ページ中央揃え */
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	text-align: left; /* bodyの text-align: center より優先 */
}




/* ---- ■ヘッダー --------------------------------------------------- */
#header {
	color: inherit;
	background-color: #B82619;
}

.headerTitle {
	margin: 0px;
	padding: 5px 10px 10px 10px;
}

.headerTitle a {
	color: black;
	background-color: transparent;
	text-decoration: none;
	font-size: 20px;  /* For MSIE */
	font-weight: bold;
	font-style: italic;
}

.headerTitle span {
	color: white;
	background-color: transparent;
	font-weight: normal;
}

.subHeader {
	color: white;
	background-color: black;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
}

.subHeader a {
	color: white;
	background-color: black;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0 5px;
}

.subHeader a:hover {
	color: black;
	background-color: white;
}


/* ---- ■左サイドメニュー --------------------------------------------------- */
.leftSideBar {
	width: 160px;
	float: left;
	font-size: 13px;
}

.leftSideBar .sideBarTitle {
	color: #404040;
	background-color: #E6DFCF;
	font-weight: bold;
	margin: 0;
	padding: 4px 10px;
}

.leftSideBar ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 5px 0;
	padding: 0;
}

.leftSideBar li {
	font-weight: bold;
	margin: 5px;
	padding: 0px 0px 3px 3px;
}


/* ---- ■右サイドメニュー --------------------------------------------------- */
.rightSideBar {
	width: 160px;
	margin: 0px 5px 0px 0px;
	padding: 5px 0px 0px 0px;
	float: right;
	font-size: 13px;
	border: 1px solid #D8D2C3;
	background-color: white;
}

.rightSideBar .sideBarTitle {
	color: black;
	background-color: #E6E6CF;
	font-weight: bold;
	margin: 5px 5px;
	padding: 5px 5px;
}


.rightSideBar .sideBarText {
	line-height: 120%;
	margin: 0;
	padding: 5px 5px 5px 10px;
}


/* ---- ■メイン --------------------------------------------------- */
#main-copy {
	width: 500px;
	float: left;
	color: black;
	background-color: white;
	text-align: justify;
	line-height: 130%;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	border-left: 1px solid rgb(216,210,195);
}

#main-copy h1 {
	color: #444;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#main-copy p {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
}

.style1 {
	text-align: left;
	vertical-align: bottom;
	font-weight:bold;
	font-size: 14px;
	color: #003366;
	font-style: normal;
	line-height: normal;
}
.style2 {
	text-align: left;
	vertical-align: bottom;
	font-size: 11px;
	color: #808000;
	font-style: normal;
	line-height: normal;
}
.linkcontents {
	padding: 0px 10px 0px 5px;
	font-size: 14px;
}

.link_13bold {
	text-align: left;
	vertical-align: bottom;
	font-weight:bold;
	font-size: 14px;
	color: #003366;
	font-style: normal;
	line-height: normal;
}

/* ---- ■フッター --------------------------------------------------- */
#footer {
	color: black;
	background-color: #E6DFCF;
	font-size: 12px;
	text-align: center;
	line-height: 130%;
	margin: 0;
	padding: 5px 10px 10px 5px;
	clear: both;
}

#footer div {
	margin: 0;
	padding: 0 0 5px 0;
}

#footer a {
	color: black;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
}

/* ---- ■その他 --------------------------------------------------- */
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* ---- ■楽天表示 --------------------------------------------------- */

.base_box {
	width:500px;
	/* height:1000px; */
	background-color:#FFFFFF;
	text-align:center;
	font-size:12px;
	border-width:0px;
	overflow:hidden;
	margin-left:1px;
}
.base_box2
{
	padding:0px 0px 0px 1px;
}
.item_box {
	width:160px;
	height:230px;
	margin-top:1px;
	margin-right:1px;
	background-color:#ffffff;
	text-align:center;
	overflow:hidden;
	float:left;
}
.item_box2 {
	padding:2px;
}
.item_name {
	width:150px;
	height:26px;
	font-size:12px;
	line-height: 110%;
	margin-top:2px;
	overflow:hidden;
}
.item_name a {
	color:#0066FF;
	text-decoration:none;
}

.item_price {
	color:#009900;

}
.item_img{
	
}
.credit a {
	padding:15px;
	font-size:10px;
	color:#666;
	text-decoration:none;
}

