@charset "Shift_JIS";

/****************************************ページ全体の設定*/

body {
	margin: 0px;
	color: #333333;
	line-height: 120%;
}
a:link {/*リンクテキストの指定（未訪問リンク）*/
/*	color: #333333;*/
	text-decoration: none;
}
a:visited {/*リンクテキストの指定（訪問済みリンク）*/
	text-decoration: none;
}
a:hover {/*リンクテキストの指定（カーソルが重なった時）*/
	text-decoration: none;
}
a:active {/*リンクテキストの指定（クリックされた時）*/
	text-decoration: none;
}
img {/*初期値として全画像に枠をつけないようにしている*/
	border: none;
}
form {/*初期値としてFORMの周囲に余白をつけないようにしている*/
	margin: 0px;
} 
#waku {/*コンテンツ全体を囲む枠の設定*/
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 10px;
	background: url(../img/parts/all_bg.png) repeat-y;
}
.gotop {/*ページトップに戻るリンクテキストの設定*/
	text-align: right;
	padding-right: 30px;
	font-size: 90%;
}

.koushin_waku {/*更新履歴枠の設定*/
	height:80px;
	padding-left:15px;
	letter-spacing:0.1em;
	font-weight:bold;
	overflow:auto;
}
.koushin_link a {/*更新履歴内のリンクテキストの設定*/
	font-weight: bold;
	color: #ffffff;
	text-decoration:underline;
}
.koushin_link a:hover {/*更新履歴内のリンクテキストの設定*/
	color: #ffb266;
}



/****************************************ヘッダの設定*/

#header {
	width: 940px;
	height: 94px;
	margin: 0px;
	background-image: url(../img/parts/head_bg.png);
}
#header ul {/*ヘッダメニュー部分全体の設定*/
	margin: 0px 0px 0px 50px;
	padding: 0px;
	float: right;
}
#header li {/*ヘッダメニュー１つ毎の設定*/
	width: 105px;
	height: 18px;
	margin-top: 32px;
	padding: 16px 0px 0px 15px;
	background: url(../img/parts/headmark.gif) no-repeat;
	list-style: none;
	font-size: 90%;
	float: left;
}
#header li a {/*メニューリンクの設定*/
	color: #ffffff;
}

/****************************************左右コンテンツを囲む枠の設定*/

#contents_box {
	width: 940px;
	margin: 0px;
}
#contents_box_bg {/*左のサイドメニュー部分に背景を敷くためだけのdiv*/
	float: left;
	background: #556688 url(../img/parts/side_bg.png) repeat-y;
}

/****************************************左コンテンツ部分（サイドメニュー）の設定*/

#contents_left {/*幅、余白、左寄せの指定*/
	width: 150px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.sidemenu .oshi {/*サイドメニュー１つ毎の設定*/
	font-size: 100%;
	background: url(../img/parts/sidemenu_bg2.png);
}
.sidemenu a {/*サイドメニュー１つ毎の設定*/
	display: block;
	width: 132px;
	height: 25px;
	margin: 0px;
	padding: 10px 0px 0px 18px;
	font-weight: bold;
	font-size: 90%;
	background: url(../img/parts/sidemenu_bg.png);
}
.sidemenu a:hover {/*サイドメニューのマウスオーバー）*/
    background-position: 0px -35px;
}
.update {/*更新日付の設定*/
	width: 150px;
	height: 50px;
	margin: 10px 0px;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 90%;
}

/****************************************右コンテンツ部分（本文関連）の設定*/

#contents_right {/*幅、余白、右寄せの指定*/
	float: right;
	width: 790px;
	min-height: 600px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	vertical-align: top;
}
.topwaku {/*トップページ枠内部のテキストリンク設定*/
	height: 120px;
	padding: 0px 0px 0px 30px;
	line-height: 140%;
	font-size: 90%;
}
.midashi {/*見出し画像の設定*/
	margin: 20px 30px;
}
.honbun {/*本文枠の設定*/
	width: 670px;
	margin: 0px 0px 10px 40px;
	padding: 15px;
	border: 1px dashed #bbbbbb;
}
.minimenu {
	margin-bottom: 15px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}
.minimenu a:hover {
	color: #990000;
	text-decoration: underline;
}

/****************************************表の設定*/

.hyou {/*表全体の設定*/
	margin: 10px 0px;
	background-color: #999999;
}
.hyou td ,th {/*TD基本*/
	padding: 8px;;
	background-color: #ffffff;
}
.hyou .gr {/*背景グレー*/
	text-align: center;
	background-color: #eeeeee;
}

/****************************************大中小見出し*/

h2 {
	margin: 0px 0px 10px 0px;
	font-size: 110%;
}
h4 {
	margin: 10px 30px 0px 30px;
	font-size: 100%;
}

/****************************************本文関連の設定*/

.hr_shikiri {/*本文内の水平線の設定*/
	width: 100%;
	margin: 0px auto 10px auto;
	border-top: 1px dotted #333333;
}
.honbun ul {/*本文内のリストの設定*/
	padding-left: 25px;
}
.smallmenu {/*小メニュー枠の設定*/
	width: 660px;
	margin: 0px 20px;
	padding: 0px 0px 10px 0px;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px dotted #333333;
}
.p_waku {/*写真の枠設定*/
	padding: 4px;
	border: 1px solid #999999;
}
.red {/*強調部分（赤）*/
	color: #ff6666;
	font-weight: bold;
}
.kome {/*注釈※用の設定*/
	font-size: 60%;
	color: #ff3333;
}
.big {/*見出し部分の文字拡大*/
	font-size:120%;
}
.comment {/*小記事枠の設定*/
	border: double #FFAA00;
	background-color: #FFFFE5;
	margin: 20px 10px;
}

/****************************************フッター部分の設定*/

#footer {
	float: right;
	width: 770px;
	height: 20px;
	margin: 0px;
	padding: 4px 10px 0px 10px;
	letter-spacing: 0.1em;
	text-align: right;
	color: #ffffff;
	font-size: 80%;
	background: url(../img/parts/foot_bg.png) no-repeat;
}

/****************************************予定カレンダーの設定*/

.calendar table {/*カレンダーtable 全体枠*/
	background-color: #AAAAAA;
}
.calendar th {/*曜日行 全体設定*/
	background-color: #F7F7F7;
	width: 14%;
	height: 34px;
}
.calendar th.weekdays {/*曜日行 平日設定*/

}
.calendar th.sunday {/*曜日行 土曜設定*/
	background-color: #FFA7A7;
	color: #ffffff;
}
.calendar th.saturday {/*曜日行 日曜設定*/
	background-color: #8888FF;
	color: #ffffff;
}
.calendar td {/*日毎マス 全体設定*/
	word-break: break-all;
	word-wrap: break-word;
	line-height: 130%;
	font-size: 75%;
	width: 14%;
	height: 100px;
}
.calendar td.weekdays {/*日毎マス 平日設定*/
	background-color: #ffffff;
}
.calendar td.sunday {/*日毎マス 日曜設定*/
	color: #ff0000;
	background-color: #FFF6F6;
}
.calendar td.saturday {/*日毎マス 土曜設定*/
	color: #0000ff;
	background-color: #EEEEFF;
}
.calendar td.holiday {/*日毎マス 祝日設定*/
	color: #ff0000;
	background-color: #FFF6F6;
}
.yotei_table {/*予定登録画面table 全体設定*/
	width: 620px;
}
.yotei_table th.koumoku {/*予定登録画面table th設定*/
	width: 100px;
	background-color: #bbffbb;
	font-size: 90%;
	padding: 3px;
}
.yotei_table th.title {/*予定登録画面table th設定*/
	border: 1px solid #333333;
	background-color: #99CC99;
	padding: 5px;
}
.yotei_table td {/*予定登録画面table td設定*/
	font-size: 90%;
	padding: 3px;
}
.icon0 {/*行事アイコン　大学*/
	font-weight: bold;
	color: #FF0033;
}
.icon1 {/*行事アイコン　委員会*/
	font-weight: bold;
	color: #009900;
}
.icon2 {/*行事アイコン　行事*/
	font-weight: bold;
	color: #FF6600;
}
.icon3 {/*行事アイコン　同好会*/
	font-weight: bold;
	color: #EA68A2;
}
.icon4 {/*行事アイコン　学員会*/
	font-weight: bold;
	color: #6633CC;
}
.icon5 {/*行事アイコン　その他*/
	font-weight: bold;
	color: #cc3366;
}
.yasumi {/*休館日表示*/
	margin-bottom: 1px;
	background-color: #ff6666;
	text-align: center;
	color: #ffffff;
}
.natsu {/*夏季休暇表示*/
	margin-bottom: 1px;
	background-color: #dd7711;
	text-align: center;
	color: #ffffff;
}
.syogatsu {/*年末年始休暇表示*/
	margin-bottom: 1px;
	background-color: #334455;
	text-align: center;
	color: #ffffff;
}

/****************************************ツールチップ */
 
#tooltip {/*枠全体の設定*/
	position: absolute;
	line-height: 130%;
	z-index: 9999;
	font-size: 90%;
	width: 200px;
	text-decoration: none;
}
#tooltip .tipHeader {/*枠上部の設定*/
	height: 20px;
	background: url(../img/parts/tipHeader2.png) no-repeat;
	margin-bottom: 0px;
}
#tooltip .tipBody {/*枠本体の設定*/
	word-wrap: break-word;
	/*word-break: break-all;*/
	background: url(../img/parts/tipbody2.png) repeat-y;
	padding: 2px 10px 2px 7px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#tooltip .tipFooter {/*枠下部の設定*/
	height: 14px;
	background: url(../img/parts/tipFooter2.png) no-repeat;
	margin-top: 0px;
}
.mid {
	margin: 2px 0px;
	background-color: #dddddd;
	text-align: center;
	font-weight: bold;
}

/****************************************お知らせ */

.maru {
	color: #ffa64c;
	font-size: 100%;
}
.naiyou {
	padding: 15px 20px;
	border-top: 1px #808080 dotted;
	line-height: 150%;
}

/****************************************テーブル */

table.tableline {
	border: 1px solid #AAAAAA;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
td.tdlinebottom{
	border-bottom: 1px solid #AAAAAA;
	padding: 5px;
	margin: 0px;
	background-color: #FFFFFF;
	color: #333333;
}
td.tdlinebottomright{
	border-bottom: 1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	padding: 5px;
	margin: 0px;
	color: #555555;
	background-color: #F7F7F7;
}
td.tdlineright{
	border-right:1px solid #AAAAAA;
	padding: 5px;
	margin: 0px;
	color: #555555;
	background-color: #F7F7F7;
}
td.td{
	padding: 5px;
	margin: 0px;
	background-color: #FFFFFF;
	color: #333333;
}
td.tdelse{
	padding: 5 0 5 5;
	margin: 0px;
	background-color: #FFFFFF;
	color: #333333;
}
.tdpoint {
	color: #000000;
	background-color: #FCDDCD;
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
table.bluetableline {
	border: 1px solid #939BD7;
	padding: 5px;
	margin: 0px;
	background-color: #FFFFFF;
}
td.bluetdlinebottom{
	border-bottom: 1px solid #939BD7;
	padding: 5px;
	margin: 0px;
	color: #000000;
}
td.bluetdlinebottomright{
	border-bottom: 1px solid #939BD7;
	border-right:1px solid #939BD7;
	padding: 5px;
	margin: 0px;
	color: #000000;
}
td.bluetdlineright{
	border-right:1px solid #939BD7;
	padding: 5px;
	margin: 0px;
	color: #000000;
}
td.tdnomal{
	padding: 5px;
	margin: 0px;
	color: #000000;
}
td.bluetdpoint {
	color: #000000;
	background-color: #CCCCFF;
	margin: 0px;
	padding: 5px;
}
table.redtableline {
	border: 1px solid #FF9A7D;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
td.redtdlinebottom{
	border-bottom: 1px solid #FF9A7D;
	padding: 5px;
	margin: 0px;
	color: #000000;
	background-color: #FFDBD0;
}
td.redtdlinebottomright{
	border-bottom: 1px solid #FF9A7D;
	border-right:1px solid #FF9A7D;
	padding: 5px;
	margin: 0px;
	color: #000000;
}
td.redtdlineright{
	border-right:1px solid #FF9A7D;
	padding: 5px;
	margin: 0px;
	color: #000000;
}
td.redtd{
	padding: 5px;
	margin: 0px;
	color: #000000;
	background-color: #FFDBD0;
}
.red{
	border-bottom: 1px solid #FF9A7D;
	margin: 0px;
	color: #000000;
}
