@charset "utf-8";
/* CSS Document 
---------------------------------------------------- */
*{
	font-size: 100%;
	line-height: 1;
	font-style: normal;
	text-decoration: none;
}
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	color: #494949;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(img/body_back.gif) repeat-x;
}
img {
	border-width: 0px;
}
p{
	padding: 0px;
	margin: 0px 0px 20px;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
hr {
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* container
---------------------------------------------------- */
#container {
	margin-left: auto;
	margin-right: auto;
	width:820px;
	background: url(img/head_back.gif) no-repeat;
}
/* header
---------------------------------------------------- */
#header {
	height: 105px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
/* contents
---------------------------------------------------- */
#contents {
	width: 770px;
	background: url(img/container_back.gif) repeat-y;
	margin: 25px;
}


/* foot
---------------------------------------------------- */
#footer {
	width: 710px;
	height: 47px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font: 10px Verdana;
	background: url(img/footer.gif) repeat-x;
	padding-top: 50px;
	padding-left: 100px;
}
/* main
---------------------------------------------------- */
#main-area {
	width:595px;
	left: auto;
	right: auto;
	float: right;
	margin-bottom: 20px;
}
#main-area box {
	width: 563px;
	margin-top: 10px;
	margin-left: 17px;
	margin-bottom: 20px;
}

/* Navi
---------------------------------------------------- */
#navi-area {
	width:175px;
	float: left;
}
#navi-area box {
	margin-left: 17px;
	margin-top: 10px;
}
#navilist ul#navilist li {
	padding:0px;
	margin: 0px;

}
#navilist li a {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	width: 160px;

	overflow:hidden;
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;/* IE6用隙間が空くバグ対策 */
}
#navi01 a {
	background: url(img/navi_home.gif) no-repeat;
	height: 38px;
}
#navi02 a {
	background: url(img/navi_greeting.gif) no-repeat;
	height: 38px;
}
#navi03 a {
	background: url(img/navi_outline.gif) no-repeat;
	height: 38px;
}
#navi04 a {
	background: url(img/navi_program.gif) no-repeat;
	height: 38px;
}
#navi05 a {
	background: url(img/navi_sankasya.gif) no-repeat;
	height: 38px;
}
#navi06 a {
	background: url(img/navi_jizen.gif) no-repeat;
	height: 38px;
}
#navi07 a {
	background: url(img/navi_syukuhaku.gif) no-repeat;
	height: 38px;
}
#navi08 a {
	background: url(img/navi_access.gif) no-repeat;
	height: 38px;
}
#navi09 a {
	background: url(img/navi_next.gif) no-repeat;
	height: 38px;
}
#navi10 a {
	background: url(img/navi_tanni.gif) no-repeat;
	height: 38px;
}
#navi11 a {
	background: url(img/navi_schedule.gif) no-repeat;
	height: 38px;
}
#navi12 a {
	background: url(img/navi_sankasha.gif) no-repeat;
	height: 38px;
}
#navi13 a {
	background: url(img/navi_zachou.gif) no-repeat;
	height: 46px;
}
#navi14 a {
	background: url(img/navi_kaijou.gif) no-repeat;
	height: 38px;
}

#navilist li a:hover {   
	background-position: right top;
	width: 160px;

}  
#navi-banner {
	padding-top: 10px;
} 
/* NewsAera
---------------------------------------------------- */
#news-box {
	width: 575px;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#news-box ul {
	margin: 0px;
	padding: 0px;
	overflow: auto;
	height: 130px;
}
#news-box li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 12px;
	background: url(img/listmark.gif) no-repeat 1px 9px;
	list-style: none;
	line-height: 22px;
	text-indent: -10px;
}

/* PAGE TOP
---------------------------------------------------- */
#bt-pagetop {
	text-align: right;
	width: 770px;
	clear: both;
	padding-bottom: 30px;
	background: url(img/pagetop_back.gif) no-repeat;
	margin: 0px;
}

/* Fonts
---------------------------------------------------- */
h1 {
	text-decoration:none;
	text-indent:-1000px;
	text-align:left;
	overflow:hidden;
	display:block;
	padding: 0px;
	color: #FFFFFF;
	width: 615px;
	height: 105px;
	font-size: 8px;
	background: url(img/head_title.gif) no-repeat;
	margin: 0px auto 0px 205px;
}
h2 {
	height: 28px;
	font-size: 90%;
	font-weight: bold;
	color: #004D8A;
	background: url(img/h2.gif) no-repeat;
	padding-left: 13px;
	padding-top: 8px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h3 {
	color: #003366;
	font-weight: bold;
	font-size: 80%;
	background-image: url(img/h3.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #0066CC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	padding: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	color: #0B419B;
	font-weight: bold;
	font-size: 83%;
	border-bottom: 1px solid #D6DBF4;
	margin: 10px 0px 3px;
	padding: 3px 0px 3px 10px;
	border-left: 3px solid #FFAA00;
}
h5 {
	color: #0066CC;
	font-weight: bold;
	font-size: 91%;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #00CCFF;
	text-decoration: none;
}
a:link {
	color: #0099FF;
	text-decoration: underline;
}
.txts {
	font-size: 10px;
	line-height: 140%;
}
.txt-m {
	font-size: 12px;
	line-height: 20px;
}
.txt-mb {
	font-size: 80%;
	font-weight: bold;
	line-height: 20px;
}
.txt-mi {
	font-size: 12px;
	line-height: 160%;
	text-indent: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.txt-l {
	font-size: 14px;
}
.txt-lb {
	font-size: 14px;
	font-weight: bold;
}
.orange {
	color: #FF6600;
}
.red {
	color: #FF0000;
}
/* etc
---------------------------------------------------- */
.float-r {
	float: right;
}
.float-l {
	float: left;
}
.float-clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.space10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.space20 {
	height: 20px;
}
.box10 {
	padding-top: 10px;
}
.outline-tb1 {
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 6px;
	width: 100px;
	background-color: #007FB1;
	text-align: center;
	line-height: 180%;
}
.outline-tb2 {
	font-size: 80%;
	padding: 10px;
	line-height: 160%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.tb-colorbox3 {
	font-size: 80%;
	line-height: 160%;
	background-color: #EFEDE0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 10px;
	border: 2px solid #06F;
	margin-bottom: 10px;
}
.right-line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
}
.tb-colorbox1 {
	background-color: #D7E4E8;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.tb-colorbox2 {
	font-size: 80%;
	line-height: 160%;
	background-color: #EFEDE0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 5px;
}
.tb-colorbox3 {
	font-size: 80%;
	line-height: 160%;
	background-color: #EFEDE0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 10px;
	border: 2px solid #06F;
	margin-bottom: 10px;
}
.txt-under-line {
	padding-top: 10px;
	font-size: 80%;
	line-height: 200%;
	border-bottom: 1px solid #CCCCCC;
}
#i-icon {
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	width: 260px;
	padding-top: 100px;
}
