﻿@charset "utf-8";

#content .box_out {
	background-color: #ffe4e1;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 5px;
}
#content .box_in {
	background-color: #fffff0;
	border: 1px solid #D9D9D9;
	margin-bottom: 5px;
	padding: 10px;
}
#content .box_out h3, #content .box_in h3 {
	clear: both;
}

/*
各種テーブル
-------------------------------------------------------------------*/

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#content table.table_info {
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#content table td {
	padding: 2px;
	border: 1px solid #EAE8DF;
	font-size: 13px;
}

#content table td.td_head {
	background-color: #FAF8F3;
	text-align: center;
	padding: 8px;
	white-space: nowrap;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #CDBB9C;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 13px;
	background-image: url(../gazou/td_head.gif);
	background-repeat: repeat-x;
}

#content table td.td_odd {
	background-color: #fFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #D5D5D5;
	font-size: 13px;
	background-image: url(../gazou/td_odd.gif);
	background-repeat: repeat-x;
	line-height: 25px;
}
#content h3 {
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
	background-image: url(../gazou/h3.gif);
	height: 30px;
	padding-bottom: 2px;
	padding-left: 28px;
	margin-top: 1px;
	padding-top: 5px;
	font-weight: normal;
	background-color: #333333;
}
#content h3 span {
	font-size: 11px;
	color: #C1BAA7;
	line-height: 12px;
	padding-left: 20px;
	font-weight: normal;
	letter-spacing: 2px;
}