@charset "utf-8";

/* 
<div style="color: red;">この文字の色は赤</div>
<div style="color: green;">この文字の色は緑</div>
<div style="width:500;">幅</div> 
<div style="border: 5px solid #FF0000;background-color:#ffffcc;color:green; width:500;">ボックス装飾</div> 
--*/

/* テキストサイズ　装飾
------------------------------*/
.txtSSS {
	font-size: 75%;
}

.txtSS {
	font-size: 80%;
}

.txtS {
	font-size: 90%;
}

.txtM {
	font-size: 100%;
}

.txtL {
	font-size: 120%;
}


#main .imgTopBottom {
	margin-top: 1em;
	margin-bottom: 1em;
}

#main .txtLeft {
	text-align: left;
}

#main .txtRight {
	text-align: right;
}

#main .txtCenter {
	text-align: center;
}
#main .txtMiddle {
	vertical-align: middle;
}


.txtNowrap {
	white-space: nowrap;
}

.iconRight {
}

.txtRed {
	color: #CC0000;
}
.txtGreen {
	color: #009900;
}
.txtBlue {
	color: #3366FF;
}
.txtBlack {
	color: #333333;
}


/* メイン　テキスト強調
------------------------------*/
#main strong {
	color: #000000;
	font-weight: bold;
}
#main strong.black {
	color: #333333;
	font-weight: bold;
}

#main strong.Green {
	color: #009900;
	font-weight: bold;
}
#main strong.Blue {
	color: #3366FF;
	font-weight: bold;
}

/* 氏名・所属・
------------------------------*/
.position {
	font-size: 1em;
}


.place {
	font-size: 0.8em;
}

.profileGakka {
	font-size: 0.75em;
	line-height: 100%;
}
.profileName {
	clear: both;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 1em;
}


/* 詳細
------------------------------*/

.name {
	clear: both;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 1em;
}



.details {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 0.85em;
	text-align: right;
}


.details2 {
	margin-left: 1em;
	font-size: 0.8em;
	font-weight: bold;
}


/* 脚注
------------------------------*/
.note {
	clear: both;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	font-size: 0.8em;
	text-align: right;
}


/* 角マル
------------------- */

#kadomaruBox {
	width: 560px;
	clear: right;

}
#kadomaruBox h2 {
}
#kadomaruBox h3 {
	color: #333333;
	font-size: 0.85em;
	font-weight: bold;
	margin-bottom: 1em;

}
#kadomaruBox p {
	font-size: 0.85em;

}
#kadomaruBox ul li {
	padding-left: 1em;
	font-size: 0.85em;
	margin-bottom: 0.5em;
	background-image: url(../images_common/arrow_mainList3.gif);
	background-repeat: no-repeat;
	list-style-type: none;

}

div.kadomaru1 {
	padding: 0.5em 1em;
	margin-bottom: 1em;
	border: 1px solid #CCCCCC;
	background: #F9F9F9;
	clear: both;
}
div.kadomaru1 h3 {
	color: #333333;
	font-size: 0.9em;
	margin-bottom: 0.5em;
}

div.kadomaru1 p {
	font-size: 0.85em;
	line-height: 150%;

}
div.kadomaru1 ol li {
	padding-left: 1em;
	list-style-type: decimal;

}


div.kadomaru2 {
	width: 200px;
	padding: 0.5em;
	margin: 1em;
	border: 2px solid #dbebc4;
	color: #000000;
	background: #dbebc4;
}
div.kadomaru {
   padding: 0.5em;
	border: 1px solid #CCCCCC;
	color: #000000;

}

div.kadomaruLeft {
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	float: left;

	
}
div.kadomaruRight {
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	float: right;

}



/* 画像配置・エリア配置　文字整列
------------------------------*/
#main .imgLeft {
	float: left;
	padding-right: 1.5em;
	padding-bottom: 1.5em;
}


#main .imgRight {
	float: right;
	padding-bottom: 1.5em;
	padding-left: 1.5em;
}


#main .floatLeft {
	float: left;
	padding-right: 1em;
}

#main .floatLeft h3 {
	margin: 0px;
}


.floatRight {
	float: right;
	margin-bottom: 20px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}



.floatLeft {
	float: left;
	padding-right: 10px;
}




/* ノーマルメニュー 1
------------------------------*/	  
#main #nav1 {
	clear: both;
	padding: 0.5em;
	margin-bottom: 10px;
}

#main #nav1 ul {
	margin: 0px;
}
 
#main #nav1 ul li {
	padding-left: 3em;
	background: url(../images_common/arrow_listmark2.gif) no-repeat left center;
	list-style: none;
}

#main #nav1 a {
	text-decoration: none;
}


#main #nav1 li a.current {
	border-bottom: 1px solid #009933;
}

#main #nav1 li a.current2 {
	border-bottom: 1px solid #0091006;
	background: #FFCC99;
}

/* ノーマルメニュー 1-2
------------------------------*/	  
#main #nav1-2 {
	clear: both;
	padding: 0.5em;
	margin-bottom: 10px;
}

#main #nav1-2 ul {
	margin: 0px;
}
 
#main #nav1-2 ul li {
	padding-left: 3em;
	background: url(../images_common/arrow_listmark2.gif) no-repeat left center;
	list-style: none;
}

#main #nav1-2 a {
	text-decoration: none;
}


#main #nav1-2 li a.current {
	border-bottom: 1px solid #0091006;
}

#main #nav11-2 li a.current2 {
	border-bottom: 1px solid #0091006;
	background: #FFCC99;
}



/* タブメニュー 背景画像付き
------------------------------*/	

#main #nav2 {
	clear: both;
	width: 100%;
	font-size: 0.85em;
	line-height: normal;
}

#main #nav2 ul {
	float: right;
	list-style: none;
}

#main #nav2 li {
	padding: 0;
	margin: 0;
	display: inline;
	white-space: nowrap;
}

#main #nav2 a {
	float: left;
	padding: 0 0 0 4px;
	margin: 0;
	border-style: none;
	text-decoration: none;
	background: url(../images_common/nav2Left.gif) no-repeat left top;
}

#main #nav2 a span {
	float: left;
	padding: 5px 15px 4px 6px;
	color: #333333;
	display: block;
	background: url(../images_common/nav2Right.gif) no-repeat right top;
}

#main #nav2 a.current {
	border-bottom: 2px solid #009933;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#main #nav2 a span {
	float: none;
}

/* End IE5-Mac hack */
#main #nav2 a:hover span {
	color: #009933;
}

#main #nav2 a:hover {
	background-position: 0% -42px;
}

#main #nav2 a:hover span {
	background-position: 100% -42px;
}


/* Ｑ＆Ａ
------------------------------*/
#main dl.faqList dt {
	height: 25px;
	padding-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	font-weight: bold;
	color: #333333;
	line-height: 25px;
	background: url(../icon/icon_q.gif) no-repeat left top;
}


#main dl.faqList dd {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	margin-bottom: 10px;
	margin-left: 2em;
	border-left: 3px solid #fdede4;
}



/* 写真一覧　３列　２列
------------------------------*/
#main div.pickupBox {
	clear: both;
}


#main div.pickup {
	float: left;
	width: 160px;
	margin-right: 20px;
	margin-bottom: 15px;
}



#main div.pickup p {
	margin: 0px;
}

#main div.pickup h3 {
	margin: 10px 0px 5px;
}

#main div.pickup h3 a {
	padding-left: 7px;
	border-left: 3px solid #DCDCCF;
	font-weight: bold;
	line-height: 1.2;
	display: block;
}

#main div.pickup img {
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
}


/* 写真一覧　２列
------------------------------*/
#main div.pickupBox2 {
	clear: both;
}



#main div.pickup2 {
	float: left;
	width: 210px;
	background: #FFCC33;
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

#main div.pickup2 p {
	margin: 0.5em;
	line-height: 1.3;
}


#main div.pickup2 a {
	border-bottom-style: none;
	border-bottom-width: 0px;
}

/* メイン　コラムボックス 囲む為用
------------------------------*/

#main div.column {
	clear: both;
	width: 560px;
	margin-bottom: 2em;
}

/* メイン　コラムボックス 囲む為用
------------------------------*/

#main div.contentsBox {
	background: #E1E4E6;
	width: 700px;
	text-align: center;
}
#main div.contentsBox h2 {
	font-weight: bold;
	color: #000066;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 10px;
	border-style: none;

}
#main div.contentsBox ul {
	margin-left: 10px;


}
#main div.contentsBox ul li{
	font-size: 0.9em;

}

#main div.contentsBox table.table11 {
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main div.contentsBox table.table11 th{
	border-style: none;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
#main div.contentsBox table.table11 td {
	border-style: none;
	text-align: left;
}

#main div.contentsBox table.table11 th.odd {
	background: #a9a9a9;
}

#main div.contentsBox table.table11 tr.odd {
	background-color: #EFEFEF;
}



/* メイン　１カラム１カラム記事繰り返し用
------------------------------*/
#main div.column1 {
	clear: both;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#main div.column1 h2 {
	padding: 0.2em 1em;
	margin-top: 0px;
	margin-bottom: 1em;
	border-style: none;
	color: #333333;
	background: #F9F9F9;
}


#main div.column1 h3 {
	color: #000000;
}


#main div.column1 p {
	clear: both;
	padding: 5px 10px;
	margin: 0px;
	text-align: left;
}


#main div.column1 ul {
}



#main div.column1 ul li {
}


#main div.column1 dl {
	margin-left: 50px;
}


#main div.column1 dl dt {
	font-size: 1em;
	font-weight: bold;
	color: #000066;

}


#main div.column1 dl dd {
	margin-bottom: 1em;
	margin-left: 1em;
	background: url(../../images_common/arrow_mainList1.gif) no-repeat;
	font-size: 1em;
}

#main div.column1 strong {
	color: #333333;
}



/* メイン　２カラム
------------------------------*/

#main div.column2 {
	clear: both;
	width: 700px;
	margin-top: 1em;
	margin-bottom: 1em;
	background: #FFFFFF url(../image_common/bg_column2.gif) repeat-y;
}
#main div.column2-noLine {
	clear: both;
	width: 700px;
	margin-top: 1em;
	margin-bottom: 1em;
}

#main div.column2 .blue {
	background: #006699;
}

#main div.column2Left {
	float: left;
	width: 320px;
	padding-right: 10px;
	padding-left: 10px;
	background: #FDFDFD;
}

#main div.column2Left-2 {
	float: left;
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
}

#main div.column2Right {
	float: right;
	width: 320px;
	padding-right: 10px;
	padding-left: 10px;
	background: #FDFDFD;
}

#main div.column2Righ-2 {
	float: right;
	width: 450px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
}
#main div.column2Righ-2 h3 {
	padding-left: 1em;
	border-left: 2px solid #CC0000;

}
#main div.column2Righ-2 p {
	margin-top: 0px;
	margin-bottom: 1em;
	font-size: 0.85em;


}
#main div.column2 ul {
	padding-right: 1em;
	padding-left: 0.5em;
	margin: 0px;
}
#main div.column2 ul li {
	background: url(../images_common/arrow_mainList1.gif) no-repeat left center;
}

#main div.column2 ul li a {
	border-style: none;
	color: #333333;
}
#main div.column2 ul li a:hover {
	border-style: none;
	color: #FF6600;
	text-decoration: underline;
}

#main div.column2 p {
	padding: 5px 10px;
	margin: 0px;
	font-size: 0.85em;
	text-align: left;
	color: #333333;
}


#main div.column2 h3 {
	font-size: 1em;
	color: #000033;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}


#main div.column2-noLine h3{
	margin: 0em auto 0.5em;
	font-size: 1em;
	color: #000033;
	text-align: left;
	font-weight: bold;
}

#main div.column2 h4 {
	padding: 5px 10px;
	margin: 0px;
	font-weight: normal;
	color: #CC6600;
	text-align: left;
}


#main div.column2 dl {
	padding-right: 1em;
	padding-left: 1em;
}



#main div.column2 dl dt {
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
}



#main div.column2 dl dd {
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
	background: url(../images_common/arrow_listmark1.gif) no-repeat 15px 5px;
}

#main div.column2 dl dd a {
	color: #333333;
}



#main div.column2 .tableCol2,tr,td{
	padding: 2px;
	margin: 0px auto;
	border: 1px solid #CCCCCC;
}


/* メイン　２カラム 色つき
------------------------------*/

#main div.column2-color {
	clear: both;
	width: 700px;
	margin-top: 1em;
	margin-bottom: 1em;
	background: #678792 url(../image_common/bg_column2-colorTop.gif) no-repeat top;
}

#main div.column2-color h3 {
	font-size: 1em;
	color: #000066;
	font-weight: bold;
	border: 3px double #FFFF99;
	padding: 4px;
}
.sotsugyou {
	font-size: 0.8em;
	font-weight: normal;
}
#main div.column2-color p {
	font-size: 0.8em;
	color: #FFFFFF;

}
#main div.column2-color-Left {
	float: left;
	width: 320px;
	padding-right: 10px;
	padding-left: 10px;
}


#main div.column2-color-Right {
	float: right;
	width: 320px;
	padding-right: 10px;
	padding-left: 10px;
}


#main div.column2-color ul {
	padding-right: 1em;
	padding-left: 0.5em;
	margin: 0px;
}
#main div.column2-color ul li {
	background: url(../image_shinro/icon_oukan.gif) no-repeat left top;
	color: #FFFFFF;
	padding-left: 25px;
}


/* メイン　アイコン
------------------------------*/



.goTop {
	clear: both;
	height: 20px;
	padding-top: 6px;
	padding-right: 30px;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 0.7em;
	display: block;
	text-align: right;
}
.goTop a {
	color: #66CCCC;
}

.goTop a:visited{
	color: #66CCCC;
}
.line1 {
	clear: both;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

.space50 {
	clear: both;
	height: 50px;
}

.spaceHeight {
	clear: both;
	height: 350px;
}


.iconRight {
	padding: 2px;
	margin-left: 2em;
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	display: inline;
	vertical-align: bottom;
	background: #ffff63;
}

.iconRight2 {
	vertical-align: baseline;
}

.iconRight a {
	border-bottom-style: none;
	border-bottom-width: 0px;
	color: #FF0000;
}

.iconMiddle {
	vertical-align: middle;
}



/* テーブル　基本
------------------------------*/
#main table {
	clear: both;
	width: 98%;
    margin-bottom: 1.5em;	
	border-collapse: collapse;
	border-spacing: 1px;
	border: 1px solid #666666;
}

#main table th, table td {
	padding: 2px 5px;
	font-size: 0.85em;
	color: #666666;
	vertical-align: top;
}

#main td, th {
	border: 1px solid #666666;
}

#main table p {
	font-size: 0.85em;
}
#main table li {
	font-size: 0.85em;
}


/* テーブル　輪郭なし
------------------------------*/


#main table.noBorder {
	clear: both;
	width: 100%;
	margin-bottom: 1.5em;
	border-collapse: collapse;
    border: 1px solid #FFFFFF;
}

#main table.noBorder  td, th {
	border: 1px solid #FFFFFF;
}





/* テーブル　００統計表・授業料
------------------------------*/
#main table.table00 {
}

#main table.table00 th {
    text-align: center;
	background: #dbebc4;
	border: 1px solid #666666;
}

#main table.table00 td {
	border: 1px solid #666666;
	text-align: right;
}



#main table.table00 td.odd {
	background: #e9e9e9;
	color: #FFFFFF;
}
#main table.table00 td.odd2 {
	background: #F7F5BB;
}
#main table.table00 td.odd3 {
	text-align: left;

}
#main table.table00 th.odd {
	text-align: center;
	background: #669966;
	color: #FFFFFF;
}

#main table.table00 th.odd2 {
    text-align: center;
	background: #fdede4;
}

#main table.table00 th.odd3 {
    text-align: center;
	background: #F7F5BB;
}

#main table.table00 ul li {
	background-image: none;
	list-style-type: disc;
}


/*テーブル　テーブル入試日程・納入金
---------------------------*/
#main table.table01 {

	
}

#main table.table01 th {
	text-align: center;
	background: #333333;
	border: 1px solid #666666;
	color: #FFFFFF;
}

#main table.table01 td {
    text-align: right;
	border: 1px solid #666666;
}

#main table.table01 td.odd {
	background: #F9F9F9;
}

#main table.table01 td.odd2 {
	background: #F7F5BB;
}

#main table.table01 th.odd2 {
    background: #F3EFE2;
}


/* テーブル　テーブルプロフィール
------------------------------*/
#main table.table02 {
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	border: 2px solid #FFFFFF;
		
}
#main table.table02 h3 {
	font-weight: bold;
	color: #000066;
	font-size: 1em;
	padding: 0px;
	margin: 5px 5px 10px;
}
#main table.table02 p {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px 10px;
}
#main table.table02 .syozoku {
	font-weight: normal;
	color: #666666;
	font-size: 0.8em;
	padding-left: 5px;
}

#main table.table02 th {
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#main table.table02 td {
	background: #FFFFFF;
	border: 1px none #FFFFFF;
}

#main table.table02 th.odd {
	background: #336699;
}
#main table.table02 td.odd1 {
	background-color: #FFFFFF;
}

#main table.table02 ul li {
	margin: 0px;
	text-align: left;
}

#main .iconSyozoku {
	vertical-align: text-botom;
}
