@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body{
	color: #666666;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #5A2A38 url(../images/bg.gif) no-repeat center top;	/*左から、全体の背景色、背景画像の読み込み＆リピートしない＆中央上部に配置*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img{
	border: none;
}
input,textarea,select{
	font-size: 1em;
}
form{
	margin: 0px;
}
table{
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a{
	color: #666666;
}
a:hover{
	color: #B74562;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container{
	text-align: left;
	width: 950px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
	background : url(../pagetop.gif) center top / auto auto no-repeat scroll padding-box border-box #ffffff;	/*左から、背景色、背景画像の読み込み＆リピートしない＆中央上部に配置*/
	padding: 0px 5px;	/*左から、上下、左右の余白*/
}

/*h1タグ設定
---------------------------------------------------------------------------*/
h1{
	font-size: 10px;		/*文字サイズ*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
	text-align: right;		/*右寄せ*/
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
h1 a{
	text-decoration: none;
	color: #FFF;
}

/*ヘッダー（ロゴなどが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg{
	position: relative;
	height: 350px;
	width: 950px;
	margin-bottom: 30px;
}
#mainimg .slide_file{
	display: none;
}
#slide_image{
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2{
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu{
	height: 56px;
	width: 929px;
	background: url(../images/menu_bg.gif) no-repeat;	/*メニュー背景画像の読み込み*/
	padding-left: 21px;
}
ul#menu li{
	float: left;
	text-align: center;	/*テキストをセンタリング*/
	border-left: 1px solid #B4415E;	/*メニューの左側に入る線の幅、線種、色*/
	font-size: 12px;	/*文字サイズ*/
}
ul#menu li.last{
	border-right: 1px solid #B4415E;	/*メニューの最後の１個のみ、右側にも線を入れる設定*/
}
ul#menu li a{
	color: #FFFFFF;		/*文字色*/
	text-decoration: none;
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
ul#menu li a:hover{
	color: #FFF;			/*マウスオン時の文字色*/
	background: #f783a6;	/*マウスオン時の背景色*/
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents{
	width: 100%;
	clear: left;
	overflow: hidden;
	padding-top: 30px;
}
#top #contents{
	padding-top: 0px;
}

/*メインコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#main{
	width: 690px;	/*メインコンテンツ幅*/
	float: left;	/*左側に回り込み*/
	padding-bottom: 50px;
}
/*h2タグ設定*/
#main h2{
	font-size: 120%;	/*文字サイズ*/
	width: 680px;
	background: url(../images/bg1.gif) no-repeat;	/*背景画像の読み込み*/
	border-bottom: 4px solid #384421;	/*下部の線の幅、線種、色*/
	line-height: 42px;
	padding-left: 10px;
	color: #FFFFFF;	/*文字色*/
}
/*段落タグの余白設定*/
#main p{
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#sub{
	float: right;	/*右側に回り込み*/
	width: 230px;	/*サブコンテンツ幅*/
	padding-bottom: 50px;
}
/*h3タグ設定*/
#sub h3{
	font-size: 100%;				/*文字サイズ*/
	border: 1px solid #1D1D1D;		/*枠線の幅、線種、色の設定*/
	text-align: center;				/*文字をセンタリング*/
	background: #1D1D1D url(../images/bg2.gif) repeat-x top;	/*左から、背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
	color: #FFF;	/*文字色*/
	padding-top: 5px;
	padding-bottom: 5px;
}
/*段落タグの余白設定*/
#sub p{
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
#sub ul.submenu li a{
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #a0a0a0;	/*下側の線の幅、線種、色*/
	border-right: 1px solid #a0a0a0;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #a0a0a0;		/*左側の線の幅、線種、色*/
	width: 228px;
	text-align: center;	/*文字をセンタリング*/
	background: #FFFFFF url(../images/bg3.gif) no-repeat center 1px;	/*左から、背景色、背景画像の読み込み＆リピートしない＆左右中央・上から1pxに配置*/
	padding: 5px 0px;
}
#sub ul.submenu li a:hover{
	background: #ebc9d2 url(none);	/*マウスオン時の背景色＆背景画像の読み込みをしない設定*/
}

/*subコンテンツ内box
---------------------------------------------------------------------------*/
#sub .box{
	color: #333333;	/*文字色*/
	background: #D9D9D9 url(../images/bg4.gif) repeat-x top;	/*左から、背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
	padding: 5px;	/*ボックス内の余白*/
	border: 1px solid #a0a0a0;	/*ボックスの枠線の幅、線種、色*/
}

/*フッター（コピーライトなど入っている最下部ブロック）
---------------------------------------------------------------------------*/
#footer{
	text-align: center;	/*センタリング*/
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
	width: 960px;
	background: #5A2A38 url(../images/footer_bg.gif) no-repeat top;	/*背景色、背景画像の読み込み＆リピートしない＆上部に配置*/
	margin-right: auto;
	margin-left: auto;
	color: #FFF;	/*文字色*/
}
/*フッター内にリンク設定した場合用*/
#footer a{
	text-decoration: none;
	color: #FFF;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new{
	overflow: auto;
	height: 150px;	/*ボックスの高さ*/
	width: 680px;
	padding-left: 10px;
}
#main .new dl{
	clear: left;
	width: 660px;
	border-bottom: 1px solid #8c8c8c;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt{
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd{
	float: left;
	width: 560px;
}
#main .new dd img{
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1{
	width: 690px;
	clear: both;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #1D1D1D;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 447px;
	padding: 10px;
	vertical-align: top;
	background: #EBEBEB;	/*背景色*/
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #E8C7CD;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #1D1D1D url(../images/bg2.gif) repeat-x top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
	color: #FFF;
}
.ta1 .tamidashi a{
	color: #FFF;
}

/*course.htmlページのボックス
---------------------------------------------------------------------------*/
#main .box{
	padding: 10px;	/*ボックス内の余白*/
	margin-bottom: 1em;
	border: 3px double #808080;	/*ボックスの線幅、線種、色*/
	width: 664px;
	overflow: hidden;
	background: #D9D9D9 url(../images/bg4.gif) repeat-x top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
}
/*写真*/
#main .box img{
	float: left;		/*画像を左に回り込み*/
	border: 1px solid #808080;	/*画像のフチの線幅、線種、色*/
	padding: 3px;		/*画像とフチの間の余白*/
	background: #FFF;	/*背景色*/
}
/*h3見出しタグ*/
#main .box h3{
	font-size: 100%;	/*文字サイズ*/
	color: #B74562;		/*文字色*/
	margin-left: 170px;		/*左の写真とバランスをとって設定*/
	margin-bottom: 0.5em;
	padding-left: 5px;
	border-left: 4px solid #B74562;		/*左側の線の幅、線種、色*/
	border-bottom: 1px dotted #B74562;	/*下側の線の幅、線種、色*/
}
#main .box h3 a{
	color: #B74562;	/*ボックス内のh3タグにリンク設定した場合の文字色*/
}
/*ボックス内の段落タグ*/
#main .box p{
	padding: 0 0 0 10px;	/*左から、上、右、下、左への余白*/
	margin-left: 170px;	/*左の写真とバランスをとって設定*/
}

/*その他
---------------------------------------------------------------------------*/
.look{
	background-color: #d2d2d2;
}
.mb1em{
	margin-bottom: 1em;
}
.clear{
	clear: both;
}
ul.disc{
	padding: 0em 25px 1em;
	list-style: disc;
	text-align: left;
}
.color1{
	color: #B74562;
}
.pr{
	font-size: 10px;
}
.btn{
	font-size: 13px;
}
.wl{
	width: 96%;
}
.ws{
	width: 50%;
}
.c{
	text-align: center;
}
