@charset "UTF-8";
/*サイト共通css*/


/*基本・共通*/
img{
	vertical-align:top;
	margin:0;
	padding:0;
	border:0;
}

p{
	margin:5px;
	padding:0px;
}
p.jisage{
	text-indent: 1em;
}
big{
	font-size: 120%;
}
strong{
	font-size:110%;
	font-weight:bold;
}
em{
	font-size: 100%;
	
	font-style:normal;
	color:#C00;
}
.bold{
	font-weight: bold;
}
ol, ul {
	margin: 5px 0px 5px 2em;
	padding: 0px;
}
li{
	margin:0px;
	padding:0px;
}
dl{
	margin:5px;
	padding:0;
}
dt{
	font-weight: bold;
}
dd{
	margin-left:2em;
	margin-bottom:5px;
}
.clear{
	clear:both;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
	margin-top: 5px;
}
.photo_l{
	float:left;
	margin:5px;
}
.photo_r{
	float:right;
	margin:5px;
}
.photo{
	margin:5px;
}
.center{
	text-align:center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
a:link, a:visited {
	color:#0000cc;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a:active {
	color:#800080;
	text-decoration:none;
	font-weight:bold;
}


/*構造*/
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 90%;
	color: #333333;
	background-color:#CEDCEC;
}
#wrapper {
	margin: 15px auto;
	padding:0px;
	width: 900px;
	border: 1px solid #000000;
	background-color:#FFFFFF;
}

/*ヘッダー*/
#header{
	margin:0px;
	padding:0px;
	text-align:left;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CC3300;
	font-size:80%;
	font-family:sans-serif;
}
#head_bar{
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#header h1{
	padding:0px;
	margin:0px;
	float:left;
}
/*リンク*/
#t_link{
	width:580px;
	margin:0px;
	float:right;
	/*font-size: 80%;*/
	padding-top: 20px;
	text-align:right;
}

#t_link ul{
	margin:0;
	padding:0;
}
#t_link li{
	display:inline;
	margin-right:5px;
}
#t_link img{
	vertical-align:text-bottom;
}
#t_link a:link,#t_link a:visited {
	color: #666666;
}
#t_link a:hover,#t_link a:active{
	color: #000000;
}

/*メニュー*/
#menu_bar{
	border-color:#ffffff;
	border-style:solid;
	border-width:1px 0px;
	background-color:#C0CAEC;
}
#h_menu {
	font-size:120%;
}
/*Spry スタイルの上書*/
/*タブ*/
#h_menu .TabbedPanelsTabGroup a{
	color:#FFFFFF;
	display:block;	/*08.04.19 add*/
	width:98px;	/*08.04.19 add*/
}
/*タブ　未選択*/
#h_menu .TabbedPanelsTab{
	height:1.2em;
	color:#FFFFFF;
	background-image:url(../images/hm_bg1.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#5770BF;
	width:98px;
	border-left: none 0px;
	border-bottom: solid 1px #ffffff;
	border-top: none 0px;
	border-right: solid 1px #ffffff;
}
/*タブ　選択中*/
#h_menu .TabbedPanelsTabHover,
#h_menu .TabbedPanelsTabSelected{ 
	/*background-image:url(../images/h_mbg2.gif);*/
	background-image:none;
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#7956B6;
	border-bottom: solid 1px #7956B6;
	
}
/*バネル*/
#h_menu .TabbedPanelsContentGroup{
	border-bottom-color:#cccccc;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding:0px;
	font-size:80%;
	/*border-top:solid  1px #999;*/
	border-top:none;
	border-right:none;
	border-left:none;
}
/*未選択*/
#h_menu .TabbedPanelsContent{
	height:1.5em;
	background-color:#7956B6;
	font-size:90%;
	display:none;/*ちらつき防止 初期表示:非表示*/
}
#h_menu .TabbedPanelsContent p{
	margin:0px;
	padding:3px 0px 0px;
}
/*2階層目メニューリスト*/
#h_menu .TabbedPanelsContent ul.sub_menu{
	margin:0px;
	padding:0px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#999999;	
	width:100%;
}
#h_menu .TabbedPanelsContent ul.sub_menu li{
	display:inline;
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#999999;	
}
#h_menu .TabbedPanelsContent ul.sub_menu li a{
	color:#FFFFFF;
	padding:3px 5px;
}
#h_menu .TabbedPanelsContent ul.sub_menu li a:hover{
	background-color:#660099;
}
/*home*/
#h_menu #h_home{
	width:120px;
}
#h_menu .TabbedPanelsTab#h_home{ 
	background-position:left top;
	border-bottom: solid 1px #ffffff;
}
#h_menu .TabbedPanelsTabSelected#h_home{ 
	background-image:url(../images/hm_bg1.gif);
	background-position:left top;
	background-color:#5770BF;
}
/*home バネル = パンくず表示*/
#h_menu .TabbedPanelsContent#route{
	background-color:#F5F6F1;
	display:block;/*初期表示:表示*/
}
#route ol{
	margin:0px;
	padding:3px 0px 0px;
}
#route li{
	display:inline;
	margin:0px;
	padding-left:5px;
}
#route li a{
	padding-right:10px;
	background-image:url(../images/r_bg.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#h_menu #route li{
	border-right-style:none;
	border-right-width:0px;
}

#h_menu .TabbedPanelsContent#tab_bbs{
	background-color:#F5F6F1;
	text-align:right;
}

/*掲示板*/
#h_menu .TabbedPanelsTab#h_bbs {
	width:137px;
	border-right:none;
	background-color:#C0CAEC;
	background-image:none;
	color:#000000;
	background-image:url(../images/hm_bbs.gif);
	background-repeat:no-repeat;
	background-position:40px;
	text-indent:55px;

}
#h_menu .TabbedPanelsTabSelected#h_bbs{ 
	border-bottom: solid 1px #ffffff;
}
#h_menu  #h_bbs a{
	color:#000000;
}

/*フッター*/
#footer{
	float:none;
	clear:both;
	text-align:left;
	margin-top:10px;
	font-size:70%;
	width:100%;
}
/*フッター サイドリスト*/
#foot_s{
	width:140px;
	float:left;
	padding:0px;
	margin:0px;
}
#foot_s ul{
	padding:5px;
	margin:3em 0px 0px;
}
#foot_s li{
	list-style-type:none;
	text-indent:10px;
	background-image: url(../images/foot_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#foot_s a{
	color:#000000;
}
/*フッター 中央*/
#foot_m{
	float:left;
	margin-left:10px;
}
address{
	width: 570px;
	background-color:#eeeded;
	padding:2px 5px;
	border: 1px solid #999999;
	font-style:normal;
}
address strong{
	font-size:120%;
	color:#983620;
}

/*コンテンツ*/
#contents{
	float:none;
	clear:both;
	width:900px;
	background-image:url(../images/contents_bg.gif);
	background-position:left;
	background-repeat:repeat-y;
	padding-bottom:5px;
}

/*左サイド*/
#side_l{
	float:left;
	width:140px;
	text-align:left;
}

/*メイン+右*/
#cnt_wrap{
	float:right;
	text-align:left;
	width:760px;
}

/*右サイド*/
#side_r{
	float:right;
	width:150px;
	padding-right:3px;
}

/*メイン*/
#main{
	float:left;
	width:580px;
	padding:10px;
	line-height:1.3em;
}

/*ニュース イベント*/
#side_r #news_box,#side_r #event_box{
	background-color:#ECEBEB;
	margin-top:10px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	font-size:85%;
}
#side_r #event_box h2{
	margin:0px;
	padding:5px;
	font-size:90%;
	color:#000000;
	background-image:url(../images/bg_e.gif);
	background-repeat:repeat-x;
	background-color:#56AF8F;
}
#side_r #news_box h2{
	margin:0px;
	padding:5px;
	font-size:90%;
	color:#000000;
	background-image:url(../images/bg_n.gif);
	background-repeat:repeat-x;
	background-color:#56AF8F;
}
#side_r #news_box ul,#side_r #event_box ul{
	list-style-position:inside;
	margin:5px;
	padding:0;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#side_r #news_box li,#side_r #event_box li{
	padding-left:5px;
	padding-top:0px;
	margin-bottom:3px;
}
#news_box p.date ,#event_box p.date{
	font-size:90%;
	margin:0px;
}
#news_box p.all_l ,#event_box p.all_l{
	text-align:right;
}
/*大学*/
li.info_all{
	list-style-image:url(../images/list_icon0.gif);
}
/*入試広報*/
li.nyushi{
	list-style-image:url(../images/list_icon1.gif);
}
/*学生*/
li.gakusei{
	list-style-image:url(../images/list_icon2.gif);
}
/*経済*/
li.keizai{
	list-style-image:url(../images/list_icon3.gif);
}
/*農学*/
li.nougaku{
	list-style-image:url(../images/list_icon4.gif);
}
/*保育*/
li.hoiku{
	list-style-image:url(../images/list_icon5.gif);
}

/*Script無効時に、リストのspry埋め込みを隠す*/
#event_list,#news_list{
	display:none;
}



/*サイドメニュー*/
#side_menu{
/*	font-size:70%;*/
/*	font-size:90%; 04.18*/
	font-size:80%;

	font-family:sans-serif;
	line-height:1.3em;
	display:none;/*Script無効時に、リストのspry埋め込みを隠す*/
}
#side_menu h2{
	background-color:#3C4A86;
	background-image:url(../images/ch_bg1.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	margin:0;
	font-size:100%;
	padding:5px 0px;
	text-align:center;
}
#side_menu h2 a{/*04.19*/
	color:#FFFFFF;
}
#side_menu h3{
	background-color:#B8B8B8;
	background-image:url(../images/ch_bg2.gif);
	background-repeat:repeat-x;
	color:#000000;
	margin:0;
/*	font-size:90%;  04.18*/
	font-size:95%;
/*	padding:5px;  04.18*/
	padding:5px 3px;
}
#side_menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	background-image:url(../images/ch_bg0.gif);
	background-repeat:repeat-y;
	
}
#side_menu li{
	margin:0px;
	/*08.04.19 edit padding-left:12px;*/
	padding-left:9px;
/*08.04.19 	padding-top:3px;
	padding-bottom:3px;*/
	border-top-color:#8A9ACE;
	border-top-width:1px;
	border-top-style:solid;
}
#side_menu li a{
	color:#000000;
	/*08.04.19 add*/
	display:block;
	margin:0px;
	width:128px;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
}
#side_menu li.x{
	background-color:#5971BF;
	background-image:url(../images/ch_bg3.gif);
	background-repeat:no-repeat;
	background-position:1px center;
}
#side_menu li.x a{
	color:#FFFFFF;
}
/*08.04.19 add*/
#side_menu li a:hover{
	color:#FFFFFF;
	background-color:#5971BF;
}
/*08.04.21 add -font-----start
#side_menu li a:link,
#side_menu li a:visited,
#side_menu li a:hover,
#side_menu li a:active {
	font-weight:normal;
}
08.04.21 add -font-----end*/


/**本文**/

#main h2{
	margin:0;
	padding:0;
}
#main h3{
	font-size:120%;
	color:#000000;
	padding:5px;
	margin:5px 0px;
	background-color:#F2F4F5;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #5F6AAA;

}
#main h4{
	font-size:120%;
	color:#000000;
	padding:5px;
	margin:5px 0px;
	background-color:#F2F4F5;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #5F6AAA;
}
#main h5{
	font-size:100%;
	color:#000000;
	font-weight:bold;
	margin:5px 5px 2px;
}

/*概要説明文*/
.about{
	color:#333366;
	font-size:120%;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding:5px 0px;
	margin-bottom:5px;
}
/*文節区切り*/
.secton{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding:5px 0px;
	margin-bottom:5px;
}
/*文節区切り[下ボーダーなし]*/
.s_secton{
	padding:5px 0px;
	margin-bottom:5px;
}
.secton h3, .secton h4,
.s_secton h3, .s_secton h4{
	margin-top:0px;
}

/*ブロックメニュー*/
.block_menu {
	display:block;
	padding:5px;
	margin:5px 0px;
	border: 1px solid #CCCCCC;
	clear:both;
}
.block_mtxt{
	float:right;
	width:464px;
}
#main .block_mtxt h3{
	margin:0px;
	padding:0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:transparent;
}

/*ノート[通知]*/
.note{
	background-color: #F2F4F5;
	padding: 5px;
	color: #000000;
	border: 2px outset #CCCCCC;
}

/*テーブル 基本形*/
table{
	border-collapse:collapse;
	border: 1px solid #5F6AAA;
	margin:5px;
}
td{
	padding:5px;
	vertical-align:top;
	text-align:left;
	border: 1px solid #5F6AAA;	
}
th{
	padding:5px;
	vertical-align:top;
	text-align:center;
	background-color:#F2F4F5;
	color:#000000;
	font-weight:bold;
	border: 1px solid #5F6AAA;	
}
th[scope="row"]{
	text-align:left;
}

/*写真用box w200 左フロート*/
.p200_l{
	width:200px;
	float:left;
	margin:5px 10px;
}
.p200_l img{
	margin:0px;
}
.p200_l p{
	text-align:left;
	margin:5px 0px;
}
/*写真用box w200 右フロート*/
.p200_r{
	width:200px;
	float:right;
	margin:5px 10px;
}
.p200_r img{
	margin:0px;
}
.p200_r p{
	text-align:left;
	margin:5px 0px;
}
/*左フロートbox(p200_l,p200_rの残りに配置可能)*/
.tbox_l{
	float:left;
	margin:5px 0px;
	width:350px;
}
/*右フロートbox(p200_l,p200_rの残りに配置可能)*/
.tbox_r{
	float:right;
	margin:5px 0px;
	width:350px;
}

/*ストリーミング・ムービー box*/
#main div.streaming{
	background-color:#EEEFFF;
	width:580px;
	margin:5px 0px;
	padding:0px;
}
/*ストリーミング・ムービー 画像タイトル*/
#main div.streaming h5{
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:5px;
	padding:0px;
}
/* ストリーミング 種別table*/
#main div.streaming table{
	background-color:#FFFFFF;
	border-collapse:collapse;
	border-spacing:0px;
	margin:5px;
	padding:0px;
	border: 0px none;
}
.streaming th{
	background-color:#FFFFFF;
	border-color:#EEEFFF;
	border-style:solid;
	border-width:3px;
	text-align:center;
}
.streaming td{
	background-color:#FFFFFF;
	border-color:#EEEFFF;
	border-style:solid;
	border-width:3px;
	text-align:center;
}
.streaming .no_data{
	background-color:transparent;
}
/*ストリーミング・ムービー イメージ+詳細*/
.s_title{
	float:left;
	width:190px;
	margin:0px;
	padding:5px;
}
.s_title img{
	margin:0px 10px;
}


