/*　+++++テキスト装飾全体の設定+++++　*/

/*　基本リンク色設定　*/
a:link {
	color: #660033;
	text-decoration: none;
}
a:visited {
	color: #660033;
	text-decoration: none;
}
a:hover {
	color: #666666;
 	text-decoration: underline;
}

/*　ヘッダー大学ロゴ透過gif　*/
#header_img {
	margin-left: 10px;
}

/*　ヘッダーリスト　*/
#header_list ul {
	padding: 0;
	margin: 0;
}

/*　ヘッダーリスト（子要素）　*/
#header_list ul li {
	list-style:none;
	float:left;
}
	
/*　ヘッダーulリンク設定（孫要素）　*/
#header_list ul li a:link {
	color: #333333;
	text-decoration: none;
}
#header_list ul li a:visited {
	color: #333333;
	text-decoration: none;
}
#header_list ul li a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #dee7eb;
}

/*　ヘッダーリスト（その2）　右側にメニューがあるページのみ　*/
#header_list_r ul {
	padding: 0;
	text-align: right;
	margin-left: 180px;
}

/*　ヘッダーリスト（子要素）　*/
#header_list_r ul li {
	list-style:none;
	float:left;
}
	
/*　ヘッダーulリンク設定（孫要素）　*/
#header_list_r ul li a:link {
	color: #333333;
	text-decoration: none;
}
#header_list_r ul li a:visited {
	color: #333333;
	text-decoration: none;
}
#header_list_r ul li a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #dee7eb;
}



/*　ドロップダウンリンクリスト　*/
#d_link ul {
	margin: 0;
	padding: 0;
}

/*　ドロップダウンリンクリスト（子要素）　*/
#d_link ul li {
	list-style:none;
	float:left;/*←リスト横並び設定*/
	display:inline;
}





/*　+++++右メインboxテキスト装飾設定+++++　*/

/*　examineeスペーサー設定*/
#examinee img{
	width: 100%;
	height: 100%;
}

/*　h1・h2見出し　*/
/*.title {
	color: #FFFFFF;
	background-color: #999999;
	font-size: 90%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 0px;
}*/

/*　h1新着情報設定　*/
/*#title_red {
	color: #FFFFFF;
	background-color: #999999;
	font-size: 90%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(../img/bg_r.jpg);
}*/

/*　h2お知らせ設定　*/
#top_title {
	color: #ffffff;
	background-color: #ffffff;
	font-size: 90%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(../img/bg_g.jpg);
	background-repeat: no-repeat;
}

/*　h2入試設定　*/
/*#title_yellow {
	color: #FFFFFF;
	background-color: #999999;
	font-size: 90%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg_y.jpg);
}*/

/*　h2講座設定　*/
/*#title_brown {
	color: #FFFFFF;
	background-color: #999999;
	font-size: 90%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg_b.jpg);
}*/

/*　お知らせ等々リスト設定（ブラウザ表示違い修正）　*/
#box ul {
	margin: 1em 0 1em 1em;/*←ピクセルではなくemで設定する*/
	padding:0 1em 0 0;/*←ピクセルではなくemで設定する*/
	list-style-type: none;
	line-height: 150%;
}

/*　お知らせ等々リスト設定（子要素）　*/
#box ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

/*　メインulリンク色設定（孫要素）　*/
#box ul li a:link {
	color: #333333;
	text-decoration: none;
	display: block;
}
#box ul li a:visited {
	color: #333333;
	text-decoration: none;
}
#box ul li a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #dee7eb;
	display: block;
}

/*　日付設定　*/
.date {
	font-size: 80%;
	color: #999999;
	margin-right: 1em;
	margin-left: 1em;
}

/*　pタグ左マージン　*/
/*p.base {
	padding-left: 10px;
	margin-top: 0px;
}*/

/*　pタグ右寄せ　*/
#box p {
	text-align: right;
	margin-bottom: 0px;
	margin-top: 1em;
	padding-left: 0;
}
/*　bottomのul設定（子要素）　*/
#bottom_l ul {
	margin: 0 0 0 2em;
	padding: 0;
}

/*　bottomのliリンク設定（孫要素）　*/
#bottom_l ul li {
	list-style: none;
	float: left;
}

/*　下のulリンク設定（ひ孫…要素）　*/
#bottom_l ul li a:link {
	color: #333333;
	text-decoration: none;
}
#bottom_l ul li a:visited {
	color: #333333;
	text-decoration: none;
}
#bottom_l ul li a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #dee7eb;
}

/*　大学評価設定（子要素）　*/
#bottom_r img {
	height: 50px;
	width: 300px;
	background-image: url(../img/kijyun.gif);
	background-repeat: no-repeat;
	margin-top: 2em;
}

/*　大学評価リンク設定（孫要素）*/
#bottom_r img a:hover {
	text-decoration: none;
}
#bottom_r img a:visited {
	text-decoration: none;
}
#bottom_r img a:hover {
	text-decoration: none;
}





/*　+++++左バナーテキスト装飾設定+++++　*/

/*　大学住所　*/
#address p {
	font-size: 90%;
	margin: 5px;
	line-height: 150%;
}

/*　パンフテキストリンク　*/
#pam {
	font-size: 80%;
	margin-top: 2px;
}





/*　+++++お問い合わせ等ページ設定+++++　*/

/*　パンくずリスト設定　*/
p.pan {
	font-size: 80%;
	margin-bottom: 0em;
	margin-top: 0em;
}

/*　上へ戻る設定　*/
p.up {
	font-size: 80%;
	text-align: right;
	margin-right: 2em;
}

/*　h1設定　*/
#s_box h1 {
	font-size: 120%;
	padding-left: 1em;
	padding-top: 5px;
	margin-top: 0.5em;
	margin-bottom: 0px;
	background-image: url(../img/title_bg_p.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	height: 30px;
	color: #006600;
}

/*　h2設定　*/
#s_box h2 {
	font-size: 120%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #8DBC2F;
	padding-left: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}

/*　h3設定　*/
#s_box h3 {
	font-size: 120%;
	border-bottom: 3px solid #8DBC2F;
	padding-left: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}


/*　定義リスト設定　*/
#s_box dl {
	margin-top: 1em;
}
#s_box dt {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0em;
	padding-left: 1.5em;
	text-align: left;
	background-image: url(../img/ya_b.gif);
	background-repeat: no-repeat;
}
#s_box dd {
	margin-top: 1em;
	margin-bottom: 0em;
	text-align: left;
}

/*　アクセスガイド画像設定　*/
.access_img{
	margin-top: 1em;
	margin-bottom: 0;
	padding-left: 0.5em;
}

/*　時刻表リスト設定　*/
.time {
	display: block;
	margin: 0px;
/*	
	margin: 1em 0 1em 1em;
*/	
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

.time ul{
	margin: 0px;
}

.time li {
/*
	margin: 0 0 1em 0;
*/
	margin: 0 0 1em 0;
	border: 1px #666666 solid;
	float: left;
}

.time li a {
	text-decoration: none;
	display: block;
	width: 58px;
	padding: 5px 25px 5px 25px; 
	/*
	padding: 0.5em;
	*/
}
.time li a:hover {
	text-decoration: none;
	background-color: #dee7eb;
	display: block;
	padding: 5px 25px 5px 25px; 
/*	
	padding: 0.5em;
*/	
}

/*　時刻表休日平日色設定　*/
.holiday {
	color: #cc0000;
}
.weekday {
	color: #000099;
}

.f_weekday{
	color: #000099;
	font-size: 12px;
}

.f_holiday{
	color: #cc0000;
	font-size: 12px;
}

/*　時刻表フロートクリア　*/
.access_h3 {
	font-size: 11pt;
	/*
	font-size: 100%;
	*/
	clear: both;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 5px;
	/*
	margin-top: 0.5em;
	*/
	background-color: #dee7eb;
	padding-left: 0.5em;
	height: 20px;
	border-bottom: 3px solid #507585;
}

/*　時刻表タイムテーブル設定　*/
.access {
	font-size: 82%;
	border-collapse: collapse;
	border: 1px solid #999999;
	margin-top: 0;
	margin-bottom: 1em;
}
.access th{
	border: 1px solid #999999;
	padding: 0.2em;
	background-color: #dee7eb;
	text-align: center;
	line-height: 130%;
}
.access td{
	border: 1px solid #999999;
	padding: 0.3em;
	text-align: right;
	line-height: 130%;
	
}
.access_pink {
	background-color:#FFCCCC;
}

/*　+++++学生専用サービスページ設定+++++　*/
/*　ログインフォーム　*/
#form {
	font-size: 120%;
	font-weight: bold;
	padding: 0.5em;
}
/*　配信する情報テーブル設定　*/
.campusvision {
	border-collapse: collapse;
	border: 1px solid #999999;
	margin-left: 1em;
}
.campusvision th{
	border: 1px solid #999999;
	padding: 0.1em;
	background-color: #dee7eb;
	text-align: center;
}
.campusvision td{
	border: 1px solid #999999;
	padding: 0.1em;
}


/*　中ページ（施設紹介等）　*/
/*　h1設定　*/
#si_box h1 {
	font-size: 150%;
	padding-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0px;
	background-image: url(../img/title_bg_bl.jpg);
	background-repeat: no-repeat;
}

/*　h2設定　*/
#si_box h2 {
	font-size: 120%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #8DBC2F;
	padding-left: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}


/*　h3設定　*/
#si_box h3 {
	font-weight: bold;
	border-bottom: 2px solid #496118;
	/*
	border-left: 5px solid #496118;
	*/
	/*
	background-color: #E3F1C7;
	*/
	margin: 0 0 1em 5px;
	padding: 3px 0 3px 5px;
	width: 500px;
}



/* 学生生活（世界不況部分のみで使用） */

#si_box1 h1 {
	font-size: 150%;
	padding-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0px;
	background-image: url(../img/title_bg_bl.jpg);
	background-repeat: no-repeat;
}

#si_box1 h2 {
	font-size: 150%;
	padding-left: 0px;
	margin-top: 0.5em;
	margin-bottom: 0px;
}



.si_img{
   border: 1px solid #999; /* 枠線：1ピクセル・実線・灰色 */
   padding: 5px; /* 内側の余白：5ピクセル */
   text-align: center;
}   

/*　施設紹介テーブル設定（中央揃え）　*/
.shisetu_info {
	font-size: 90%;
	border-collapse: collapse;
	border: 1px solid #999999;
	margin-top: 0;
	margin-bottom: 1em;
}
.shisetu_info th{
	border: 1px solid #999999;
	padding: 0.2em;
	background-color: #dee7eb;
	text-align: center;
	line-height: 130%;
}
.shisetu_info td{
	border: 1px solid #999999;
	padding: 0.3em;
	text-align: center;
	line-height: 130%;
	
}

/*　施設紹介テーブル設定（左寄せ）　*/
.shisetu_info_l{
	font-size: 90%;
	border-collapse: collapse;
	border: 1px solid #999999;
	margin-top: 0;
	margin-bottom: 1em;
}
.shisetu_info_l th{
	border: 1px solid #999999;
	padding: 0.2em;
	background-color: #dee7eb;
	text-align: center;
	line-height: 130%;
}
.shisetu_info_l td{
	border: 1px solid #999999;
	padding: 3px;
	text-align: left;
	line-height: 130%;
	background-color: #FFF;
	
}

.attention{
	text-align: center;
}

#attention table{
	border: 1px solid #333;
	background-color: #FFCCCC;
	padding: 3px;
	text-align: left;
	line-height: 150%;
}


/* 学生生活（ol、ul） */
#gs ol li{
	list-style-type: decimal;
}

#gs ul li{
	list-style-type: square;
}

#

