@charset "UTF-8";

@import "unit_tag.css";
@import "unit_common.css";
@import "unit_layout_side.css";
@import "unit_head.css";
@import "unit_side.css";
@import "unit_textmenu.css";
/*
@import "unit_menu.css";
*/
@import "unit_content.css";


/* 記事リスト */
#contentBox-main .reportList th{
	background:			#ffbf14;
	color:				#fff;
}
#contentBox-main .reportList td{
	padding-top:		10px;
	padding-bottom:		10px;
	vertical-align:		top;
	background:			url("../img/common/line_dot_ff0_vertical.gif") left bottom repeat-x;
}
#contentBox-main .reportList td.list-left{
	padding-right:		20px;
	text-align:			center;
}
#contentBox-main .reportList td p{
	line-height:		130%;
	margin-bottom:		0.5em;
}
#contentBox-main .reportList td .hosoku{
	font-size:			x-small;
}


/* 写真 */
#contentBox-main #photoList{
	padding:			10px 0 10px 0;
	text-align:			center;
	background:			#eee;
	border:				solid 1px #ccc;
}
#contentBox-main #photoList img{
	margin:				0 5px 10px 5px;
}

