/************************************************
　　　　　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
