@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FC7AFC url(../images/bg.gif);
}

textarea {
	font-size: 11px;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
a {
	color: #333333;
}
a:hover {
	color: #1D9A02;
}
img {
	border: none;
}
.look {
	background: #efefef;
}



/*リンク画像にカーソルがのった時の半透明設定
---------------------------------------------------------------------------------------*/
#contents a:hover img {
filter: Alpha(opacity=80);
opacity: 0.8; /*firefox safari*/
}



/*コンテナー
---------------------------------------------------------------------------------------*/
#container {
	background: url(../images/container_bg.gif) repeat-y;
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: auto;
	padding-left: auto;
}



/*ヘッダー
---------------------------------------------------------------------------------------*/
#header {
	background: url(../images/header_bg.jpg) no-repeat center top;
	height: 92px;
	margin-right: auto;
	margin-left: auto;
	padding-left: auto;
	padding-top: auto;
}
#header h1 {
	font-size: 10px;		/*h1タグの文字サイズ*/
	color: #81511c;			/*文字色（ここでは茶色）*/
	line-height: 1.2em;
	font-weight: normal;	/*通常の文字の太さに設定。もし太字にしたいならこの１行を削除する*/
	padding-left: 20px;
	padding-top: 10px;
}



/*メインメニュー
----------------------------------------------------------------------------------------*/
ul#menu {
	width: 912px;
}
ul#menu li {
	margin-right: auto;
	margin-left: auto;
	padding-right: auto;
	padding-left: auto;
	display: inline;
}
ul#menu img {
	vertical-align: bottom;
}



/*コンテンツ
---------------------------------------------------------------------------------------*/
#contents {
	clear: left;	/*メニューのfloat処理をここでクリア*/
	width: auto;
	padding-top: 3px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}



/*メイン コンテンツ
---------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 870px;
	display: inline;
	padding-top: 30px;
	padding-left: 40px; /*本文のパディング*/
	padding-bottom: 100px;
}
#main h2 {
	font-size: 100%;
	width: 870px;
	margin-left: 160px;
	background: transparent url(../images/h2_550_bg.gif) no-repeat; 
	text-align: left;	
	color: FFF;		/*h2の文字色（ここでは白）*/
	padding-left: 40px; /*h2の文字の先頭位置のパディング*/
	line-height: 28px;
}
#main p {
	padding: 0.5em 20px 1em;	/*メインコンテンツ内の段落タグ<p>設定*/
}



/*フッター
---------------------------------------------------------------------------------------*/
#footer {
	clear: both;			/*mainとsideのフロート処理解除*/
	width: 900px;
	margin-left: 6px;
	background: #1D9A02;	/*フッターの背景色(グリーン)*/
	text-align: center;		/*文字のセンタリング*/
	color: #FFFFFF;			/*文字色*/
}
#footer a {
	color: #FFFFFF;
}
