@charset "utf-8";
/* CSS Document */

body {
	background-color:#f4f4f4;
	margin: 0 auto;
	padding:0px;
	text-align: center;
	color: #333333;
	background-image: url(img/bg_head.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font:"lr oSVbN", Osaka, "qMmpS Pro W3";
	font-size:12px;
}

img{border:0;}

a:link {color:#000099; text-decoration:none;}
a:visited {color:#0066CC; text-decoration:none;}
a:hover,a:active {color:#CC0033; text-decoration:underline;}

/*-------------------------------
header
-------------------------------*/
#header {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	background-image: url(img/header_01.jpg);
	background-repeat: no-repeat;
	height: 210px;
}

#header2 {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	background-image: url(img/header_02.jpg);
	background-repeat: no-repeat;
	height: 210px;
}

#header h1 {
	margin: 0px;
	padding-top: 5px;
	padding-right:5px;
}

/*-------------------------------
main
-------------------------------*/
#main {
	background-color: #FFFFFF;
	width: 820px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#main p {
	margin-top: 0px;
	margin-bottom: 5px;
}
#program {
	width: 660px;
	float: left;
	padding-bottom: 20px;

}
/*-------------------------------
left program
-------------------------------*/
#program h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 640px;
}
#program ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 640px;
    zoom: 100%;
}
#program ul:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#program ul li {
	list-style-type: none;
	text-align: center;
	background-color: #FFFFFF;
	width: 208px;
	float: left;
	border-top: 1px solid #910D10;
	border-right: 1px solid #910D10;
	border-bottom: 5px solid #910D10;
	border-left: 1px solid #910D10;
	background-image: url(img/title02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
	margin-right: 3px;
	padding-bottom: 10px;
}
.prog-ttl {
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	height: 55px;
	text-align: left;
	padding-top: 5px;
	color:#ffffff;
	font-size:14px;
}
.prog-txt {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 65px;
	line-height: 1.3;
}
.prog-txt2 {

	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 30px;
}
/*-------------------------------
right tokushu
-------------------------------*/
#tokushu {
	background-color: #f4f4f4;
	float: left;
	width: 152px;
	height: 100%;

}
#tokushu ul {
	margin: 15px 0px 0px;
	padding: 0px;
	width: 152px;

}
#tokushu ul li{
	list-style-type: none;
	margin-bottom: 10px;
}
/*-------------------------------
header
-------------------------------*/
#footer {
	clear: both;
	background-image: url(img/line_footer.gif);
	background-color:#F8ADAD;
	background-repeat: repeat-x;
	height:50px;
	padding-top:40px;
	font-size:10px;
}
