/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background-color: #ffcc33;
	text-align:center;
}

h1 {
      margin : 10px 15px 145px;
}

a img {
         border : none;
         color: #ffffff;
         background: transparent;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:800px;
	text-align:left;
        overflow: hidden;
        background-color: #333300;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
#header #logo{
position: absolute;
margin-left: 10px;

}

.header {
 background-image: url("http://img12.shop-pro.jp/PA01065/362/etc/top_header.gif");
 width:100%;
 clear:left;
 background-color: #ffcc33;
}



/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:200px;
        list-style : none;
        background-color: #333300;
}
.side a {
	color: #FFFFFF;
        text-decoration: none;
	margin: 5px auto 5px auto;
}


/*　画面右側の幅　*/
.main {
	float:right;
        width: 600px;
        padding: 0;
        overflow: hidden;
        position: relative;
        background-color: #ffffff;
        padding-bottom: 3em;
}

.main a {
        text-decoration: none;
}

.in_main {
        margin-left: 10px;
}



}

/*　フッター（コピーライト）　*/
.footer {
 width: 100%;
 clear: both;
 
}

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}

/* ************************************************ 
 *	カテゴリーメニュー
 * ************************************************ */

#inside {
	width: 190px;
	margin: 5px 0px 10px 5px;
	text-align: left;
	font-weight: bolder;
	}

#inside a{
	display:block;
	margin-left: 3px;
	font-size:10px;
	width:100%;
	}

.list ul {
	font-size: 10px;
	line-height: 100%;
	padding: 0px 8px 0px 6px;
	}

.list li {
	list-style-type: none;
	margin: 5px auto 5px auto;
	text-decoration: none;
	display: block;
	}

.list li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	}

.list li a:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
	}

.list li a:hover {
	color: #ffcc00;
	text-decoration: none;
	}

.list li a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	}

#header_menu {
	text-align:right;
           margin-top:50px;
           float:right;
}

#header_menu a:link    {color: #ffffff; text-decoration: none;}
#header_menu a:visited {color: #ffffff; text-decoration: none;}
#header_menu a:active  {color: #ffffff; text-decoration: none;}
#header_menu a:hover   {color: #ffcc00; text-decoration: underline;}
