@charset "UTF-8";
body{
    	background-attachment: fixed;
	background-image : url(back.png);
    	background-position: center top;
    	background-repeat: no-repeat;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333;
	line-height: 1.3em;
}
p{
	margin:0;
	padding:0;
	font-size: 90%;
	line-height: 1.3em;
	margin-bottom: 3px;
}
dt{
	line-height: 1.5em;
}
dd{
	line-height: 1.3em;
	margin-bottom: 5px;
}
h1{
	margin: 0;
	padding: 0;
	color: #FFF;
	line-height: 94px;
	text-align: right;
	font-size: 12px;
	padding: 0 10px 0 0;
	background-image : url(titlebg1.png);
}
h1 a{
	display: block;
	text-decoration: none;
	color: #FFF;
}
#subtitle{
	margin: 0 0 0 60px;
	padding: 0 0 0 20px;
	text-align: left;
	line-height: 28px;
	font: 100% nomal;
	background : url(bullet017.gif) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    	background-repeat: no-repeat;
    	background-position: center left;
	font-weight: bold;
}

h2,h3,h4{
	margin: 15px 0;
	padding: 0;
	line-height: 1.3em;
}
ul{
	margin: 0;
	padding: 5px 0;
}

/* menu */
.menu{
	background: #1e097b;
}
.menu a{
	display: block;
	color: #FFF;
	text-decoration: none;
	border-bottom: 3px solid #4242b3;
}
.menu a:hover{
	display: block;
	color: #FFBBAA;
	background: #4242b3;
	border-bottom: 3px solid #35F;
	font-weight: bold;
}
#now{
	display: block;
	color: #1e097b;
	background:#FFF;
	border-bottom: 3px solid #35F;
	font-weight: bold;
}

/* submenu */
.tablemenu{
	height:24px;
	width: 120px;
	line-height: 24px;
	text-align: center;
	background: #FFFFFF;
	font-size: 16px;
}

/* dotted box */
.box{
	text-decoration: none;
	line-height: 1.3em;
	margin: 10px 0;
	border: 2px dotted #AABBFF;
	padding: 20px 30px;
}
.box ul{
	margin: 0 0 0 20px;
}




.text1{
	line-height: 1.3em;
	text-indent: 1em;
	text-align: left;
}
.text2{
	line-height: 1.4em;
	text-align: left;
	background: #FFBBAA;
	padding: 5px;
	font-size: 85%;
}
.maintable{
	margin-top: 0.2em;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: solid 1px #999;
	font-size: 100%;
}
.maintable th,
.maintable td{
	border: solid 1px #999;
 	padding: 4px 6px;
}
#titlebg{
	background-image : url(titlebg1.png);
	height: 94px;
	width: 768px;
	color: #FFF;
	line-height: 80px;
	text-align: center;
}

