body	{background-color: #aaccff;
		background-image: url(img/back-border.png);
		background-repeat: repeat-y;
		background-position: top center;
		margin: 0;
		padding: 0}

a	{color: #017acd}

/* コンテナ */
div#container	{width: 760px;
	margin-left: auto;
	margin-right: auto}

/* トップヘッダー */
div#top_header	{background-color: #017acd;
	background-image: url(./photo/top.jpg);
	padding: 28px 20px 700px}

/* ヘッダー */
div#header	{background-color: #017acd;
	background-image: url(./photo/header_01.jpg);
	padding: 28px 20px 150px}

div#header h1	{margin: 0px}

div#header p	{color: #ffffff;
	font-size: 0.75em;
	margin-top: 30px}

/* パンくずリスト */
p#bread	{font-size: 0.75em;
	margin-top: -20px;
	margin-bottom: 20px}


/* コンテンツ */
div#content	{width: 564px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px}

div#content h2	{background-color: #014471;
	background-image: url("./img/bar-blue.png");
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0}

div#content h3	{background-color: #e0e0e0;
	background-image: url("./img/bar-green.png");
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0}

div#content p	{font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px;
	margin-bottom: 0px}
	
div#content dl	{font-size: 0.75em;
	line-height: 1.6;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 0px}

div#content dt	{
	line-height: 1.6;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 0px}

/* 画像回り込み */
.float	{float: right;
		margin-top: 10px;
		margin-left: 2em;
		}

.floatclear{clear: both;
			}


div#content table	{font-size: 0.75em;
					margin-top: 20px;
					margin-left: auto;
					margin-right: auto}

/* テーブル_01 */
.table_01	{width: 90%;
			margin: 0px 0px 10px 0px;
			padding: 0px;
			border-collapse: separate;
			border-spacing: 1px;
}
.table_01 th{width: 30%;
			padding: 10px 10px 10px 10px;
			text-align: left;
			vertical-align: middle;
			color: #005087;
			background-color: #F5F5F5;
			border: 1px solid #BBBBBB;
}
.table_01 td{padding: 10px 10px 10px 10px;
			border: 1px dotted #999999;
}

/* テーブル_02 */
.table_02	{width: 90%;
			margin: 0px 0px 10px 0px;
			padding: 0px;
			border-collapse: separate;
			border-spacing: 1px;
}
.table_02 th{width: 30%;
			padding: 10px 10px 10px 10px;
			text-align: left;
			vertical-align: middle;
			color: #005087;
			background-color: #F5F5F5;
			border: 0px solid #BBBBBB;
}
.table_02 td{padding: 10px 10px 10px 10px;
			border: 0px dotted #999999;
}

/* テーブル_03 */
.table_03	{width: 50%;
			margin: 0px 0px 10px 0px;
			padding: 0px;
			border-collapse: separate;
			border-spacing: 1px;
}
.table_03 td{width: 50px;
			padding: 20px 20px 20px 20px;
			border: 0px dotted #999999;
}

/* サイドバー */
div#sidebar	{width: 166px;
	float: left;
	margin-bottom: 25px}

ul.sidemenu	{font-size: 0.75em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0}

ul.sidemenu li	{list-style-type: none}

ul.sidemenu li a	{display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #005087;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px}

ul.sidemenu li a:hover	{background-color: #017acd}

ul.sidemenu ul	{margin: 0;
				padding: 0}

ul.sidemenu ul li a	{background-color: #ffffff;
					color: #000000;
					border-bottom: solid 1px #aacfff;
					line-height: 24px}

ul.sidemenu ul li a:hover	{background-color: #faffda}

p.feed	{margin-bottom: 10px}

p.feed a	{font-size: 0.75em;
	color: #444444;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #888888;
	padding: 5px}

p.feed img	{border: none;
	vertical-align: middle}


/* フッター */
div#footer	{background-image: url(./img/line-blue.png);
	background-repeat: repeat-x;
	width: 760px;
	margin-top: 0;
	padding-top: 8px;
	clear: both}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}