@charset "UTF-8";

/* スタッフ放浪記 カテゴリートップ
---------------------------------------------------- */
#main div.headinglist ul{
	margin-top: 16px;
	list-style: none;
}
.headinglist li {
	padding: 14px 0 0 18px;
	background: url(../../common/images/listmark/listmark_brown.gif) no-repeat 0 18px;
}


/* スタッフ放浪記 詳細
---------------------------------------------------- */
#main h3 {
	margin-top: 20px;
	padding-bottom: 12px;
	color: #666666;
	background: url(../../images/article/heading_detail.gif) no-repeat left bottom;
	font-size: 138.5%;
	font-weight: bold;
}

#main div.article {
	margin-top: 20px;
}
.article p {
	margin-bottom:20px;
}
/* 20091109 */
#main div.article img {
	border: 3px solid #EFEFEF;
}
/* 20091109 */
.article div.block_typo {
	float: left;
	width: 395px;
}
.article div.block_photo {
	float: right;
	width: 250px;
}
.block_photo img {
	border: 3px solid #EFEFEF;
}
#main div.article_info_wrapper {
	width: 678px;
	border: 1px solid #f4edc0;
	background: url(../../images/article/article_info_wrapper_bk.gif);
}
#main div.article_info {
	clear: both;
	width: 648px;
	margin: 4px;
	padding: 10px;
	border: 1px solid #f9f3cc;
	background: url(../../images/article/article_info_bk.gif);
}
.article_info .map {
	width: 340px;
	float: left;
	padding: 0;
	margin: 0;
	border: 1px solid #E9E1AC;
}
.article_info ul {
	float: right;
	width: 288px;
	margin: 0;
	padding: 0;
}
.article_info ul li {
	padding: 5px 0;
	background: url(../../images/miru/border.gif) no-repeat left bottom;
}
.article_info ul li.noborder {
	background-image: none;
}

.article_info a {
	color: #FF61A8;
}
.article_info span {
	color: #92B600;
	font-weight: bold;
}
.article_metainfo {
	margin-top: 20px;
	border-top: 1px dotted #CACACA;
	text-align: right;
}

.article_metainfo a {
	color: #FF61A8;
}

/* ディスカッション(トラックバック,コメント)
---------------------------------------------------- */
/* トラックバック */
#main div#area_trackback {
	 clear: both;
}
#area_trackback h4 {
	margin-top: 45px;
}
#area_trackback p {
	padding: 10px 0;
}
#area_trackback p.border {
	border-top: 1px dotted #cacaca;
}

#area_trackback a {
	color: #FF61A8;
}
/* コメント */
#main div#area_comment {
	 clear: both;
}
#area_comment h4 {
	margin-top: 45px;
}
#area_comment p {
	padding: 10px 0;
}
#area_comment p.border {
	border-top: 1px dotted #cacaca;
}

#area_comment a {
	color: #FF61A8;
}
/* フォーム */
div#form_comment {
	width: 672px;
	margin: 0 0 30px;
	padding: 4px;
	background: #D3D3D3 url(../../images/hourou/container_bk.gif);
}
#form_comment table {
	width: 672px;
	background: #FFFFFF;
}
#form_comment th {
	width: 185px;
	font-weight: bold;
}
#form_comment th,#form_comment td {
	padding: 10px 0 10px 15px;
	border-bottom: 1px dotted #CCCCCC;
}
#form_comment th.nonborder,#form_comment td.nonborder {
	border: none;
}
#form_comment td p {
	width: 250px;
	padding: 2px 5px;
	margin: 10px 0 !important;
	color: #FFFFFF;
	background: #DB0000;
}
#form_comment .stdwidth {
	width: 442px;
}
.text_required {
	color: #ff61a8;
}
.item_width_small {
	display: inline-block !important;
	width: 115px !important;
}
.item_width_middle {
	display: inline-block !important;
	width: 225px !important;
}
.item_width_big {
	width: 437px;
}
#main h5 {
	margin-top: 25px;
}
p.commentform {
	margin: 10px 0;
}
input#reset {
	margin-right: 160px;
}

