@charset "UTF-8";

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

small {
	font-size: 100%;
}

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

body {
	font-family: 'Lucida Grande', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	height: 100%;
	-webkit-text-size-adjust: none;
}

*html body {
	font-family: MS PGothic, sans-serif; 
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

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

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

#header {
	background: #ffffff;
	width: 750px;
	height: 75px;
	text-align: center;
	vertical-align: top;
	
	margin-top: 12px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

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

#header #header_right {
	width: 440px;
	text-align: right;
	vertical-align: top;
	margin-top:10px;
	float: right;
}

#header #header_right ul {
	display: block;
	margin-bottom:10px;
}

#header #header_right li {
 	text-align: left;
	font-size: 12px;
	display: inline;
	border-left:5px solid #cea;
	padding-left:3px;
}

#header #header_right li a {
	padding:2px;
	color:#363;
}

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

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

#navi {
	background: url(images/navi.gif);
	width: 750px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#navi ul li {
	border-right: 1px solid #ffffff;
	padding: 0px 10px;
	display: inline;
}

#navi ul li.last {
	border-right: 0px;
}

#navi ul li a {
	color: #ffffff;
	padding: 2px 10px;
	text-decoration: none;
}

#navi ul li a:hover {
	background: #18B2E6;
}

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

#slideshow {
	width:750px;
	height:300px;
	position:relative;
}

#slideshow .images {
	display:none;
	z-index:1;
}

#slideshow .box {
	width:200px;
	display:none;
	position:absolute;
	top:220px;
	right:20px;
	z-index:10;
}
/*
#top_image {
	background-color: #ffffff;
	background-image: url(images/top_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
	width: 750px;
	height: 383px;
	text-align: left;
	vertical-align: top;
	
	margin-left: auto;
	margin-right: auto;
	
	display: block;
}
#top_image:hover {
	opacity:0.6;
filter: alpha(opacity=60);
} */

#menu_image {
	background-color: #ffffff;
	background-image: url(images/menu_image.jpg);
	background-repeat: no-repeat;
	background-position: 0 10%;
	
	width: 750px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	
	margin-left: auto;
	margin-right: auto;
	
	display: block;
}

/* ////////////////////////////////////////////////////////////////////////////////////// */
/* 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 18px 4px 0px; /* 4px 0px 4px 15px; */
	background: transparent url(images/pdf.gif) no-repeat right;
}

#contents a.external {
	padding: 4px 15px 4px 0px;
	background: transparent url(images/external.gif) no-repeat right;
}

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

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

#main {
	background-color: #ffffff;
	
	width: 570px;
	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 #info {
	background:url(images/info.png) no-repeat #dea 3px 3px;
	font-size:90%;
	border-radius:5px;
	-moz-border-radius:5px;
	margin-top:10px;
	padding-left:150px;
	padding-top:12px;
	padding-bottom:12px;
}

#main #path {
	text-align: left;
	vertical-align: middle;
	
	color: #222;
	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: #222;
	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: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

#main h3 {
	text-align: left;
	vertical-align: middle;	
		
	color: #222;
	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 p {
	line-height: 150%;
	margin-bottom:20px;
	display: block;
}

#main p.box {
	background-color: #fafafa;

	width: 500px;
	text-align: center;
	vertical-align: top;
	
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-left-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #999999;
	border-right-width: 3px;
	border-right-style: solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	
	padding: 10px;

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

#main p.red_box {
	background-color: #fdfdfd;

	width: 400px;
	text-align: left;
	vertical-align: top;
	
	border-color: #ff5555;
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	
	padding: 10px;

	margin-bottom: 15px;
}

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

#main p img {
	padding: 5px;
}

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

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

#main span.red {
	color: #ff3333;
	font-weight: bold;
}

#main span.green {
	color: #008000;
	font-weight: bold;
}

#main span.blue {
	color: #0000ff;
	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: 180px;
}

#privacy_format li {
	margin-left: 25px;
	margin-bottom: 15px;
}

#privacy_format ul li {
	list-style-type: disc;
}

#main ul#top_news li {
	display:none;
}

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

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

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

#main .flowchart li {
	padding-bottom:100px;
	margin-bottom:10px;
	background: url(images/arrow-down.png) no-repeat 50% 100%;
}

#main .flowchart li.last {
	padding-bottom:0px;
	margin-bottom:20px;
	background: none;
}

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

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

#main ul {
	list-style-type: none;
	padding:10px 0;
}

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

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

#main ul.link li {
	background-color: #fafafa;
	background-image: url(images/circle-green-arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border-radius:10px;
	-moz-border-radius: 10px;
	/* -webkit-border-radius: 10px; */
		
	text-align: center;
	vertical-align: top;
	font-size: 80%;
	
	border-top: 1px solid #cccccc;
	border-bottom: 3px solid #999999;
	border-left: 1px solid #cccccc;
	border-right: 3px solid #999999;

	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%;
	padding-left: 20px;
	font-size:90%;
}

#main .stripe dd {
	background:transparent url(images/dd.gif) no-repeat scroll left top;
}

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

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

#side {
	background-color: #ffffff;

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

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

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

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

#side .sidebox_program li {
	font-size:11px !important;
	padding-top:4px !important;
}

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

	width: 128px;
	text-align: center;
	vertical-align: top;
	
	color: #000000;
	font-size: 12px;
	
	border-left-color: #597623;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #597623;
	border-right-width: 1px;
	border-right-style: solid;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
	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.orange_arrow {
	background-image: url(images/orange-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	
 	text-align: left;
	vertical-align: middle;
	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_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;
}

#side #blog_rss p {
	margin:0;
	padding:0;
}

#side #blog_rss p.blog_title {
	margin-bottom:5px;
}

#side #blog_rss p.blog_date {
	border-top: 1px dashed #ccc;
	padding-top:5px;
	margin-top:10px;
	text-align:right;
	font-size:80%;
	color:#666;
}



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

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

.pagetop {
	padding-top:20px;
	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;	
}

.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,
.float_left:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

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

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

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

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

.entry p {
	clear: both;
}


table.schedule { margin:0 auto 10px; }

table.schedule th, table.schedule td { 
	font-size:90%; 
	padding:5px; 
	text-align:center; 
	border-radius:5px;
}
table.schedule th { background:#393;color:#fff; }
table.schedule tr.even td { background:#ded; }
table.schedule tr.odd td { background:#efe; }