@charset "shift_jis";


body {
	background: url(../images/bg_long.gif) repeat-y;
}

#container {
	background: url(../images/bg_container1.gif) repeat-y;
}

#nav {
	background: url(../images/bg_container1.gif) repeat-y;
}

/* ヘッダー
----------------------------------------------- */
#header {
	background: url(../images/header.jpg) no-repeat;
	width:750px;
	height: 60px;
}

#header h1 {
	text-indent: -9999px; /*テキストを消す裏ワザ */
	margin: 0;
	width: 100%;		/* ■IEのバグ回避のため指定 */
	color: #000000;
}


#submenu2 {
	float:left;
	margin-bottom:10px;
}
#submenu2 ul, #submenu2 li{
	margin:0;
	padding:0;
	list-style: none;
}
#submenu2 li{
	width:147px;
	margin-bottom:2px;
	border-left:3px solid #0099ff;/*ページごとに色を設定 */
	border-bottom:1px solid #333333;
	border-right:1px solid #666666;
}
#submenu2 a, #submenu2 a:link, #submenu2 a:visited {
	text-decoration: none;
	font-size: 12px;
	text-indent:5px;
	color:#000000;
	display:block;
	width:147px;
	line-height:30px;
	background:#f0f0f0;
}
#submenu2 a:hover {
	text-decoration:none;
	color:#ff3300;
	background:#fefefe;
}
#submenu2 span {
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	text-indent:5px;
	color:#ff3300;
	display:block;
	width:147px;
	line-height:30px;
	background:#fefefe;
}

/* 背景画像
----------------------------------------------- */
#bg {
	width:730px;
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) no-repeat 0 100%;	
}

/* 文字設定
----------------------------------------------- */
#contents h1 {
	color:#0099ff;/*ページごとに色を設定 */
	font-size:2.3em;
	font-weight:bold;
	margin-bottom:15px;
}

#contents h2 {
	color:#ffffff;
	font-size:1.5em;
	font-weight:bold;
	background:#0099ff url(../images/haku_2.gif) no-repeat;/*ページごとに色を設定 */
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 0px 25px;
}
#contents h3 {
	color:#0099ff;/*ページごとに色を設定 */
	font-size:1.3em;
	font-weight:bold;
	background:url(../images/mark1.gif) left 7px no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 0px 15px;
}

/* 引用文 上書き
---------------------------------------------------------------------------------------------- */
#main blockquote {
    border: 1px solid #0099ff;
    background: #99ccff;
}

/* テーブル関連
---------------------------------------------------------------------------------------------- */
/* 基本　上書き */
#main th {
	background:#99ccff;
	border: 1px solid #0099ff;
}
#main td {
	border: 1px solid #0099ff;
}

/* 印刷用
---------------------------------------------------------------------------------------------- */
@media print{
#header {
	display:none;
}
}
