﻿



/* コンテナ */
div#container	{background-image: url(../img/side-blue.png);
	background-repeat: repeat-y;
	border: solid 0px #666666;
	width: 776px;
	margin-left: auto;
	margin-right: auto}

/* ヘッダー */
div#header	{background-color: #017acd;
	background-image: url(../img/sky-gray.jpg);
	border-bottom: solid 1px #666666;
	padding: 15px 20px 30px}

div#header h1	{background-color: #000066;
color: #ffffff;
	font-size: 0.75em;
	margin: 0}

}
table#table-01 {
    width: 530px;
    border: 1px #000000 solid;
    border-collapse: collapse;
    border-spacing: 0;
margin:auto;
font-size:0.9em;
}

table#table-01 th {
    padding: 5px;
    border: #000000 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-01 td {
    padding: 5px;
    border: 1px #000000 solid;
    border-width: 0 0 1px 1px;
    background: #ffffff;
    text-align: center;
    white-space: nowrap;
}

div#header p	{color: #000000;
	font-size: 0.75em;
	margin: 0}

/* パンくずリスト */
p#bread	{background-color: #ffffff;
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 20px}


/* コンテンツ */
div#content	{width: 510px;
	float: right;
	margin-left: auto;
	margin-right: 30px;
	margin-bottom: 25px;
	display: inline}

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: 20px;
	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}

div#content p#message	{margin-top: 0}

div#frame	{border: solid 1px #666666;
	padding-left: 30px;
	padding-right: 30px;
	height: 250px;
	overflow: scroll}


/* サイドバー */
div#sidebar	{width: 190px;
	float: left;
	margin-bottom: 25px}

ul.sidemenu	{border-top: none;
	font-size: 0.75em;
	margin-top: 0;
	margin-left: 0;
	margin-right: 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: transparent;
	border-bottom: solid 1px #ffffff;
	padding-left: 12px}

ul.sidemenu li a:hover	{background-color: #017acd}

p.feed	{margin-bottom: 10px;
	margin-left: 12px}

p.feed a	{background-color: #ffffff;
	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-color: #ffffff;
	background-image: url(../img/sky-gray.jpg);
	background-position: right bottom;
	background-repeat: repeat-x;
	border-top: solid 1px #666666;
	width: 100%;
	margin-top: 0;
	padding-top: 0;
	clear: both}

address	{font-size: 0.75em;
	font-style: normal;
	color: #000000;
	text-align: left;
	padding: 6px}

