@charset "UTF-8";

/*
Theme Name: secusolutions
Theme URI: http://www.secusolutions.co.jp/
Description: Master CSS file.
Version: 1.0
author: Copyright 2009,secusolutions Inc.All right reserved.
*/

/*-----------------------------------------------------------------------------
Primary Style Sheet
-----------------------------------------------------------------------------*/

/*IE6*/
* html img{
vertical-align: bottom;
}
/*IE7*/
*:first-child+html img{
vertical-align: bottom;
}

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	color:#3F3F3F;
	background:#e5e5e5;
}

* html body {
	text-align: center;
}

p {margin:8px 0;line-height:1.5em;}

a{text-decoration:none;cursor:pointer;color:#cc3333;}

a:link{color:#1c3f8f;}

a:visited{color:#1c3f8f;}

a:hover{text-decoration:underline;color:#1c3f8f;}

p a{padding:0 2px;text-decoration:none;cursor:pointer;}

img{margin:0;padding:0;border:none;}

span.date {color:#888;font-size:77%;font-weight:bold;}

span.comment {color:#888;font-size:77%;font-weight:bold;}

.attention {color:#cc3333;}

/* Conteiner ----------------------------------------------------------------*/

#container {
	position:relative;
	display:block;
	width:950px;
	font-size:81.3%;
	margin: 0 auto;
}

* html #container {
	text-align: left;
}

hr{display:none;}

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*A^\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#main_contents{
	clear: both;
	min-height: 830px;
	background-image: url(../images/main_contents_bg.jpg);
	background-repeat: repeat-y;
}

#main_contents_bottom{
	margin-bottom: 20px;
	vertical-align: top;
}

#main_contents_bottom img{
	vertical-align: top;
}

/* header ----------------------------------------------------------------*/
#header{
	margin: 10px 0px 10px 3px;
	*margin: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px\9;
}

#header_logo{
	width: 560px;
	background-color: #fff;
	display: block;
	height: 80px;
	margin-right: 10px;
	*margin-right: 5px;
	float: left;
	-moz-box-shadow: 0px 0px 5px #A9A9A9;
	-webkit-box-shadow: 0px 0px 5px #A9A9A9;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#bebebe', Direction=0, Strength=3) progid:DXImageTransform.Microsoft.Shadow(color='#bebebe', Direction=90, Strength=3) progid:DXImageTransform.Microsoft.Shadow(color='#bebebe', Direction=270, Strength=3) progid:DXImageTransform.Microsoft.Shadow(color='#bebebe', Direction=180, Strength=3)
}

/* cate_menu ------------------*/

#cate_menu{
	width: 370px;
	background-color: #ffffff;
	display: block;
	height: 80px;
	float: left;
	-moz-box-shadow: 0px 0px 5px #A9A9A9;
	-webkit-box-shadow: 0px 0px 5px #A9A9A9;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#bebebe', Direction=0, Strength=3) progid:DXImageTransform.Microsoft.Shadow(color='#bebebe', Direction=90, Strength=3) progid:DXImageTransform.Microsoft.Shadow(color='#bebebe', Direction=270, Strength=3) progid:DXImageTransform.Microsoft.Shadow(color='#bebebe', Direction=180, Strength=3)
}

#cate_menu ul{
	padding: 0;
	list-style: none;
	margin: 0;
	visibility: visible;
}

#cate_menu ul li{
	display:inline;
	list-style-type:none;
}

#cate_menu ul li a {
	height: 80px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}


/*------off*/
#cate_menu ul li.target_examinee a {
	background:url(../images/cate_menu.jpg) no-repeat 0px 0px;
	width: 125px;
}
#cate_menu ul li.target_student a {
	background:url(../images/cate_menu.jpg) no-repeat -125px 0px;
	width: 120px;
}
#cate_menu ul li.target_graduate a {
	background:url(../images/cate_menu.jpg) no-repeat -245px 0px;
	width: 125px;
}

/*------hover*/
#cate_menu ul li.target_examinee a:hover  {
	background:url(../images/cate_menu.jpg) no-repeat 0px -80px;
}
#cate_menu ul li.target_student a:hover  {

	background:url(../images/cate_menu.jpg) no-repeat -125px -80px;
}
#cate_menu ul li.target_graduate a:hover  {
	background:url(../images/cate_menu.jpg) no-repeat -245px -80px;
}

/*------on*/
#cate_menu ul li.target_examinee_on a {
	background:url(../images/cate_menu.jpg) no-repeat 0px -80px;
	width: 125px;
}
#cate_menu ul li.target_student_on a {
	background:url(../images/cate_menu.jpg) no-repeat -125px -80px;
	width: 120px;
}
#cate_menu ul li.target_graduate_on a {
	background:url(../images/cate_menu.jpg) no-repeat -245px -80px;
	width: 125px;
}

/*----------------------------end*/


/* global_side -----------------------------------------------------------*/
#global_side{
	width: 180px;
	margin:0px 0px 0px 3px;
	display: block;
	float: left;
	border-top: #DB1F3E solid 3px;
	_margin:0px 0px 0px 1.5px;
}

/* global_menu ------------------*/
#global_menu{
	width: 160px;
	margin:5px auto;
	_margin: 5px 10px;	
}

#global_menu ul{
	padding: 0;
	list-style: none;
	margin: 0;
	visibility: visible;
}

#global_menu ul li{
	list-style-type:none;
}

#global_menu ul li a {
	width: 160px;
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}


/*------off*/
#global_menu ul li.navi_about a {
	background:url(../images/main_menu1.jpg) no-repeat 0px 0px;
	height: 41px;
}
#global_menu ul li.navi_curriculum a {
	background:url(../images/main_menu1.jpg) no-repeat 0px -41px;
	height: 40px;
}
#global_menu ul li.navi_faculty a {
	background:url(../images/main_menu1.jpg) no-repeat 0px -81px;
	height: 40px;
}
#global_menu ul li.navi_program a {
	background:url(../images/main_menu1.jpg) no-repeat 0px -121px;
	height: 40px;
}
#global_menu ul li.navi_access a {
	background:url(../images/main_menu1.jpg) no-repeat 0px -161px;
	height: 40px;
}
#global_menu ul li.navi_exam a {
	background:url(../images/main_menu1.jpg) no-repeat 0px -201px;
	height: 40px;
}
#global_menu ul li.navi_exchange a {
	background:url(../images/main_menu1.jpg) no-repeat 0px -241px;
	height: 40px;
}
#global_menu ul li.navi_obog a {
	background:url(../images/main_menu1.jpg) no-repeat 0px -281px;
	height: 40px;
}
#global_menu ul li.navi_contact a {
	background:url(../images/main_menu1.jpg) no-repeat 0px -321px;
	height: 43px;
}


/*------hover*/
#global_menu ul li.navi_about a:hover  {
	background:url(../images/main_menu1.jpg) no-repeat -160px -0px;
}
#global_menu ul li.navi_curriculum a:hover  {
	background:url(../images/main_menu1.jpg) no-repeat -160px -41px;
}
#global_menu ul li.navi_faculty a:hover  {
	background:url(../images/main_menu1.jpg) no-repeat -160px -81px;
}
#global_menu ul li.navi_program a:hover  {
	background:url(../images/main_menu1.jpg) no-repeat -160px -121px;
}
#global_menu ul li.navi_access a:hover  {
	background:url(../images/main_menu1.jpg) no-repeat -160px -161px;
}
#global_menu ul li.navi_exam a:hover  {
	background:url(../images/main_menu1.jpg) no-repeat -160px -201px;
}
#global_menu ul li.navi_exchange a:hover {
	background:url(../images/main_menu1.jpg) no-repeat -160px -241px;
	height: 40px;
}
#global_menu ul li.navi_obog a:hover {
	background:url(../images/main_menu1.jpg) no-repeat -160px -281px;
}
#global_menu ul li.navi_contact:hover a {
	background:url(../images/main_menu1.jpg) no-repeat -160px -321px;
}

/*------on*/
#global_menu ul li.navi_about_on a {
	background:url(../images/main_menu1.jpg) no-repeat -160px 0px;
	height: 41px;
}
#global_menu ul li.navi_curriculum_on a {
	background:url(../images/main_menu1.jpg) no-repeat -160px -41px;
	height: 40px;
}
#global_menu ul li.navi_faculty_on a {
	background:url(../images/main_menu1.jpg) no-repeat -160px -81px;
	height: 40px;
}
#global_menu ul li.navi_program_on a {
	background:url(../images/main_menu1.jpg) no-repeat -160px -121px;
	height: 40px;
}
#global_menu ul li.navi_access_on a {
	background:url(../images/main_menu1.jpg) no-repeat -160px -161px;
	height: 40px;
}
#global_menu ul li.navi_exam_on a {
	background:url(../images/main_menu1.jpg) no-repeat -160px -201px;
	height: 40px;
}
#global_menu ul li.navi_exchange_on a {
	background:url(../images/main_menu1.jpg) no-repeat -160px -241px;
	height: 40px;
}
#global_menu ul li.navi_obog_on a {
	background:url(../images/main_menu1.jpg) no-repeat -160px -281px;
	height: 40px;
}
#global_menu ul li.navi_contact_on a {
	background:url(../images/main_menu1.jpg) no-repeat -160px -321px;
	height: 43px;
}

/*----------------------------end*/

#google_serch{
	width: 160px;
	margin: 0px auto;
	_margin: 0px 10px;
}

#google_serch form{
	width: 160px;
}

#google_serch table{
	width: 160px;
	text-align: left;
}

#google_serch td input{
	margin-top: 5px;
}

/* global_sub- ------------------*/
#global_submenu{
	width: 160px;
	margin:10px auto;
	_margin:10px 10px;
}

#global_submenu ul{
	padding: 0;
	list-style: none;
	margin: 0;
	visibility: visible;
}

#global_submenu ul li{
	list-style-type:none;
}

#global_submenu ul li a {
	width: 160px;
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}


/*------off*/
#global_submenu ul li.navi_event a {
	background:url(../images/sub_menu.jpg) no-repeat 0px 0px;
	height: 27px;
}
#global_submenu ul li.navi_link a {
	background:url(../images/sub_menu.jpg) no-repeat 0px -27px;
	height: 27px;
}
#global_submenu ul li.navi_sitemap a {
	background:url(../images/sub_menu.jpg) no-repeat 0px -54px;
	height: 27px;
}

/*------hover*/
#global_submenu ul li.navi_event a:hover  {
	background:url(../images/sub_menu.jpg) no-repeat -160px 0px;
}
#global_submenu ul li.navi_link a:hover  {
	background:url(../images/sub_menu.jpg) no-repeat -160px -27px;
}
#global_submenu ul li.navi_sitemap a:hover  {
	background:url(../images/sub_menu.jpg) no-repeat -160px -54px;
}

/*------on*/
#global_submenu ul li.navi_event_on a {
	background:url(../images/sub_menu.jpg) no-repeat -160px 0px;
	height: 27px;
}
#global_submenu ul li.navi_link_on a {
	background:url(../images/sub_menu.jpg) no-repeat -160px -27px;
	height: 27px;
}
#global_submenu ul li.navi_sitemap_on a {
	background:url(../images/sub_menu.jpg) no-repeat -160px -54px;
	height: 27px;
}


/*----------------------------end*/


/* global_banner- ------------------*/
#global_banner{
	margin: 20px auto;
	_margin: 20px 10px;
	width: 159px;
}

#global_banner ul{
	padding: 0;
	list-style: none;
	margin: 0;
	visibility: visible;
}

#global_banner ul li{
	list-style-type:none;
}

#global_banner ul li a {
	width: 160px;
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}


/*------off*/
#global_banner ul li.navi_internship a {
	background:url(../images/side_bannerNav.jpg) no-repeat 0px 0px;
	height: 70px;
}
#global_banner ul li.navi_consulting a {
	background:url(../images/side_bannerNav.jpg) no-repeat 0px -70px;
	height: 70px;
}
#global_banner ul li.navi_subsidy a {
	background:url(../images/side_bannerNav.jpg) no-repeat 0px -140px;
	height: 70px;
}
#global_banner ul li.navi_18seminar a {
    background:url(../images/side_bannerNav.jpg) no-repeat 0px -210px;
    height: 70px;
}
#global_banner ul li.navi_management a {
	background:url(../images/side_bannerNav.jpg) no-repeat 0px -280px;
	height: 70px;
}
#global_banner ul li.navi_past_project a {
	background:url(../images/side_bannerNav.jpg) no-repeat 0px -350px;
	height: 70px;
}

/*------hover*/
#global_banner ul li.navi_internship a:hover {
	background:url(../images/side_bannerNav.jpg) no-repeat -160px 0px;
}
#global_banner ul li.navi_consulting a:hover  {
	background:url(../images/side_bannerNav.jpg) no-repeat -160px -70px;
}
#global_banner ul li.navi_subsidy a:hover  {
	background:url(../images/side_bannerNav.jpg) no-repeat -160px -140px;
}
#global_banner ul li.navi_18seminar a:hover  {
background:url(../images/side_bannerNav.jpg) no-repeat -160px -210px;
}
#global_banner ul li.navi_management a:hover  {
	background:url(../images/side_bannerNav.jpg) no-repeat -160px -280px;
}
#global_banner ul li.navi_past_project a:hover  {
	background:url(../images/side_bannerNav.jpg) no-repeat -160px -350px;
}



/*------on*/
#global_banner ul li.navi_internship_on a {
	background:url(../images/side_bannerNav.jpg) no-repeat -160px 0px;
	height: 70px;
}
#global_banner ul li.navi_consulting_on a {
	background:url(../images/side_bannerNav.jpg) no-repeat -160px -70px;
	height: 70px;
}
#global_banner ul li.navi_subsidy_on a {
	background:url(../images/side_bannerNav.jpg) no-repeat -160px -140px;
	height: 70px;
}
#global_banner ul li.navi_management_on a {
	background:url(../images/side_bannerNav.jpg) no-repeat -160px -210px;
	height: 70px;
}
#global_banner ul li.navi_past_project_on a {
	background:url(../images/side_bannerNav.jpg) no-repeat -160px -280px;
	height: 70px;
}


/*----------------------------end*/



/* second_maincontents -----------------------------------------------------------*/

#second_contents{
	clear: both;
	min-height: 830px;
	background-image: url(../images/second_contents_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#second_contents_bottom{
	margin-bottom: 20px;
	vertical-align: top;
	padding: 0px;
	height: 3px;
}

#second_contents_bottom img{
	vertical-align: top;
}


* html #second_contents_bottom{
	padding: 0px;
	height: 3px;
	font-size: 1px;
}

#second_contents_top{
	margin: 0px;
	padding: 0px;
	height: 3px;
}

* html #second_contents_top{
	margin: 0px;
	padding: 0px;
	height: 3px;
	font-size: 1px;
}



#second_maincontents{
	width: 560px;
	background-color: #fff;
	display: block;
	border-top: #0d3287 solid 3px;
	margin-left: 10px;
	_margin: -3px 0px 0px 7px;
	float: left;
	-moz-box-shadow: 0px 0px 5px #A9A9A9;
	-webkit-box-shadow: 0px 0px 5px #A9A9A9;
	box-shadow: 0px 0px 5px #A9A9A9;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#bebebe', Direction=0, Strength=3) progid:DXImageTransform.Microsoft.Shadow(color='#bebebe', Direction=90, Strength=3) progid:DXImageTransform.Microsoft.Shadow(color='#bebebe', Direction=270, Strength=3) progid:DXImageTransform.Microsoft.Shadow(color='#bebebe', Direction=180, Strength=3)

}

*:first-child+html #second_maincontents {
	margin:  -3px 0px -3px 7px;	
}

#second_detailarea{
	padding: 0px 15px 30px 15px;
}

#second_detailarea a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}


#breadcrumb{
	margin: 5px 0px;
	border-bottom: 1px dashed #999999;
}

.pagetop{
	text-align: right;
	width: 530px;
	height: 13px;
	margin: 20px 0px;
}

#second_maintitle{
	margin: 20px 0px 30px 0px;
}

#second_maintitle2{
	margin: 20px 0px 20px 0px;
}

.second_leftcon{
	width: 348px;
	float: left;
}

.second_rightcon{
	width: 166px;
	margin-left: 15px;
	float: left;
}

* html .second_rightcon{
	width: 166px;
	margin-left: 7px;
	float: left;
}

.second_fullcon{
	width: 530px;
}

.second_headimage{
	margin-bottom: 20px;
}

.second_h2{
	background-color: #f0f0f0;
	border: 1px solid #666666;
	width: 520px;
	height: 35px;
	padding-left: 10px;
	color: #343031;
	font-size: 110%;
}

* html .second_h2{
	background-color: #f0f0f0;
	border: 1px solid #666666;
	width: 530px;
	height: 35px;
	padding-left: 10px;
	color: #343031;
	font-size: 110%;
}


.second_h2_left{
	background-color: #f0f0f0;
	border: 1px solid #666666;
	width: 338px;
	height: 35px;
	padding-left: 10px;
	color: #343031;
	font-size: 110%;
}

.second_h3{
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	font-size: 110%;
}
.second_h4{
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	font-size: 110%;
}
.second_text2{
	width: 500px;
	margin: 10px auto;
}

.second_text2 p{
	line-height: 1.6;
	margin: 10px 0px 10px 10px;
}

.second_h4{
	color: #933;
	border-bottom: 1px dotted #c7c7c7;
	padding: 5px 0px;
	line-height: 1.5;
	font-weight: bold;
}

.second_text{
	margin: 20px 0px;
}

.second_text p{
	line-height: 1.6;
	padding-bottom: 10px;
}

.text-right{
	text-align: right;
	padding: 5px 0px 20px 0px;
}

.text_center{
	text-align: center;
	padding: 5px 0px 20px 0px;
	width: 530px;
}

.second_ul{
	margin: 20px 0px 20px 10px;
}

.second_ul li{
    list-style: square inside;
    padding: 10px 0px;
    margin: 0px;
    border-bottom: 1px dotted #c7c7c7;
    line-height: 1.6;
}



/*    */

.examee_news2_text{
  width: 510px;
  height: 400px;
  overflow: auto;
  border: 1px solid #c7c7c7;
  margin: 10px 0px 20px 0px;
  padding: 0px 10px;
}

.examee_news2_text p{
	line-height: 1.6;
	padding-bottom: 10px;
}



.examee_news2_h2{
	border-bottom: 1px dotted #c7c7c7;
	padding-left: 10px;
	margin-top:30px;
}


.examee_news2_h2 p{
	padding-left: 10px;
	color: #343031;
	font-size: 100%;
}







.news_new{
	color: #c71010;
	font-weight: bold;
	padding-right: 10px;
}


/* about */

.messe_subtitle {
	color:#1B3E8F;
	font-size: 14px;
	font-weight:bold;
}


.color_blue{
	color: #325481;
}

.campus_image_box{
	width: 510px;
	margin: 20px auto;
}

.campus_left{
	float: left;
	padding: 3px;
	border: 1px solid #c7c7c7;
}

.campus_right{
	float: left;
	margin: 0px 0px 0px 10px;
	width: 290px;
}

.campus_right p{
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
}

/*----------------------------end*/

/* curriculum */

.second_text dl{
	margin: 0px 0px 0px 10px;
	line-height: 1.6;
}

.second_text dt{
	padding: 0px 0px 5px 0px;
	font-weight: bold;
}

.second_text dd{
	padding: 0px 0px 5px 20px;
}

.carri_table table{
	width: 530px;
	text-align: center;
	margin: 0px 0px 10px 0px;
	line-height: 1.6;
	padding: 0px;
	font-size: x-small;
}

.carri_table th{
	border: 1px solid #c7c7c7;
	background-color: #343031;
	color: #ffffff;
	padding: 3px;
	text-align: center;
}

.carri_table td{
	border: 1px solid #c7c7c7;
	padding: 3px;
}

.carri_table_right{
	padding: 0px;
	margin-top: 10px;
	width: 530px;
	text-align: right;
}



/*----------------------------end*/

/* faculty */

.faculty_news_h2 p{
	background-color: #e5e5e5;
	width: 520px;
/*	height: 35px;*/
	padding-left: 10px;
	color: #343031;
	font-size: 100%;
	line-height: 35px;
}

* html .faculty_news_h2 p{
	background-color: #e5e5e5;
	width: 530px;
/*	height: 35px;*/
	padding-left: 10px;
	color: #343031;
	font-size: 100%;
	line-height: 35px;
}

.faculty_news_h2 .activityreport_mark {
	float:right;
	margin: 10px 10px 0 0;
	width:75px;
}

.faculty_news_h2 .activityreport_mark img {
	width:75px;
}

.faculty_news_ul{
	margin: 10px 0px 10px 20px;
}

.faculty_news_ul li{
    list-style: square;
    padding: 10px 0px;
    margin: 0px;
    line-height: 1.6;
}



#senin_box{
	margin: 30px 0px;
}

.faculty_blue_title p{
	color: #ffffff;
	background-color: #0d3287;
	width: 520px;
	height: 28px;
	padding-left: 10px;
	margin: 0px;
	font-size: 100%;
	line-height: 28px;
	font-weight: bold;
}

* html .faculty_blue_title p{
	color: #ffffff;
	background-color: #0d3287;
	width: 530px;
	height: 28px;
	padding-left: 10px;
	margin: 0px;
	font-size: 100%;
	line-height: 28px;
	font-weight: bold;
}

.faculty_lightblue_title p{
	background-color: #c3d1f1;
	width: 245px;
	height: 28px;
	padding-left: 10px;
	margin: 0px;
	font-size: 100%;
	line-height: 28px;
	font-weight: bold;
}

* html .faculty_lightblue_title p{
	background-color: #c3d1f1;
	width: 255px;
	height: 28px;
	padding-left: 10px;
	margin: 0px;
	font-size: 100%;
	line-height: 28px;
	font-weight: bold;
}

.faculty_glay_title p{
	background-color: #e5e5e5;
	width: 245px;
	height: 28px;
	padding-left: 10px;
	margin: 0px;
	font-size: 100%;
	line-height: 28px;
	font-weight: bold;
}

* html .faculty_glay_title p{
	background-color: #e5e5e5;
	width: 255px;
	height: 28px;
	padding-left: 10px;
	margin: 0px;
	font-size: 100%;
	line-height: 28px;
	font-weight: bold;
}

.faculty_left{
	float: left;
	width: 255px;
}

.faculty_right{
	float: left;
	width: 255px;
	margin-left: 20px;
}

.faculity_list_table table{
	width: 255px;
	margin: 0px;
}


* html .faculity_list_table table{
	font-size: 100%;
}


.faculity_list_td1{
	width: 80px;
	height: 28px;
	text-align: middle;
	vertical-align: middle;
	border-bottom: 1px dashed #818181;
	padding-left: 15px;
}

.faculity_list_td2{
	width: 175px;
	height: 28px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px dashed #818181;
}

.faculity_list_td4{
	width: 120px;
	height: 28px;
	text-align: middle;
	vertical-align: middle;
	border-bottom: 1px dashed #818181;
	padding-left: 15px;
}

.faculity_list_td5{
	width: 80px;
	height: 28px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px dashed #818181;
}

.faculity_list_td6{
	height: 28px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px dashed #818181;
}
.kenin_box{
	margin: 30px 0px;
}

.faculity_list_table2 table{
	width: 530px;
	margin: 0px;
	line-height: 1.6;
}

* html .faculity_list_table2 table{
	font-size: 100%;
}

.faculty_glay_title2 p{
	background-color: #e5e5e5;
	width: 520px;
	height: 28px;
	padding-left: 10px;
	margin: 10px 0px;
	font-size: 100%;
	line-height: 28px;
	font-weight: bold;
}

* html .faculty_glay_title2 p{
	background-color: #e5e5e5;
	width: 530px;
	height: 28px;
	padding-left: 10px;
	margin: 10px 0px;
	font-size: 100%;
	line-height: 28px;
	font-weight: bold;
}

/*----------------------------end*/


/* program */

.program_link{
	margin: 20px 0px;
	padding: 5px 0px;
	text-align: right;
}

.program_sublinkbox {
	background-color: #ffffff;
	border: 1px solid #666666;
	width: 510px;
	height: 97px;
	margin: 20px 5px;
	padding: 5px;
}

* html .program_sublinkbox {
	background-color: #ffffff;
	border: 1px solid #666666;
	width: 520px;
	height: 97px;
	margin: 20px 5px;
	padding: 5px;
}

.procrass_subbox{
	width: 450px;
	margin: 20px auto;
	border: 1px solid #c7c7c7;
	padding: 10px;
}

.procurri_target{
	margin-top: 20px 0px;
}

.procurriculum_h4{
	color: #325481;
	border-bottom: 1px dotted #c7c7c7;
	padding: 5px 0px;
	line-height: 1.5;
	width: 530px;
	text-align: center;
	margin: 0px;
}


.procurri_target ul{
	margin: 0px 0px 20px 0px;
	padding: 10px 20px;
}

.procurri_target li{
    list-style: square;
    padding: 5px 0px;
    margin: 0px;
    line-height: 1.6;
}

.procurri_target table{
	width: 530px;
	text-align: left;
	margin: 20px 0px;
}

* html .procurri_target table{
	font-size: 100%;
}

.procurri_target th{
	border: 1px solid #c7c7c7;
	background-color: #f0f0f0;
	padding: 5px;
	text-align: center;
}

.procurri_target td{
	border: 1px solid #c7c7c7;
	padding: 5px;
}

.procurri_target td p{
	padding: 0px 0px 5px 0px;
	margin: 0px;
}


.procurri_target .protd1{
	width: 60px;
}

.procurri_target .protd2{
	width: 60px;
}

.procurri_target .protd3{
	width: 100px;
}

.procurri_target .protd4{
	width: 310px;
}

.procurri_target .protd5{
	width: 100px;
}

.procurri_target .protd6{
	width: 120px;
}

.procurri_target .protd7{
	width: 310px;
}

.procurri_target .curri_td1{
	background-color: #343031;
	color: #ffffff;
}

.appp_underline {
	text-decoration: underline;
}

/*----------------------------end*/


	
/*---------------------------------------------------------------

 exam

----------------------------------------------------------------*/
.exam_h3{
	width: 500px;
	margin: 10px auto;
}


.exam_h3 p{
	background-color: #f0f0f0;
	border: 1px solid #666666;
	height: 25px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	color: #343031;
	font-size: 100%;
	line-height: 25px;
}

.exam_box{
	margin: 20px 0px;
}

.exam_ol{
	margin: 0px 30px;
}

.exam_ol{
	line-height: 1.6;
}

.exam_ol li{
	list-style: decimal outside;
	padding: 5px 0px;
}

.exam_ol2{
	margin: 20px 20px 20px 40px;
	line-height: 1.6;
}

.exam_ol2 li{
	list-style: decimal outside;
	padding: 5px 0px;
	border-bottom: 1px dashed #c7c7c7;
}

.exam_ul{
	margin: 20px 20px 20px 20px;
	line-height: 1.6;

}

.exam_ul li.exam_ul_liq {
	background-image: url(../images/exam_qa_listmark.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px dashed #c7c7c7;
	padding: 0px 0px 5px 30px;
}


.exam_ul li.exam_ul_lia {
	background-image: url(../images/exam_qa_listmark2.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 30px;
	margin-top: 5px;
}

.exam_small_ul1{
	margin: 0px 0px 0px 20px;
}

.exam_small_ul1 li{
	list-style: upper-roman outside;
	padding: 5px 0px;
}

.exam_small_ul2{
	margin: 0px 0px 0px 20px;
}

.exam_small_ul2 li{
	list-style: disc outside;
	padding: 5px 0px;
}

.exam_table table{
	width: 530px;
	text-align: left;
	margin: 10px 0px;
	line-height: 1.6;
}

* html .exam_table table{
	font-size: 100%;
}

.exam_table th{
	border: 1px solid #c7c7c7;
	background-color: #f0f0f0;
	padding: 10px;
	text-align: center;
}

.exam_table td{
	border: 1px solid #c7c7c7;
	padding: 10px;
}

.exam_table2 table{
	width: 530px;
	text-align: center;
	margin: 10px 0px;
	line-height: 1.6;
}

* html .exam_table2 table{
	font-size: 100%;
}

.exam_table2 th{
	border: 1px solid #c7c7c7;
	background-color: #343031;
	color: #ffffff;
	padding: 10px;
	text-align: center;
   }

.exam_table2 td{
	border: 1px solid #c7c7c7;
	padding: 10px;
}

exam_table3 table{
	width: 530px;
	text-align: center;
	margin: 10px 0px;
	line-height: 1.6;
}

* html .exam_table3 table{
	font-size: 100%;
}

.exam_table3 th{
	border: 1px solid #c7c7c7;
	background-color: #343031;
	color: #ffffff;
	padding: 10px;
	text-align: center;
    font-size: 0.85em;
}

.exam_table3 tr td:nth-of-type(2){
    border: 1px solid #c7c7c7;
    background-color: #ffffff;
  }

.exam_table3 tr td:nth-of-type(3){
     border: 1px solid #c7c7c7;
     background-color: #ffffff;
}

.exam_table3 tr td:nth-of-type(4){
    background-color: #cccccc;
    border: 1px solid #ffffff;
}

.exam_table3 tr td:nth-of-type(5){
     border: 1px solid #ffffff;
     background-color: #cccccc;
}

.exam_table3 tr td:nth-of-type(6){
     border: 1px solid #ffffff;
     background-color: #a9a9a9;
}

.exam_table3 tr td:nth-of-type(7){
     background-color: #a9a9a9;
     border: 1px solid #ffffff;
}

.exam_table3 tr td:nth-of-type(8){
    background-color: #cccccc;
     border: 1px solid #ffffff;
}

.exam_table3 tr td:nth-of-type(9){
    background-color: #cccccc;
     border: 1px solid #ffffff;
}

.exam_table3 tr td:nth-of-type(10){
    background-color: #a9a9a9;
    border: 1px solid #ffffff;
}

.exam_table3 tr td:nth-of-type(11){
    background-color: #a9a9a9;
    border: 1px solid #ffffff;
}


.exam_table3 td{
	border: 1px solid #c7c7c7;
	padding: 10px;
    text-align: right;
    font-size: 0.85em;
}

.exam_table4 table body {
	width: 530px;
	text-align: left;
	margin: 10px 0px;
	line-height: 1.6; 
}

* html .exam_table4 table{
	font-size: 100%;
}

.exam_table4 th{
	border: 1px solid #c7c7c7;
	background-color: #343031;
	color: #ffffff;
	padding: 10px;
	text-align: center;
    font-size: 0.84em;
    font-weight: 500;
}
 
.exam_table4 tr td:nth-of-type(2){
    border: 1px solid #c7c7c7;
    background-color: #f5f5f5;
  }

.exam_table4 tr td:nth-of-type(3){
     border: 1px solid #c7c7c7;
     background-color: #f5f5f5;
}

.exam_table4 tr td:nth-of-type(4){
    background-color: #cccccc;
    border: 1px solid #ffffff;
}

.exam_table4 tr td:nth-of-type(5){
     border: 1px solid #ffffff;
     background-color: #cccccc;
}

.exam_table4 tr td:nth-of-type(6){
     border: 1px solid #ffffff;
     background-color: #cccccc;
}

.exam_table4 tr td:nth-of-type(7){
     background-color: #cccccc;
     border: 1px solid #ffffff;
}

.exam_table4 tr td:nth-of-type(8){
    background-color: #a9a9a9;
     border: 1px solid #ffffff;
}

.exam_table4 tr td:nth-of-type(9){
    background-color: #a9a9a9;
     border: 1px solid #ffffff;
}

.exam_table4 tr td:nth-of-type(10){
    background-color: #666666;
    color: #ffffff;
}

.exam_table4 tr td:nth-of-type(11){
    background-color: #666666;
    color: #ffffff;
}

.exam_table4 td{
	border: 1px solid #c7c7c7;
	padding: 10px;
    text-align: right;
    font-size: 0.9em;
}

.exam_table-ul {
  display: table;
  table-layout: fixed;
  text-align: center;
    width: 100%;
}
.exam_table-ul li {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #c7c7c7;
    padding: 10px;
    color: #343031; 
}

.table-ul li a {
  color: #4169e1;
  display: block;
  text-decoration: none;
  padding: 10px 0;
}


.obog_situation_list {
	margin: 10px 0px;
	width: 510px;
	padding: 10px;
	border: 1px solid #c7c7c7;
	text-align: right;
}

.obog_situation_list li {
	display: inline;
	padding: 0px 5px;
	border-right: 1px solid #999999;
}
	
/*----------------------------end*/





	

/* access */
.access_maparea{
	border: 1px solid #c7c7c7;
	margin: 20px 0px;	
}

/* sitemap */
.sitemap_h2_black{
	background-color: #343031;
	border: 1px solid #666666;
	width: 520px;
	height: 35px;
	padding-left: 10px;
	color: #ffffff;
	font-size: 100%;
	margin-bottom: 20px;
}

* html .sitemap_h2_black {
	background-color: #343031;
	border: 1px solid #666666;
	width: 530px;
	height: 35px;
	padding-left: 10px;
	color: #ffffff;
	font-size: 100%;
	margin-bottom: 20px;
}

.sitemap_h2_black a{
	color: #ffffff;
}

.sitemap_h2_black a:hover{
	text-decoration: underline;
}

.sitemap_h2_green{
	background-color: #9fccdb;
	border: 1px solid #666666;
	width: 520px;
	height: 35px;
	padding-left: 10px;
	color: #343031;
	font-size: 100%;
	margin-bottom: 20px;
}

* html .sitemap_h2_green{
	background-color: #9fccdb;
	border: 1px solid #666666;
	width: 530px;
	height: 35px;
	padding-left: 10px;
	color: #343031;
	font-size: 100%;
	margin-bottom: 20px;
}

.sitemap_h2_green a{
	color: #343031;
}

.sitemap_h2_green a:hover{
	text-decoration: underline;
}

.sitemap_h2{
	background-color: #f0f0f0;
	border: 1px solid #666666;
	width: 520px;
	height: 35px;
	padding-left: 10px;
	color: #343031;
	font-size: 100%;
}

* html .sitemap_h2{
	background-color: #f0f0f0;
	border: 1px solid #666666;
	width: 530px;
	height: 35px;
	padding-left: 10px;
	color: #343031;
	font-size: 100%;
}

.sitemap_detail_box{
	border: 1px solid #c7c7c7;
	margin: 20px 0px;
	width: 530px;
}

.sitemap_detail_box table{
	width: 530px;
	font-size: 100%;
}

.sitemap_detail_box td{
    padding:16px 0 0 30px;
	height: 50px;
	width: 146px;
	background-image: url(../images/sitemap_tdbg.gif);
	background-repeat: no-repeat;
}

.sitemap_detail_box td a{
	color: #3F3F3F;
}

.sitemap_detail_box td a:hover{
	text-decoration: underline;
	color:#1c3f8f;
}

/* internship */

.internship_table{
	margin: 20px 0px;
	width: 530px;
	line-height: 1.8;
}

.internship_table table{
	width: 530px;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
}

.internship_table th{
	border: 1px solid #c7c7c7;
	background-color: #f0f0f0;
	padding: 10px;
}

.internship_td1{
	border: 1px solid #c7c7c7;
	width: 130px;
	padding: 10px;
}

.internship_table td{
	border: 1px solid #c7c7c7;
	padding: 10px;
}

/* contact */

.contact_table{
	margin: 20px 0px;
	width: 530px;
	line-height: 1.8;
}

.contact_table table{
	width: 530px;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
}

.contact_table th{
	border: 1px solid #c7c7c7;
	background-color: #f0f0f0;
	width: 130px;
	padding: 10px;
}

.contact_table td{
	border: 1px solid #c7c7c7;
	width: 400px;
	padding: 10px;
}




/* event */

.event_table table{
	width: 530px;
	text-align: center;
	margin: 10px 0px;
	line-height: 1.6;
}

* html .event_table table{
	width: 530px;
	text-align: center;
	margin: 10px 0px;
	line-height: 1.6;
	font-size: 100%;
}

.event_table th{
	border: 1px solid #c7c7c7;
	background-color: #343031;
	color: #ffffff;
	padding: 5px;
	text-align: center;
}

.event_table td{
	border: 1px solid #c7c7c7;
	padding: 5px;
}

#past_past {
	border-top: 1px dashed #666666;
	padding-top: 20px;
}

/*----------------------------end*/



/* for examee */

.examee_news{
	width: 510px;
	height: 800px;
	overflow: auto;
	border: 1px solid #c7c7c7;
	margin: 10px 0px 20px 0px;
	padding: 0px 10px;
}

* html .examee_news{
	width: 530px;
	height: 200px;
	overflow: auto;
	border: 1px solid #c7c7c7;
	margin: 10px 0px 20px 0px;
	padding: 0px 10px;
}

.examee_news_h2 p{
	background-color: #e5e5e5;
/*	height: 35px;*/
	padding-left: 10px;
	color: #343031;
	font-size: 100%;
	/* line-height: 35px;*/
}

* html .examee_news_h2 p{
	background-color: #e5e5e5;
	width: 490px;
	height: 35px;
	padding-left: 10px;
	color: #343031;
	font-size: 100%;
	line-height: 35px;
}

.examee_news_ul{
	margin: 10px 0px 10px 30px;
}

.examee_news_ul li{
    list-style: square;
    padding: 10px 0px;
    margin: 0px;
    line-height: 1.6;
}

#for_examee_banner{
	margin: 10px 0px;
}

.for_examee_bannaerarea{
	padding: 5px;
	border: 1px solid #c7c7c7;
	float: left;
}

.for_examee_bannaerarea2{
	padding: 5px;
	border: 1px solid #c7c7c7;
	float: left;
	margin-left: 8px;
}

/*----------------------------end*/



/* for graduate */

.graduate_h4{
	color: #325481;
	border-bottom: 1px dotted #c7c7c7;
	padding: 5px 0px;
	line-height: 1.5;
	margin-left: 30px;
}

.graduate_list{
	margin-left: 30px;
	line-height: 1.6;
}

.graduate_list li{
	list-style: square outside;
	padding: 5px 0px;
}



/*----------------------------end*/


/* for current */

.current_table3 table{
	width: 530px;
	text-align: center;
	margin: 10px 0px;
	line-height: 1.6;
}

* html .current_table3 table{
	font-size: 100%;
}

.current_table3 th{
	border: 1px solid #c7c7c7;
	background-color: #f0f0f0;
	padding: 10px;
	text-align: center;
}

.current_table3 td{
	border: 1px solid #c7c7c7;
	padding: 10px;
}

.current_table table{
	width: 530px;
	margin: 10px 0px;
	line-height: 1.6;
}

*html .current_table table{
	font-size: 100%;
}

.current_table th{
	border: 1px solid #c7c7c7;
	background-color: #343031;
	color: #ffffff;
	padding: 7px;
	text-align: center;
}

.current_table td{
	border: 1px solid #c7c7c7;
	padding: 7px;
	text-align: left;
}


.current_list_ol{
	margin: 10px 0px 10px 30px;
}

.current_list_ol li{
    list-style: decimal outside;
    padding: 10px 0px;
    margin: 0px;
    line-height: 1.6;
}

.current_list_ul{
	margin: 0px 0px 0px 20px;
}

.current_list_ul li{
    list-style: square outside;
    padding: 5px 0px;
    margin: 0px;
    line-height: 1.6;
}

.current_left{
	float: left;
	width: 260px;
	line-height: 1.6;
	margin-right: 10px;
	_width: 270px;
}

* html .current_left{
	float: left;
	width: 260px;
	line-height: 1.6;
	margin-right: 0px;
	_width: 270px;
}

.current_right{
	float: left;
	width: 260px;
	line-height: 1.6;
}

.current_table2 table{
	width: 260px;
	margin: 10px 0px;
}

* html .current_table2 table{
	font-size: 100%;
}

.current_table2 th{
	border: 1px solid #c7c7c7;
	background-color: #f0f0f0;
	padding: 5px;
	text-align: center;
	color:#3F3F3F;
}

.current_table2 td{
	border: 1px solid #c7c7c7;
	padding: 2px 3px;
	text-align: center;
	width: 25px;
}

.current_smallth{
	font-size: 10px;
}

.holiday_td{
	background-color: #ffe7f8;
}

.holiday_td2{
	background-color: #fbf0d7;
}

.holiclass_td{
	background-color: #cfefc1;
}

.test_td{
	background-color: #c1ebef;
}

.hokou_td{
	background-color: #f3f94c;
}

.syutyu_td{
	background-color: #f79797;
}

.tokubetsu_td{
	background-color: #FFCC33;
}

.center_td{
	background-color: #dccffc;
}

.attention_text{
	width: 530px;
	margin: 10px 0px;
}

.attention_text table{
	border: none;
}

* html .attention_text table{
	font-size: 100%;
}

.attention_text td{
	border: none;
	vertical-align: top;
	padding: 2px;
}

.wide_td {
	border: none;
	width: 150px;
}

.small_td {
	border: none;
	width: 40px;
}

.current_table2 ul {
	margin: 10px 0px 20px 0px;
}

.current_table2 li {
	margin: 5px 0px 5px 20px;
	list-style: disc outside;
}

/*---------------------------------------------------------------



 footer



----------------------------------------------------------------*/



#footer {
	padding:10px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	border-top: 1px solid #999999;
	font-size: 90%;
}

#footer img{
	float: left;
}

#footer p {
	color:#3F3F3F;
	float:right;
	margin:0;
	padding: 0;  
} 

#footer_address{
	line-height: 1.5;color: #3F3F3F;
	/*font-size: 90%;*/
    font-size: 95%;
	padding: 0px 0px 20px 0px;
}


/* activityreport */
.activityreport_h2_black{
	background-color: #343031;
	border: 1px solid #666666;
	width: 520px;
	height: 25px;
	padding:10px 0 0 10px;
	color: #ffffff;
	font-size: 100%;
	margin-bottom: 20px;
}

* html .activityreport_h2_black {
	background-color: #343031;
	border: 1px solid #666666;
	width: 530px;
	height: 25px;
	padding:10px 0 0 10px;
	color: #ffffff;
	font-size: 100%;
	margin-bottom: 20px;
}


/*---------------------------------------------------------------
レイアウト
----------------------------------------------------------------*/
.mT5{margin-top:5px!important;}
.mT10{margin-top:10px!important;}
.mT20{margin-top:20px!important;}
.mB20{margin-bottom:20px;}
.mB50{margin-bottom:50px;}
.mB80{margin-bottom:80px;}

/*---------------------------------------------------------------
font
----------------------------------------------------------------*/
.fw6{font-weight:600!important;}
.fw7{font-weight:700!important;}

