@charset "utf-8";
/* CSS Document */

/* CSS RESET CODE */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* End of CSS RESET CODE */


#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top_bg.png);
	background-repeat: no-repeat;
}
/* End of CSS RESET CODE */


#wrapper_sub {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/subpage_bg.png);
	background-repeat: no-repeat;
}
#contents {
	width: 1000px;
}
.clearfix {
	clear: both;
	float: none;
}

#shader {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/shader.png);
}
#header {
	height: 114px;
	width: 1000px;
	display: block;
}


#logo {
	height: 114px;
	width: 520px;
	display: block;
}
#footer {
	height: 60px;
	width: 1000px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
	color: #099;
	text-decoration: none;
}
#footer a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #066;
	text-decoration: none;
}


#menubar {
	height: 55px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/menubar.png);
	background-repeat: no-repeat;
	display: block;
}
#sub_menu {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	float: left;
	width: 220px;
	margin-top: 10px;
	margin-left: 20px;
}
#sub_menu_space {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	float: left;
	width: 220px;
	margin-top: 10px;
	margin-left: 20px;
}
#submenu_header {
	height: 15px;
	width: 220px;
	background-image: url(../images/submenu.png);
	background-repeat: no-repeat;
	background-position: top;
}
#submenu_body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 220px;
	background-image: url(../images/submenu_body.png);
}
#submenu_body ul {
}
#submenu_body li {
	height: 35px;
	width: 220px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 35px;
	list-style-type: none;
}
#submenu_body li a{
	height: 35px;
	width: 220px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 35px;
	list-style-type: none;
	color: #066;
	text-decoration: none;
	font-weight: bolder;
	display: block;
	text-indent: 10px;
}

#submenu_body li a:hover{
	background-image: url(../images/submenu_hover.png);
	height: 35px;
	width: 220px;
}

#sub_contents {
	width: 730px;
	float: left;
	margin-top: 10px;
}
#sub_contents_header {
	background-image: url(../images/sub_contents.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 15px;
	width: 730px;
}
#sub_contents_body {
	background-image: url(../images/sub_contents_body.png);
	background-repeat: repeat-y;
	width: 730px;
}
#sub_contents_footer {
	background-image: url(../images/sub_contents.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 15px;
	width: 730px;
}
#sub_contents_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	padding: 40px;
	line-height: 250%;
}
#sub_contents_text h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
}
#sub_contents_text h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #096;
}
#sub_contents_text h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #960;
}

#sub_contents_text ul {
	margin-left: 30px;
	list-style-type: square;
}



#submenu_footer {
	background-image: url(../images/submenu.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 15px;
	width: 220px;
}
#menubar ul.menu {
	height: 55px;
	list-style-type: none;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#menubar li.menu {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	display: inline;
	position: relative;
	float: left;
}
#menubar li.menu a {
	width: 160px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	height: 55px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 55px;
	color: #063;
}
#menubar li.menu a:hover {
	width: 160px;
	margin: 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	background-image: url(../images/menubar_hover.png);
}
#menubar ul.navi {
	width: 210px;
	margin: 0px;
	list-style-type: none;
	font-size: 12px;
	background-image: url(../images/pulldown.png);
	background-position: bottom;
	background-repeat: no-repeat;
	display: none;
	position: absolute;
	top: 50px;
	left: -2px;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menubar li.navi {
	width: auto;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: none;
}
#menubar li.navi a {
	width: 230px;
	color: #009999;
	margin: 0px;
	text-align: left;
	font-weight: normal;
	display: block;
	float: none;
	height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 25px;
}
#menubar li.navi a:hover {
	width: 210px;
	margin: 0px;
	text-align: left;
	font-weight: normal;
	display: block;
	float: none;
	background-image: url(../images/pulldown_hover.png);
	background-repeat: no-repeat;
}
#news_box {
	height: 240px;
	width: 460px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	background-image: url(../images/news_topics.png);
	background-repeat: no-repeat;
	margin-top: 250px;
	margin-left: 500px;
}
#news_scroll {
	height: 195px;
	width: 440px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-left: 15px;
	overflow: auto;
}

.css_btn_class {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:9px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(100%, #d1ebd2) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #d1ebd2 100% );
	background:-ms-linear-gradient( top, #ffffff 5%, #d1ebd2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d1ebd2');
	background-color:#ffffff;
	color:#777777;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
}.css_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #d1ebd2), color-stop(100%, #ffffff) );
	background:-moz-linear-gradient( center top, #d1ebd2 5%, #ffffff 100% );
	background:-ms-linear-gradient( top, #d1ebd2 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1ebd2', endColorstr='#ffffff');
	background-color:#d1ebd2;
}.css_btn_class:active {
	position:relative;
	top:1px;
}
#tag {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	margin-left: 20px;
}
.line_box {
	border: 1px solid #CCC;
	padding: 10px;
}
.redstrong {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Osaka, "MS UI Gothic", sans-serif;
	font-size: 14px;
	color: #933;
}

table.edutable{
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
table.edutable_b{
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.edutable_b th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#996633;
    background-image:url(../img/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.edutable_b td{
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	padding:0.3em 1em;
}
.edutable_b th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#996633;
    background-image:url(../img/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.edutable td{
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	padding:0.3em 1em;
	text-align: right;
}
ol {
	padding-left: 25px;
}
#sub_contents_text h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Osaka, "MS UI Gothic", sans-serif;
	font-size: 15px;
	color: #066;
}


/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */
.table_padding_5 table{
	padding: 5px;
}

.table_padding_5 th{
	padding: 5px;
}

.table_padding_5 tr{
	padding: 5px;
}

.table_padding_5 td{
	padding: 5px;
}
.marginup_40 {
	margin-top: -40px;
}

#top_content_box {
	width: 410px;
	float: left;
	height: 210px;
	background-image: url(../images/top_contents.png);
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: 150px;
}
#top_contents_roll {
	height: 150px;
	width: 380px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	overflow: auto;
	line-height: 160%;
	font-size: 12px;
}

#top_contents_roll a{
	text-decoration: none;
	color: #069;
	font-size: 13px;
}

#top_contents_roll a:hover{
	color: #C60;	
}
.prof_box {
	width: 200px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
}
#sub_contents_body ul  {
	margin-left: 20px;
}
#sub_contents_body li {
	margin-left: 20px;
}

button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#42aaff 0%,
		#003366);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#42aaff),
		to(#003366));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #003366;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}
#top_contents_roll h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFC;
}
.textbold {
	font-weight: 900;
}
