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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	font-size: 12px;
}

#top_container {
	margin: 0 auto;
}

.wrapper {
	width: 940px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}


/* heder
------------------------------------------------------------------ */
.header_top {
	float: left;
	margin: 25px 0 25px 0;
}

#logo {
	float: left;
	padding: 0;
	margin: 0;
}



/* heder_navi
------------------------------------------------------------------ */

#navi {
	float: right;
	width: 500px;
	margin: 67px 0 0 0;
	padding: 0;
}

#navi ul {
	margin: 0px;
	padding: 0px;
}

#navi li {
	float: right;
	list-style: none;
	text-indent: -9999px;
}

#navi a {
	text-decoration: none;
	background-position: left top;
	background-repeat: no-repeat;
}

.navi_mobile {
	display: block;
	width: 70px;
	height: 12px;
	background-image: url(../images/navi_mobile.jpg);
}

.navi_member {
	display: block;
	width: 70px;
	height: 12px;
	background-image: url(../images/navi_member.jpg);
}

.navi_info {
	display: block;
	width: 59px;
	height: 12px;
	background-image: url(../images/navi_info.jpg);
}

.navi_link {
	display: block;
	width: 47px;
	height: 12px;
	background-image: url(../images/navi_link.jpg);
}

.navi_reference {
	display: block;
	width: 127px;
	height: 12px;
	background-image: url(../images/navi_reference.jpg);
}

.navi_map {
	display: block;
	width: 88px;
	height: 12px;
	background-image: url(../images/navi_map.jpg);
}

.navi_privacy {
	display: block;
	width: 97px;
	height: 12px;
	background-image: url(../images/navi_privacy.jpg);
}


/* heder_mainmenu
------------------------------------------------------------------ */

#mainmenu {
	clear:left;
	width: 940px;
	height: 45px;
	margin: 0;
	padding: 0;
}

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

#mainmenu li {
	float: left;
	list-style: none;
	text-indent: -9999px;
}


#mainmenu li.mainmenu_home {
	height: 45px;
	width: 156px;
	display: block;
	background: url(../images/button_mainmenu_home.jpg) no-repeat;
}

#mainmenu li.mainmenu_home a {
	height: 45px;
	width: 156px;
	display: block;
	background: url(../images/button_mainmenu_home.jpg) 0px -45px;
}

#mainmenu li.mainmenu_info {
	height: 45px;
	width: 157px;
	display: block;
	background: url(../images/button_mainmenu_info.jpg) no-repeat;
}

#mainmenu li.mainmenu_info a {
	height: 45px;
	width: 157px;
	display: block;
	background: url(../images/button_mainmenu_info.jpg) 0px -45px;
}

#mainmenu li.mainmenu_study {
	height: 45px;
	width: 157px;
	display: block;
	background: url(../images/button_mainmenu_study.jpg) no-repeat;
}

#mainmenu li.mainmenu_study a {
	height: 45px;
	width: 157px;
	display: block;
	background: url(../images/button_mainmenu_study.jpg) 0px -45px;
}

#mainmenu li.mainmenu_job {
	height: 45px;
	width: 157px;
	display: block;
	background: url(../images/button_mainmenu_job.jpg) no-repeat;
}

#mainmenu li.mainmenu_job a {
	height: 45px;
	width: 157px;
	display: block;
	background: url(../images/button_mainmenu_job.jpg) 0px -45px;
}

#mainmenu li.mainmenu_admission {
	height: 45px;
	width: 157px;
	display: block;
	background: url(../images/button_mainmenu_admission.jpg) no-repeat;
}

#mainmenu li.mainmenu_admission a {
	height: 45px;
	width: 157px;
	display: block;
	background: url(../images/button_mainmenu_admission.jpg) 0px -45px;
}

#mainmenu li.mainmenu_magazine {
	height: 45px;
	width: 156px;
	display: block;
	background: url(../images/button_mainmenu_magazine.jpg) no-repeat;
}

#mainmenu li.mainmenu_magazine a {
	height: 45px;
	width: 156px;
	display: block;
	background: url(../images/button_mainmenu_magazine.jpg) 0px -45px;
}


/*

#mainmenu a {
	text-decoration: none;
	background-position: left top;
	background-repeat: no-repeat;
}

#mainmenu a {
	background-position: 0px -45px;
	background-repeat: no-repeat;
}


#mainmenu a:hover {
	background-position: 0px -45px;
	background-repeat: no-repeat;
}

#mainmenu a:active {
	background-position: 0px -45px;
	background-repeat: no-repeat;
}




.mainmenu_info {
	height: 45px;
	width: 157px;
	display: block;
	background-image: url(../images/button_mainmenu_info.jpg);
}

.mainmenu_study {
	height: 45px;
	width: 157px;
	display: block;
	background-image: url(../images/button_mainmenu_study.jpg);
}

.mainmenu_job {
	height: 45px;
	width: 157px;
	display: block;
	background-image: url(../images/button_mainmenu_job.jpg);
}

.mainmenu_admission {
	height: 45px;
	width: 157px;
	display: block;
	background-image: url(../images/button_mainmenu_admission.jpg);
}

.mainmenu_magazine {
	height: 45px;
	width: 156px;
	display: block;
	background-image: url(../images/button_mainmenu_magazine.jpg);
}

*/

/* page
------------------------------------------------------------------ */

.page_header {
	margin: 20px 0px 15px 0px;
	font-size: 17px;
	font-weight: bold;
	color: #0f365c;
	width: 640px;
	height: 25px;
	border-bottom: 2px solid #0f365c;
	border-collapse: collapse;
}

.page_text {
	font-size: 13px;
	line-height: 140%;
	margin-bottom: 50px;
}

.page_text_2 {
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	color:#600;
	margin: 15px 0px 15px 0px;
}

.page_text_3 {
	font-size: 13px;
	line-height: 140%;
	margin-bottom: 30px;
}

.page_text_4 {
	font-size: 13px;
	line-height: 140%;
	margin-bottom: 15px;
}

.page_text_5 {
	font-size: 13px;
	line-height: 140%;
	margin: 30px 0px 30px 0px;
}

.page_text_6 {
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	color:#600;
	margin: 20px 10px 15px 10px;
}

.page_text_7 {
	margin-top: 35px;
	margin-bottom: 35px;
}


#page {
	float:left;
}

#page_content {
	float: left;
	width: 690px;
	padding-bottom: 30px;
}

.pickup_top_schedule {
	width: 660px;
	height: 35px;
	margin-bottom: 15px;
	background: url(../images/pickup_studyschedule.jpg) no-repeat;
}

.pickup_schedule {
	float: left;
	width: 660px;
	margin: 20px 0px 20px 5px;
}



.schedule_picture {
	text-align: center;
	width: 130px;
}

.schedule_title {
	font-size:15px;
	line-height: 110%;
	font-weight: bold;
	color: #0F365C;
	height: 20px;
}

.schedule_day {
	font-size:13px;
	font-weight: bold;
	color: #0F365C;
	height: 20px;
}

.schedule_txt {
	line-height: 120%;
}

.pickup_line{
	border-top: dotted;
	border-width: 1px;
	border-color: #333;
	width: 660px;
	margin: 10px 0 5px 0;
}


.pickup_top_info {
	width: 660px;
	height: 35px;
	margin-bottom: 15px;
	background-image: url(../images/pickup_info.jpg);
}

.pickup_top_info_2 {
	width: 660px;
	height: 35px;
	margin-bottom: 15px;
	background-image: url(../images/pickup_info_2.jpg);
}

.pickup_top_info_3 {
	width: 660px;
	height: 35px;
	background-image: url(../images/pickup_info_3.jpg);
}

.pickup_top_job {
	width: 660px;
	height: 35px;
	background-image: url(../images/pickup_job.jpg);
}

.pickup_top_job_2 {
	width: 660px;
	height: 35px;
	background-image: url(../images/pickup_job_2.jpg);
}

.pickup_top_job_3 {
	width: 660px;
	height: 35px;
	background-image: url(../images/pickup_job_3.jpg);
}

.pickup_top_admission {
	width: 660px;
	height: 35px;
	background-image: url(../images/pickup_admission.jpg);
}

.pickup_top_admission2 {
	width: 660px;
	height: 35px;
	background-image: url(../images/pickup_admission2.jpg);
}

.pickup_top_privacy {
	width: 660px;
	height: 35px;
	background-image: url(../images/pickup_privacy.jpg);
}

.pickup_top_article {
	width: 660px;
	height: 35px;
	background-image: url(../images/pickup_article.jpg);
}

.pickup_top_committee {
	width: 660px;
	height: 35px;
	background-image: url(../images/pickup_committee.jpg);
}

.pickup_top_committee2 {
	width: 660px;
	height: 35px;
	background-image: url(../images/pickup_committee2.jpg);
}

.pickup_top_committee3 {
	width: 660px;
	height: 35px;
	background-image: url(../images/pickup_committee3.jpg);
}


.pickup_top_reference {
	width: 660px;
	height: 35px;
	background-image: url(../images/pickup_reference.jpg);
}

.pickup_top_study_old {
	width: 660px;
	height: 35px;
	background-image: url(../images/pickup_study_old.jpg);
}

.pickup_top_data {
	width: 660px;
	height: 35px;
	background-image: url(../images/pickup_data.jpg);
}

.pickup_top_mailmagazin {
	width: 660px;
	height: 35px;
	background-image: url(../images/pickup_mailmagazin.jpg);
}

.pickup_top_mail {
	width: 660px;
	height: 35px;
	background-image: url(../images/pickup_mail.jpg);
}

.pickup_top_link {
	width: 660px;
	height: 35px;
	background-image: url(../images/pickup_link.jpg);
}


.pickup_top_membership {
	width: 660px;
	height: 35px;
	background-image: url(../images/pickup_membership.jpg);
}


.pickup_top_membership2 {
	width: 660px;
	height: 35px;
	background-image: url(../images/pickup_membership2.jpg);
}



.pickup_info {
	float: left;
	width: 660px;
	margin: 20px 0px 20px 5px;
}


.info {
	width: 640px;
	margin: 10px 10px 0 10px;
	overflow: hidden;
}



.info_title {
	font-size:15px;
	font-weight: bold;
	line-height: 120%;
	height: 20px;
}

.info_text {
	padding-top: 5px;
	font-size: 12px;
	line-height: 130%;
}

.info_day {
	background: url(../images/info_date.gif) center no-repeat;
	width: 49px;
	height: 20px;
}

.info_day_txet {
	font-size:15px;
	font-weight: bold;
	line-height: 110%;
	width: 605px;
	height: 15px;
}

.info_txt {
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 120%;
}

.info_picture_block {
	width: 640px;
	margin: 0 10px 0 10px;
}

.info_picture  {
	padding-top: 15px;
	width: 150px;
}

.info_link a{
	color: #650525;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}


.info_link a:hover {
	color: #650525;
	text-decoration: underline;
}




.pickup_line{
	border-top: dotted;
	border-width: 1px;
	border-color: #333;
	width: 660px;
	margin: 10px 0 5px 0;
}

.block_bottom {
	text-align: center;
}

.block_bottom a {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.block_bottom a:hover {
	color: #650525;
	text-decoration: underline;
}



/* page(study)
------------------------------------------------------------------ */

.schedule {
	margin-top: 10px;
	width: 660px;
	border-collapse: collapse;
}

.schedule2 {
	width: 660px;
	border-collapse: collapse;
	margin-bottom: 35px;
}

.study_date {
	width: 410px;
	height: 30px;
	background: url(../images/date1.gif) no-repeat;
	padding-left: 10px;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}

.study_post {
	width: 250px;
	height:30px;
	padding-right: 10px;
	text-align: right;
	background: url(../images/date2.gif) no-repeat;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}

.study_thema {
	width: 50px;
	height: 45px;
}

.study_thema_text {
	font-size: 18px;
	font-weight: 700;
	width: 600px;
}

.study_th {
	width: 50px;
	height: 22px;
}

.study_space {
	width: 50px;
	height: 20px;
}

.study_fee {
	width: 50px;
	height: 20px;
}

.study_text {
	font-size: 13px;
	font-weight: bold;
	height: 20px;
}

.study_text a {
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	color: #650525;
	text-decoration: none;
}
	
.study_spec {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 160%;
}

.study_spec:hover {
	font-size: 13px;
	font-weight: bold;
	color: #650525;
	text-decoration: underline;	
}




/* sidebar
------------------------------------------------------------------ */


#sidebar {
	float: left;
	margin-left: 5px;
	margin-bottom:10px;
}

#sidebar_content {
	float: right;
	width: 234px;
	margin-right: 5px;
	
}


/* ad
------------------------------------------------------------------ */

.news_ad_top {
	background: url(../images/news_ad_top.jpg);
	height: 20px;
	margin-top: 20px;
}

.news_ad_center {
	border-left: #eaf6f4 solid 1px;
	border-right: #eaf6f4 solid 1px;
	padding: 0 10px 0 10px;
}

.news_ad_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	margin-bottom: 10px;	
}

.news_ad_txt {
	height: 4.5em;
	overflow: hidden;
	font-size: 12px;
	line-height: 110%;
	text-align: justify;
}

.news_ad_bottom {
	background: url(../images/news_ad_bottom.jpg);
	height: 20px;
	margin-bottom: 10px;
}


/* banner
------------------------------------------------------------------ */

.banner {
	margin-bottom: 10px;
}


/* employ
------------------------------------------------------------------ */
.pickup_employ_top {
	background: url(../images/job_top.jpg);
	height: 30px;
}

.employ {
	border-left: #dbddda solid 1px;
	border-right: #dbddda solid 1px;
	background-color: #f0f8ed;
	margin:0;
	padding:0;
}

.employ li {
	list-style-type: none;
	background: url(../images/job_line.jpg) bottom no-repeat;
}

.employ li a{
	text-decoration: none;
	color: #333;
	font-size: 11.5px;
	display: block;
	width: 212px;
	padding: 10px;	
}

.employ li a:hover {
	background-color: #d7edd0;
	color: #000;
}

.pickup_employ_bottom {
	background: url(../images/job_bottom.jpg);
	height: 10px;
	margin-bottom: 10px;
}


/* contact
------------------------------------------------------------------ */

.contact_block_top {
	background: url(../images/contact_top.jpg);
	height: 30px;
}

.contact_block_top_navi {
	background: url(../images/contact_top.jpg);
	height: 30px;
	margin-top:22px;
}

.contact_block_in {
	border-left: #dbddda solid 1px;
	border-right: #dbddda solid 1px;
	background-color: #f7f7f7;
	margin:0;
	padding:10px;
	
}

.name {
	font-size: 14.5px;
	font-weight: bold;
}

.address_txt {
	font-size: 11px;
	color: #333;
}

.contact_block_bottom {
	background: url(../images/contact_bottom.jpg);
	height: 10px;
	margin-bottom: 10px;
}



.address_head {
	color: #0F365C;
	font-size: 12px;
	font-weight: bold;
	width: 40px;
}

.address_item {
	color:  #333;
	font-size: 14px;
	font-weight: bold;
}

#footer {
	clear: left;
	border-top: dotted;
	border-width: 1px;
	border-color: #333;
	padding-top: 5px;
	padding-bottom: 10px;
}

address {
	font-style: normal;
	color:  #333;
	
}

/* submanu
------------------------------------------------------------------ */
.submanu_study_top {
	background: url(../images/submenu_study_top.jpg);
	height: 30px;
	margin-top: 21px;
}

.submanu_info_top {
	background: url(../images/submenu_info_top.jpg);
	height: 30px;
	margin-top: 21px;
}

.submanu_job_top {
	background: url(../images/submenu_job_top.jpg);
	height: 30px;
	margin-top: 21px;
}

.submanu_join_top {
	background: url(../images/submenu_join_top.jpg);
	height: 30px;
	margin-top: 21px;
}

.submanu_reference_top {
	background: url(../images/submenu_reference_top.jpg);
	height: 30px;
	margin-top: 21px;
}


.submanu {
	border-left: #dbddda solid 1px;
	border-right: #dbddda solid 1px;
	background-color: #f0f8ed;
	margin:0;
	padding:0;
}

.submanu li {
	list-style-type: none;
	background: url(../images/submenu_line.jpg) bottom no-repeat;
}

.submanu li a{
	text-decoration: none;
	color: #333;
	font-size: 12px;
	font-weight: 500;
	display: block;
	width: 212px;
	padding: 10px;	
}

.submanu li a:hover {
	background-color: #d7edd0;
	color: #000;
}

.submanu_bottom {
	background: url(../images/submenu_bottom.jpg);
	height: 10px;
	margin-bottom: 10px;
	
}



/* job
------------------------------------------------------------------ */

.job {
	width: 660px;
	border-collapse: collapse;
	margin-bottom: 5px;
	margin-top: 15px;
	padding: 0px 10px 0px 10px;
}

.job_details_block {
	width: 640px;
	padding: 0px 10px 0px 10px;
	margin-bottom: 30px;
}

.job_details_block2 {
	width: 640px;
	clear:left;
	margin-top: 50px;
}

.job_details_block3 {
	width: 640px;
	clear:left;
}


.job_name {
	width: 410px;
	height: 30px;
	background: url(../images/date1.gif) no-repeat;
	padding-left: 10px;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}

.job_date {
	width: 250px;
	height:30px;
	padding-right: 10px;
	text-align: right;
	background: url(../images/date2.gif) no-repeat;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}

.table_details {
	border: solid 1px #333;
	border-collapse: collapse;
	width: 640px;
	margin-bottom: 10px;
}

.table_details_2 {
	border: solid 1px #333;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.table_category {
	border: solid 1px #333;
	width: 80px;
	padding: 5px 0px 5px 15px;
	background-color: #f0f8ed;
	color: #0f365c;
	font-weight: bold;
	font-size: 15px;
}

.table_item {
	border: solid 1px #333;
	width: 100px;
	padding: 5px 10px 5px 10px;
	font-size: 15px;
	background-color: #f0f8ed;
}

.table_item_2 {
	border: solid 1px #333;
	padding: 5px 10px 5px 10px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	background-color: #f0f8ed;
}

.table_item_3 {
	border: solid 1px #333;
	padding: 5px 30px 5px 10px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	background-color: #f0f8ed;
}

.table_text {
	border: solid 1px #333;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
}

.table_text_2 {
	border: solid 1px #333;
	width: 100px;
	padding: 5px 30px 5px 10px;
	color: #333;
	font-weight: bold;
	font-size: 13px;
}

.table_text a {
	text-decoration: none;
	color: #0f365c;
}

.table_text a:hover {
	text-decoration: underline;
	color: #0f365c;
}

.head_text {
	color: #0f365c;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 2px;
}

.head_text_2 {
	color: #0f365c;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}

.head_text_3 {
	color: #0f365c;
	font-weight: bold;
	font-size: 15px;
	margin: 10px 0px 10px 0px;
}

.head_text_2 {
	clear:left;
	color: #0f365c;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}

.head_text_4{
	clear:left;
	color: #0f365c;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 10px;
}


.job_button li {
	float: left;
	list-style: none;
	text-indent: -9999px;
	margin-bottom: 20px;
}


.job_button li.job_button_next a {
	height: 20px;
	width: 100px;
	margin-left: 220px;
	display: block;
	background: url(../images/button_job_sub.gif)  top no-repeat;
}

.job_button li.job_button_next a:hover {
	background-position:  0px -20px;
}


.job_button li {
	float: left;
	list-style: none;
	text-indent: -9999px;
	margin-bottom: 20px;
}


.job_button li.job_button_next a {
	height: 20px;
	width: 100px;
	margin-left: 220px;
	display: block;
	background: url(../images/button_job_sub.gif)  top no-repeat;
}

.job_button li.job_button_next a:hover {
	background-position:  0px -20px;
}


.subheading {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 200%;
	
}



/* フォームボタン
------------------------------------------------------------------ */

.join_form {
	text-indent: -9999px;
	height: 60px;
	width: 234px;
	display: block;
	background: url(../images/join2.jpg) top no-repeat;	
}

.join_form a {
	height: 60px;
	width: 234px;
	display: block;
	background: url(../images/join2.jpg) 0px -60px;
}

.join_form2 {
	text-indent: -9999px;
	margin-bottom:10px;
	height: 60px;
	width: 234px;
	display: block;
	background: url(../images/mailmagazine2.jpg) top no-repeat;	
}

.join_form2 a {
	height: 60px;
	width: 234px;
	display: block;
	background: url(../images/mailmagazine2.jpg) 0px -60px;
}




.job_form li {
	float: left;
	list-style: none;
	text-indent: -9999px;
	margin : 50px 0px 50px 0px;
}


.job_form li.job_form_1 {
	margin-right: 10px;
	height: 60px;
	width: 234px;
	display: block;
	background: url(../images/banne_form_1.jpg) top no-repeat;
}

.job_form li.job_form_1 a {
	height: 60px;
	width: 234px;
	display: block;
	background: url(../images/banne_form_1.jpg) 0px -60px;
}


.job_form li.job_form_2 {
	margin-left: 10px;
	height: 60px;
	width: 234px;
	display: block;
	background: url(../images/banne_form_2.jpg) top no-repeat;
}

.job_form li.job_form_2 a {
	height: 60px;
	width: 234px;
	display: block;
	background: url(../images/banne_form_2.jpg) 0px -60px;
}




.admission_form li {
	float: left;
	list-style: none;
	text-indent: -9999px;
	margin : 10px 0px 50px 0px;
}


.admission_form li.admission_form_1 {
	margin-right: 10px;
	height: 60px;
	width: 234px;
	display: block;
	background: url(../images/button_admission_sub1.gif)  top no-repeat;
}

.admission_form li.admission_form_1 a {
	height: 60px;
	width: 234px;
	display: block;
	background: url(../images/button_admission_sub1.gif) 0px -60px;
}


.admission_form li.admission_form_2 {
	margin-left: 10px;
	height: 60px;
	width: 234px;
	display: block;
	background: url(../images/button_admission_sub2.gif)  top no-repeat;
}

.admission_form li.admission_form_2 a {
	height: 60px;
	width: 234px;
	display: block;
	background: url(../images/button_admission_sub2.gif) 0px -60px;
}


.admission_form li.admission_form_3 {
	margin-right: 10px;
	height: 60px;
	width: 234px;
	display: block;
	background: url(../images/banne_form_3.jpg) top no-repeat;
}

.admission_form li.admission_form_3 a {
	height: 60px;
	width: 234px;
	display: block;
	background: url(../images/banne_form_3.jpg) 0px -60px;
}


.admission_form li.admission_form_4 {
	margin-left: 10px;
	height: 60px;
	width: 234px;
	display: block;
	background: url(../images/banne_form_4.jpg)  top no-repeat;
}

.admission_form li.admission_form_4 a {
	height: 60px;
	width: 234px;
	display: block;
	background: url(../images/banne_form_4.jpg) 0px -60px;
}


.admission_form li.admission_form_5 {
	height: 60px;
	width: 234px;
	display: block;
	background: url(../images/banne_form_4.jpg) top no-repeat;
}

.admission_form li.admission_form_5 a {
	height: 60px;
	width: 234px;
	display: block;
	background: url(../images/banne_form_4.jpg) 0px -60px;
}




/* 個人情報保護方針
------------------------------------------------------------------ */

.privacy_list {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 20px;
}


/* 定款
------------------------------------------------------------------ */

.article {
	width: 640px;	
}

.article2 {
	width: 640px;	
}

.article tr {
	margin: 5px 0px 5px 0px;
}

.article2 tr {
	margin: 5px 0px 5px 0px;
}

.article_title {
	font-size: 13px;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}

.article_contents {
	width: 45px;
}

.article_end {
	margin: 20px 0px 30px 0px;
}

.article_text {
	line-height: 120%;
}


/* 委員
------------------------------------------------------------------ */
.committee {
	width: 640px;
	margin-bottom: 30px;
	border-collapse: collapse;
	border: solid 1px #333;
}

.committee td {
	border: solid 1px #333;
	padding: 7px;
}

.committee_title {
	font-weight: bold;
	background-color: #f0f8ed;
	text-align: center;
}


/* リンク
------------------------------------------------------------------ */

.link_table {
	text-align: center;
	border: solid 1px #333;
	border-collapse: collapse;
	width: 640px;
	margin-bottom: 30px;
}

.link_table tr td {
	border: solid 1px #666;
	width: 25%;
	border-collapse: collapse;
	padding: 8px 0px 8px 0px;
}

.link_table tr td a{
	font-size: 12px;
	color:#333;
	font-weight: bold;
	line-height: 130%;
	text-decoration: none;
}

.link_table tr td a:hover{
	color: #650525;
	text-decoration: underline;	
}



/* ナビゲーション
------------------------------------------------------------------ */

.navigation {
	text-align:center;
	font-size: 13px;
	font-weight: bold;
	color:#333;
	text-decoration: none;
}

.navigation :hover{
	color:#650525;
	text-decoration: underline;
}



