@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: #000000 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: #A00E01;
}
img {
	border: none;
}
.look {
	background: #e7e5de;
}



/*リンク画像にカーソルがのった時の半透明設定
---------------------------------------------------------------------------------------*/
#contents a:hover img {
filter: Alpha(opacity=80);
opacity: 0.8; /*firefox safari*/
}



/*商品テーブル
---------------------------------------------------------------------------------------*/
.box {
	margin: 10px auto 20px;
}
.box img {
	padding: 4px;				/*商品画像とフチ線の間にある白い余白*/
	border: 1px solid #CCCCCC;	/*ボックスのグレー色のフチ設定。solidは直線という意味。dottedとかにすると可愛くなります。*/
	margin: 2px;
}
.box td {
	vertical-align: top;
	text-align: center;
	font-size: 10px;
	padding-bottom: 0.5em;
}
.box a {
	text-decoration: none;
}
.box a:hover img {
	border: 1px solid #333333;	/*カーソルオーバー時のボックスのフチ色（黒色）設定*/
}




/*コンテナー
---------------------------------------------------------------------------------------*/
#container {
	background: #FBF9F1 url(images/container_bg.gif) repeat-y;
	text-align: left;
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
}

#container2 {
	background: #FBF9F1 url(images/container_bg.gif) repeat-y;
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
}



/*ヘッダー
---------------------------------------------------------------------------------------*/
#header {
	background: url(images/header_bg.gif) no-repeat;
	height: 123px;
}
#header h1 {
	font-size: 10px;
	line-height: 1.2em;
	font-weight: normal;	/*通常の文字の太さに設定。もし太字にしたいならこの１行を削除する*/
	padding-left: 20px;
	padding-top: 10px;
}

div#header .message {
	position: relative;
	top: 79px;
	left: 730px;
	width: 150px;

}



/*メインメニュー
---------------------------------------------------------------------------------------
■画像なのでdisplay:inlineでもいいんですが、ビルダー編集画面で縦に並ぶので今回はfloat処理
---------------------------------------------------------------------------------------*/
ul#menu {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
}
ul#menu li {
	float: left;
}
ul#menu img {
	vertical-align: bottom;
}



/*コンテンツ
---------------------------------------------------------------------------------------*/
#contents {
	clear: left;	/*メニューのfloat処理をここでクリア*/
	width: 898px;
	padding-top: 3px;
	margin-right: auto;
	margin-left: auto;
}



/*メイン（右側）コンテンツ
---------------------------------------------------------------------------------------*/
#main {
	float: right;
	width: 550px;
	display: inline;
	margin-right: 20px;
	padding-top: 30px;
	padding-bottom: 100px;
}


#main h2 {
	font-size: 100%;
	background: #000000 url(images/h2_bg.gif) no-repeat;	/*h2の背景画像設定*/
	color: #FFFFFF;		/*h2の文字色（ここでは白）*/
	text-align: center;	/*h2の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/
	line-height: 28px;
}

#main h2.blue {
	font-size: 100%;
	background: #000000 url(images/h2_blue.gif) no-repeat;	/*h2の背景画像設定*/
	color: #FFFFFF;		/*h2の文字色（ここでは白）*/
	text-align: center;	/*h2の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/
	line-height: 28px;
}

#main p {
	padding: 0.5em 10px 1em;	/*メインコンテンツ内の段落タグ<p>設定*/
}

*.red {
	color:red;	
}

*.blue {
	color:blue;	
}

*.underline  {
	
	border-bottom: dotted 1px #888888;
	padding:0.7em 15px 0.7em;
	line-height:13px;
}

*.underline1  {
	border-bottom: dotted 1px #888888;
	padding: 0.7em;
	line-height:15px;
}

*.glay  {
	color:#666666;
	font-size:10px;
}

*.news_tittle{
	color:#A00E01;
	font-weight:bold;
	border-bottom: dotted 1px #888888;
	padding:0.3em;
}

*.melody{
	margin:0.5em;
	line-height:17px;
}

/*サイド（左側）コンテンツ
---------------------------------------------------------------------------------------*/
#side {
	float: left;
	width: 300px;
	padding-top: 30px;
	padding-bottom: 100px;
}
#side h3 {
	font-size: 100%;
	background: #000000 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: 280px;
	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;
}



/*フッター
---------------------------------------------------------------------------------------*/
#footer {
	clear: both;			/*mainとsideのフロート処理解除*/
	width: 100%;
	background: #000000;	/*フッターの背景色*/
	text-align: center;		/*文字のセンタリング*/
	color: #FFFFFF;			/*文字色*/
}
#footer a {
	color: #FFFFFF;
}


*.waku_w{
	padding:10px;
	border-color:#333333;
	border-width:1px;
	border-style:solid;
	background-color:#ffffff;
}

*.waku{
	padding:5px;
	border-color:#333333;
	border-width:1px;
	border-style:dotted;
	padding:10px;
}

*.waku_disc{
	padding:5px;
	border-color:#333333;
	border-width:1px;
	border-style:dotted;
	padding:10px;
	height:180px;
}

*.yerrow{
	padding:0px 0px 0px 5px;
	border-width:1px;
	background-color:#FFDD00;
	font-weight:bold;
	font-size:14px;
}

*.red{
	font-color:#FF0D00;
}

*.media_waku{
	font-color:#FF0D00;
	border-style:dotted;
	border-width:1px;
	border-color:#333333;
}

hr.line01 {
	color=:#660066;
	border-style:dotted;

	}
	
li.list {

	margin:10px;

	
}
