/* リンクの下線消し設定 */
a 	{text-decoration: none;
	color: #00008B}

/* ページの周囲の余白消し */
body {margin: 0;
	padding: 0;
}

/* コンテナ */
/* float: leftを消すと、センター配置になる　*/
div#container	{background-image: url(images/side-blue.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff;
	width: 807px;
	margin: 0 auto;}

/* ヘッダー */
div#header	{background-color: #ffffff;
	background-image: url(images/top.png);
	padding: 1px 20px 95px}

div#header h1	{margin: 0}

div#header p	{color: #ffffff;
	font-size: 0.75em}

/* パンくずリスト */
div#bread	{width: 750px}

div#bread a	{text-decoration: none;
	color: #00008B}

div#bread h4	{background-color: transparent;
	background-image: url(images/h4-button.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-left: 15px;
	line-height: 20px;
	font-size: 0.75em;
	float: right}

/* コンテンツ */
div#content	{width: 626px;
	float: right;
	margin-left: auto;
	margin-right: 10px}

div#content a	{text-decoration: none;
	color: #00008B}

div#content h2	{background-color: #e0e0e0;
	background-image: url(images/h2-bar.png);
	background-repeat: no-repeat;
	font-size: 0.9em;
	line-height: 31px;
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 20px}

div#content h3	{background-color: #ffffff;
	background-image: url(images/h3-bar.png);
	background-repeat: no-repeat;
	font-size: 0.8em;
	color: #000000;
	line-height: 26px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 0}

div#content p, td, ul	{font-size: 0.85em;
	line-height: 1.6;
	margin-top: 15px;
	margin-bottom: 20px}


/* サイドバー */
div#sidebar	{width: 150px;
	float: left;
	margin-bottom: 0px}

ul.sidemenu	{border-top: solid 2px #00008B;
	font-size: 0.9em;
	margin-left: 12px;
	margin-right: 12px;
	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: #00008B;
	background-color: transparent;
	border-bottom: solid 2px #00008B}

ul.sidemenu li.present a {display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ff5500;
	background-color: transparent;
	border-bottom: solid 2px #00008B;
	padding-left: 8px}

p.feed	{text-align: center;}

p.feed a	{font-size: 0.8em;
	color: #00008B;
	text-decoration: none;
	line-height: 100px;
	border: solid 1px #00008B;
	padding: 10px}

p.feed img	{border: none;
	vertical-align: middle}

p.online	{text-align: center;}

p.online a	{font-size: 0.8em;
	color: #00008B;
	text-decoration: none;
	line-height: 10px;
	border: none;
	}

/* フッター */
div#footer	{background-image: url(images/tit_footer.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin-top: 0px;
	padding-bottom: 39px;
	clear: both}
