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

body {
	color: #000000;
	font-size: 13px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＪＳＰゴシック", "Osaka‐等幅";
	line-height: 1.8em;
	background-color: #ffffff;
	text-align:center;
  border-top:10px solid #cc3300;



  
}

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

img {
	border: 0px;
}


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

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

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;

}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:185px;
}

/*　画面右側の幅　*/
.main {
        float: right;
	margin-left:29px;
	width: 600px;
}

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/*　フッター（コピーライト）　*/

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


/* link styles
--------------------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #660000; text-decoration: none;
}
a:visited {
	color: #cc6600; text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
   opacity:0.7;
}
a:active {
	text-decoration: none;
}
