@charset "shift_jis";

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #633838;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

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: #333333;
}
a:hover {
	text-decoration: none;
}

/*page1 のカーソルオーバー時カラー*/
#page1 a:hover {
	color: #4c78c2;
}

/*page2 のカーソルオーバー時カラー*/
#page2 a:hover {
	color: #4c78c2;
}

/*page3 のカーソルオーバー時カラー*/
#page3 a:hover {
	color: #4c78c2;
}

/*page4 のカーソルオーバー時カラー*/
#page4 a:hover {
	color: #4c78c2;
}

/*page5 のカーソルオーバー時カラー*/
#page5 a:hover {
	color: #4c78c2;
}

/*page6 のカーソルオーバー時カラー*/
#page6 a:hover {
	color: #4c78c2;
}




/*h1タグ設定
---------------------------------------------------------------------------*/
h1 {
	font-size: 10px;	/*文字サイズ*/
	color: #633838;		/*文字色*/
	font-weight: normal;
	text-align: right;	/*文字を右寄せ*/
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}

h1 a {
	color: #633838;			/*リンクを設定した際の文字色*/
	text-decoration: none;	/*下線を消す設定*/
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	background-color: #fff4f1;	/*背景色*/
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー（サイト名ロゴとメイン写真が入っているブロック）for page0
---------------------------------------------------------------------------*/
#top_name_index {
	background-repeat: no-repeat;
	width: 900;
	position: relative;
	margin-bottom: 10px;
}


#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーに対して左から0pxの位置に配置*/
	top: 100px;	/*ヘッダーに対して上から100pxの位置に配置*/
}



/*ヘッダー（サイト名ロゴとメイン写真が入っているブロック）
---------------------------------------------------------------------------*/
#top_name {
	background-image: url(images/gaku_kinoshita.jpg);	/*ヘッダー背景画像*/
	background-repeat: no-repeat;
	height: 74px;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}


#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーに対して左から0pxの位置に配置*/
	top: 100px;	/*ヘッダーに対して上から100pxの位置に配置*/
}




/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	height: 45px;
	margin-left: 0px;
	width: 900px;
	margin-bottom: 0px;
}

ul#menu img {
	vertical-align: bottom;
}

ul#menu li {
	float: left;
	margin-right: 5px;
}

ul#menu li.last {
	margin-right: 0px;
}



/*メインメニューの下ボーダーカラー
---------------------------------------------------------------------------*/
/*page1 */
#page1 ul#menu {
	border-bottom: 4px solid #fbd1c6;
}
/*page2 */
#page2 ul#menu {
	border-bottom: 4px solid #fbd1c6;
}
/*page3 */
#page3 ul#menu {
	border-bottom: 4px solid #fbd1c6;
}
/*page4 */
#page4 ul#menu {
	border-bottom: 4px solid #fbd1c6;
}
/*page5 */
#page5 ul#menu {
	border-bottom: 4px solid #fbd1c6;
}
/*page6 */
#page6 ul#menu {
	border-bottom: 4px solid #fbd1c6;
}




/*ヘッダー（サイト名ロゴとメイン写真が入っているブロック）
---------------------------------------------------------------------------*/
#header {
	background-repeat: no-repeat;
	height: 310px;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}




/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: 882px;
	margin-right: auto;
	margin-left: auto;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
/*h2見出しタグ共通設定*/
#main h2 {
	font-size: 100%;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding-left: 30px;
	clear: both;
}

/*段落タグ設定*/
#main p {
	padding: 0.5em 10px 1em;
}




/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	width: 100%;
	font-size: 10px;	/*文字サイズ*/
	text-align: center;	/*センタリング*/
	padding-top: 30px;
	padding-bottom: 10px;
}
ul#footermenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}




/*フッター（コピーライト表記がある最下部部分）
---------------------------------------------------------------------------*/
#footer {
	font-size: 100%;	/*文字サイズ*/
	text-align: center;	/*センタリング*/
	color: #633838;
	background-image: url(images/footer_bg.jpg);	/*フッター背景画像*/
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 7px;
	padding-bottom: 00px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #633838;
}



/*トップページ内「home」ブロック
---------------------------------------------------------------------------*/
#home .new dl {
	height: 250px;			/*ボックスの高さ*/
	overflow: auto;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 0px;
}

#home .new dt {
	font-weight: bold;	/*日付を太字にする設定*/
	float: left;
}

#home .new dd {
	border-bottom: 1px solid #cccccc;	/*日付ごとの下線*/
	padding-left: 8em;
}



/*トップページ内「trial」ブロック
---------------------------------------------------------------------------*/
#trial .new dl {
	height: 320px;			/*ボックスの高さ*/
	overflow: auto;
	margin-top: 20px;
}

/*トップページ内「profile」ブロック
---------------------------------------------------------------------------*/
#profile .new dl {
	height: 320px;			/*ボックスの高さ*/
	overflow: auto;
	margin-top: 20px;
}


/*トップページ内「schedule」ブロック
---------------------------------------------------------------------------*/
#schedule .new dl {
	height: 1670px;			/*ボックスの高さ*/
	overflow: auto;
	margin-top: 20px;
}



/*トップページ内「blog」ブロック
---------------------------------------------------------------------------*/
#blog .new dl {
	height: 320px;			/*ボックスの高さ*/
	overflow: auto;
	margin-top: 20px;
}


/*トップページ内「contact」ブロック
---------------------------------------------------------------------------*/
#contact_contents {
	height: 400px;			/*ボックスの高さ*/
	width: 720px;
	margin-top: 20px;
	overflow: auto;
	padding-left: 110px;
}


/*アクセントカラー color1
---------------------------------------------------------------------------*/
	
/*page1 のアクセント（class="color1"）カラー*/
#page1 .color1 {
	color: #633838;
}
/*page2 のアクセント（class="color1"）カラー*/

#page2 .color1 {
	color: #633838;
}

/*page3 のアクセント（class="color1"）カラー*/
#page3 .color1 {
	color: #4c78c2;
}

/*page4 のアクセント（class="color1"）カラー*/
#page4 .color1 {
	color: #633838;
}

/*page5 のアクセント（class="color1"）カラー*/
#page5 .color1 {
	color: #633838;
}

/*page6 のアクセント（class="color1"）カラー*/
#page6 .color1 {
	color: #633838;
}


/*フォントサイズ sixteenpt
---------------------------------------------------------------------------*/
	
/*page1 のアクセント（class="sixteenpt"）カラー*/
#page1 .sixteenpt {
	color: #633838;
	font-size: 16px
}
/*page2 のアクセント（class="sixteenpt"）カラー*/

#page2 .sixteenpt {
	color: #633838;
	font-size: 16px
}

/*page3 のアクセント（class="sixteenpt"）カラー*/
#page3 .sixteenpt {
	color: #4c78c2;
	font-size: 16px
}

/*page4 のアクセント（class="sixteenpt"）カラー*/
#page4 .sixteenpt {
	color: #633838;
	font-size: 16px
}

/*page5 のアクセント（class="sixteenpt"）カラー*/
#page5 .sixteenpt {
	color: #633838;
	font-size: 16px
}

/*page6 のアクセント（class="sixteenpt"）カラー*/
#page6 .sixteenpt {
	color: #633838;
	font-size: 16px
}


/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #E4E4E4;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 10px 0.5em 25px;
	list-style: disc;
}

.sixteenpt{
	font-size: 16px;
}

.twelvept{
	font-size: 12px;
}
