@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: #FF6600;
}
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_bg2.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;
	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: 80px; /*本文のパディング*/
	padding-bottom: 100px;
}
#main h2 {
	font-size: 100%;
	width: 830px;
	margin-left: 20px;
	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>設定*/
}



/*サイド（右側）コンテンツ
---------------------------------------------------------------------------------------*/
#side {
	float: right;
	width: 298px;
	margin-left: 10px;
	padding-top: 30px;
	padding-bottom: 100px;
}
#side h3 {
	font-size: 100%;
	background: #1D9A02 url(../images/h3_bg.gif);	/*h3の背景画像設定*/
	color: #FFFFFF;			/*h3の文字色（ここでは白）*/
	letter-spacing: 0.2em;	/*文字間隔をほんの気持ち広げる設定。通常にしたいなら、この１行を削除する。*/
	text-align: center;		/*h3の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/
}
#side p {
	padding: 0px 10px 1em;	/*サイドコンテンツ内の段落タグ<p>設定*/
}



/*サイドメニュー
---------------------------------------------------------------------------------------*/
ul.sidemenu {
	margin-bottom: 20px;
}
ul.sidemenu li a {
	line-height: 36px;
	background: url(../images/submenu_bg.gif) no-repeat;
	height: 36px;
	width: 278px;
	padding-left: 20px;
	display: block;
	color: #333333;
	text-decoration: none;
}
ul.sidemenu li a:hover {
	background: url(../images/submenu_bg_over.gif) no-repeat;
	color: #333333;
}

/*買い物コンテンツ
---------------------------------------------------------------------------------------*/
#main2 {
	float: left;
	width: 870px;
	display: inline;
	padding-left: 5px; 
	padding-top: 30px;
	padding-bottom: 100px;
}
#main2 h2 {
	font-size: 100%;
	width: 830px;
	margin-left: 20px;
	background: transparent url(../images/h2_550_bg.gif) no-repeat; 
	text-align: left;	
	color: FFF;		/*h2の文字色（ここでは白）*/
	padding-left: 40px; /*h2の文字の先頭位置のパディング*/
	line-height: 28px;
}
#main2 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;
}
