/************************************************
　　　　　CSS Document Template (other.css)
　　　　　　　　　　　　 各ページ用レイアウト設定
*************************************************/

/*-----------------------------------------------
　main_image(トップ、コレクションページ用)
------------------------------------------------*/
#main_image {
	width: 820px;
	height: 371px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF url("images/mainimage_back.gif") no-repeat;
}
#main_image img {
	width: 800px;
	height: 351px;
	margin: 10px 10px;
}


/*-----------------------------------------------
　box  left / right / bottom(トップページ用)
------------------------------------------------*/
#left_box {
	float: left;
	width: 390px;
}
#left_box h2 {
	border: none;
}
#left_box p {
	padding: 0px 5px;
	font-size: 93%;
}
#right_box {
	float: right;
	width: 390px;
}
#right_box h2 {
	border: none;
}
#info_box {
	height: 300px;
	overflow: auto;
}
#info_box p.info_date {
	color: #FF9900;
	font-size: 93%;
	font-weight: bold;
	line-height: 1.0em;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 0px;
	border-bottom: 1px dotted #FFCC00;
}
#info_box h3 {
	color: #39F;
	font-size: 100%;
	padding-top: 2px;
	padding-left: 10px;
	border: none;
}
#info_box p {
	padding-left: 10px;
	padding-bottom: 10px;
}
#bottom_box {
	clear: both;
	overflow: auto;
	padding-top: 20px;
}
#bottom_box ul {
	list-style-type: none;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
}
#bottom_box ul li {
	float: left;
	margin: 0px 5px;
}
#bottom_box ul li img {
	border: 1px solid #999999;
}
#bottom_box ul li img.border_off {
	border: none;
}
#bottom_box p {
	clear: both;
}

/*-----------------------------------------------
　image_comment(コレクションページ用)
------------------------------------------------*/
#image_comment {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#ring_thumb {
	width: 812px;
	margin-left: auto;
	margin-right: auto;
}
#ring_thumb a img {
	margin: 0px 5px;
	border: 1px solid #A9A9A9;
  /* 線なしの場合は border:none; margin: 0px 6px; */
}
#ring_thumb a:hover img {
	border: 1px solid #CD853F;
  /* 線なしの場合は border:none; */
}

/*-----------------------------------------------
　privacy(プライバシーポリシーページ用)
------------------------------------------------*/
.privacy p {
	margin-bottom: 1.2em;
}
/*-----------------------------------------------
　左寄せと右寄せページ　<div class="left_image">
------------------------------------------------*/

.left_image img {
	float: left;
	border: #CCC 1px solid;
}
.right_image img {
	float: right;
	border: #CCC 1px solid;
}


/*-----------------------------------------------
　/*boxG*/<div class="boxG">
------------------------------------------------*/

.boxG{
	float: left;
	width: 270px;
	margin-left: 10px;
}
.boxG a{
float: left;
	width: 257px;
	margin-left: 0px;

}
.boxG a:hover{
	text-decoration: none;
	filter:alpha(opacity=40); /*IE*/
	display: inline;
    -moz-opacity:0.60; /*FF*/
	opacity:0.60;
}


#info_box_guide {
	height: 200px;
	overflow: auto;
}
#info_box p.info_date_guide {
	color: #FF9900;
	font-size: 93%;
	font-weight: bold;
	line-height: 1.0em;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 0px;
	border-bottom: 1px dotted #FFCC00;
}
#info_box_guide h3 {
	color: #39F;
	font-size: 100%;
	padding-top: 2px;
	padding-left: 10px;
	border: none;
}
#info_box_guide p {
	padding-left: 10px;
	padding-bottom: 10px
#pickupbrand {
	width: 567px;
	background: url("../images/bg_rightbox.gif") repeat-y;
	border-bottom: 1px solid #F0F0F0;
	overflow: auto;
}

.pr_brand {
	width: 270px;
	float: left;
	margin-left: 8px;
	_margin-left: 4px;
	margin-bottom: 5px;
	border: 1px solid #FFFFFF;
}
.pr_brand:hover {
	border: 1px solid #F0F0F0;
	background-color: #F0F0F0;
}
.pr_brand a {
	text-decoration: none;
}
.pr_brand a:hover {
	text-decoration: underline;
}
.pr_brand img {
	width: 260px;
	display: block;
	margin: 5px auto;
	border: 1px solid #F0F0F0;
}
.pr_brand h4 {
	width: 250px;
	margin: 0 auto;
}
.pr_brand p {
	font-size: 85%;
	width: 250px;
	margin: 0 auto 5px auto;
}

#information_title {
	width: 567px;
	margin-top: 10px;
	height: 42px;
}
img {
	vertical-align: top;
}
#page_index div#main {
	width: 800px;
	margin: 0 auto;
	background: url("../images/bg_topcontent.jpg") no-repeat;
}
