  @charset "utf-8";
/* CSS Document */

h1 {
	text-align:left;
	padding-left:10px;
}

div#main h2.catch{
	margin: 20px 0 10px 0;
	padding-bottom:10px;
	padding-left:10px;
	border-bottom:#CC0000 1px solid;
}

div#main h3{
	margin: 10px 0 1em 0;
	padding-bottom:10px;
	border-bottom:#e6e6e6 1px solid;
}

div#main h3.first{
	border-bottom:none;
	margin-bottom:10px;
	padding-bottom:0px;
}

div.col p.narrow {
	padding-left:40px;
}


p.site_location {
	clear:both;
	text-align:center;
	margin:0px 0px 15px;
	padding:10px;
	border:#FF0000 2px solid;
}

/*垢並古勣 dlコンパクト*/

dl.gaiyo dt {
	width:4em;
	float:left;
	clear:left;
	padding:0px 0px 6px 0px;
	line-height:1.33;
}

dl.gaiyo dd {
	margin:0px 0px 0px 4em;
	padding:0px 0px 6px 0px;
	color:#595757;
	line-height:1.33;
}

div#main .kakomi h4{
	margin-bottom:10px;
	padding-top:10px;
	background:url(/common/image/bg_dot_line.gif) repeat-x left top;
}

/*col_spread*/

.col3 .col.spread {
	width:234px;
}

.col3 .col.spread p.caption {
	margin-right:22px !important;
}

.col4 .col.spread {
	width:175px;
}

.col4 .col.spread p.caption {
	margin-right:20px !important;
}


@media print {
div#body h1 {
	margin-bottom:0 !important;
}
}