/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: 11px;
	font-family: "メイリオ", "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 200%;
	background-color: #ffffff;
	background-image: url("http://img08.shop-pro.jp/PA01034/528/etc/background.gif");
	background-repeat: repeat;
	text-align: left;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

li {
	list-style-type: none;
	font-size: 10px;
	margin-bottom:5px;
	padding-left: 10px;
	border-bottom:1px #cccccc dotted;
}

h1 {
	font-size: 12px;
color: #000000;
margin-left: 20;
padding-left: 10px;
border-left: solid 6px #eeeeee;
}

.pagehead {
font-size: 9px;
color: #666666;
margin: 10px 0px 0px 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 10px;
border-left: solid 6px #000000;
}

.blockquote {
	width: 580px;
	color:#333333;
	font-size: 11px;
	line-height: 200%;
	padding:10px 10px 10px 10px; 
	border:dotted 1px #cccccc; 
	background-color: #f9f9f9;
	text-align:left;
}

.sidebar {
	font-family: "Arial";
	padding: 3px 3px 3px 5px;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 11px;
	color: #000000;
	background-color: #efefef;
}

.headinfo {
	color: #000000;
	height: 27px;
	valign: middle;
	background: #eeeeee;
	padding-left: 20px;
	font-size: 11px;
	font-weight: normal;
	border-bottom:1px #cccccc solid;
}

.itemarea {
	margin: 0px 0px 20px 20px;
	width:120px;
	float:left;
	line-height: 150%;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin-left:20px ;
	width:860px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 height: 90px;
 padding-top: 30px;
 clear:left;
}

/*　右側メニューの幅　*/
.side {
	float: left;
	width:240px;
	margin-left: 40px;
}

/*　左側の幅　*/
.main {
	float: left;
	width: 580px;
}

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:left;
}

