/* コンテンツ部分 */

/* トップページ */
.lead {
	background-image: url(../images/img_index.gif);
	background-repeat: no-repeat;
	background-position: right -2px;
	width: 800px;
	display: block;
	float: left;
	position: relative;
	height: 250px;
	margin-top: 0px;
}

.lead_con{
	width: 460px;
	position: absolute;
	left: 200px;
	top: 80px;
}

.lead_con p{
	font-size: 13px;
	line-height: 1.6em;
	font-weight: bold;
	width: 430px;
	padding-left: 5px;
}

.lead h2{
	display: none;
}

.contents_frame {
	padding: 0px 0px 5px;
	margin: 0px 0px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5B5B5;
	width: 600px;
}

.top_cate_link{
	padding: 3px;
}

.top_cate_link a{
	padding: 5px;
}

/* おすすめサイト部分 */
#left .contents_frame p {
	background-color: #F3F3F3;
	background-image: url(../images/topttl_osusume.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 22px;
	padding-top: 3px;
	text-align: left;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}
/*.osusume_frame {
	padding: 2px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}*/


/* 大タイトル */
.ttl {
	background-color: #FFFFFF;
	background-image: url(../images/ttl_bg.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
	height: 64px;
	padding-top: 5px;
	text-align: left;
	color: #FF6600;
	letter-spacing: 1px;
	width: 550px;
	font-size: 18px;
	font-weight: bold;
}

/* イロイロカテゴリ部分 */
.cate_frame p {
	background-image: url(../images/top_cate_bg.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 45px;
	font-weight: bold;
	padding-top: 10px;
}

.cate_wrap{
	width: 600px;
}

.cate_frame_tab{
	width: 100%;
}

.cate_frame {
	text-align: left;
	width: 45%;
	float: left;
}




/*.cate_frame div {
	padding: 0px 0px 0px 7px;
	width: 45%;
	margin-bottom: 5px;
	line-height: 130%;
	padding: 0px 0px 0px 7px;
}
*/

.cate_frame .left {
	float: left;
}
.cate_frame .right {
	float: left;
}

/* 便利PR */
#pr_benri_frame {
	width: 132px;
	float: left;
	padding: 3px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 1px solid #8A5C29;
	background-color: #FFFFFF;
}
#pr_benri_frame .pr  {
	text-align: center;
	color: #8A5C29;
	font-size: 14px;
	font-weight: bold;
	background-color: #EEDCD5;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #8A5C29;
}
.frame p {
	margin-bottom: 10px;
}
#pr_benri_frame .frame {
	padding: 5px;
	width: 122px;
}


.ascounter_cate_frame {
	width: 132px;
	float: left;
	padding: 3px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid #8A5C29;
}


/* カテゴリーページ */

.big_category_link{
	margin: 3px;
	padding: 5px;
	width: 110px;
	border: 1px solid #8A5C29;
}

.category_page_tab{
	margin-top: 5px;
	background-image: url(../images/bg_category_tab.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #E4BD96;
}

.category_tit{
	background-image: url(../images/bg_category_tit.gif);
	background-repeat: repeat-x;
	height: 31px;
}

.category_tit h3{
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/bg_category_tit2.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 30px;
	color: #FFFFFF;
}

.category_td1{
	width: 60%;
}

.category_td1 p{
	font-weight: bold;
	margin: 8px;
	padding: 8px;
	background-color: #FFFFFF;
}

.category_td2{
	text-align: left;
	vertical-align: top;
}
.category_td2_link{
	padding: 5px;
	margin-top: 8px;
}
.category_td2_link a{
	display: block;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
}

.category_td2_link strong{
	color: #FF6600;
	padding-right: 3px;
}

.normal{
	font-weight: normal;
}


.newregi_btn{
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}

