@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;
}

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: #FFFFFF;	/*背景色*/
	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の位置に配置*/
}


/*メインメニュー for page0
---------------------------------------------------------------------------*/
ul#language {
	height: 51px;
	margin-left: 307px;
	margin-top: 30px;
	margin-bottom: 5px;
}

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

ul#language li {
	float: left;
	margin-right: 70px;
}

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



/*メインメニュー
---------------------------------------------------------------------------*/
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: 10px solid #f2f2d0;
}
/*page2 */
#page2 ul#menu {
	border-bottom: 10px solid #b3e4dd;
}
/*page3 */
#page3 ul#menu {
	border-bottom: 10px solid #bea48e;
}
/*page4 */
#page4 ul#menu {
	border-bottom: 10px solid #f7f2d6;
}
/*page5 */
#page5 ul#menu {
	border-bottom: 10px solid #b1c7c7;
}
/*page6 */
#page6 ul#menu {
	border-bottom: 10px solid #dac5de;
}



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




/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: 852px;
	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: 10px;	/*文字サイズ*/
	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;
}



/*トップページ内「index」ブロック
---------------------------------------------------------------------------*/
#contents_index {
	height: 900px;			/*ボックスの高さ*/
	overflow: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	/* [disabled]padding-left: 10px; */
}



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

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

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



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


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


/*トップページ内「sketch」ブロック
---------------------------------------------------------------------------*/
#sketch {
	height: 310px;
	width: 830px;
	margin-top: 15px;
	margin-bottom: 5px;
}

#sketch img {
	vertical-align: bottom;
}

#sketch li {
	float: left;
	margin-right: 24px;
	margin-bottom: 20px;
}

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




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


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


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

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

/*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;
}



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

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

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