@charset "UTF-8";

/*-----------------------------------------
	ジャンル一覧タブ
-----------------------------------------*/
#tabs {
	margin-top: 20px;
}


/*-----------------------------------------
	新着記事
-----------------------------------------*/

.article-ph {
	width:585px;
	margin:15px 0 0 5px;
}

.article-ph li {
	float:left;
	list-style:none;
	display: inline;
}

.article-ph li img{
	width:54px;
	height:54px;
	margin:0 3px 5px 0;
	border:3px solid #E3D0B6;
}

/*ジャンル一覧*/

.article-genre {
	clear:both;
	width:585px;
	margin:10px auto 10px auto;
}

.article-genre th {
	width:74px;
	text-align:left;
}

.article-genre td {
	width:511px;
	text-align:left;
}

.article-genre td a:link,
.article-genre td a:visited {
	color:#0088BB;
	text-decoration:none;
}


.article-genre td a:hover,
.article-genre td a:active {
	color:#0088BB;
	text-decoration:underline;
}



/*-----------------------------------------
	注目のタウンライター
-----------------------------------------*/

.writer-in {
	clear: both;
	width: 600px;
	margin:12px 0px 10px 10px;
	_margin:2px 0px 2px 10px;
}

*:first-child+html .writer-in {
	*margin:5px 0 0 10px;
}

.writer-box01 {
	float:left;
	width:270px;
	margin:5px 5px 6px 5px;
	padding-bottom: 20px;
	background:url(/img_201003/line_disc.gif) left bottom repeat-x;
}

.writer-box02 {
	float:right;
	width:270px;
}

.writer-ph {
	float:left;
	width:100px;
	height:100px;
	border:3px solid #E3D0B6;
	text-align: center;
}

.writer-txt {
	float:right;
	width:149px;
	padding-bottom: 10px;
}


*:first-child+html .writer-txt {
	min-height:90px;
}

.writer-txt h3 {
	padding-left:14px;
	background:url(/img_201003/icon_side_arrow.gif) 0 5px no-repeat;
	font-size:116%;
}

.writer-txt p {
	font-size:85%;
	*font-size:x-small;
    *font:x-small;
	line-height:1.4;
}

/*-----------------------------------------
	clearfix
-----------------------------------------*/
.writer-box01:after{
	content: ",";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}



/*-----------------------------------------
	プレゼント
-----------------------------------------*/

.present-in {
	width:600px;
	margin:12px auto 0 auto;
}

.present-box01 {
	float:left;
	width:255px;
	margin: 0 0 20px 20px;
	padding-bottom: 20px;
	background:url(/img_201003/line_disc.gif) left bottom repeat-x;
}

.present-box02 {
	float:right;
	width:255px;
	margin:0 20px 20px 0;
	padding-bottom: 20px;
	background:url(/img_201003/line_disc.gif) left bottom repeat-x;
}

.present-ph {
	float:left;
	width:90px;
	height:90px;
	border:3px solid #E3D0B6;
}

.present-txt {
	float:right;
	width:152px;
}

.present-txt h3 {
	margin-bottom:5px;
	padding-left:14px;
	background:url(/img_201003/icon_side_arrow.gif) 0 5px no-repeat;
}

.present-txt p {
	font-size:85%;
	*font-size:x-small;
	*font:x-small;
	line-height:1.4;
}


