/* CSS Document */

body {
	color: #555;
	margin: 0px auto;
	background: #FFF;
	padding: 0px 0px 20px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link {
	color: #69F;
	text-decoration: none;
}

a:visited {
	color: #69F;
	text-decoration: none;
}

a:hover {
	color: #F6C;
	text-decoration: none;
}

a:active {
	color: #F39;
	text-decoration: none;
}
p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: normal;
	font-weight: normal;
}

ul,ol,li {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: normal;
}

img {
	border: 0;
}


#pageBody {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	background: #FFF url(image/bg/body_bg.png) center;
}
.headerImage {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.headerMenu {
	text-align: right;
	margin: 0px 30px 0px 0px;
	padding: 0px;
}


/*-- コンテンツメニューの設定 --*/
#sideMenu {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	float: left;
	width: 180px;
	display: block;
}

/*-- 共通：コンテンツエリアの設定 --*/
#contents {
	margin: 0px 30px 0px 0px;
	padding: 0px;
	float: right;
	width: 650px;
	display: block;
}


#bottom{
	clear: both;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

#bottom p {
	font-size: 0.5em;
}

/* clearfix hack */
#bottom :after {
	content: ".";
	display: block;
	height: 0.1px;
	clear: both;
	visibility: hidden;
}

#bottom {
	display: inline-block;
}

/* hide macie \*/
*html #bottom {
	zoom: 1;
}

#bottom {
	display: block;
}

/* end hide */
/* end clearfix hack */




/*-- 共通：フッターの設定 --*/
#footerMenu{
	margin: 20px 30px 0px;
	font-size: 0.7em;
	padding: 6px 0px 10px;
	border-top: 1px dotted #CCC;
	text-align: center;
	clear: both;
	float: none;
}


#bodyFooter {
	background: url(image/bg/body_bg_bottom.png) no-repeat bottom;
	margin: 0px auto;
	height: 40px;
	padding: 0px;
	width: 900px;
}

address {
	clear: both;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
}

/*-- トップページの設定 --*/
.topImage {
	margin: 0px 0px 10px;
	padding: 0px;
	text-align: center;
}

#news {
	margin: 0px;
	padding-right: 10px;
	padding-left: 28px;
	background: url(image/top/news_bg.png) repeat-y;
}

#t_contact {
	background: url(image/bg/info_bg_text.png) repeat-y;
	margin: 0px;
	padding: 0px;
}

#info #t_contact dl {
	margin: 0px 0px 20px 20px;
	padding: 0px;
}

.gMap {
	font-size: 0.8em;
	text-align: center;
}


/*-- 共通：コンテンツページ設定 --*/

h1 {
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 10px;
	border-bottom: thin dotted #F3BCCF;
	border-left: medium solid #F3BCCF;
	margin-right: 20px;
	margin-bottom: 16px;
	margin-left: 20px;
}

h3 {
	padding-left: 10px;
	font-size: 0.9em;
	font-weight: bold;
	margin: 2em 20px 1ex 30px;
	border: medium double #F3BCCF;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contentsTxt {
	background: url(image/bg/info_bg_text.png) repeat-y;
	margin: 0px;
	padding: 0px 20px;
}


div .h1Txt {
	font-size: 0.9em;
	margin-left: 2em;
	margin-right: 1em;
}

div .h2Txt {
	margin-left: 2em;
	margin-right: 1em;
	font-size: 0.9em;
}

div .h3Txt {
	font-size: 0.9em;
	margin-left: 2.5em;
	margin-right: 1em;
}

.hr_p1 {
	background: url(image/mark/hr_p01.png) repeat-x;
	height: 14px;
	border-style: none;
}
.hr_w1 {
	background: #FFF url(image/mark/hr_w01.png);
	border-style: none;
	height: 14px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}


#contents #info {
	margin: 20px auto;
}

#contents #info table {
	margin-right: auto;
	margin-left: auto;
}



/*-- 共通：テキスト揃え設定 --*/
.center01 {
	text-align: center;
}

.right01 {
	text-align: right;
}

/*-- 共通：テキスト書式設定 --*/
.lootList {
	font-size: 0.7em;
	border-top: 1px dotted #CCC;
	padding-top: 10px;
	margin: 0px 0px 10px 10px;
}

.c120 {
	font-size: 1.2em;
}
.c110 {
	font-size: 1.1em;
}
.c100 {
	font-size: 1em;
}
.c90 {
	font-size: 0.9em;
}
.c80 {
	font-size: 0.8em;
}

.menuLi a {
	display: block;
	margin: 0px;
	padding: 2px 0px 0px 46px;
	height: 24px;
	font-size: 9.5pt;
	background: url(image/menu/s_bg.png) no-repeat left bottom;
}

.toTOP {
	font-size: 0.8em;
	text-align: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}



/*-- サイトマップページ設定 --*/

#sitemap,
#link {
	margin: 0px 0px 0px 20px;
}

#sitemap ul,
#link ul {
	padding-left: 20px;
	list-style: url(image/mark/list_pink_l.png) outside;
	font-size: 0.9em;
	line-height: 1.6;
	margin: 0px;
}


/*-- 学校長挨拶ページ設定 --*/
#contentsTxt #greeting {
	margin-right: 1em;
	margin-left: 1em;
	text-indent: 1em;
	font-size: 0.9em;
}


/*-- 概要・沿革ページ設定 --*/
#contentsTxt #history,
#contentsTxt #outline {
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	font-size: 0.9em;
}

#contentsTxt #history th,
#contentsTxt #outline th {
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	padding-left: 1ex;
	background: #FDEFFE;
}

#contentsTxt #history td,
#contentsTxt #outline td {
	font-size: 0.9em;
	font-weight: normal;
	padding-left: 1em;
	background: #FDEFFE;
}





/*-- 募集要項ページ設定 --*/

#guideline table{
	padding: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #FFF;
}

#guideline th {
	background: #FFDFFF;
	font-weight: bold;
	font-size: 0.8em;
	margin: 0px;
	padding: 3px 0px;
}
#guideline td {
	font-size: 0.8em;
	background: #FDEFFE;
	padding-left: 1em;
	padding-right: 1ex;
}

#guideline dl dt {
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 1ex;
	display: block;
	background: #FDEFFE;
	margin-bottom: 1ex;
	border: 1px solid #FCF;
	margin-left: 1.5em;
}

#guideline dl dd {
	padding-bottom: 1ex;
	margin-bottom: 1ex;
	font-size: 0.9em;
}

#guideline dl dd table {
	margin: 0px;
	font-size: 1.1em;
}
#guideline dl dd ul {
	list-style: url(image/bg/bg_pink01.png) none outside;
	margin-left: 1.5em;
}
#guideline dl dd blockquote ul {
	list-style: url(image/mark/list_pink_s.png) outside;
	font-size: 0.95em;
}





/*-- メッセージ・ノートレイアウト --*/
/* ▼ノート外枠▼ */
div.notedesign {
	border: 1px solid #FCF;   /* 外枠 */
	padding: 10px;
	margin-right: 30px;
	margin-left: 30px;
}
/* ▼ノート内部▼ */
div.notedesign p {
	margin: 0px;       /* 外側の余白 */
	background: url(image/bg/note_line01.png) bottom;
	padding: 0px 1ex;
	font-size: 0.85em;
	line-height: 25px;
}
/* ▼ノートタイトル▼ */
div.notedesign p.notetitle {
	margin: 0px 0px 1ex;           /* 外側の余白 */
	padding: 0px 0px 0px 1ex;                  /* 内側の余白 */
	border-bottom: 3px double #F6C; /* 下線 */
	font-weight: bold;                 /* 文字の太さ */
	color: #F6C;                    /* 文字色 */
	background: url(none);
	line-height: 25px;
}
/* ▼ノートタイトルの日付欄▼ */
div.notedesign p.notetitle span.date {
   float: right;
}



/*-- カリキュラムページ設定 --*/
#curriculum p {
	font-size: 0.9em;
	margin-right: 2em;
	margin-left: 3em;
}

#curriculum ol {
	font-size: 0.9em;
	margin-right: 30px;
	margin-left: 70px;
}

#contentsTxt #c_table table {
	border: medium double #FCF;
	margin-left: 36px;
}

#contentsTxt #c_table th {
	text-align: center;
	padding: 3px 4px;
	font-size: 0.8em;
	background: #FCF;
}

.curriculum_td01 {
	font-size: 0.8em;
	padding-left: 1ex;
	background: #FDEFFE;
}

.curriculum_td02 {
	text-align: right;
	padding-right: 1ex;
	font-size: 0.8em;
	background: #EAEAEA;
}

.curriculum_td03 {
	text-align: right;
	padding-right: 1ex;
	font-size: 0.8em;
	background: #CCF;
}

.curriculum_td04 {
	text-align: right;
	padding-right: 1ex;
	font-size: 0.8em;
	background: #FCF;
}

.curriculum_td05 {
	font-size: 0.8em;
	padding-left: 2.5em;
	background: #FDEFFE;
}


/*-- メールフォーム設定 --*/
#contentsTxt #mailform{
	margin-right: 1em;
	margin-left: 1em;
	font-size: 0.9em;
}

#contentsTxt #mailform th {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	background: #FDEFFE;
}

#contentsTxt #mailform td {
	font-size: 0.9em;
	background: #FDEFFE;
	padding-left: 5px;
}

#mailform2{
	margin: 0px auto;
	padding: 0px;
	width: 650px;
	display: block;
	text-align: center;
}
#mailform2 th {
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	padding-left: 1ex;
	background: #FDEFFE;
}

#mailform2 td {
	font-size: 0.9em;
	font-weight: normal;
	padding-left: 1em;
	background: #FDEFFE;
}

.c80_red {
	color: #F00;
	font-size: 0.8em;
}

.c_red {
	color: #F00;
}

#contentsTxt .h2Txt blockquote {
	margin: 0px;
	padding: 0px 0px 0px 2em;
}

.cl_txt_td {
	font-size: 0.8em;
	font-weight: bold;
	background: url(image/bg/bg_photo_02.png) no-repeat;
	margin: 0px 5px;
	padding: 0px;
	height: 70px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
}

.cl_img_td {
	background: url(image/bg/bg_photo_01.png) no-repeat;
	height: 200px;
	width: 280px;
	padding-top: 10px;
	padding-left: 10px;
}
