﻿@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	padding:0 15px;
	margin:1em 0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}
.small{
	font-size:0.9em;
	}
* {
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll;
}

img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin:1em 15px;
}
body {
	font-size: 0.9em;
	line-height: 1.8;
	color:#313131;
	background-color:#fffffff;
	background-image:url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}
body, x:-moz-broken{font-family:"Verdana","ＭＳ ゴシック", "Osaka－等幅"}
html* body{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;}


a:link {
	text-decoration: underline;
	color: #007fc4;
}
a:visited {
	text-decoration: underline;
	color: #007fc4;
}
a:active {
	text-decoration: underline;
}
a:hover {
 	text-decoration: none;
}
a name {
	text-decoration: underline;
}

a.point_r{
	background:url(../img/ico_arrow.png) left no-repeat;
	padding-left:20px;
	}
a.point_l{
	background:url(../img/ico_arrow2-trans.png) left no-repeat;
	padding-left:20px;
	}
a.pdf{
	background:url(../img/icon_pdf.gif) no-repeat 0 3px;
	padding-left:20px;
	}
a.out{
	background:url(../img/icon_external.gif) no-repeat right 3px;
	padding-right:20px;
	}
a.word{
	background:url(../img/icon_doc.gif) no-repeat 0 3px;
	padding-left:20px;
	}

a.xls{
	background:url(../img/icon_xls.gif) no-repeat 0 3px;
	padding-left:20px;
	}
a.ppt{
	background:url(../img/icon_pps.gif) no-repeat 0 3px;
	padding-left:20px;
	}

a.over img{
	display:block;
	}
	
a.over:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.8;
	opacity:0.8;
	}


section h1 {
	background:url(../img/bg_h1.jpg) no-repeat 0 0;
	padding:30px 30px 32px 40px;
	font-size:26px;
	font-weight:bold;
	margin:0;
	line-height:1;
	color:#FFF;
	text-shadow: 0px 0px 5px #000000;
	}
.h1_s{
	font-size:20px;
	}
section h2{
	font-size:1em;
	font-weight: bold;
	width:590px;
	color: #333;
	background:#E9E9E9;
	border-left:6px solid #B0152F;
	padding:6px 0 4px 15px;
	line-height: 1.2;
	margin:1em 15px;
}

section h3{
	font-size:1em;
	color: #B0152F; 
	font-weight: bold;
	border-bottom:1px dotted #ee7488;
	padding:5px 5px; 
	line-height: 1.4;
	margin:1em 15px;
}

section h4{
	font-size:1em;
	color: #B0152F;
	font-weight: bold;
	border-left: solid 7px #7488; 
	padding:0 5px; 
	line-height: 1.4;
	margin:1em 15px;
}

#top_news section h2{
	width:628px;
	background:none;
	padding:0;
	margin:0;

}

#kousin section h2{
	width:198px;
	background:none;
	padding:0;
	margin:0;
}

#poster section h2{
	width:306px;
	background:none;
	padding:0;
	margin:0;
}

#access section h2{
	width:198px;
	background:none;
	padding:0;
	margin:0;
}



/* ---------- bodybox ---------- */
#bodybox {
	width:850px;
	margin:0 auto;
	box-shadow:rgba(0, 0, 0, 0.227451) 0px 0px 10px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.227451) 0px 0px 10px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.227451) 0px 0px 10px 3px;
	}

/* ---------- header ---------- */
header {
	margin:0;
	padding:0;
	position:relative;
}


header h1{
	width:850px;
	margin:0;
	padding:0;
	line-height:0;
}

#btn_head{
	position:absolute;
	right:4px;
	top:0;
	}

/* ---------- contents ---------- */
#toppage #contents {
	overflow:hidden;
	margin:0;
    clear:both;
    background:url(../img/bg_contents.jpg) repeat-y left top #FFF;
}

#contents {
	overflow:hidden;
	margin:0;
    clear:both;
    background:url(../img/bg_contents.jpg) repeat-y left top #FFF;
}




/* ---------- globalnav ---------- */
nav {

	margin:0;
	padding:0;
	width:210px;
	float:left;
	position:relative;
}
#gloval_nav{
}
 
#gloval_nav li{
	padding:0 0 0 0;
	margin:0 3px 3px 3px;
	position:relative;
}
.new{
	color:#a61e25;
	background:#FFF;
	position:absolute;
	top:12px;
	right:5px;
	width:34px;
	padding:4px 0;
	line-height:1;
	font-size:11px;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #a61e25;
	}
a.main_menu{
	display:block;
	color:#000000 !important;
	text-decoration:none;
	padding:14px 10px 12px 33px;
	font-size:14px;
	line-height:1.2;
	background:url(../img/bg_menu.png) no-repeat 0 0;
	overflow:hidden;
	}
a.main_menu:hover{
	color:#FFF !important;
	background:url(../img/bg_menu_on.png) no-repeat 0 0;
	}
a.main_menu:visited {
	text-decoration:none;
	color:#000000;
}
a.main_menu_la{
	display:block;
	color:#FFF !important;
	text-decoration:none;
	padding:14px 0 12px 33px;
	font-size:14px;
	line-height:1.2;
	background:url(../img/bg_menu_la.png) no-repeat 0 0;
	overflow:hidden;
	}
a.main_menu_la:hover{
	color:#FFF !important;
	background:url(../img/bg_menu_on.png) no-repeat 0 0;
	}
a.main_menu_la:visited {
	text-decoration:none;
	color:#000000;
}

span.main_menu{
	display:block;
	color:#FFF !important;
	text-decoration:none;
	padding:14px 10px 12px 33px;
	font-size:14px;
	line-height:1.2;
	background:url(../img/bg_menu_on.png) no-repeat 0 0;
	overflow:hidden;
	}
.join a , .join span{
	font-size:12px !important;
	}
.smenu{
	display:block;
	font-size:10px;
	line-height:1.2;
	width:120px;
	float:right;
	}
/* ---------- main ---------- */
#main {
	width:640px;
	float:right;
	margin:0;
}

/* ---------- main_in ---------- */
#main_in {
	background-color:#FFF;
	width:640px;
	float:right;
	margin:0;
	min-height:500px;
	line-height:1.6;
}
#main_in article{
	min-height:500px;
	
}

/* ---------- top_mainimg ---------- */
#top_mainimg{
	margin:0;
	padding:0;
	position:relative;
	line-height:0;
}





/* ---------- Information ---------- */
#top_news{
	width:620px;
	padding:0;
	margin:0 auto 20px auto;
	}

dl.top_news{
	color:#333333;
	margin:0 0 0 15px;
	width:550px;
	min-height:120px;
	overflow: hidden;
	padding:0 10px 10px 10px;
}
dl.top_news dt {
	float: left;
    margin: 0 10px 0 0;
	padding: 7px 0;
	text-align: left;
}
dl.top_news dd {
	margin: 0;
	padding:7px 0 7px 140px;
	background-image:url(../img/dot.png);
	background-repeat:repeat-x;
	background-position:bottom;
	
}


#scroll1{
	margin:0;
	height:470px;
	overflow-y:scroll;
	line-height:180%;
}


#poster{
	width:306px;
	min-height:230px;
	padding:0;
	margin:0 0 0 0;
	background-color:#FFF;
	float:left;

}

table.poster{
	margin:30px 0 0 10px;
}

#kousin{
	width:198px;
	min-height:185px;
	background-color:#fdf1e3;
	padding:0;
	margin:0 0 0 6px;
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}


dl.kousin{
	font-size:0.9em;
	color:#333333;
	margin:10px;
	width:175px;
	overflow: hidden;
	font-size:80%;
}

dl.kousin dt {
    margin: 0;
	padding:0;
	text-align: left;
}

dl.kousin dd {
	margin: 0 0 0 0;
	padding: 0 0 0 1em;
	
}

.right_kousin{
	margin:0 10px 10px 0;
	padding:0;
	text-align:right;
}

/* ---------- access ---------- */
#access{
	width:198px;
	min-height:195px;
	background-color:#fff;
	padding:0;
	margin:0 0 0 6px;
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

#access h3{
	color:#5c2929;
	border:none;
	padding:0;
	margin:1em 10px 0 10px;
	font-size:20px;
	font-weight:normal;
	}

#access p{
	margin:0 10px 1em 10px;
	font-size:0.8em;
	}

.right_access{
	float:right;
	width:7em;
	margin:0 15px 0 0 !important;
	background:none !important;
	text-align:right;
}


/* ---------- pagetop ---------- */
/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right:20px;
}
#page-top a {
	background:#002E74;
	text-decoration:none;
	padding:10px 15px;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
#page-top a:hover {
}

/* ---------- footer ---------- */
footer {
	overflow:hidden;
	clear:both;
	padding:10px 20px;
	margin:0;
	background:#f4f4f4;
	font-size:0.8em;
}
footer p{
	margin:0;
	}
footer p.jimu_in{
	margin:5px 5px;
	line-height:1.4;
	}
footer span.jimu{
	background:#B0152F;
	padding:2px 5px;
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	color:#FFF;
	}
.footer_l{
	width:50%;
	float:left;
	position:relative;
	}
.footer_r{
	width:50%;
	float:right;
	}
footer a{
	color:#007fc4 !important;
	}
.logo{
	position:absolute;
	right:70px;
	top:5px;
	}
/* ---------- copy ---------- */
#copy{
	clear:both;
	width:870px;
	height:35px;
	padding:5px 0 0 0;
	margin:0 auto;
	font-size:80%;
	text-align:center;
	}
#copy a{
	color:#333 !important;
	}



/* ---------- main_in ---------- */
#main_in p , table {
	margin:1em 15px;
}
#main_in ul, #main_in ol {
	padding:0 15px;
	margin:0.5em 0;
}

#main_in dl {
	padding:0 15px;
	margin:0.5em 0;
}

#main_in ul li {
	list-style: disc outside;
	text-align: left;
	margin-left:2em;
}
#main_in ol li {
	list-style-type: decimal;
	text-align: left;
	margin-left:2em;
}

#main_in dl dd {
	text-align: left;
	margin-left:2em;
}

/* ---------- clear ---------- */
.clear{
	clear:both;
	font-size:1px;
	width:100%;
	height:1px;
}

/* ---------- table ---------- */
table.nittei{
	margin:1.5em 15px;
	width:90%;
	
	}
table.nittei td{
	padding:5px;}
table.main_table {
	padding:0;
	margin:1.5em 15px;
	border:solid 2px #B0152F;
	width:90%;
}
table.main_table th {
	background:url(../img/dot.png) repeat-x left bottom #f9cbd3;
	padding:6px;
}
table.main_table th.th2 {
	background:url(../img/dot.png) repeat-x left bottom #ee7488;
	padding:6px;
}
table.main_table td {
	background:url(../img/dot.png) repeat-x left bottom;
	padding:6px;
}
.td_none {
	background: none !important;
	padding:0 !important;
}
.table_none{
	background:none;
	margin:0;
	border:none;
	padding:0;
	}


.td_r{
	border-right:1px solid #CCC;
	}

table.navi_table {
	padding:0;
	margin:1.5em 15px;
	border:solid 2px #999999;
}
table.navi_table td {
	padding:6px;
	width:150px;
	text-align:center;
}

table.navi_table td.on {
	padding:6px;
	background-color:#F2F2F2;
}



/* ---------- BOX ---------- */
.box1{
	border:solid 2px #ee7488;
	background-color: #f8f1dd;
	padding:15px 5px 15px 5px; 
	margin:2em auto;
	width:600px;
	text-align:center;
} 

.box2{
	border:solid 1px #F00;
	background-color: #F2F2F2;
	color:#F00;
	padding:5px;
	width:80%;
	text-align:center;
	margin:1em auto;
	} 
.box3{
	border:solid 1px #cccccc;
	background-color: #eeeeee;
	padding:5px 10px;
	margin:1em 15px;
	font-size:0.8em;
} 

.box4{
	border:solid 1px #5d7d05;
	background-color: #f1efe6;
	padding:5px 10px;
	margin:1em 15px;
	text-align:left;
	font-size:0.8em;
} 

.box5{
	border:solid 2px #3b683f;
	background-color: #f8f1dd;
	padding:15px 5px 15px 5px; 
	margin:2em auto;
	width:90%;
	text-align:center;
	margin:1em auto;
	} 
.adobe{
	border:solid 1px #cccccc;
	background-color: #eeeeee;
	padding:5px 15px;
	margin:30px auto 15px auto;
	width:80%;
	font-size:80%;
}
.adobe table{
	border:none;
	margin:5px 0 0 0;
	}
.adobe table td{
	border:none;
	vertical-align:middle;
	padding:5px;
	font-size:11px;

}

/* ---------- program ---------- */
dl.program {
	padding:0;
	margin:1.5em 15px !important;
}
dl.program dt {
	background-color: #f1efe6;
	border-bottom:2px solid #8FC320;
	text-align:left;
	padding:2px 10px;
	margin:1em 0 0 0;
	font-weight:bold;
}
dl.program dd {
	padding:5px 0 0 0;
}

dl.program dd.name{
	text-align:right !important;
	}

/* ---------- banner ---------- */
.bnr_koukoku{
	margin:10px auto 20px auto;
	width:185px;
	height:40px;
}

.bnr_koukoku img{
	display:none;
}

.bnr_top{
	margin:10px 0;
	text-align:center;
	}
.btn_about{
	text-align:right;
	padding-right:15px;
}
.btn_about a{
	color:#1c1c1c;
	text-decoration:none;
	font-size:0.8em;
	}

.bnr_shokusai{
	margin:10px auto;
	width:185px;
	height:40px;
	background-color:#FFF;
}

.bnr_shokusai a img{
	display:block;
}
.bnr_shokusai a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.kaichou{
	float:right;
	margin:15px 20px 0 15px;
	padding: 0;
}


.attention{
	color:#C00;
	}
.attention_g{
	color:#5d7d05;
	font-weight:bold;
	}
.attention_b{
	color:#1f3c6b;
	font-weight:bold;
	}
.greeting_box{
	padding:10px 18px;
	overflow:hidden;
	}
.greeting_l{
	width:454px;
	float:left;
}
.greeting_r{
	width:121px;
	float:right;
}

.clr{
	clear:both;
}

.tright{
	text-align:right;
	}
.center{
	text-align:center;
	}

.btn{
	color:#FFF !important;
	line-height:1;
	text-decoration:none !important;
border:2px solid #1A4DD9;-webkit-box-shadow: #4F5252 0px 0px 5px ;-moz-box-shadow: #4F5252 0px 0px 5px ; box-shadow: #4F5252 0px 0px 5px ; -webkit-border-radius: 6px; -moz-border-radius: 6px;border-radius: 6px;font-size:16px;font-family:arial, helvetica, sans-serif; margin: 5px; padding: 12px 12px 12px 12px; text-decoration:none; display:inline-block;text-shadow: 2px 2px 0 rgba(0,0,0,0.3); color: #FFFFFF;
 background-color: #1149BA; background-image: -webkit-gradient(linear, left top, left bottom, from(#1149BA), to(#0D378C));
 background-image: -webkit-linear-gradient(top, #1149BA, #0D378C);
 background-image: -moz-linear-gradient(top, #1149BA, #0D378C);
 background-image: -ms-linear-gradient(top, #1149BA, #0D378C);
 background-image: -o-linear-gradient(top, #1149BA, #0D378C);
 background-image: linear-gradient(to bottom, #1149BA, #0D378C);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1149BA, endColorstr=#0D378C);
}

.btn:hover{
 border:2px solid #08245d;
 background-color: #0d378b; background-image: -webkit-gradient(linear, left top, left bottom, from(#0d378b), to(#09255d));
 background-image: -webkit-linear-gradient(top, #0d378b, #09255d);
 background-image: -moz-linear-gradient(top, #0d378b, #09255d);
 background-image: -ms-linear-gradient(top, #0d378b, #09255d);
 background-image: -o-linear-gradient(top, #0d378b, #09255d);
 background-image: linear-gradient(to bottom, #0d378b, #09255d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0d378b, endColorstr=#09255d);
}
