/* CSS Document */

@charset "Shift_JIS";

/* サイト共通
======================================================== */

/* 基本設定
---------------------------------------------------------- */

*{
	margin:0;
	padding:0;
}

img {
	border: none;
}

/* 見出し
---------------------------------------------------------- */
h1 {
	margin: 0 0 10px 0;
	padding: 2px 5px;
	border-left: solid 10px #006633;
	border-bottom: solid 3px #006633;
	font-size: 1.2em;
}

h2 {
	margin: 20px 0 10px 0;
	padding: 5px 10px;
	font-size: 0.9em;
	background-color: #eeeeee;
	border-left: solid 5px #006633;
}

h3 {
	margin: 15px 0 5px 0;
	padding: 3px;
	border-bottom: solid 1px #c0c0c0;
	font-size: 0.8em;
}



/* 本体外枠
---------------------------------------------------------- */
body {
	background-color:#FFFFFF;
}

#container {
	width: 787px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* ヘッダ
-------------------------------------------------------- */
#header {
	background-image: url(../img/title_bar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 787px;
	height: 70px;
}

#header #subtitle {
	float: left;
	/* -------- */
	width: 150px;
}

#header #subtitle a {
	padding-top: 50px;
	padding-left: 12px;
	height: 100%;
	/*font-size: 0.8em;*/
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

/* グローバルメニュー
-------------------------------------------------------- */
#gloval {
	float: right;
	/* -------- */
	width: 560px;
	margin-top: 24px;
}

#gloval_menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#gloval_menu li {
	float: left;
	/* -------- */
	display: inline;
	text-align: center;
}

#gloval_menu li a {
	/*font-size: 0.8em;*/
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
#gloval_menu a:hover {
	color: #ff9a00;
}

#menu1 {	width: 110px; }
#menu2 {	width: 100px; }
#menu3 {	width: 120px; }
#menu4 {	width: 120px; }
#menu5 {	width: 100px; }


#category1 #menu1 a,
#category2 #menu2 a,
#category3 #menu3 a,
#category4 #menu4 a,
#category5 #menu5 a {
	color: #ff9a00;
}

/* コンテンツ（本体用）
---------------------------------------------------- */
#contents {
	margin: 20px 10px;
}

/* フッタ
-------------------------------------------------------- */
#footer {
	text-align: center;
}

#footer_menu {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #666666;
	border-bottom: 3px solid #0000cc;
}

#footer_menu a {
	font-size: 0.8em;
}

#copyright {
	font-size: small;
	padding: 5px;
}

/* その他
---------------------------------------------------------- */
 .clear {
	clear: both;
} 

.nodisplay {
	display: none;
}

.red {
	color: #FF0000;
}

