﻿@charset "UTF-8";

/*----------------------------------------------------
	common element
----------------------------------------------------*/
h2 {
	font-size: 120%;
	border-bottom: 2px solid #666666;
	margin-top: 2em;
	padding: 4px 0px 4px 12px;
	background-image: url(../img/sub/bg_sub_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
h2:first-letter {
	color: #DB8D1E;
}
.cont_block {
	margin-right: 0.8em;
	margin-left: 0.8em;
}
h3 {
	color: #DB8D1E;
	background-image: url(../img/sub/bg_sub_right.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	margin-top: 1.6em;
	padding: 0px 0px 4px 16px;
	border-bottom: 1px dotted #666666;
}
#right_block li,#right_block dt,#right_block dd {
	line-height: 180%;
}
#right_block p,#right_block dt {
	margin-top: 0.8em;
}
#right_block p {
	line-height: 150%;
	clear: both;
}
#right_block dt {
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
}

/*----------------------------------------------------
	image layout
----------------------------------------------------*/
.photo_l {
	padding-right: 8px;
	padding-bottom: 8px;
	float: left;
}
.photo_r {
	float: right;
	padding-bottom: 8px;
	padding-left: 8px;
}
.photo_c {
	text-align: center;
}

/*----------------------------------------------------
	table object
----------------------------------------------------*/
table {
	margin-top: 0.8em;
	font-size: 90%;
	background-color: #D2D1CE;
	width: 100%;
}
th,td {
	padding: 8px;
}
th {
	text-align: left;
	background-color: #EAE8E6;
}
td {
	background-color: #FFFFFF;
}