@charset "UTF-8";

/* ページ全体の基本レイアウト */
/* 初期化 */
* {
	margin:0;
	padding:0;
}
body {
	width: 980px;
	background: #99ccff url("../../images/sozai/c04.jpg") repeat;
	font-size: 0.8em;
	text-align: left;
	/*font-family: Verdana;*/
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

img {
	border: none;
}

/* IE対応で0.8emから変更 */
td {
	font-size: 11px;
}

/* ページ全体 */
#container {
	width: 1040px;
	text-align: left;
}
/* ヘッダー＆ナビ ---------------------------------------------------- */
#header {
	margin: 3px;
	width: 980px;
	height: 38px;
	border-bottom: solid 2px #000099;
}
#logo {
	float: left;
}
#headlink ul {
	padding-top: 17px;
	padding-left: 300px;
	text-decoration: none;
	font-size: small;
}
#headlink li {
	float: left;
	display: block;
	width: 45px;
	height: 14px;
	/*text-indent: -9999px;*/
}

#h_title {
	margin: 10px 0px 15px 5px;
	float:left;
	width:194px;
	height: 32px;
}
/* 過去分 */
.past_list {
	float: left;
	width: 100px;
	height: 40px;
	padding-top: 15px;
	text-align: right;
}

/* ナビゲーション */
#navi {
	margin: 0px 0px 0px 5px;
	float: left;
	width: 240px;
	padding-right: 10px;
}
/* ナビTOP */
#navi_top {
	margin: 10px 0px 0px 5px;
	height: 35px;
	background-image: url("../../images/navi/kokutai_navi_top.gif");
	background-repeat: no-repeat;
}
/* ナビBTOTOM */
#navi_bottom {
	margin: 0px 0px 15px 5px;
	height: 20px;
	background-image: url("../../images/navi/kokutai_navi_bottom.gif");
	background-repeat: no-repeat;
}
/* ツリー */
#tree {
	margin: 0px 0px 0px 5px;
	padding-bottom: 10px;
	min-height: 430px;
	_height: 430px;
	font-size: 0.9em;
	background-image: url("../../images/navi/kokutai_navi_middle.gif");
	background-repeat: repeat-y;
}
/* ボディ */
#body2 {
	width: 740px;
	float:right;
	margin: 20px 0px 0px 0px;
	/*min-height: 600px;
	_height: 600px;
	border-bottom: solid 2px red;*/

}
/* フッター */
#footer {
	clear: both;
	margin: 20px 0px 0px 0px;
	width: 100%;
	height: 48px;
	border-top: solid 2px blue;
}
#footlink {
	clear: both;
}
#footlink ul {
	padding-top: 17px;
	padding-left: 260px;
	text-decoration: none;
	font-size: small;
}
#footlink li {
	float: left;
	display: block;
	width: 45px;
	height: 14px;
	/*text-indent: -9999px;*/
}
#foot_copy {
	clear: both;
	width: 980px;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
	font-size: small;
}
#info {
	margin: 10px 0px 10px 0px;
	padding: 2px 2px 2px 5px;
	color: #000080;
	font-weight: bold;
	font-size: 1.0em;
	text-align: left;
}
#slide_copyright {
	margin: 20px 0px 10px 0px;
	padding: 2px 2px 2px 5px;
	font-size: 1.0em;
	text-align: left;
	float:left;
}
#slide_logo {
	margin: 10px 20px 0px 0px;
	float: right;
}

#imageAlt {
	margin: 0px;
	padding: 2px 2px 2px 5px;
	color: #333333;
	font-weight: normal;
	font-size: 1.0em;
}
#infoBox {
	margin: 5px;
	height: 30px;
	padding: 2px 2px 2px 5px;
	color: #333333;
	font-weight: normal;
	font-size: 1.0em;
}


/* 見出し */
.cssTitle      {
	color: #0000cc;
	font-style: normal;
	font-weight: bold;
	font-size: 15px
}
.cssSmallTitle {
	color: #cc0033;
	font-style: normal;
	font-weight: bold;
	font-size: 14px
}
.cssCreamy {
	color: #ffff99;
	font-style: normal;
	font-weight: bold;
}

.rose2004 {
	color: #ef3759;
	font-style: normal;
	font-weight: bold;
}
.onepoint {
	color: #009900;
	font-style: normal;
	font-weight: bold;
	font-size: 0.9em;
}

