@charset "utf-8";
/* CSS Document */
/*共通*/
.wrp {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.inr {
	width: 950px;
	margin: 0 auto;
}
/*TOP*/
.contents_wrap {
	position: relative;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
/*Header
---------------------------*/
#Header {
	border-top: solid 16px #003567;
}
#Header .header {
	padding: 20px 0;
}
#Header .header h1 {
	width: 322px;
	float: left;
}
#Header .header h1 a img {
}
/*Main
---------------------------*/
#Main {
}
#Main .main {
	position: relative;
	min-height: 800px;
	height: auto;
	/*background-image: url(../images/main_contents_top.png);*/
	background-image: url(../images/main_contents_top2.png);
	background-repeat: no-repeat;
	/*background-position: top left;*/
	background-position: left 10px top 10px;
}
/*news*/
#Main .main .right_contents_top {
	float: right;
	height: auto;
	width: 430px;
	margin: -40px 0 0;
}
#news {
	width: 430px;
}
#news .ttl_news {
}
#news .ttl_news img {
	display: block;
	float: left;
}
#news .ttl_news p.more {
	display: inline-block;
	margin: 0;
	padding: 30px 0 0 40px;
	background-image: url(../images/icon_more_news.png);
	background-repeat: no-repeat;
	background-position: 20px 35px;
}
#news .ttl_news p.more a {
	font-weight: bold;
	color: #003567;
}
#news .ttl_news p.more a:hover {
	text-decoration: underline;
}
#news .article {
	margin: 20px 0 0;
	width: 280px;
	float: right;
}
#news .article span {
	float: right;
	padding: 0 5px;
	border-right: 3px solid #003567;
}
#news .article p {
	display: inline-block;
	padding: 2px 10px;
	text-align: right;
}


#Main .main .right_contents_top .bnr{
	position:absolute;
	bottom:10px;
	right:0;
	}

.bnr table tbody tr td{
	padding:5px;}

div#contetns_top {
	margin: -20px 0 0;
}
#contetns_top p {
	position: absolute;
}
#contetns_top p.access_m {
	left: 424px;
	top: 648px;
	z-index: 1000;
}
#contetns_top p.research_m {
	left: 310px;
	top: 438px;
	z-index: 900;
}
#contetns_top p.results_m {
	left: 606px;
	top: 260px;
	z-index: 700;
}
#contetns_top p.members_m {
	left: 422px;
	top: 60px;
	z-index: 700;
}
#contetns_top p.profile_m {
	left: 0;
	top: 148px;
	z-index: 1000;
}
#contetns_top p.lecture_m {
	left: 133px;
	top: 0;
	z-index: 700;
}
#contetns_top p.recruitment_m{
	left: 190px;
    top: 480px;
    z-index: 830;}
div#contetns_top p.top_obj01 {
	left: 61px;
	top: 265px;
	z-index: 800;
}
div#contetns_top p.top_obj02 {
	left: 502px;
	top: 346px;
	z-index: 800;
}
div#contetns_top p.top_obj03 {
	left: 207px;
	top: 254px;
	z-index: 800;
}

/*footer
---------------------------*/

#Footer {
	background: #003567;
	height: auto;
	min-height: 100px;
}
#Footer .footer {
	width: 950px;
	margin: 0 auto;
	padding: 5px 0;
}
#Footer .footer ul {
}
#Footer .footer ul li {
	float: left;
	margin: 10px 15px 10px 0px;
}
#Footer .footer ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 20px 8px;
	width: 85px;
	height: 5px;
	border: 1px solid #fff;
	text-align: center;
}
#Footer .footer ul li a:hover {
	background-color: #fff;
	color: #003567;
}
html body footer div#Footer.sub{
	height:50px;
	max-height:50px;
	min-height:50px;
	padding:10px 0;}
html body footer div#Footer.sub p.inr{
	text-align:center;
	color:#fff;}
/*SUB*/



.right_contents {
	width: 270px;
	float: right;
}
.right_contents ul {
	font-size: 0;
	margin-bottom: 5px;
}
.right_contents ul li {
	display: inline-block;
	font-size: 12px;
	padding: 5px 0 5px 18px;
	margin-right: 33px;
	background: url(../images/header_right.png) left center no-repeat;
	background-size: 14px 14px;
	background: url(../images/header_right_ie.png) left center no-repeat\9;
	display: inline\9;
	zoom: 1\9;
}
.right_contents ul li.last {
	margin-right: 0;
}
/*-----------------------------------------

sub.html

------------------------------------------*/
#Header.sub_header {
	border-bottom: 1px solid #003567;
}
#Main.sub_contents {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: top left;
	height: auto;
	min-height: 650px;
}
#Main.sub_contents .main_sub {
	width: 950px;
	margin: 0 auto;
	padding: 15px 0 30px 0;
}
/*navi*/
.main_sub nav #navi {
	width: 200px;
	float: left;
	margin: 0 30px 0 0;
}
.main_sub nav #navi p {
	background: #003567;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 10px;
}
.main_sub nav #navi ul {
	border: 1px solid #eee;
	background: #fff;
}
.main_sub nav #navi ul li {
	border-bottom: 1px dotted #ccc;
	background-repeat: no-repeat;
	
}
.main_sub nav #navi ul li a {
	padding: 25px 10px 25px 65px;
	display: block;
	font-size: 14px;
	color: #003567;
}
.main_sub nav #navi ul li:hover {
	background-color: #dbe6f0;
}
/*navi 種類*/
li.home {
	background-image: url(../images/navi_home.png);
	background-size: 31px 31px;
	background-image: url(../images/navi_home_ie.png)\9;
	background-position: left 15px center;
}
li.profile {
	background-image: url(../images/navi_profile.png);
	background-size: 31px 31px;
	background-image: url(../images/navi_profile_ie.png)\9;
	background-position: left 15px center;
}
li.research {
	background-image: url(../images/navi_study.png);
	/*background-size: 38px 24px;*/
	background-size: 44px 30px;
	background-image: url(../images/navi_study_ie.png)\9;
	background-position: left 8px center;
}
li.members{
	background-image: url(../images/navi_member.png);
	/*background-size: 38px 24px;*/
	background-size: 50px 27px;
	background-image: url(../images/navi_member_ie.png)\9;
	background-position: left 5px center;
}
li.news{
	background-image: url(../images/navi_news.png);
	background-size: 34px 35px;
	background-image: url(../images/navi_news_ie.png)\9;
	background-position: left 5px center;
}
li.result {
	background-image: url(../images/navi_publish.png);
	background-size: 34px 32px;
	background-image: url(../images/navi_publish_ie.png)\9;
	background-position: left 15px center;
}
li.lecture {
	background-image: url(../images/navi_lectures.png);
	background-size: 30px 35px;
	background-image: url(../images/navi_lectures_ie.png) \9;
	background-position: left 15px center;
}
li.recruit {
	background-image: url(../images/navi_application.png);
	background-size: 34px 35px;
	background-image: url(../images/navi_application_ie.png)\9;
	background-position: left 15px center;
}
li.last.access {
	background-image: url(../images/navi_contact.png);
	background-size: 31px 37px;
	background-image: url(../images/navi_contact_ie.png) \9;
	background-position: left 15px center;
}
.main_sub .contents {
	background: #fff;
	border: 1px solid #eee;
	width: 660px;
	height: auto;
	min-height: 650px;
	float: right;
	margin: 0 0 15px 0;
	padding: 25px;
}
/*p*/
.main_sub .contents p {
	width: 90%;
	margin: 10px auto 15px auto;
	line-height: 1.5;
}
p.pankuzu {
	width: 90%;
	margin: 0 auto 15px auto;
}

p.navi{
	text-align:center;
	background:#eee;
	border:1px solid #ccc;
	padding:5px;}
p.navi a{
	color:#003567;}
p.navi a:hover{
	text-decoration:underline;}

/*img*/
.main_sub .contents div.pic{
	text-align:center;
	margin:20px 0 20px 0;}
/*title*/
.main_sub .contents .ttl_page {
	background-image: url(../images/bg_ttl_page.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #f1f1f1;
	border-bottom: 3px solid #003567;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	margin: 0 0 15px 0;
}
.main_sub .contents h2 {
	background-repeat: no-repeat;
	background-position: left 10px center;
	padding: 15px 10px 15px 60px;
	font-size: 18px;
}
.main_sub .contents h2.others{
	background:none;
	padding:15px 10px;}
.main_sub .contents h2.profile {
	background-image: url(../images/navi_profile.png);
	background-size: 31px 31px;
	background-image: url(../images/navi_profile_ie.png)\9;
}
.main_sub .contents h2.research {
	background-image: url(../images/navi_study.png);
	background-size: 44px 30px;
	/*background-size: 38px 24px;*/
	background-image: url(../images/navi_study_ie.png)\9;
}
.main_sub .contents h2.result {
	background-image: url(../images/navi_publish.png);
	background-size: 34px 32px;
	background-image: url(../images/navi_publish_ie.png)\9;
}
.main_sub .contents h2.lecture {
	background-image: url(../images/navi_lectures.png);
	background-size: 30px 35px;
	background-image: url(../images/navi_lectures_ie.png) \9;
}
.main_sub .contents h2.recruit {
	background-image: url(../images/navi_application.png);
	background-size: 34px 35px;
	background-image: url(../images/navi_application_ie.png)\9;
}
.main_sub .contents h2.access {
	background-image: url(../images/navi_contact.png);
	background-size: 31px 37px;
	background-image: url(../images/navi_contact_ie.png) \9;
}
.main_sub .contents h2.members {
	background-image: url(../images/navi_member.png);
	background-size: 50px 27px;
	background-image: url(../images/navi_member_ie.png)\9;
}

.main_sub .contents h2.news {
	background-image: url(../images/navi_news.png);
	background-size: 34px 35px;
	background-image: url(../images/navi_news_ie.png)\9;
}

.main_sub .contents h3 {
	border-top: solid 1px #003567;
	border-bottom: dotted #ccc 1px;
	padding: 13px 10px 10px 40px;
	margin: 35px auto 15px auto;
	font-size: 16px;
	width:90%;
	background-image: url(../images/h3.png);
	background-size: 20px 20px;
	background-image: url(../images/h3_ie.png)\9;
	background-repeat: no-repeat;
	background-position: left 10px top 10px;
}
.main_sub .contents h4 {
	background-image:url(../images/h4.png);
	background-size:17px 17px;
	background-image:url(../images/h4_ie.png)\9;
	background-repeat:no-repeat;
	background-position:left 10px top;
	padding:0 0 0 15px;
	border-bottom:1px dotted #ccc;	
	width:85%;
	margin:5px auto;
	padding:2px 5px 5px 35px;
	font-size:14px;
}
.main_sub .contents h5 {
}
/*list*/
.main_sub .contents ul {
	width: 90%;
	margin: 10px auto 15px auto;
}
.main_sub .contents ul li {
	line-height: 1.5;
	background-image: url(../images/sub_contents_li.png);
	background-size: 4px 6px;
	background-image: url(../images/sub_contents_li_ie.png)\9;
	background-repeat: no-repeat;
	background-position: left top 6px;
	padding: 0 0 10px 10px;
}
.main_sub .contents ol {
	width: 85%;
	margin: 10px auto 15px auto;
}
.main_sub .contents ol li {
	line-height: 1.5;
	padding: 0 0 10px 10px;
}
/*table*/
.main_sub table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	/*width: auto;*/
	margin: 10px 30px 20px 30px;
}
.main_sub table th, .main_sub table td {
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.main_sub table th {
	font-weight: bold;
	background-color: #eee;
}
.main_sub table td {
}
.main_sub table.news{
	width:100%;
	margin:auto;
	border:none;}
.main_sub table.news td,
.main_sub table.news th{border-right: none;}
.main_sub table.news td{
	vertical-align:top;}
.main_sub table.news th{
	background-color:transparent;
	width:200px;

	text-align:center;}
.main_sub table.news th img{
	width:auto !important;
	height:auto !important;
	max-width:180px;
	max-height:150px;
	}
.main_sub table.news td h4 a{
	font-size:14px;
	color: #003567;}
.main_sub table.news td h4 a:hover{
	text-decoration:underline;}

.main_sub table.members{
	width:100%;
	margin:auto;
	border:none;}
.main_sub table.members td,
.main_sub table.members th{
	border-right:none;
	border-bottom:1px dotted #CCC;}
.main_sub table.members td{vertical-align:top;}
.main_sub table.members th{
	background-color:transparent;
	width:20%;}
	
	
/*------------------------------------

unique

--------------------------------------*/
.floatR {
	float:right;
	width:200px;
}

.floatL {
	float:left;
	width:400px!important;
}





























