@charset "UTF-8";

/*---------- ALL ----------*/

body {
	margin: 0;
	padding: 0;
	font-size: 72%;
	color: #222222;
	background-image: url(img/main_bg.gif);
	background-repeat: repeat-x;
	}

a:link {
	color: #003366;
	text-decoration: none;
	}

a:hover {
	color: #0033FF;
	text-decoration: underline;
	}

a:visited {
	color: #003399;
	text-decoration: none;
	}

img {
	border: 0px;
	}

em {
	font-style:normal;
	font-weight:500;
	color:red;
	}


/*---------- header ----------*/

#top {
	width: 760px;
	margin: 0 auto;
	}

#header {
	margin: 0;
	width: 760px;
	height: 300px;
	margin-bottom: 5px;
	background-image: url(img/head_bg.gif);
	background-repeat: no-repeat;
	}

#header a {
	text-decoration: none;
	}

#header h1 {
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 20px 0px;
	}

#header h2 {
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-size: 220%;
	color: #961E23;
	}

#header h3 {
	margin: 0;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
	font-size: 95%;
	color: #000000;
	line-height: 20px;
	}

#header h4 {
	margin: 10px 0px 5px 0px;
	padding: 2px 2px 2px 10px;
	color: #5D5353;
	width: 330px;
	font-size: 100%;
	letter-spacing: 2px;
	font-weight: bold;
	border-bottom: 1px dotted #961E23;
	}

#header h5 {
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 0px;
	font-size: 92%;
	}

#header p {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	}

/*---------- main ----------*/

#contents {
	clear: both;
	width: 760px;
	margin: 20px 0px 0px 0px;
	}

#main {
	float: right;
	width: 560px;
	line-height: 150%;
	}

#main h2 {
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 0px;
	color: #5D5353;
	font-size: 180%;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 28px;
	border-bottom: 3px double #961E23;
	}

#main h3 {
	margin: 0px 0px 0px 0px;
	padding: 20px 2px 2px 0px;
	font-size: 165%;
	line-height: 120%;
	border-bottom: 1px double #961E23;
	}

#main h4 {
	margin: 0px 0px 0px 0px;
	padding: 10px 2px 2px 0px;
	font-size: 120%;
	}

#main dl {
	text-align: left;
	margin: 0px 5px 0px 0px;
	padding: 5px 0px 5px 5px;
	width: auto;
	}

#main dt {
	text-align: left;
	font-weight: bold;
	color: #223344;
	}

#main dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 15px;
	line-height: 150%;
	}

#main p {
	margin: 5px 0px 0px 10px;
	padding: 2px 2px 2px 0px;
	line-height: 170%;
	}

#totop{
	position: relative;
	height: 2em;
	}

#totop p{
	position: absolute;
	top: 10px;
	right: 7px;
	margin: 0;
	padding-left: 15px;
	background: url(img/totop_bg.gif) 0 50% no-repeat;
	}


/*---------- menu ----------*/

#left {
	float: left;
	width: 180px;
	}

#menu h1 {
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 4px 7px;
	font-size: 120%;
	letter-spacing: 1px;
	font-weight: bold;
	color: #FFFFFF;
	background: #961E23;
	}

#menu h2 {
	margin: 20px 0px 5px 0px;
	padding: 5px 0px 4px 7px;
	font-size: 120%;
	letter-spacing: 1px;
	font-weight: bold;
	color: #FFFFFF;
	background: #961E23;
	}

#menu ul {
	margin: 0;
	padding: 0;
	}

#menu li {
	margin: 0;
	padding-left: 15px;
	line-height: 1.8;
	background: url(img/list_bg.gif) 0 4px;
	background-repeat: no-repeat;
	list-style: none;
	}


/*---------- footer ----------*/

#footer {
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	position: relative;
	width: 750px;
	text-align: left;
	font-size: 100%;
	line-height: 150%;
	border-top: 1px solid #961E23;
	}

#copy {
	margin: 0px 0px 0px 0px;
	padding: 10px 0 10px 10px;
	text-align: center;
	}

