/**
 * 共通
 */
/* フローティングクリア */
.clear {
	clear: both;
	width: 0;
	height: 0;
	overflow: hidden;
}

img {
	border: 0;
}

/* リンク */
a {
	text-decoration: none;
	color: #2985A3;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #60B9D7;
}


/* PDFへのリンク */
.link_pdf {
	padding-left: 20px;
	background-image: url(../img/icon_pdf.png);
	background-repeat: no-repeat;
	background-pointer: left center;
}

/* エクセルへのリンク */
.link_xls {
	padding-left: 20px;
	background-image: url(../img/icon_xls.png);
	background-repeat: no-repeat;
	background-pointer: left center;
}

/* ドキュメント全体 */
body {
	margin: 0;
	background-color: transparent;
	background: url(../img/bg01.png) repeat;
	}

.wrapper {
	margin: 0 auto;
	width: 802px;
	border-top: 5px solid #514624;
}


/*** ヘッダ ***/
.header {
	border-width: 0 1px 1px 1px;
	border-color: #CCC;
	border-style: solid;
	background-color: #FFF;
}

.header_top {
	text-align: right;
	color: #333;
}

/** ロゴ **/
.logo {
	margin: 10px;
	float: left;
}
.logo a {
	text-decoration: none;
}

.logo a img {
	border: 0;
}


/** ヘッダの右側 **/
.header_top_right {
	float: right;
	padding: 15px 5px 5px 5px;
}

.header_top_right p {
	margin: 0;
}

/** 最終更新日 **/
.header_last_update {
	font-size: 70%;
}

/** 連絡先 **/
.header_contact {
	text-align: right;
	margin: 0;
}

.header_contact span {
	padding: 0 5px;
}

/* 学校名 */
.header_contact .school_name {
	
}

/* 住所, TEL, FAX */
.header_contact .address,
.header_contact .telephone,
.header_contact .facsimile {
	font-size: 70%;
}


/*** メニュー ***/
ul.global_menu {
	padding: 0;
	margin: 5px 0 5px 1px;
	line-height: 35px;
	border-width: 1px 0 1px 1px;
	border-color: #93D900;
	border-style: solid;
}

.global_menu li {
	list-style-type: none;
	
}

.global_menu li.menu_item {
	float: left;
}

.global_menu li.menu_item a {
	display: block;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	
	border-left: 1px solid #FFF;
	border-right: 1px solid #88CA00;
	text-decoration: none;
	color: #333;
	background: url(../img/menu_bg.png) repeat;
}

/* リンク */
.global_menu li.menu_item a:hover {
	background: url(../img/menu_bg_hover.png) repeat;
}
.global_menu li.menu_item a:active {
	background: url(../img/menu_bg_active.png) repeat;	
}


/*** 本文 ***/
.body {
	border: 1px solid #CCC;
	background-color: #FFF;
}

/** contents **/
.body_contents {
	float: left;
	width:600px;
	line-height: 170%;
}

.body_contents_wrapper {
	padding: 10px;
}

/* コンテンツタイトル */
.body_contents h2 {
	margin: 0;
	font-size: 100%;
	border-bottom: 5px solid #55932D;
	padding: 5px;
	line-height: 150%;
}



/** 右側のサイドバー **/
.body_right {
	float: left;
	width: 200px;
}

.body_right_wrapper {
	padding: 5px;
}

/* サイドバーメニュー */
.side_bar_menu {
	margin: 5px 5px 10px 5px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #DDD;
}

.side_bar_menu .menu_title {
	line-height: 24px;
	padding: 0 5px;
	background-image: url(../img/header_bg01.png);
	background-repeat: repeat-x;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	font-weight: bold;
	color: #333;
}

/* リンク */
.side_bar_menu .menu_title a {
	color: #445A88;
	text-decoration: none;
}

.side_bar_menu .menu_title a:hover,
.side_bar_menu .menu_title a:active {
	text-decoration: underline;
}

.side_bar_menu .menu_contents {
	border-width: 1px 0;
	border-color: #DDD;
	border-style: solid;
	margin: 0;
	padding: 5px;
	font-size: 90%;
}
.side_bar_menu .menu_contents ul {
	margin: 0;
	padding: 0;
}

.side_bar_menu .menu_contents li {
	list-style-image: url(../img/list01.png);
	list-style-position: inside;
}

/* サイドバー外部リンク */
.side_bar_links {
	border: 1px solid #CCC;
	margin: 5px;
}

.side_bar_links .links_title {
	line-height: 24px;
	padding: 0 5px;
	background-image: url(../img/header_bg02.png);
	background-repeat: repeat-x;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	font-weight: bold;
	color: #333;
}


.side_bar_links .links_contents {
	border-top: 1px solid #DDD;
	margin: 0;
	padding: 5px;
	font-size: 90%;
}

.side_bar_links .links_contents ul {
	padding: 0;
	margin: 0;
}

.side_bar_links .links_contents li {
	list-style-image: url(../img/list01.png);
	list-style-position: inside;
}


/*** フッタ ***/
.footer {
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-top: 5px;
	font-size: 80%;
}

/** フッタナビゲーション **/
.foot_navi {
	margin: 3px;
	padding: 2px;
}

.foot_navi li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-position: outside;
}

.foot_navi li.navi {
	float: left;
	margin: 0;
	list-style-image: url(../img/list01.png);
	list-style-position: inside;
	padding: 0 10px;
}

.foot_navi li.navi a {
	text-decoration: none;
	font-size: 90%;
}

.foot_navi li.navi a:hover,
.foot_navi li.navi a:active {
	text-decoration: underline;
}

/** address **/
.footer address {
	background-color: #514624;
	text-align: right;
	padding: 5px;
	color: #FFF;
}

