@charset "utf-8";
/* CSS Document */

body{
line-height:200%;
}

img {
	border: 0;}
a:link { text-decoration: underline; color:#00a0ff;}
a:visited { text-decoration: underline; color:#00a0ff;}
a:active { text-decoration: underline; color:#00a0ff;}
a:hover { text-decoration: underline; color: #999999;}
a name { text-decoration: underline;}

h1 {
	width:517px;
	height:37px;
	color: #333333;
	background-image:url(../images/h1_bg.png);
	background-repeat:no-repeat;
	font-size:18px;
	padding:15px 10px 10px 15px;
	margin:0 0 15px 0;
}

h2 {
	width:507px;
	background-image: url(../images/h2.png);
	background-repeat:no-repeat;
	background-position:left;
	font-size:15px;
	padding:0px 10px 0px 25px;
	color:#0078c8;
	margin:30px 0 0 0;
	border-bottom:dotted #0078c8 2px;
}

.sitemap_h2{
	background: #EEF8FD;
	width:507px;
	font-size:15px;
	padding:0px 10px 0px 15px;
	color:#0078c8;
	margin:30px 0 0 0;
	border:solid #0078c8 1px;
}

h3 {
	color:#666666;
	border-left:5px #0078c8 solid;
	padding:0 0 0 10px;
	margin:45px 0 10px 0;
	font-size:14px;
	
}

table{
margin-top:15px;}

.program_table{
background-color:#999999;
margin:0;
padding:0;}

.program_table th{
	background-color: #CCCCCC;
	font-size:12px;
}
.program_table td{
background-color: #FFFFFF;
	font-size:12px;
}

.ptop{text-align:right;
padding:0;
margin:40px 0 -10px 0;}

div .stmp{
margin:0;
padding:0;}

.pre{
margin-bottom:250px;}

.btn_box{
	margin:15px 0;
	text-align:center;}


