@charset "shift_jis";


body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #883300;
	background: #ffaa00 url(img/bg.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1,h2,h3,h4,p{
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}


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


/*右上h1タグの設定。10pxが文字サイズ。
------------------------------------------------------------------*/
h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}


/*コンテナー
------------------------------------------------------------------
中央(白)と右側(ベージュ)のブロックの下が揃うように画像で指定しています。
つまり、imagesフォルダに入っているcontainer_bg.gifの色をあなたの
好きな色に編集して上書きすればその色になるという事。
------------------------------------------------------------------*/
#container {
	background: url(img/ayu_con.png) repeat-y;
	margin: 30px auto 8px;
	width: 700px;
	text-align: left;
}


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


/*コンテンツ、サブコンテンツ（変更しない）
------------------------------------------------------------------*/
#contents {
	float: left;
	width: 699px;
}
#sub {
	float: left;
	width: 196px;
}


/*メインコンテンツ
------------------------------------------------------------------*/
#main {
	float: right;
	width: 476px;
	padding: 10px;
	background: #FFFFFF;
}
#main h2 {
	font-size: 100%;
	border: 4px double #ff8800;
	line-height: 30px;
	padding-left: 10px;
	background: url(img/ayu_h2.png) repeat-x bottom;
}
#main h3 {
	font-size: 100%;
	border: 2px dotted #ff8800;
	line-height: 30px;
	padding-left: 10px;
	background: url(img/ayu_h2.png) repeat-x bottom;
}
#main h4 {
	font-size: 100%;
	border: 0px dotted #ff8800;
	line-height: 30px;
	padding-left: 10px;
	background: url(img/ayu_h2.png) repeat-x bottom;
}
#main p,#side p {
	margin: 1em 10px;
}
/*メインコンテンツ内のリストタグ
------------------------------------------------------------------*/
#main ul {
	margin: 0px;
	padding: 0px 10px 0px 20px;
}
#main ul li {
	margin-top: 1em;
	margin-bottom: 1em;
}


/*サイド（一番右側）コンテンツ
------------------------------------------------------------------*/
#side {
	float: right;
	width: 176px;
	margin-left: 8px;
	padding: 10px;
	color: #FFFFFF;
	background: #ff6600;
}
#side h3 {
	font-size: 100%;
	border: 3px double #E9E7DE;
	line-height: 30px;
	text-align: center;
	background: url(images/h3_bg.gif) repeat-x top;
}


/*フッター（変更不要）
------------------------------------------------------------------*/
#footer {
	float: left;
	background: #ff6600;
	text-align: right;
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
#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; }
/* End hide from IE-mac */
