@charset "shift_jis";


body {
	font-family: ;
	font-size: 14px;
	line-height: 1.5;
	color: #C3BDA6;
	background: #E9E7DE url(/images/bg.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1,h2,h3,p{
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}


/*リンク設定
------------------------------------------------------------------
aがリンクですよ〜という色で、a:hoverがカーソルが乗った時の色。
------------------------------------------------------------------*/
a {
	color: #D7BDAE;
}
a:hover {
	color: #D7BDAE;
}


/*右上h1タグの設定。10pxが文字サイズ。
------------------------------------------------------------------*/
h1 {
	font-size: 15px;
	color:#FFFFFF;
	font-weight: bold;
	text-align: right;
	width: 700px;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	padding-right: 50px;
}


/*コンテナー
------------------------------------------------------------------
中央(白)と右側(ベージュ)のブロックの下が揃うように画像で指定しています。
つまり、imagesフォルダに入っているcontainer_bg.gifの色をあなたの
好きな色に編集して上書きすればその色になるという事。
------------------------------------------------------------------*/






#container {
	background: url(images/container_bg.gif) repeat-y;
	margin: 185px auto 8px;
	width: 903px;
	text-align: left;
}


/*メインメニュー
------------------------------------------------------------------*/
ul#menu {
	list-style-type: none;
	margin: 2px 0px;
	padding: 0px;
	font-size: 13px;
	color: #D7BDAE;
}
/*メインメニューのリンク設定
------------------------------------------------------------------*/
ul#menu a {
	background: url(../images/menu_bg.png) no-repeat;
	height: 38px;
	margin-bottom: 3px;
	line-height: 38px;
	color: ;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	letter-spacing: 0.1em;
}
ul#menu a:hover {
	background: url(../images/menu_bg_over.png) no-repeat;
	color: #D7BDAE;
	font-size: 13px;
}


/*コンテンツ、サブコンテンツ（変更しない）
------------------------------------------------------------------*/
#contents {
	float: left;
	width: 800px;
	color: #EEEAE7;
}
#sub {
	float: left;
	width: 150px;
	margin-bottom: 400px;
}


/*メインコンテンツ
------------------------------------------------------------------*/
#main {
	float: right;
	width: 600px;



	padding: ;
	background: ;
	color: #66390F;
}
#main h2 {
	font-size: 100%;
	border: 3px double #E9E7DE;
	line-height: 30px;
	padding-left: 10px;
	background: white;
}
#main p,#side p {
	margin: 1em 10px;
	font-size: 14px;
}
/*メインコンテンツ内のリストタグ
------------------------------------------------------------------*/
#main ul {
	margin: 0px;
	padding: 0px 10px 0px 20px;
}
#main ul li {
	margin-top: 1em;
	margin-bottom: 1em;
}



/*フッター（変更不要）
------------------------------------------------------------------*/
#footer {
	background: ;
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #452E1C;
	margin-bottom: 45px;
	padding-left: 200px;
	font-size: 14px;
}
#footer a {
	color: #FFFFFF;
}




/*clearfix（変更しない）
------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container {
	display: block;
	color: #EFE1D4;
}
/* End hide from IE-mac */
