@charset "Shift_JIS";

/*******************************************
indexcss
*******************************************/
/* hide from ie on mac \*/
html {

}
body {
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #000;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka","Verdana,Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 165%;
	text-align:center;
	
}

td{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.6;
	color: #333333;
}

/*******************************************
リンクスタイル
*******************************************/
a img {
	border-style: none;
}
a:link {text-decoration:none;
	color:#333333;

	
		}
a:active {
	text-decoration:none;
	color:#333333;

		}
a:visited {
	text-decoration:none;
	color:#333333;

		}
a:hover {
	text-decoration:none;
	color:#cccccc;
	background-color: #333333;
	}
/*******************************************
基本レイアウト
*******************************************/
h1,h2,h3{
	margin:0;
	padding:0;
}

p{
	margin-bottom:20px;
}



#flash {
	width:100%;
	hegiht:100%;
}

#header {
	width: 820px;
	padding:50px 0 40px 0;
}

#sidemenu{
	clear: both;
	width: 390px;
	float:left;
}

#main {
	width: 390px;
	float:right;
}
#contents {
	width: 820px;

}

#footer {
	width: 820px;
	padding:10px 0 100px 20px;
	clear: both;
	font-family: 'Georgia';
	font-size: 10px;
	background-color: #000000;
	color: #CCCCCC;
	margin-top: 20px;
}
#pagetop {
	width: 820px;
	padding:20px 0 0 0;
	clear: both;
	font-family: 'Georgia';
	font-size: 10px;
	text-align: right;
}
/*******************************************
コンテンツ
*******************************************/
