@charset "Shift_JIS";


/* 基本設定 */
*{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Verdana, Helvetica, sans-serif;
}





body{
	background:#ffffff;
	color:#333;
	text-align:center;


font-size: 100%;
}

p.example1 { font-size: xx-large; }
p.example2 { font-size: x-large; }
p.example3 { font-size: large; }
p.example4 { font-size: medium; }
p.example5 { font-size: small; }
p.example6 { font-size: x-small; }
p.example7 { font-size: xx-small; }

p.example8 { font-size: 1.5em; }
p.example9 { font-size: 80%; }

p.example10 { font-size: larger; }
p.example11 { font-size: smaller; }


br{
	letter-spacing:normal;
}

a{
	color:#fff;text-decoration:none;
}

a:hover{
	color:#fff;text-decoration:none;
}

img{
	border:0px;
}

/* テンプレート */
#temp{
	width:700px;
	text-align:center;
	line-height:18px;
	letter-spacing:1px;
	margin:0px auto;
	border-left:1px solid #663333;
	border-right:1px solid #663333;
}

#header{
	background:url("header.gif") repeat-x;
	width:700px;height:80px;
	text-align:left;
}

#menu{
	background-color:#330000;
	width:700px;height:30px;
	text-align:left;color:#fff;
}

#main{
	background-color:#fff;
	width:680px;
	text-align:left;
	padding:10px;
}

#footer{
	background:#330000;
	width:700px;
	color:#fff;
	padding:8px 0px;
}

/* タイトル部分 */
#header h1{
	padding:15px 0px 0px 5px;
}

/* メニュー部分 */
#menu ul{
	list-style-type:none;
	height:24px;
}

#menu li{
	display:inline;
	padding:0px
}

#menu a{
	color:#fff;
	display:block;
	line-height:30px;
	float:left;
	text-decoration:none;
	padding:0px 15px;
}

#menu a:hover{
	display:block;
	background-color:#000000;
	color:#fff;
	text-decoration:none;
}

#menu #current{
	color:#fff;
	line-height:30px;
	float:left;
	padding:0px 15px;
	background-color:#000000;
}

/* ページタイトル */
#page_title{
	color:#e97e0b;
	font-size:24px;
	font-family:Times New Roman,serif;
	font-weight:bold;
	padding:5px 0px;
}

/* メインコンテンツの見出し */
#main h2{
	background:url("mark.gif") no-repeat;
	padding:1px 0px 3px 25px;
	color:#330000;
}

/* メインコンテンツのdd */
dd{
	margin:0px 0px 12px 12px;
}



