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

#container	{
	padding: 25px 20px 120px;
	text-align: left;
	font-size: 12px;
	background-image: url(../img/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #E6F5FC;
}
#container h1	{
	font-size: 18px;
	font-weight: normal;
	display: inline;
	margin-left: 30px;
	border-left: solid 7px #75E1FB;
	border-bottom: solid 1px #75E1FB;
	padding: 3px 5px 5px 10px;
}
img#title	{
	margin: 12px 30px 0;
}

#main_txt	{
	margin: 25px auto 0;
	width: 650px;
	line-height: 200%;
	background-image: url(img/paper.gif);
	background-position: right top;
	padding: 20px 0;
}
#main_txt h2	{
	font-size: 16px;
	margin: 0;
	font-weight: normal;
}
#main_txt h2 img	{
	margin: 10px 5px 0 20px;
}
#main_txt span	{
	float: right;
	font-size: 9px;
	padding-right: 15px;
}
div.person	{
	margin: 10px auto;
	width: 580px;
}
div.person img	{
	margin:0 8px;
	background-image: url(img/person_bg.gif);
	padding: 6px;
	background-repeat: no-repeat;
	background-position: top center;
}
div.person img.wide	{
	background-image: url(img/person_bg_wide.gif);
	background-repeat: no-repeat;
}

/*detail*/
.detail	{
	margin: 10px 10px;
	text-align: center;
	/*width: 300px;*/
	/*float: left;*/
}
.detail img	{
	/*float:left;*/
	/*margin: 0 20px 0 0;*/
	background-image: url(detail/img/bg_detail.gif);
	background-repeat: no-repeat;
	padding: 8px;
}
.detail img.wide	{
	background-image: url(detail/img/bg_detail_wide.gif);
	background-repeat: no-repeat;
	padding: 8px;
}
.detail p	{
	background-color: #FFFFFF;
	padding: 10px;	/*margin: 20px 0 29px 140px;*/
}
table	{
	padding: 0;
	margin: 15px auto 0;
	border: none;
}
td	{
	padding: 15px 5px;
	border-bottom: dotted 2px #996600;
}
td.comment	{
	padding: 0 10px 0 5px;
	text-align: left;
}
td.bottom	{
	border: none;
}
p.bread	{
	font-size: 11px;
	margin: 10px 30px 20px;
}
td#return	{
	text-align: right;
}
td#return a:link	{
	color:#333333;
}
