@charset "utf-8";
/* PNG FIX */
img, #home, #bg-navtop, #bg-navend, #content, #content-box { 
	behavior: url(iepngfix.htc); 
}
body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
margin:0; padding:0;
}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;font-weight:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:”;}body {
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-position: right top;
	background-image: url(images/bgHome.jpg);
	background-color: #d68022;
}
body{
	color: #990033;
}
#footer {
	width: 520px;
	margin-bottom: 50px;
	position: relative;
	clear: both;
	padding-left: 30px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #990033;
}

#footer a:hover {
	color: #990033;
}

.copyright {
	font-size: 9px;
	color: #FFFFFF;
}


#background {
    position:absolute;
    width:100%;
    top:0;
    left:0;
    height:100%;
}
#home {
	width: 490px;
	margin-top: 40px;
	margin-left: 30px;
	margin-bottom: 30px;
	height: 100px;
}
#bg-navtop {
	background-image: url(images/bg-navtop.png);
	height: 20px;
}
#bg-navend {
	height: 20px;
	background-image: url(images/bg-navend.png);
}


#MainNavi {
	width: 210px;
	position: relative;
	float: left;
}
#container-content {
	position: relative;
	width: 520px;
	float: left;
	margin-left: 30px;
}

ul#MainNavi_level_1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	background-image: url(images/bg-nav-out.png);
}
ul#MainNavi_level_1 li a {
	line-height: 25px;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:30px;
	display: block;
	height: 30px;
	width: 190px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990033;
	padding-right: 20px;
	font-weight: bold;
}
ul#MainNavi_level_1 a:hover{
	border-bottom: 1px dotted #990033;
	background-color: #FFFFFF;
	color:#990033;
	line-height: 30px;
}
#content {
	padding: 15px;
	background-image: url(images/bg-content.png);
	background-repeat: no-repeat;
	font-size: 11px;
	width: 460px;
	line-height: 18px;
}

#content-box {
	background-image: url(images/bg-box.png);
	padding: 15px;
	background-repeat: no-repeat;
}
ul#content-list {
	list-style-type: disc;
	margin-left: 15px;
}
ol#content-list {
	margin-left: 15px;
}


h1 {
	font-size: 16px;
	color: #990033;
}

.subtitle{
font-size: 14px;
	color: #990033;
	font-weight: bold;
}

ul#MainNavi_level_1 li.act a{
	border-bottom: 1px dotted #666666;
	background-color: #f8f8f8;
	color: #AEC12D;
}
h2 {
	font-size: 12px;
	color: #CA0042;
}
h3 {
	color: #990033;
	font-size: 12px;
}
.maps{
	color: #fff;
	display: block;
	text-align: center;
	padding: 20px;
	font-size: 20px;
	background: #b50f3f;
}
.maps:hover{
	color: #fff;
	background: #940931;
}
