﻿@charset "utf-8";
/* =========================== */
/* サイズ情報                  */
/* 横幅　900px                 */
/* 標準文字サイズ　10pt        */
/* メインメニュー　95px * 37px */
/* サブメニュー縦　200px * 32px*/
/* サブメニュー横　px * px     */
/* メインコンテンツ　px        */
/* サイドコンテンツ　px        */
/* 見出し　680px               */
/* =========================== */

/* =========================== */
/* リンクの色                  */
/* =========================== */
a:link    {
	color:#4774AD;
	text-decoration:none;
	}
a:visited {
	color:#26486E;
	text-decoration:none;
	}
a:active  {
	color:#949494;
	text-decoration:underline;
	}
a:hover   {
	color:#949494;
	text-decoration:underline;
}

/* =========================== */
/* ページコンテンツのタイトル         */
/* =========================== */	
#main-contents h3 {
		background-image:url(../img/h3.jpg);
		background-repeat:no-repeat;
		color:#404040;
		font-size:16px;
		font-weight:bold;
		height:36px;
		margin-bottom:10px;
		padding-left:25px;
		padding-top:16px;
		width:655px;
	}
/* =========================== */
/* ページコンテンツの見出し１         */
/* =========================== */	
#main-contents h4 {
		background-image:url(../img/h4.jpg);
		background-repeat:no-repeat;
		color:#ffffff;
		font-size:14px;
		font-weight:bold;
		height:22px;
		margin-bottom:0px;
		padding-left:25px;
		padding-top:7px;
		width:655px;
	}
#main-contents h4 A:link {
	color: #ffffff;
	text-decoration: none;
	}
#main-contents h4 A:visited{
	color: #f0f0f0;
	text-decoration: none;
	}
#main-contents h4 A:active,
#main-contents h4 A:focus {
	color: #ffff40;
	text-decoration: none;
	}
#main-contents h5 {
		background-image:url(../img/h5.jpg);
		background-repeat:no-repeat;
		color:#ffffff;
		font-size:14px;
		font-weight:bold;
		height:22px;
		margin-bottom:10px;
		padding-left:25px;
		padding-top:7px;
		width:655px;
	}
/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4 {
	}
	
/* =========================== */
/* QRコード                        */
/* =========================== */	
IMG.qrcode {
	border:1px solid #cccccc;
	}
	
/* =========================== */
/* Googleマップ                     */
/* =========================== */	
IFRAME.googlemap {
	}
	
/* =========================== */
/* お問い合わせフォーム             */
/* =========================== */	
#mailform-section {
	margin: 0 10px 0 0;
	}
#mailform-section DIV.form-layout {
	margin: 0;
	width: 532px;
	}

/* 入力項目のセット */
#mailform-section DIV.form-layout DIV.form-items {
	border: 1px solid #cccccc;
	width: 532px;
	overflow:hidden;
	background-color: #efefef;
}
/* 入力項目 */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item {
	clear:both;
}
/* 項目名セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.label {
	float: left;
	width: 130px;
	text-align: left;
	padding: 11px 8px 0 8px;
	vertical-align: top;
	font-size: 10pt;
	border-top: 1px #ffffff solid;
	}
/* 入力欄セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field {
	float: left;
	width: 370px;
	text-align: left;
	padding: 8px 8px 0 8px;
	vertical-align: top;
	background-color: #ffffff;
	}
/* 入力欄（テキストボックス） */
#mailform-section INPUT.input-text {
}
/* 入力欄（テキストエリア） */
#mailform-section TEXTAREA.input-textarea {
}
/* 入力欄（ラジオボタン） */
#mailform-section INPUT.input-radio {
}
/* 入力欄（チェックボックス） */
#mailform-section INPUT.input-checkbox {
}
/* 入力欄（選択リスト） */
#mailform-section INPUT.input-select {
}
/* 説明 */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field P.description {
	margin: 3px 0 0 0 ;
	font-size: 9pt;
	}
/* 項目名 */
#mailform-section LABEL {
	}
/* ※（必須） */
#mailform-section .required {
	color:red;
	font-weight: normal;
	}
/* エラーの時の背景色 */
#mailform-section .error {
	background-color: #ffccff;
	}
/* エラーの時のメッセージ */
#mailform-section .error-message {
	color: #ff0000;
	}
/* 完了メッセージ */
#mailform-section .completion-message {
	border: 1px solid #cccccc;
	padding: 30px;
	}
/* 送信ボタン */
#mailform-section DIV.submitee {
	clear:both;
	text-align: center;
}
#mailform-section DIV.submitee BUTTON
{
   cursor: pointer;
   width: 109px;
   height: 32px;
   background-image:url(/theme/form_submit.jpg);
   border-width:0px;
}
/* 「送 信」テキスト */
#mailform-section DIV.submitee BUTTON SPAN
{
   display: none;
}

	
/* =========================== */
/* お知らせ一覧パーツ（メインコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section DL {	
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
		font-weight: bold;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {
	}

/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#side-contents #topic-headline-section DL {
		font-size: 10pt;
	}
/* 記事タイトル（リンク先がないとき） */
#side-contents #topic-headline-section DT{
	}
/* 公開日 */
#side-contents #topic-headline-section DT .date {
		font-weight: bold;
	}
/* 記事タイトル（リンク先があるとき） */
#side-contents #topic-headline-section DT A {
	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
		margin-left: 1em;
	}
	
/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */

/* 記事タイトル */	
#topic-list-section DT {
	font-weight: bold;
	margin-left: 0;
	font-size: 12pt;
	}
/* 公開日*/
#topic-list-section DT .date {
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	line-height: 1.2em;
	margin-left: 0;
	margin-bottom: 2.5em;
	border-bottom: 1px solid #cccccc;
	word-break: break-all;
	}
/* お知らせ本文中の画像 */
#topic-list-section DD IMG {
	margin: 5px;
	}
/* 記事区切り */	
#topic-list-section DD DIV.topic-sepalator {
	clear:both;
	height:0px;
}

/* =========================== */
/* テンプレート挿入時の表             */
/* =========================== */
TABLE.table_a {
		border-collapse: collapse;
		border: 1px #809FFF solid;
	}
TH.table_a_th {
		color: #FFFFFF;
		background-color: #0862B0;
		border: 1px #809FFF solid;
	}
TH.table_a_th2 {
		color: #008EBC;
		background-color: #D5DFFF;
		border: 1px #809FFF solid;
	}
TD.table_a_td {
		color: #223344;
		background-color: #F0F8FF;
		border: 1px #809FFF solid;
	}
/* =========================== */
/* 横羅線   　　　　　　　         */
/* =========================== */

.line {
	background-image: url(/asset/00008/img/line.gif);
	background-repeat: no-repeat;
	width: 680px;
　　　　 height: 1px;
        margin-top: 5px;
	margin-bottom: 10px;
}
/* =========================== */
/* 沿線レイアウト   　　　　　　　         */
/* =========================== */
.ensen dt {
	color: #333333;
	background-image: url(/asset/00008/img/ensen-title.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 641px;
	padding-left: 10px;
	padding-top: 10px;
}
.ensen dd {
	margin: 2px 0px 0px;
	width: 629px;
	border: 1px solid #c2d9ee;
	padding: 10px;
	color: #333333;
}
/* =========================== */
/* 物件レイアウト  　　　　　　　         */
/* =========================== */
.bukken-table {
	text-align: center;
	font-size: 12px;
	border-collapse:collapse;
	border: 1px solid #949494;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.bukken-table td {
	border-collapse:collapse;
	border: 1px solid #949494;
	padding: 10px;
}
.bukken-name {
	background-image: url(/asset/00008/img/bukken-name-bg.gif);
	background-repeat: repeat;
	text-align: center;
	color: #223c5b;
	font-weight: bold;
}
/* =========================== */
/* 学校名一覧  　　　　　　　  　　*/
/* =========================== */
.school-name {
	background-image: url(/asset/00008/img/school-name.gif);
	background-repeat: no-repeat;
	height: 51px;
	width: 559px;
	padding-top: 10px;
	padding-left: 42px;
}
.school-name a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: #004985;
}
.school-name p {
	font-size: 14px;
	margin-top: 5px;
	padding-top: 0px;
}
/* =========================== */
/* 学校別一覧  　　　　　　　  　　*/
/* =========================== */
.school-table1 {
	width: 650px;
	text-align: center;
	margin-bottom: 5px;
	border-collapse:collapse;
	font-size: 12px;
}
.school-table1 td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-collapse:collapse;
	border: 1px solid #b5b5b5;
}
.td1 {
	width: 200px;
	background-color: #779acc;
	background-image: url(/asset/00008/school/list-page/bg_03.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}
.td2 {
	width: 85px;
	background-color: #e0e7f1;
}

.td3 {
	padding-right: 5px;
	padding-left: 5px;
}
.td4 img {
    width: 190px;

}