@charset "UTF-8";
/* ◆◇サイト共通CSS定義(2010/09/09)◇◆ */
/* サイトヘッダ、ボディ、フッタ、サイドメニュー等のスタイル設定*/

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

/* ◆2．ヘッダー */
div#header {
	position: relative;
	width: 980px;
	height: 200px;
	margin-bottom: 5px;
}

div#header p {
	position: absolute;
	color: #00ff00;
	font-family: "Comic Sans MS";
	font-size: 0.75em;
	font-weight: bold;
	margin-top: -190px;
	margin-left: 500px;
}

div#header img.pg-head {
	position: absolute;
	width: 980px;
	height: 200px;
}

div#header img.pg-pict {
	margin-top: 100px;
	width: 980px;
	height: 100px;
}

/* ◆3．パンくずリスト */
p#bread {
	background-image: url(../image/emblem.ico);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 40px;
	font-size: 1.0em;
	margin-top: 3px;
	margin-bottom: 20px;
	border-bottom: 2px solid  #888888;
}

/* ◆４．メイン */
div#main {
	width: 794px;
	float: left;
}

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

ul.sidemenu {
	font-weight: bold;
	font-size: 0.9em;
	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: #000063;
	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;
}

/* ◆６．右サイドバー */
div#sidebar-right {
	width: 166px;
	float: right;
}

div.info {
	border: solid 1px #8cc63f;
	margin-bottom: 20px;
}

div#sidebar-right h2 {
	background-color: #cdf0a1;
	border-bottom: solid 1px #8cc63f;
	color: #3c5916;
	font-size: 0.75em;
	text-align: center;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 3px;
}

div#sidebar-right p {
	font-size: 0.75em;
	margin: 10px 5px;
}

div#sidebar-right ul {
	font-size: 0.75em;
	margin: 5px;
	padding: 0;
}

div#sidebar-right ul li {
	background-image: url(../image/maru-green.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 13px;
	list-style-type: none;
}

/* ◆７．ナビゲーション */
div#navi {
	margin-top: 8px;
	margin-bottom: 8px;
}

/* ◆８．フッター */
div#footer {
	background-image: url(../image/bar_uni.png);
	background-repeat: repeat-x;
	width: 980px;
	clear: both;
	margin-top: 10px;
}

address {
	font-size: 0.75em;
	padding-top: 20px;
	font-style: normal;
	text-align: center;
}

