@charset "utf-8";

/*******************/
/* index           */
/*******************/

strong {
	color: #ff0000;
	text-decoration: underline;
}

/* header */
#header {
	background: url(../../img/header_ie.jpg) left top no-repeat;
	width: 800px;
	height: 250px;
}

#header ul {
	padding: 5px 10px 0 0;
	list-style: none;
	line-height: 1.2em;
	font-weight: bold;
	text-align: right;
}

#header ul li a:link {
	color: #ffff00;
	text-decoration: none;
}

#header ul li a:visited {
	color: #ffff00;
	text-decoration: none;
}

#header ul li a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#header ul li a:active {
	color: #ffff00;
	text-decoration: none;
}


/* main */
h1 {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 22px;
}

dt.maindt {
	border-bottom: #660000 1px solid;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #660000;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

dd.maindd {
	margin-bottom: 30px;
}

dl.mainul {
	margin-left: 20px;
	list-style: none;
}

dl.mainul dt {
	margin-bottom: 5px;
	padding-left: 5px;
	border-left: #000080 3px solid;
	font-size: 13px;
	font-weight: bold;
}

dl.mainul dd {
	margin-bottom: 20px;
	padding-left: 20px;
	list-style: none;
}

li.mainli2 {
	background: url(../img/main2.gif) top left no-repeat;
	margin-bottom: 10px;
	padding-left: 20px;
	list-style: none;
}
