@charset "UTF-8";

* { 
	margin: 0px;
	padding: 0px;
}

small {
	font-size: 100%;
}

strong {
	font-weight: bold;
	line-height: 150%;
}

body {
	background: #ffffff url(images/background.jpg) repeat-x;
	font-size: 100%;
	font-family: Osaka, Verdana, Arial, Meiryo, sans-serif; 
}

img{
	border: none;
}

ul {
	list-style-type: none;
}

a:link {
	color: #006699; text-decoration: none;
}
a:visited {
	color: #006699; text-decoration: none;
}
a:hover {
	color: #006699; text-decoration: underline;
	/* position: relative; top: 1px; */
}
a:active {
	color: #006699; text-decoration: none;
}

span.red {
	color: #ff0000;
}

span.green {
	color: #008000;
}

span.blue {
	color: #0000ff;
}

span.orange {
	color: #ff8000;
}

span.bold {
	font-weight: bold;
}

#container {
	overflow: hidden;
	background: #ffffff;
	width: 750px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* ////////////////////////////////////////////////////////////////////////////////////// */
/* header */

#header {
	background: #ffffff url(images/top_image.jpg) no-repeat center top;
	width: 750px;
	height: 170px;

	
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#header #header_left {
	width: 250px;
	text-align: center;
	
	float: left;
}

#header #header_right {
	width: 220px;
	margin-top: 130px;
	margin-bottom: 10px; 
	float: right;
}

#header #header_right li {
	background: #ffffa0 url(images/green-arrow.gif) no-repeat 5px 8px;
	border: 1px solid green;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
 	height: 18px;
 	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	line-height: 100%;
			
	margin-left: 0px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 15px;
	padding-right: 3px;
	
	display: inline-block;
}

*:first-child+html #header #header_right li {
	display: inline;
}

* html #header #header_right li {
	display: inline;
}

/* end header */
/* ////////////////////////////////////////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////////////////////////////////////////// */
/* navigator */

#navi {
	background: #ffffff;
	width: 750px;
	height: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#navi ul li {
	display: inline;
}

#navi ul li a:hover {
	opacity:0.60;
	-moz-opacity:0.60;
	filter: alpha(opacity=60);
	zoom: 1;
}

/* end navigator */
/* ////////////////////////////////////////////////////////////////////////////////////// */


/* ////////////////////////////////////////////////////////////////////////////////////// */
/* contents=main+side */

#contents {
	background-color: #ffffff; 
	
	width: 750px;
	text-align: left;
	vertical-align: top;

	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;

	display: block;
}

#contents a[href $='.pdf'] {
	padding: 4px 0px 4px 15px;
	background: transparent url(images/pdf.gif) no-repeat left;
}

#contents a[target $='_blank'] {
	padding: 4px 15px 4px 0px;
	background: transparent url(images/external.gif) no-repeat right;
}

#contents a.noimage {
	padding: 0px;
	background: none;
}

/* end contents=main+side */
/* ////////////////////////////////////////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////////////////////////////////////////// */
/* main */

#main {
	background-color: #ffffff;
	
	width: 520px;
	text-align: left;
	vertical-align: top;
	
 	color: #444444;
	font-size: 90%;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 20px;

	float: left;
}

#main #path {
	text-align: left;
	vertical-align: middle;
	
	color: #000000;
	font-size: 90%;
	
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #87be04;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d0d0;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
		
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#main h2 {
	text-align: left;
	vertical-align: middle;	
		
	color: #333333;
	font-size: 180%;
	font-weight: bold;

	border-left-width: 7px;
	border-left-color: #f57e27;
	border-left-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #EAEAEA;
	border-bottom-style: solid;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

#main h3 {
	text-align: left;
	vertical-align: middle;	

	color: #333333;
	font-size: 120%;
	font-weight: bold;
	
	border-left-width: 7px;
	border-left-color: #3399FF;
	border-left-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #EAEAEA;
	border-bottom-style: solid;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

#main .indent {
	text-align: left;
	vertical-align: top;
	margin-left: 7px;
	display: block;
}

#main .box {
	background-color: #fafafa;
	
	width: 450px;
	text-align: left;
	vertical-align: top;
	
	border: #cccccc 2px solid;

	
	padding: 10px;

	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

#main p {
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 15px;
	display: block;
}
#main p.box_pink {
	background-color: #ffeeff;
	
	width: 450px;
	text-align: left;
	vertical-align: top;
	
	border-radius: 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	padding: 10px;

	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

#main p.box_blue {
	background-color: #eeeeff;
	
	width: 450px;
	text-align: left;
	vertical-align: top;
	
	border-radius: 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	padding: 10px;

	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

#main p.center {
	text-align: center;
}

#main .info {
	background: #fff6f6 url(images/info.gif) no-repeat 10px 8px;
	padding: 10px 10px 10px 40px;
	border: #ffdddd 1px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: left;
	margin: 0 auto;
	display: block;
}

#main p img {
	padding-left: 5px;
	padding-right: 5px;
}

#main p.img_left img {
	margin-right: 10px;
	float: left;	
}

#main p.img_right img {
	margin-left: 10px;
	float: right;	
}

#main .float_left {
	margin-right: 10px;
	float: left;	
}

#main span.orange {
	color: #ff8000;
	font-weight: bold;
}

#main span.item {
	width: 100px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	
	display: inline-block;
}

#main span.text {
	width: 400px;
	text-align: left;
	vertical-align: middle;
	
	display: inline-block;
}

#main span.column {
	width: 250px;
	text-align: left;
	vertical-align: top;
	
	display: inline-block;
}

#main #schedule_format span.item {
	width: 150px;
}

#main #schedule_format span.text {
	width: 350px;
}

#main #greetings_format span.column {
	width: 270px;
	text-align: center;
	margin-top: 20px;
}

#main #sitemap_format span.column {
	width: 160px;
}

#main #privacy_format>li {
	margin-bottom: 15px;
}

#main .row1 {
	background-color: #ffffdd;
	width: 520px;
	border-top: 1px dashed #cccccc;
	padding: 5px 10px;
	display: block;
}

#main .row2 {
	background-color: #ffffff;
	width: 520px;
	border-top: 1px dashed #cccccc;
	padding: 5px 10px;
	display: block;
}

#main .last {
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 30px;
}

#main ol {
	list-style-type: decimal;
}

#main ol ol {
	list-style-type: lower-roman;
}

#main ul {
	list-style-type: disc;
}

#main li {
	line-height: 150%;
	padding-left: 0px;
	margin-left: 25px;
}

#main ul.link {
	text-align: right;
	vertical-align: middle;
	margin-bottom: 15px;
	list-style-type: none;
}

#main ul.link li {
	background-image: url(images/circle-green-arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;

	
	text-align: center;
	vertical-align: top;
	font-size: 80%;
	
	border-top: 3px dotted #88cc88;
	border-bottom: 3px dotted #88cc88;

	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 28px;
	padding-right: 7px;
	margin-left: 10px;

	display: inline;
}

#main ul.arrow {
	list-style-type: none;
}

#main ul.arrow li {
	background-image: url(images/green-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	
 	text-align: left;
	vertical-align: middle;
	font-size: 100%;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-left: 15px;
	
	display: block;
}

#main dt {
	line-height: 150%;
	font-weight: bold;
}

#main dd {
	line-height: 150%;
	margin-left: 20px;
}

#main dl.news dd {
	margin-bottom:20px;
}

#main dd li{
	margin-left: 0px;
}

#main td,
#main th {
text-align: left;
padding: 5px;
} 

#main #program_format table {
font-size: 80%;
width: 500px;
background: #ffffff;
border: 0px black solid;
padding: 0px;
border-spacing: 3px;
}

#main #program_format td,
#main #program_format th {
text-align: center;
background: #f7f7ff;
} 

#main #program_format th {
text-align: center;
background: #88aaff;
color: #fff;
}


/* end main */
/* ////////////////////////////////////////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////////////////////////////////////////// */
/* side */

#side {
	background-color: #ffffff;

	width: 205px;
	text-align: center;
	vertical-align: top;
	color: #444444;
		
	margin-bottom: 50px;
	margin-left: 0px;
	margin-right: 0px;
	
	float: right;
}

#side .sidebox_top {
	background-color: #ffffff;
	background-image: url(images/side_line.png);
	background-repeat: no-repeat;
	background-position: center top;
	
	width: 200px;
	height: 20px;	
	text-align: center;
	vertical-align: bottom;
		
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;

	padding-top: 2px;
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#side .sidebox_top img {
	vertical-align: middle;
}

#side .sidebox_main {
	background-color: #ffffff;

	width: 188px;
	text-align: center;
	vertical-align: top;
	
	color: #000000;
	font-size: 12px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	
	margin-left: auto;
	margin-right: auto;
}

#side .sidebox_main p {
	text-align: left;
	vertical-align: top;
	line-height: 150%;	
	color: #000000;
	font-size: 12px;
	margin-bottom: 10px;
}

#side .sidebox_main img {
	vertical-align: middle;
	margin-bottom: 10px;
}

#side .sidebox_main li {
	background-image: url(images/green-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	
 	text-align: left;
	vertical-align: middle;
	line-height: 150%;
	font-size: 12px;
	
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;

	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;

	display: block;
}

#side .sidebox_main li li {
	border-bottom-width: 0px;
}

#side .sidebox_main li.orange_arrow {
	background-image: url(images/orange-arrow.gif);
}

#side .sidebox_bottom {
	background-color: #ffffff;
	background-image: url(images/sidebox_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	
	width: 150px;
	height: 8px;

	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

/* end side */
/* ////////////////////////////////////////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////////////////////////////////////////// */
/* footer */

.pagetop {
	text-align: right;
}

#footer {
	width: 750px;
	text-align: center;
	vertical-align: middle;
	line-height: 150%;
	
	font-size: 80%;
	color: #000000;

	border-top-color: #bbbbbb;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #bbbbbb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	margin-top: 20px;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
	
	display: block;
}

#footer ul {
	width: 750px;
	height: 20px;
	font-size: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#footer ul li {
	border-right: 1px solid #444444;
	padding: 0px 5px;
	display: inline;
}

#footer ul li.last {
	border-right: 0px;
}
/* end footer */
/* ////////////////////////////////////////////////////////////////////////////////////// */

.float_left {
	margin-right: 10px;
	float: left;
}

.float_right {
	margin-left: 10px;
	float: right;
	width: 300px;
}

/* ////////////////////////////////////////// */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ////////////////////////////////////////// */

#header:after,
#contents:after,
p.img_left:after,
p.img_right:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header,
#contents,
p.img_left,
p.img_right {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #header,
* html #contents,
* html .img_left,
* html .img_right {
	height: 1%;
}

#header,
#contents,
p.img_left,
p.img_right {
	display: block;
}
/* End hide from IE-mac */

/* ////////////////////////////////////////////////////////////////////////////////////// */

div,p,span {
	border-width: 0px;
}

div {
	border-color: #000000;
	border-style: solid;
}

p {
	border-color: #ffff00;
	border-style: solid;
}

span {
	border-color: #ff00ff;
	border-style: solid;
}

