@charset "utf-8";

/* デフォルトスタイルクリア */
*{
	margin: 0;
	padding: 0;
	color: #333;
}
body {
	font-size: 80%;
	line-height: 1.5em;
	font-family: "ＭＳ Ｐゴシック";
	background-image: url(../img/bg_02.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%;
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset,img{
    border:0;
}
img {
　  border:0;
    vertical-align:bottom
}
hr {
	border: 1px dashed #999999;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
a:link,a:visited {
	color: #039;
	text-decoration: underline;
}

a:hover {
	color: #900;
	text-decoration: underline;
}



/* レイアウト */
#container {
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../img/bg_01.jpg);
}
#main_container {
	width: 850px;
	margin: auto;
	background-color: #FFF;
}
#main_container #header {
	background-image: url(../img/bg_head.jpg);
	height: 164px;
	padding-top: 22px;
	width: 850px;
}
#main_container #header p{
	padding-top: 6px;
}
#main_container #header #head_menu{
	float: right;
	text-align: right;
}
#main_container #header #head_menu li{
	float: left;
}
#main_container #header #head_logo {
	float: left;
	width: 89px;
}
#container #main_container #main_contents {
	padding-right: 25px;
	padding-left: 25px;
}


#main_container #main_contents #side_menu {
	float: left;
	width: 215px;
	margin-right: 30px;
}
#container #main_container #main_contents #side_menu ul {
	margin-bottom: 7px;
}

#main_container #main_contents #side_menu li a {
	background-image: url(../img/bg_menu.jpg);
	height: 19px;
	width: 177px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 33px;
	text-decoration: none;
	color: #333;
	font-size: 12px;
}

#main_container #main_contents #side_menu li a:hover {
	background-image: url(../img/bg_menu_o.jpg);
	height: 19px;
	width: 177px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 33px;
	text-decoration: none;
	color: #333;
	font-size: 12px;
}
#o_calendar {
	vertical-align: top;
	margin-top: 10px;
	background-color: #990002;
	padding: 0px;
	font-size: 12px;
}
#o_calendar table {
	vertical-align: top;
	margin-left: 5px;
	text-align: center;
}

#o_calendar caption {
	background-color: #600;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-size: 16px;
}
#o_calendar caption a:link{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#o_calendar caption a:visited{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#o_calendar caption a:hover{
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
#o_calendar th {
	background-color: #FFF;
	border: 1px solid #999;
	font-weight: bold;
	text-align: center;
}
#o_calendar td {
	width:1em;
	text-align:center;
	padding:0px 4px; 
	background-color: #FFF;
	border: 1px solid #999;
}


#o_calendar a:link{
	color: #900;
	text-decoration: underline;
}
#o_calendar a:visited{
	color: #900;
	text-decoration: underline;
}
#o_calendar a:hover {
	color: #039;
	text-decoration: underline;
}

#main_container #main_contents #contents {
	float: right;
	width: 555px;
}
#container #main_container #main_contents #contents h3 {
	background-image: url(../img/bg_midashi.jpg);
	width: 520px;
	height:20px;
	font-weight: bold;
	color: #900;
	font-size: 14px;
	margin-bottom: 15px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 30px;
	letter-spacing: 2px;
}

#container #main_container #main_contents h4 {
	font-size: 110%;
	font-weight: bold;
	color: #900;
	margin-bottom: 10px;
	background-image: url(../img/midashi_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	margin-top: 10px;
	letter-spacing: 1px;
}
#container #main_container #main_contents h5 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #990000;
}
#container #main_container #main_contents h6 {
	font-size: 90%;
	font-weight: bold;
	color: #990000;
	margin-top: 15px;
	margin-bottom: 10px;
}




#news {
	width: 555px;
	background-image: url(../img/bg_news01.jpg);
	background-position: 0px 52px;
	background-repeat: no-repeat;
}
#news #news_tit {
	background-image: url(../img/news.jpg);
	height: 52px;
	width: 555px;

}
#news #news_tit h2 {
	text-indent: -9999px;

}
#news #news_tit p {
	float: right;
	margin-right: 13px;
}
#news table {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 5px;
}

#news dl {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 8px;
	padding-bottom: 7px;
	border-bottom-style: dashed;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}


#news dt {
	float: left;
	background-image: url(../img/link_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 20px;
	width: 125px;
}
#news dd {
	white-space:nowrap;
}



#container #main_container #footer {
	clear: both;
	background-image: url(../img/bg_footer.jpg);
	height: 80px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	background-repeat: repeat-x;
}
#container #main_container #footer a:link {
	text-decoration: none;
	color: #333;
}
#container #main_container #footer a:visited {
	text-decoration: none;
	color: #333;
}
#container #main_container #footer a:hover {
	color: #900;
	text-decoration: underline;
}
#container #main_container #footer #ruby_info {
	color: #900;
	float: left;
	background-image: url(../img/ruby_logo2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 48px;
	margin-top: 15px;
	height: 30px;
	padding-top: 14px;
	margin-left: 17px;
}


#container #main_container #footer #copy {
	color: #900;
	margin-top: 27px;
	float: right;
	margin-right: 17px;
}
#container #main_container #main_contents #contents p {

}

.t_10 {
	font-size: 80%;
}
.f_right {
	float: right;
}
.f_left {
	float: left;
}
.c_all {
	clear: both;
}
.a_center {
	text-align: center;
}
.a_right {
	text-align: right;
}
.mg_t20 {
	margin-top: 20px;
}


.mg_b20 {
	margin-bottom: 20px;
}
.mg_b15 {
	margin-bottom: 15px;
}

.mg_b5 {
	margin-bottom: 5px;
}
.mg_t15b20 {
	margin-top: 10px;
	margin-bottom: 20px;
}


.t_red {
	color: #900;
}
.t_blue {
	color: #36C;
}
.t_center {
	text-align: center;
	margin-top: 100px;
}
.t_bold {
	font-weight: bold;
}

.t_bold2 {
	font-weight: bold;
	text-decoration: underline;
}

.entry {
	background-image: url(../img/bg_entry.jpg);
	font-weight: bold;
	color: #600;
}
.bg_arrow{
	background-image:url(../img/link_arrow.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	background-position: 1px 10px;
	padding-top: 6px;
	width: 10em;
	padding-right: 10px;
	letter-spacing: -1px;
	}
.bg_arrow2{
	background-image:url(../img/link_arrow.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 1px 10px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	}
.line_border{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom: 6px;
	padding-top: 6px;
	}
.entry_box {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	clear: both;
}


.day_position {
	text-align: right;
	margin-bottom: 10px;
}
.space_td {
	padding: 5px;
	border: 1px solid #FFF;
}
.koumoku {
	background-color: #E6E6E6;
	width: 10em;
	border: 1px solid #FFF;
	padding: 5px;
	border: 1px solid #FFF;
}
.naiyou {
	background-color: #F6F6F6;
	padding: 5px;
	border: 1px solid #FFF;
}

.arrow {
	background-image: url(../img/link_arrow.jpg);
	background-position: 2px 17px;
	padding-left: 18px;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 50px;
}
.arrow2 {
	background-image: url(../img/link_arrow2.jpg);
	background-position: 2px 17px;
	padding-left: 18px;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 50px;
}
.bg_t {
	background-image: url(../img/bg_t.gif);
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	height: 20px;
	width: 100px;
	padding-top: 1px;
}

.bg_s {
	background-image: url(../img/bg_s.gif);
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	height: 20px;
	width: 100px;
}
.bg_o {
	background-image: url(../img/bg_o.gif);
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	height: 20px;
	width: 100px;
}
.bg_h {
	background-image: url(../img/bg_h.gif);
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	height: 20px;
	width: 100px;
}
.bg_y {
	background-image: url(../img/bg_y.gif);
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	height: 20px;
	width: 100px;
}
.search_box {
	margin-top: 15px;
	margin-bottom: 15px;
}
.search_box th{
	padding: 15px;
	background-color:#E7E7E7;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	border: 1px solid #333333;
}
.search_box td{
	padding: 15px;
	border: 1px solid #333333;
}
.tbl {
	margin-top: 15px;
	margin-bottom: 10px;
}
.tbl th{
	padding: 10px;
	background-color:#990000;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	border: 1px solid #333333;
	color: #FFFFFF;
}
.tbl td{
	padding: 10px;
	border: 1px solid #333333;
}

.midashi2 {
	background-image: url(../img/bg_midashi2.jpg);
	width: 762px;
	height:20px;
	font-weight: bold;
	color: #900;
	font-size: 14px;
	margin-bottom: 15px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 30px;
	letter-spacing: 2px;
}

p.search_no_result {
	padding: 20px 0px 20px 20px;
}
.sys_list ul{
	line-height: 200%;
	margin-bottom: 30px;
}

.jissi dl {
	width:560px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
	float: left;
	}
.jissi dt {
	width:100px;
	float:left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
	}
.jissi dd {
	width:350px;
	text-align:justify;
	text-justify:inter-ideograph;
	float:left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
.jissi h5 {
	clear: both;
	margin-top: 30px;
}
.link_list li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
}

.link_list a {
	background-image: url(../img/link_arrow.jpg);
	background-position: 2px 17px;
	padding-left: 18px;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 30px;
}
