@charset "shift_jis";


/*全般設定
------------------------------------------------------------------------------------------
■文字色は「color: #999999;」部分で変更できます。サイズは「75%」で変更可。%指定でなく「12px」とかでも可。
■壁紙は「images/bg.gif」で指定しています。imagesフォルダに入っているbg.gifを指定しています。
　変更もできますが、コンテナーの枠に影を入れてるので、緑っぽい壁紙でないと枠が目立ってしまうので注意。
------------------------------------------------------------------------------------------*/
body {
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #DBE8C0 url(images/bg.gif);
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

A:link{text-decoration:none;color:#009DBF;}
A:visited{text-decoration:none;color:#6C98AC;}
A:active {text-decoration:underline;color:#009999; }
A:hover{text-decoration:underline;color:#F09629;}

ul{
	list-style-type: none;
}

div.imagebox {
        float: right;
	margin: 0px 20px 0px 5px;
        font-size: 80%;
        color: gray;
}

img {
	border: none;
}
.color1 {
	color: #539705;
}

#main p, #sub p {
	margin: 0.5em 1em 1em;
}

.text3 {
        font-size: 10px;
        color: #666666;
        line-height:14px;
        margin-top: 5px;
}
.text4 {
        font-size: 12px;
        color: #666666;
        line-height:16px;
        margin-top: 5px;
	margin-bottom: 5px;
}
.text5 {
        font-size: 12px;
        color: #666666;
        line-height:16px;
        margin-top: 10px;
        font-weight: bold;
}


/*コンテナー
------------------------------------------------------------------------------------------*/
#container {
	text-align: left;
	margin: 0px auto;
	width: 840px;
	padding-right: 4px;
	padding-left: 4px;
	background: url(images/container_bg.gif) repeat-y center;
}


/*ヘッダー
------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	background: url(images/header_bg.gif) no-repeat;
}
#header h1 {
	font-size: 10px;
	color: #fafafa;
	line-height: 1.2;
	position: absolute;
	left: 20px;
	top: 5px;
}
#header img {
	vertical-align: top;
	padding-top: 38px;
	padding-bottom: 15px;
}




/*メインメニュー（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#menu {
	border-bottom: 6px solid #EEEEEE;
}

#menu li {
	display: inline;
}


/*ナビメニュー（メインメニューの右上にある小さなメニュー）
------------------------------------------------------------------------------------------*/
#nav {
	position: absolute;
	top: 76px;
	right: 4px;
	line-height: 26px;
	background: url(images/nav_bg.gif);
	padding-left: 50px;
	font-size: 11px;
}
#nav li {
	float: left;
	width: 10em; /*IE7のメイリオフォントだと8em（8文字）分にしか表示されないので注意*/
	overflow: hidden;
	height: 21px;
}
#nav li a {
	color: #999999;
	text-decoration: none;
	background: url(images/arrow1.gif) no-repeat left center;
	padding-left: 13px;
}
#nav a:hover {
	color: #BB000F;
}



/*メインコンテンツ（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 570px;
	display: inline;
	font-size: 12px;
        line-height:16px;
        margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}



/*メインコンテンツ（タイトルバー用）
---------------------------------------------------------------------------*/
#main2 {
	float: left;
	width: 570px;
	display: inline;
	font-size: 12px;
        line-height:16px;
        margin: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#main2 h2 {
	font-size: 14px;
	background: url(images/h2_bg.gif) no-repeat;
	line-height: 40px;
	height: 45px;
	letter-spacing: 0.1em;
	color: #6666FF;
	overflow: hidden;
	margin-top: 15px;
	padding-bottom: 5px;
	padding-left: 55px;
	padding-right: 50px;
}

#main2 h3 {
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 50px;
}

#main2 h4 {
	font-size: 16px;
	line-height: 30px;
	height: 30px;
        background-color: #ffebd7;
        border: 3px dotted orange;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 50px;
        padding: 0.2em
}

#main2 p {
	margin: 0.5em 2em 0.5em;
}



/*メインコンテンツ（特に変更の必要なし：width: 700px）
------------------------------------------------------------------------------------------*/
#main3 {
	float: center;
	width: 700px;
	display: inline;
	font-size: 12px;
        margin: 0px 0px 0px 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}



/*メインコンテンツ（特に変更の必要なし：width: 700px）
------------------------------------------------------------------------------------------*/
#main4 {
	float: center;
	width: 700px;
	display: inline;
	font-size: 12px;
        margin: 0px 0px 0px 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#main4 h2 {
	font-size: 14px;
	background: url(../images/h2_bg2.gif) no-repeat;
	line-height: 45px;
	height: 45px;
	color: #6666FF;
	overflow: hidden;
	padding-left: 55px;
	padding-right: 50px;
}


/*サブ見出しコンテンツ。（右側グレータイトルバー）
------------------------------------------------------------------------------------------
■右側コンテンツの見出しは「#sub h3」で設定します。背景色は「background: #EEEEEE;」で指定。
　上下のラインは「border-top」と「border-bottom」で設定。
「letter-spacing」というのは文字間隔の事で、文字同士の隙間を0.2文字ずつ空けて表示させています。
------------------------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 240px;
	font-size: 12px;
	margin-top: 0px;
	padding-bottom: 10px;
}

#sub h3 {
	font-size: 100%;
	background: #EEEEEE;
	letter-spacing: 0.1em;
	text-align: center;
	border-top: 1px dotted #d6d6d6;　　　　　　/*タイトルバー上側の点線色*/
	border-bottom: 1px dotted #d6d6d6;　　　　　　/*タイトルバー下側の点線色*/
}

#sub p {		
	font-size: 12px;
        line-height:16px;
	margin: 0.5em 1em 0.5em;
}

#sub img {
	vertical-align: top;
	padding-top: 1px;
	padding-bottom: 0px;
}


/*見出しコンテンツ。（右側オレンジタイトルバー）
------------------------------------------------------------------*/
#sub1 {
	float: left;
	width: 230px;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: -7px;
	color: #666666;
}
#sub1 h3 {
	border: 3px double #ffffff;　　　　　　/*タイトルバーのフチ２重線*/
	background: #f9ad5c;
	font-size: 100%;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #FFFFFF;
}



/*サブコンテンツ（右側フレームグレー色テーブル）
------------------------------------------------------------------*/
#sub2 {
	float: right;
	width: 240px;
	display: inline;
	margin-right: 10px;
	margin-top: 30px;
	font-size: 85%;
}
#main h2 {
	height: 29px;
	margin: 20px 0px 5px;
}
#sub2 .frame {
	background: url(../images/sub_frame_bg.gif) no-repeat bottom;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#sub2 h3 {
	background: url(../images/sub_midashi_bg.gif) no-repeat;
	height: 46px;
	width: 240px;
	margin-right: -10px;
	margin-left: -10px;
}



/*見出しコンテンツ。（右側オレンジタイトルバー）
------------------------------------------------------------------*/
#sub3 {
	float: left;
	width: 240px;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: -7px;
	color: #666666;
}
#sub3 h3 {
	border: 3px double #ffffff;　　　　　　/*タイトルバーのフチ２重線*/
	background: #f9ad5c;
	font-size: 100%;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #FFFFFF;
}

/*メインコンテンツ内の「What's New」部分（インラインフレーム風）
---------------------------------------------------------------------------*/
#main2 dl.new {
	width: 90%;		/*What's Newボックスの幅*/
	height: 130px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: 15px;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 1em;
}

#main2 dl.new2 {
				
	width: 93%;		  /*What's Newボックスの幅*/
	overflow: auto;		  /*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 0.5em;
}

#main2 dl.new3 {
				
	width: 90%;		  /*What's Newボックスの幅*/
	overflow: auto;		  /*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FFFFFF;	/*背景の色*/
	border: 1px solid #cfcfcf;	/*フチのライン*/
	margin-top: 1em;
}

#main2 dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main2 dd {
	margin-left:15px;
	border-bottom: 1px dotted #cfcfcf;	/*文章の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}

#main h2{
				
	margin-top:15px;
	margin-bottom:15px;
	margin-left: auto;
}


/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
				
	width: 94%;			/*What's Newボックスの幅*/
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 0.5em;
}

#main dt {
        font-size: 14px;				
	font-weight: bold;	/*見出しの文字を太字にする*/
}

#main dd {
				
	margin:15px;
	line-height: 2;		/*全般の行間*/
	border-bottom: 1px dotted #cfcfcf;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}

#main dl.new2 {
				
	width: 98%;			/*What's Newボックスの幅*/
	overflow: auto;		  /*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 0.5em;
}

#main dl.new3 {
				
	width: 94%;		  /*What's Newボックスの幅*/
	overflow: auto;		  /*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: 15px;
	padding: 7px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 0.5em;
}

#main h2{
				
	margin-top:15px;
	margin-bottom:15px;
	margin-left: auto;
}

#main h3 {
	font-size: 16px;
	line-height: 40px;
	height: 30px;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 50px;
}

/*サブコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#sub3 dl.new {
				
	width: 200px;			/*What's Newボックスの幅*/
	height: 100px;		/*What's Newボックスの高さ*/
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 0.5em;
}

#sub3 dt {
        font-size: 14px;				
	font-weight: bold;	/*見出しの文字を太字にする*/
	text-align: left;
}

#sub3 dd {
				
	margin:5px;
	text-align: left;
	line-height: 1.5;		/*全般の行間*/
	border-bottom: 1px dotted #cfcfcf;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}



/*サブコンテンツ（右側フレームテーブル２重枠インフォメーション）
------------------------------------------------------------------*/
#info {		
	float: right;
	width: 200px;
	display: inline;
	margin-top: 20px;
	margin-right: 10px;
	border: 3px double #f9ad5c;
	margin-bottom: 50px;
	padding: 1px;
}
#info h3 {		
	font-size: 100%;
	color: #FFFFFF;
	background : #f9ad5c url(../image/h3_bg.jpg);
	text-align: center;
}
#info p {		
	font-size: 90%;
	margin: 0.5em 1em 1em;
}


/*見出しコンテンツ。（左側）
------------------------------------------------------------------*/
#title {
	float: left;
	width: 500px;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: -7px;
	color: #666666;
}
#title h3 {
	border: 3px double #ffffff;
	background: #33CC00;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #FFFFFF;
}


/*見出しコンテンツ。（左側）
------------------------------------------------------------------*/
#title1 {
	float: left;
	width: 550px;
	font-size: 12px;
        line-height:16px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: -7px;
	color: #888888;
}
#title1 h3 {
	border: 3px double #ffffff;
	background: #33CC00;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #FFFFFF;
}


/*各テーブル設定
■テーブルのフチを変えたい場合、.t1項目内の「double」を変える。単なる直線なら「solid」。
　破線なら「dashed」、点線なら「dotted」。
■テーブルのフチ色を変えたい場合、.t1項目内の「#CCCCCC」を変える。現在はグレー色。
■写真のフチ色を変えたい場合、.t1 img項目内の「#CCCCCC」を変える。現在はグレー色。
　また、写真とフチの間のスペースにも色を付けられる。.t1 img項目内の「#FFFFFF」で変える。現在は白。
----------------------------------------------------------------------------------*/
.t1 {
	border: 3px double #CCCCCC;
	padding: 10px;
	margin-top: 9px;
	margin-right: 5px;
	width: 326px;
	background: url(../image/item_bg.gif) repeat-x bottom;
}

.t1 td {
	vertical-align: top;
}

.t1 strong {
	background: url(../images/arrow1.gif) no-repeat left top;
	padding-left: 20px;
	border-bottom: 1px dotted #5b710e;
	display: block;
	margin-bottom: 10px;
}

.t1 img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background: #FFFFFF;
}


/*　.ta1テーブル（先生紹介用のテーブル）
------------------------------------------------------------------*/
.ta1 {
	border: 1px solid #99c;
	width: 560px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	background: url(../image/home_mark.gif) no-repeat right bottom;
}

.ta1 td {
	padding: 2px;
	vertical-align: top;
	font-size: 12px;
}

.ta1 h3 {
	color: #005e15;
	border-bottom: 1px dotted #FFCCCC;
	font-size: 12px;
	background: url(../image/arrow1.gif) no-repeat left 5px;
	padding-left: 15px;
	line-height: 24px;
}

.ta1 p {
	font-size: 12px;
	line-height: 1.4em;
}

.ta1 .waku img {
	vertical-align: bottom;
}

.ta1 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}


/*フッター（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.5em;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
		color: #99c;
	background: #FFFFFF;
	padding: 20px 0px;
	border-top: 1px solid #CCCCCC;

}

.gotoPageTop{		
	text-align:center;
	float:right;
	margin:0px 0px 0px 10px;
	padding:0px;
}

