@charset "utf-8";
@import url(general.css);

#main {
	padding-top: 14px;
}

#main a:hover {
	text-decoration: none;
}

#main h2 {
	padding: 0 19px;
}

#main .section {
	margin: 0 auto 10px;
	width: 652px;
}

#main dt,
#main dd,
#main p {
	line-height: 1.6;
}

/* #desc */

#main #desc p {
	padding-bottom: 10px;
}

#main #desc p span {
	color: #f00;
}

/* #jitsurei */

#main #jitsurei h3 {
	font-size: 1em;
	color: #36f;
}

#main #jitsurei h3 img {
	vertical-align: middle;
}

#main #jitsurei .jitsurei-sec {
	padding-bottom: 10px;
}

#main #jitsurei h4 {
	background: url(../img/pt02.gif) repeat-x left bottom;
	border-bottom: dotted 1px #333;
	margin-bottom: 5px;
	padding-left: 5px;
	font-size: 1em;
	line-height: 24px;
}

#main #jitsurei th {
	padding-right: 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

#main #jitsurei #jyokyo dt,
#main #jitsurei #cyosamokuteki dt,
#main #jitsurei #hosoku dt {
	color: #36f;
	font-weight: bold;
}

#main #jitsurei #jyokyo p,
#main #jitsurei #cyosamokuteki p,
#main #jitsurei #hosoku p,
#main #jitsurei #jyokyo dd,
#main #jitsurei #cyosamokuteki dd,
#main #jitsurei #hosoku  dd {
	padding-bottom: 8px;
}

#main #kodocyosa dt {
	float: left;
	clear: both;
	background-color: #ffc;
	width: 5em;
	padding: 3px 0;
	margin-bottom: 15px;
	text-align: center;
}

#main #kodocyosa dd {
	margin-left: 6em;
	margin-bottom: 15px;
	padding: 3px 0;
}


/* .pager */

#main .pager {
	padding-bottom: 10px;
}

#main .pager li {
	display: inline;
	padding: 2px 3px;
	text-align: center;
	line-height: 1.6;
}

#main .pager li a {
	color: #407EDB;
	text-decoration: none;
}

#main .pager li a:hover {
	text-decoration: underline;
}

#main .pager li.current {
	border: solid 1px #FC9B45;
	margin-top: -1px;
}

#main .pager li.prev,
#main .pager li.next {
	text-transform: uppercase;
}

#main #cyui {
	padding: 0 56px 26px;
	color: #f00;
}


/* #attention */

#attention {
	background: url(../img/box01-b.gif) no-repeat left bottom;
	width: 652px;
	margin: 0 auto 30px;
	line-height: 1.6;
}

#attention p {
	background: url(../img/box01-t.gif) no-repeat left top;
	padding: 7px 6px 7px 28px;
}

#attention p span {
	color: #f00;
}

#attention a {
	color: #36f;
}


