/* 基本設定
-------------------------------------*/

*	{
	margin:0;
	padding:0;
}

*html body	{			/*IE6だけに適用*/
	overflow-y:auto;
}

*+html body	{			/*IE7だけに適用*/
	overflow-y:auto;
}

body	{
	overflow-y:scroll;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:75%;
	color:#FFFFFF;  /*main site font color*/
	text-align: center; /* IE6用 */
	background:#000000;
}

a img	{
	border:none;
}

a:link	{
	color:#fff298;
	text-decoration:none;
}

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

a:hover	{
	color:#ffde00;
	text-decoration:underline;
}

ul, ol	{
	text-align:left;
	padding-left:25px;
	margin-left:10px;
	margin-bottom:10px;
}

h1	{
	font-size:1.3em;
}

h2	{
	font-size:1.2em;
}

h3	{
	font-size:1.1em;
}

h4, h5, h6, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger	{
	font-size:1em;
}

h1, h2, h3, h4, h5, h6	{
	margin:.3em 0;
}

CODE	{
	font-size:1em;
}

FORM, SELECT	{
	display:inline;
	font-size:1em;
	margin:0.1em 0.5em 0.7em 0.5em;
}

ADDRESS	{
	font-style:normal;
	padding-right:40px;
}

HR	{
	height:1px;
	margin:.5em 0;
	border:none;
	border-bottom:1px solid #9a9a9a;
}

FIELDSET	{
	padding:.5em;
	margin:.5em 0;
	border:1px solid #ccc;
}

LEGEND	{
	color:#ffffff;
	font-weight:bold;
	padding:.3em;
}

TEXTAREA	{
	margin:auto;
	display:block;
	width:97%;
}

option	{
	padding-right:.5em;
}

INPUT	{
	margin:0.1em 0.5em 0.7em 0.5em;
}

input:focus, select:focus, textarea:focus	{
	background:#f9f9e1;
}

html>/**/body input[type=checkbox], html>/**/body input[type=radio]	{
	float:left;
	clear:both;
}

html>/**/body .checkboxLabel, html>/**/body .radioButtonLabel	{
	float:left;
}

noscript	{
	color:#ff0000;
}

#SiteWrapperOuter	{
	width:100%;
	background: url(../images/sitebg.jpg) repeat-y top
}

#SiteWrapper	{
	padding: 0px;
	margin: 0px auto; /* モダンブラウザ用 */
	text-align:center; /* IE6用その2 */
	position: relative;
	width: 950px !important;
}
