@charset "shift_jis";



body {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック";
	font-size: 75%;
	line-height: 1.5;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #EEEEEE;
}

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

ul{
	list-style-type: none;
}

img {
	border: none;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
	cellpadding: 1;
}

th {
	background-color: #ffecec;	/*表の項目名の背景色*/
}


/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
}

a:hover {
	color: #E60012;
	text-decoration: none;
}


/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


/*コンテンツ*/
#contents {
	background-color: #FFFFFF;
}


/*ヘッダー*/
#header {
	height: 84px;
	width: 100%;
	position: relative;
}

/*h1タグ*/
#header h1 {
	font-size: 40px;		/*文字サイズ*/
	font-weight: normal;
	position: absolute;
	left: 8px;		/*左からの位置*/
	top: 10px;		/*上からの位置*/
}

/*ヘッダ部の「三条通柳馬場東入北側」*/
#header_addr {
	font-size: 25px;	/*文字サイズ*/
	position: absolute;
	top: 33px;	/*上からの位置*/
	right: 0px;	/*右からの位置*/
}


/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 650px;
	padding-top: 20px
	padding-bottom: 50px;
	display: inline;
	margin-right: 16px;
}

/*トップページだけメインコンテンツ上の余白をゼロにする設定*/
#toppage #main {
	padding-top: 20;
}

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

/*h2タグ設定（基本カラー）*/
#main h2 {
	font-size: 110%;
	line-height: 23px;
	padding-top: 1px;
	padding-left: 20px;
	color: #ffffff;			/*文字色*/
	background-image: url(images/h2_bg.gif);	/*背景色*/
	background-repeat: no-repeat;	/*背景画像のリピートなし*/
}

#main h3 {
	font-size: 100%;
	line-height: 2;
	margin-top: 5px;
}

/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 50px;
	display: inline;
	margin-left: 16px;
}

/*h4見出しタグ設定*/
#side h4 {
	font-size: 100%;
	color: #E60012;		/*文字色*/
	border-bottom: 1px dotted #E60012;	/*下線の設定*/
}

/*段落タグの余白設定*/
#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}


/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu {
	margin-top: 1px;
	margin-bottom: 1em;
}

ul.sidemenu li {
	margin-bottom: 1px;
	line-height: 1.8;
}

ul.sidemenu a {
	color: #FFFFFF;				/*文字色*/
	font-weight: bold;		/*太字に*/
	text-decoration: none;		/*リンクの下線を消す*/
	background-color: #E83929;	/*背景色*/
	background-image: url(images/menu_bg1.gif);	/* ボタン画像 */
	background-repeat: repeat-x;
	display: block;
	width: 198px;
	text-align: center;			/*センタリング*/
	border: 1px solid #E83929;	/*背景色と同じにしてあるので分かりませんがこの色を変えると枠線が出ます*/
	padding-top: 3px;
	padding-bottom: 1px;
	font-size: 15px;
}

ul.sidemenu a:hover {
	color: yellow;		/*カーソルオーバー時の文字色*/
	font-weight: bold;		/*太字に*/
	border: 1px solid #E83929;	/*枠線設定*/
}


/*フッター（コピーライトなど入っているHP最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	font-size: 11px;		/*文字サイズ*/
	line-height: 1.4;		/*行間*/
	text-align: center;		/*センタリング*/
	clear: both;
	width: 100%;
	border-top: 1px solid #EEEEEE;	/*上に入れているライン*/
	padding-top: 10px;
	padding-bottom: 10px;
}


/*その他
---------------------------------------------------------------------------*/
#mainimg {
	text-align: center;
}

/*「曜日と時間」のテーブル */
#calendar {
/*	font-size: 15px; */	/*文字サイズ*/
	text-align: center;	/*センタリング*/
}

/*「テキスト代」のテーブル */
#price {
/*	font-size: 15px; */	/*文字サイズ*/
	text-align: center;	/*センタリング*/
}

/*「プロフィール」の表 */
#profile_person {
}

#profile_person td {
	padding-left: 2px;	/*セル内の余白*/
	vertical-align: top;	/*セル内の文字列は上揃え*/
}

#profile_works {
}
#profile_works td {
	padding-left: 2px;	/*セル内の余白*/
	vertical-align: top;	/*セル内の文字列は上揃え*/
}

/*「プロフィール」画像 */
#prof_img {
	margin-top: 8px;	/*画像の上に少しだけ余白*/
}

/*教室案内*/
#annai {
	margin-left: 15px;
}

/*作品紹介*/

#works {
}

#works table {
	width: 650px;
	background-color: #FFF2FF;
}

#works td {
	padding: 5px;	/*これで画像の間隔を調節*/
}

/*「作品紹介」の「習作」*/
#etude_table img {
	height: 250px;	/*「習作」の前半。画像の高さをそろえる*/
}

/*署名セクション*/
#signature {
	margin-bottom: 15px;
}

/*署名*/
#shishu {
	font-size: 18px;	/*「瀬川紫舟」を少し大きく*/
}
