/* CSS Document */

/* ヘッダー */
#index{
	width: 990px;
	clear:both;
	margin-right: auto;
	margin-left: auto;
}

.header {
    width: 990px;
    clear:both;
    line-height: 0;
}

.header .h1dummy {
	width: 990px;
	background-color: #600;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	padding: 0px;
}

.header h1 {
	width: 700px;
	background-color: #600;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	display: block;
	padding-right: 0px;
	margin: 0px;
    line-height: 100%;
}

.header .h1dummy ul li {color: #FC6;float: left;}

.header .h1dummy ul {
	margin: 0px;
	display: block;
	float: right;
	background-color: #600;
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	width: 170px;
}

/* .header .h1dummy ul li.login {
	color: #FC6;
	background-image: url(../img/login_icon.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
	padding-left: 20px;
} */

.header .h1dummy.clearfix ul li a {color: #FC6;}

.header .block td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #600;
	border-bottom-color: #600;
	border-left-color: #600;
}

.header .block table {
	width: 990px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #600;
}

#index .header .title {
	width: 320px;
	height: 17px;
	background: url(../img/bg_top1.gif) repeat-x;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.top_text { background: url(../img/bg_top2.gif) repeat; }

.top_text p {
	padding: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	line-height: 1.3em;
}

/* コンテンツ */
.wrap {
	background-image: url(../img/wrap_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.pankuzu {
	text-align: right;
	font-style: normal;
	font-size: x-small;
	clear: both;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.main_content_left{float: left;}

.main_content_right{
	float: left;
	width: 160px;
	padding-right: 15px;
	padding-top: 10px;
}

.main_content_right .register_banner {
    width: 165px;
    height: 105px;
    background-image: url(../img/register_banner.jpg);
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.main_content_right .register_banner:hover {
    background-image: url(../img/register_banner_hover.jpg); 
}


.main_content_right ul li{padding-bottom: 5px;}

.main_content_right ul li a:hover{
	 filter:alpha(opacity=90);
	 -moz-opacity:0.9;
	 opacity:0.9;
}

.q_a{
	background-image: url(../img/q_a_ft.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #F7EEAD;
	padding: 5px 0 10px 0;
          margin-bottom: 15px;
	width: 160px;
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.q {
    font-weight: bold;
    color: #9E2926;
    padding: 5px 0 5px 0;
    margin: 0 10px;
    border-bottom: 1px solid #E0C192;
}

.a{
    padding: 5px 0 10px 0;
    margin: 0 10px;
    background-color: #FDF5BD;
}

.q_a_line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 10px;
          margin-top: 15px;
}

/* 左コンテンツ */

.left_content {
	width: 175px;
	float: left;
	text-align: center;
}

.left_content li { line-height: 0px; }

.listTitle01 {
	width: 172px;
	border: 1px solid #333;
	background-color: #933;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #FFF;
	font-size: small;
	text-align: left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 3px;
}

.listTitle02 {
	width: 172px;
	background-color: #009;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #FFF;
	font-size: small;
	text-align: left;
	padding-top: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 3px;
}

.listTitle03 { padding-top: 10px; }

.side {
	text-align: center;
	width: 160px;
	border-top:1px solid #666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.left_content img { margin-bottom: 5px; }

/* 左menu */

.menu01 a {
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 5px;
	display: block;
	background-color: #FC6;
	margin: 0px;
	line-height: normal;
	zoom: 1;
	width: 170px;
}

.menu01 li {
	color: #C00;
	background-color: #F1E27C;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

.menu01 li .act01{
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 5px;
	display: block;
	color: #333;
	background-color: #F5AE56;
}

.menu01 li .act02 {color: #CC0000;}

.menu01 li .act02:hover {background-color: #FFD88B;}

.menu01 li .act03 {font-weight: bold;}

.menu02 li .act04 {color: #333;background-color: #AAF;}

.menu02 a {
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-color: #CCCCFF;
	display: block;
	width: 170px;
}

.menu01_s a {
	background-image: url(../img/subicon.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	text-indent:15px;
	background-color: #FFF999;
}

.menu01_s .act a {
	background-image: url(../img/subicon2.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	text-indent:15px;
}

.menu01_s .act a:link {
	color:#FF3300;
	text-decoration:none;
	background-image: url(../img/subicon2.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	text-indent:15px;
}

.menu01_s .act a:visited {
	color:#FF3300;
	text-decoration:none;
	background-image: url(../img/subicon2.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	text-indent:15px;
}

.menu01_s .act a:hover {
	color:#FF3300;
	text-decoration:none;
	background-image: url(../img/subicon2.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	text-indent:15px;
}

/* 右コンテンツ */

.right_content {
	width: 608px;
	float: right;
	padding-right: 13px;
	padding-left: 19px;
}

.space { height: 3px; }

.top_navi {
	font-size: 10px;
	text-align: right;
	padding: 10px 0px 0px;
}

.text_area {
	width: 605px;
	margin-top: 10px;
	margin-bottom: 25px;
}

.right_content p { padding-top:15px; }

.text_area p {
	padding-top: 0px;
	padding-bottom: 15px;
}

/* フッター */

.footer {
	width: 890px;
	clear:both;
	background-color: #000;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}

.foot_link {
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.foot_link02 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
}

.copyright {
	clear:both;
	font-size: x-small;
	color: #FFF;
	text-align:center;
}

.copyright p {
	padding-top:5px;
	line-height: 1.5;
}


/* 夏季休業案内利用時 */

#info-sv {
    margin: 35px 10px;
    padding: 15px;
    border: 2px solid #CC0000;
}

#info-sv strong {
    display: block;
    padding: 0 0 5px 0;
    font-size: 18px;
    line-height: 25px;
    color: #CC0000;
    border-bottom: double #C00;
}

#info-sv p {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 13px;
    line-height: 1.6;
}
