@charset "UTF-8";
/*common
***********************************************************/

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
	font-size: 100.01%;
}

a {
	text-decoration: none;
}

body, h1, h2, h3, p, li, td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;

}

img {
	border: 0;
}

.leftbox {
	float: left;
}


.rightbox {
	float: right;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

h1 {
	margin: 0;
	padding: 8px 0 0 55px;
	float: left;
	text-align:left;
}

h2 {
	margin: 0 0 20px;
	padding: 0 0 8px;
	border-bottom: 2px solid #1E2C5B;
}


#contents p, 
#contents li, 
#contents td {
	/*font-size: 別途指定*/
	color:#333;
}

#base #contents td h4, 
#base #contents td h5, 
#base #contents td p, 
#base #contents td li {
	font-size: 100%;
}

#contents p {
	/*margin: 別途指定*/
	padding: 0;
	line-height: 1.6;
}

a {
	color: #3333CC;
}

a:hover {
	color: #A40047;
}

.note {
	color:#333;
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
}

em {
	font-weight: bold;
	font-style: normal;
	color:#1E2C5B;
}

strong {
	font-weight:bold;
	font-style: normal;
	color: #000;
}

.totop{
	text-align: right;
	margin: 10px 30px 15px;
	font-size: 10px;
}

.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}


.mobile-only { 
	display: none;
}

.pc-only { 
	display: inline;
}

/*layout
***********************************************************/

#base {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align:center;
}

#outline {
	margin: 0;
	padding: 0;
	border: 1px solid #999;
	background: url(../images/back_imaege.jpg) no-repeat;
}

/*header
***********************************************************/
#header {
	margin: 0;
	text-align: center;
}


#header img {
	display: block;
}

/*headbox*/
#header #headbox {
	margin: 0 auto;
	width: 790px;
	text-align: center;
	padding: 12px 0 0;
}

#header #headbox .leftbox {
	width: 490px;
	text-align: left;
}

#header #headbox .rightbox {
	width: 200px;
	text-align: right;
}

/*headmenu*/
#header #headbox #headmenu {
	font-size: 10px;
	color:#999;
}

#header #headbox #headmenu a{
	color: #333;
}

#header #headbox #headmenu a:hover {
	color: #9E0821;
}

/*font-size-changer*/
#header #font-size-changer {
	float: right;
}

#header #font-size-changer ul {
	margin: 5px 0 0;
	padding: 0;
	float: right;
}

#header #font-size-changer li {
	margin: 0;
	padding-left: 3px;
	padding-right: 3px;
	list-style: none;
	float: left;
}

#header #font-size-changer #font-big a, 
#header #font-size-changer #font-normal a, 
#header #font-size-changer #font-small a {
	width:15px;
	height:14px;
	display: block;
}

#header #font-size-changer #font-big a {
	background:url(../images/fontsize_l_a.gif) no-repeat 0 1px;
}

#header #font-size-changer #font-big a:hover {
	background:url(../images/fontsize_l_b.gif) no-repeat 0 1px;
}

#header #font-size-changer #font-normal a {
	background:url(../images/fontsize_m_c.gif) no-repeat 0 1px;
}

#header #font-size-changer #font-normal a:hover {
	background:url(../images/fontsize_m_b.gif) no-repeat 0 1px;
}

#header #font-size-changer #font-small a {
	background:url(../images/fontsize_s_a.gif) no-repeat 0 1px;
}

#header #font-size-changer #font-small a:hover {
	background:url(../images/fontsize_s_b.gif) no-repeat 0 1px;
}

/*mainmenu*/
#header #mainmenu {
	margin: 0 0 3px;
	padding: 4px 0 0;
}

#header #mainmenu ul {
	margin: 0;
	padding: 0;
}

#header #mainmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

/* exlude MacIE5 \*/
* html #header #mainmenu li {
	display: block;
}
#header #mainmenu li a {
	display: block;
}
/* end MacIE5 */


#header #mainmenu li.calendar {
	background:url(../images/mainmenu_01.gif) no-repeat;
}

#header #mainmenu li.about {
	background:url(../images/mainmenu_02.gif) no-repeat;
}

#header #mainmenu li.curriculum {
	background:url(../images/mainmenu_03.gif) no-repeat;
}


#header #mainmenu li.life {
	background:url(../images/mainmenu_04.gif) no-repeat;
}


#header #mainmenu li.exam {
	background:url(../images/mainmenu_05.gif) no-repeat;
}


#header #mainmenu li.faq {
	background:url(../images/mainmenu_06.gif) no-repeat;
}


#header #mainmenu li.map {
	background:url(../images/mainmenu_07.gif) no-repeat;
}

/*footer
***********************************************************/

#footer {
	padding: 0 0 10px;
}

#footer #footbox {
	padding: 2px 10px 0;
	background-color: #818386;
	font-size: 10px;
	height: 14px;
	line-height:100%;
	clear:both;
}

#footer #copyright {
	float:left;
	color:#fff;
	width: 350px;
	text-align: left;
}

#footer #footmenu {
	float:right;
	text-align: right;
	color:#999;
	width: 350px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #9E0821;
}

/*container
***********************************************************/

#container {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	text-align: left;
}

/*p-list
***********************************************************/

#p-list {
	font-size: 12px;
	padding: 3px 15px;
	margin-bottom: 15px;
}

#p-list span {
	color: #666;
	padding: 0 10px;
}

/*submenu
***********************************************************/

#submenu {
	width: 210px;
	float: left;
}

#submenu img {
	display: block;
}

#submenu #submenubox {
	margin: 0;
	border-left: 5px solid #1E2C5B;
}

#submenu #submenubox #content-image {
	height: 200px;
}


#submenu #submenubox #submenu-unit {
	border-top: 1px solid #1E2C5B;
	border-bottom: 1px solid #1E2C5B;
	width: 200px;
}

#submenu #submenubox .main-cate {
	margin: 0;
	padding: 0;
}

#submenu #submenubox .main-cate li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1px;/*Win IE*/
	line-height: 1%;/*Win IE*/
	background: url(../images/broken_line1.gif) repeat-x;
}

#submenu #submenubox .main-cate li#menutop {
	background-image: none;
}

#submenu #submenubox .sub-cate {
	margin: 0 0 5px 0;
	padding: 0;
	width: 200px;
}

#submenu #submenubox .sub-cate li {
	margin: 0;
	padding: 3px 0 3px 32px;
	list-style: none;
	font-size: 11px;
	line-height: 1.4;
	background: url(../images/icon1.gif) no-repeat 21px 10px;
}


#submenu #submenubox .sub-cate li a {
	color: #333;
}

#submenu #submenubox .sub-cate li a:hover {
	color: #A40047;
}

#submenu #submenubox .subtitle {
	margin: 0;
	padding: 7px 0 0 20px;
	font-size: 12px;
	line-height: 1.2;
	color:#003;
	font-weight: bold;
}


/*blogbox*/
#submenu #blogbox {
	padding: 20px 15px;
	margin: 0;
}

#news #submenu #blogbox, 
#kikusui #submenu #blogbox, 
#pta #submenu #blogbox {
	margin-top: 0;
}

#submenu #blogbox h3 {
	padding: 4px 0 0 4px;
	margin: 0 0 5px;
	line-height: 1.2;
	border-left: 4px solid #999;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

#submenu #blogbox h3 a {
	color: #000;
}

#submenu #blogbox h3 a:hover {
	color: #A40047;
}

#submenu #blogbox p {
	margin: 0;
	padding: 10px 0 0 8px;
	line-height: 1.1;
	padding-bottom: 5px;
	font-size: smaller;
}

#submenu #blogbox .new-entry {
	margin-bottom:20px;
}

#submenu #blogbox .inner {
	margin: 0;
	padding: 0 0 10px 10px;
	line-height: 1.2;
	font-size: smaller;
	color: #666;
}

/*
#submenu #blogbox ul.comment-author {
	margin: 0;
	padding: 2px 0 0 10px;
}


#submenu #blogbox .comment-author li {
	margin: 0;
	padding: 0 0 5px 9px;
	list-style: none;
	line-height: 1.2;
	font-size: smaller;
	color: #666;
	background: url(../images/icon2.gif) no-repeat 0 6px;
}
*/

#submenu .button {
	text-align: center;
	margin-top: 10px;
}

#submenu .button img {
	display: inline;
}


/*contents
***********************************************************/

#contents{
	width: 540px;
	float: right;
}

#contents .contents-unit {
	margin: 30px 30px 0;
}

#contents .contents-inner {
	margin: 0 20px;
}

#contents h3 {
	padding: 0;
	/*margin: 別途指定*/
	/*font-size: 別途指定*/
	color:#1E2C5B;
	font-weight:bold;
	line-height: 1;
}

#contents h4 {
	padding: 0;
	margin: 0;
	/*font-size: 別途指定*/
	color:#000;
	font-weight:bold;
	line-height: 1.6;
}

#contents h5 {
	padding: 0;
	margin: 0;
	/*font-size: 別途指定*/
	color:#000;
	font-weight:bold;
	line-height: 1.6;
}

#contents .basegray {
	padding: 8px 12px;
	background-color:#E1E1E1;
}

#contents .pdf p {
	margin-top: 15px;
	padding-left: 23px;
	background:url(../images/pdf-icon.gif) no-repeat;
	font-size: 90%;
}

/*voice-unit*/
#contents .voice-unit {
	width: 470px;
	margin-top: 30px;
	background:url(../images/note3_m.gif) repeat-y;
}

#contents .voice-unit .unit-top {
	height: 15px;
	font-size: 1px;/*Win IE*/
	line-height: 1%;/*Win IE*/
	background:url(../images/note3_t.gif) no-repeat;
}

#contents .voice-unit .unit-bottom {
	height: 19px;
	font-size: 1px;/*Win IE*/
	line-height: 1%;/*Win IE*/
	background:url(../images/note3_b.gif) no-repeat;
}

#contents .voice-unit .inner {
	padding: 0 25px 0 35px;
}

#contents .voice-unit .inner h3 {
	padding: 5px 0 0 17px;
	margin: 5px 0 10px;
	line-height: 1.3;
	background:url(../images/check_icon.gif) repeat-y 0 0;
	font-weight: bold;
}

#contents .voice-unit h3 span {
	font-size: 80%;
	font-weight: normal;
	padding-left: 10px;
}

#contents .gray-box {
	margin: 0 0 20px;
	padding: 10px 0 0;
	border: 1px solid #ccc;
}
