@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body 
{
	font-family: "Hiragino Kaku Gothic Pro", Osaka, Meiryo,sans-serif;
	font-size:100%;
	line-height: 1.5;
	color: #404040;
	background-color: #F7F7F7;
	text-align: center;
}

html 
{
	overflow-y:scroll;
}

p 
{
	margin:0 0 1em;
}

li 
{
	list-style:none;
	line-height:1.3;
}

img, fieldset 
{
	border:0;
	background: #CBCBCB;
}

#styleskip
{
	visibility: hidden;
}

/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/


a 
{
	color: #008EFF;
	text-decoration: none;
}

a:visited 
{
	color: #0068C8;
}

a:hover, a:active 
{
	font-weight: bold;
}


/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header 
{
	z-index: 3;
	color: #FFFFFF;
	background: #496CD1 url("../pictures/bc.jpg");
	text-shadow: black 2px 2px 0px;
	text-align: center;
	padding: 10px;
}

#header div#header_logo
{
	float: left;
	background: url(../images/univ_logo_s.gif) no-repeat;
	width: 55px;
	height: 60px;
}
#header div#header_caption
{
	height: 110px;
	margin-left: 58px;
	text-indent: 55px;
	margin-top: 15px;
	background: url(../images/caption.gif) no-repeat center top;
}
#header #header_info 
{
	text-align: right;
}

#header h1 
{
	padding:10px 15px 0;
}

#header p#siteDescription 
{
	padding:0 15px 10px 30px;
}

#bottom_header
{
	background: url(../images/headerbottom.gif) repeat-x;
	height: 15px;
	clear: both;
}


/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer 
{
	z-index: 2;
	clear:both;
	margin-bottom:5px;
	padding:10px;
	font-size: 90%;
	color: #FFFFFF;
	background: #496CD1 url("../pictures/bc.jpg");
}
#footer a
{
	color:#8986FF;
	text-decoration: underline;
}

#footer a:visited
{
	color: #008EFF
}

#footer a:hover, a:active
{
	font-weight: bold;
}


#footer ul
{
	margin:0 auto 5px;
	text-align:center;
}

#footer ul li
{
	display: inline;
	margin-right: 5px;
	padding-left: 10px;
	border-left: 1px solid white;
}

#footer .lab
{
	background-image: url(../images/univ_logo_s.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	text-indent: 60px;
}

#top_footer
{
	background: url(../images/footertop.gif) repeat-x;
	height: 15px;
	clear: both;
}


/*-----------------------------------------------
 __location
-----------------------------------------------*/
#location
{
	overflow:hidden;
	position: relative;
	width: 800px;
	margin: 0 auto 5px auto;
	text-align: left;
	text-indent: 20px;
	border-bottom: 1px dotted #496CD1;
}

#location ul li, #location p, #location a
{
	font-size: 90%;
	display: inline;
	margin-right: 2px;
	padding-left: 5px;
}


/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents 
{
	z-index: 1;
	overflow:hidden;
	position: relative;
	width: 800px;
	margin: 0 auto 0 auto;
	background: #496CD1 url(../images/bc_side.gif) repeat-y right;
	text-align: left;
}


/* __main
------------------------------------------*/

#main 
{
	float: left;
	width:570px;
	padding:10px 5px 10px 10px;
	background: #496CD1 url(../images/bc_main.gif) repeat-y left;
	border-right: 1px sold #BDC6EF;
	color:black;
	min-height: 550px;
}

#main .bold
{
	color: #B40000;
}

#main .sb
{
	font-size: 0.8em;
	position: relative;
	top: 0.2em;
}

#main .sp
{
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
}

#main .article_1
{
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #008EFF;
	background-color: #97D4FF;
}

#main .article_2
{
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	padding: 3px;
	background-color: #E3F4FF;
}

#main p.description
{
	background: #F4F4F4;
	border: gray 1px solid;
	padding: 10px;
}

#main p.quotation
{
	font-size: 80%;
}

#main div#caption_general
{
	display: block;
	color: white;
	text-align: right;
	background: #3777C9 url(../images/cap_rec.jpg) no-repeat right;
	margin-bottom: 15px;
	text-shadow:  gray 1px 1px 0px;
	padding: 10px;
	border: 2px solid #BDC6EF;
}

#main div#caption_general h2
{
	border-bottom: 1px white dotted;
}

#main div#caption_general h3
{
	font-size: 80%;
	border-bottom: 1px white dotted;
}

#main div#caption_index
{
	display: block;
	text-align: left;
	background: white;
	margin-bottom: 15px;
	border: 2px solid #BDC6EF;
}

#main div#caption_index h2
{
	text-align: right;
	background: #3777C9 url(../images/cap_rec.jpg) no-repeat right;
	font-size: 90%;
	color: white;
	text-shadow:  gray 1px 1px 0px;
	padding: 5px;
}
#main div#caption_index h3
{
	font-weight: normal;
	font-size: 120%;
	color: black;
	text-shadow: #E3F4FF 1px 1px 0px;
	padding: 10px;
	background: url(../images/headerbottom.gif) repeat-x;
}


#main div.image_table
{
	text-align: center;
	margin: 12px 10px 10px 10px;
	padding: 10px;
	background-color: #FFFFFF;
}

#main div.image_table_trans
{
	text-align: center;
	margin: 12px 0px 10px 10px;
	padding: 10px;
}

#main div.topics
{
	background: #F4F4F4 url(../images/topics.gif) right top no-repeat;
	border: gray 1px solid;
	padding: 20px 10px 5px 10px;
	margin-bottom: 10px;
}

#main div.topics .article_2
{
	font-size: 100%;
	font-weight: bold;
	background: url(../images/article_bc.gif) no-repeat left bottom;
	text-align: left;
	color: black;
	line-height: 100%;
	text-shadow:  gray 1px 1px 0px;
	padding-left: 15px;
	padding-bottom: 3px;
	margin: 4px 5px 5px 5px;
	border: none;
}
#main div.articleshort
{
	background: #F4F4F4 url(../images/year.gif) right top no-repeat;
	border: gray 1px solid;
	padding: 0px 10px 10px 10px;
	margin-bottom: 5px;
	font-size: 90%;
}

#main div.articleshort_news
{
	background: #F4F4F4 url(../images/year.gif) right top no-repeat;
	border: gray 1px solid;
	padding: 0px 0px 10px 0px;
	margin-bottom: 5px;
	font-size: 90%;
	text-align: center;
}

#main div.articleshort .article_2 .sub, #main div.articleshort_news .article_2 .sub
{
	font-size: 14px;
	background: none;
	text-align: right;
	color: gray;
	line-height: 130%;
	text-shadow: none;
	padding-top: 2px;
	margin-right: -30px;
}

#main div.articleshort li, #main div.articleshort p, #main div.articleshort_news li, #main div.articleshort_news p
{
	margin-bottom: 20px;
	border-bottom: gray 1px dotted;
	line-height: 150%;
}

#main div.articleshort dd, #main div.articleshort_news dd
{
	line-height: 180%;
	border-top: 1px solid #E1E1E1;
	margin-left: 3em;
	padding-top: 3px;
	margin-bottom: 3px;
}

#main div.articleshort dt, #main div.articleshort_news dt
{
	float: left;
	width: 2.7em;
	line-height: 180%;
	border-top: 1px solid #E1E1E1;
	font-weight: bold;
	padding-top: 3px;
	margin-bottom: 3px;
}
#main div.articleshort .blocklink a, #main div.articleshort_news .blocklink a
{
	padding-left: 30px;
	padding-right: 30px;
	display: block;
}


#main div.articleshort .blocklink p, #main div.articleshort_news .blocklink p
{
	float: right;
	border-bottom: none;
	text-align: center;
	width: 10em;
	overflow: hidden;
}

#main div.articleshort .article_1, #main div.articleshort_news .article_1
{
	font-size: 15px;
	background: url(../images/article_bc.gif) no-repeat left bottom;
	text-align: left;
	color: black;
	line-height: 90%;
	padding-left: 15px;
	padding-bottom: 0px;
	margin: 4px 5px 0px 5px;
	border: none;
	font-weight: normal;
}

#main div.articleshort .article_k, #main div.articleshort_news .article_1
{
	font-size: 15px;
	text-align: left;
	color: black;
	line-height: 90%;
	padding-left: 15px;
	padding-bottom: 0px;
	margin: 4px 5px 0px 5px;
	border: none;
	font-weight: normal;
}

#main div.articleshort .article_2, #main div.articleshort_news .article_2
{
	font-size: 15px;
	background: none;
	text-align: right;
	color: white;
	line-height: 100%;
	text-shadow:  black 1px 1px 0px;
	padding-right: 35px;
	margin-bottom: 10px;
}

#main div.articleshort .article_1_twin, #main div.articleshort_news .article_1_twin
{
	float: left;
	display: inline;
	font-size: 15px;
	width: 360px;
	background: url(../images/article_bc.gif) no-repeat left bottom;
	text-align: left;
	color: black;
	line-height: 90%;
	padding: 3px 0px 3px 15px;
	margin: 3px 5px 0px 5px;
	border: none;
	font-weight: normal;
}

#main div.articleshort .article_2_twin, #main div.articleshort_news .article_2_twin
{
	font-size: 15px;
	background: none;
	text-align: right;
	color: white;
	line-height: 100%;
	font-weight: normal;
	padding: 0px 15px 5px 0px;
	margin: 3px 0px 0px 5px;
}

#main .article_1
{	text-align: center;
	font-weight: bold;
	padding: 3px;
	background: #97D4FF url(../images/article.gif) repeat-x;
	border-left: 1px solid #2567BF;
	border-right: 1px solid #2567BF;
	border-top: none;
	border-bottom: none;
	height: 25px;
}

#main div.album_table
{
	text-align: left;
	letter-spacing: 5px;
	margin: 3px 10px 3px 10px;
	padding: 5px 5px 5px 17px;
}

#main div.album_table img
{
	margin: 0px;
	padding: 2px;
	background: #CBCBCB;
}

#main div.album_table a:hover
{
	background: #008EFF;
}

#main iframe#news
{
	width: 99%;
	overflow: auto;
	border: none;
	width: 535px;
	height: 15em;
	text-align: left;
}

#main div#contact h5
{
	font-size: 100%;
	font-weight: bold;
}

#main div#contact img
{
	margin-bottom: 10px;
	border-bottom: 1px dotted gray;
}

#main div#contact p
{
	padding-left: 20px;
}

#main div#support
{
	margin: 10px;
	font-size: 80%;
}

#main .member_table
{
	text-align: left;
	padding-bottom: 10px;
	width: 545px;
}

#main .member_table caption
{
	text-align: left;
	background: url(../images/article_bc.gif) no-repeat left bottom;
	margin-bottom: 5px;
	text-indent: 15px;
	font-size: 110%
}

#main div.member_picture
{
	width: 242px;
	padding: 0px;
	text-shadow black;
	border: none;
}

#main div.member_info
{

}

#main div.member_info dl
{
	font-weight: bold;
}

#main div.member_info dt
{
	font-weight: bold;
}

#main div.member_info dd
{
	padding-left: 15px;
	font-weight: normal;
	margin-bottom: 5px;
}

#main #recruitment
{
	text-align: center;
	margin: 10px;
	text-decoration: underline;
	font-size: 140%;
}

/* __sub
------------------------------------------*/
#index_sub 
{
	float: right;
	width: 200px;
	height: 100%;
	padding: 10px 10px 10px 5px;
	background: #496CD1 url(../images/bc_side.gif) repeat-y right;
	border-left: 1px sold #BDC6EF;
}

#sub 
{
	float: right;
	width: 200px;
	height: 100%;
	padding: 10px 10px 10px 5px;
	background: #496CD1 url(../images/bc_side.gif) repeat-y right;
	border-left: 1px sold #BDC6EF;
}

#sub h3
{
	max-height: 24px;
	font-weight: normal;
	font-size: 100%;
	background: #3777C9 url(../images/menu_title.gif);
	text-align: center;
	text-shadow:  gray 1px 1px 0px;
	color: white;
	padding: 1px 5px;
}

#sub ul, #sub div#search
{
	background: white;
	margin: 0px 0px 5px;
	border:1px solid #EFEFEF;
}

#sub form
{
	padding: 5px 5px;
	text-align: center;
	font-size: 90%;
}

#sub div#search .search_text
{
	width: 170px;
	background-color: #F7F7F7;
	border: 1px gray solid;
	margin-bottom: 5px;
	font-size: medium;
}

#sub div#search .search_button
{
	text-align: center;
	background: #008EFF url(../images/menu_title.gif);
	border: none;
	padding: 3px;
	margin: 0px;
	color: white;
}
#sub div#search .search_checkbase
{
	float: left;
	text-align: left;
}
#sub div#search .search_check
{
	margin: 0px 3px 0px 3px;
}

#sub li
{
	background: #E9E9E9 url(../images/menu_button_bc.gif);
	padding: 2px 3px 2px 6px;
	border-bottom: gray dotted 1px;
}

#sub a 
{
	display: block;
	color:#008EFF;
	background: url(../images/menu_item.gif) no-repeat left center;
	padding: 4px 0px 4px 25px;
	text-indent: -8px;
	text-decoration: none;
}

#sub a:visited 
{
	color:#0068C8;
}

#sub a:hover, #sub a:active 
{
	font-weight: bold;
	background: url(../images/menu_item_hover.gif) no-repeat left center;
}

#sub a.now
{
	background: url(../images/menu_item_now.gif) no-repeat left center;
}

#news
{
	text-align: left;
}

#news dd
{
	font-size: 90%;
	line-height: 180%;
	border-top: 1px dotted gray;
	margin-left: 6em;
}

#news dt
{
	float: left;
	width: 5.7em;
	clear: both;
	font-size: 90%;
	line-height: 180%;
	border-top: 1px dotted gray;
}

div.page_top
{
	z-index: 4;
	text-indent: 0px;
	margin: -15px 0px 0px 0px;
	padding: 0px;
	float: right;
	width: 60px;
	height: 20px;
}

div.page_top a
{
	display: block;
	background: #E7E7E7;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 50%;
	border: #BDBDBD 1px solid;
	color: gray;
}

div.page_top a:hover, div.page_top a:active
{
	text-decoration: none;
	font-weight: bold;
	background: #FFFFFF;
	border: #CECEFF 1px solid;
	color: #000042;
}

