@charset "utf-8";
/* CSS Document */


/* 基本設定 */

body {
margin:0;
padding:0;
background-color:#000000;
font-size:smaller;
letter-spacing: 1px;
line-height: 16pt;
}

br {
  letter-spacing: 0;
}

p {
margin:0;
padding:0;
}

div {
margin:0;
padding:0;
}


form {
 margin:0;
 padding:0;
}

h1,h2,h3,h4,h5,h6 {
margin:0;
padding:0;
}


img {
border:0;
}

table {
word-break: break-all;

}

.smalltext {
font-size:80%;
}

a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #003366;
}

/* コンテンツ */

.contentHeader {
font-size:26px;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
color:#573a0e;
margin:4px 20px 12px 20px;
font-weight:bold;
}

.content {
padding:10px 20px 20px 20px;
min-height:600px;

}

.content h1 {
font-size:20px;
color:#573a0e;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-style: normal;
font-variant: normal;
font-weight: bold;
margin:10px 0px;

}

.content h2 {
font-size:14px;
font-weight:bold;
color:#573a0e;
background-image:url(/static_htmls/images/maincontents/contents_subHeaderBG.png);
background-repeat:no-repeat;
padding:5px 0 0 22px;
margin-bottom:15px;
border-bottom:#a78f67 2px solid;
margin:0 3px 20px 3px;
}

.content p {
padding:0 10px 0 10px;
}

.content a:link {
color:#363636;
text-decoration:underline;
}

.content a:hover {
color:#363636;
text-decoration:none;
}

.content a:visited {
color:#363636;
text-decoration:underline;
}

.content a:active {
color:#363636;
text-decoration:none;
}



/* レイアウト */

#contents {
padding:0;
width:1024px;
margin:0 auto 0 auto;
}

#leftContents {
float:left;
display:inline;
width:246px;
margin:0 4px 0 12px;
}








/*　左コンテンツ　*/

.leftContentsTable {
width:233px;
margin:0 auto 0 auto;
}

.leftContents_button_regist{
width:237px;
margin:0 auto 0 auto;
}

.leftContents_button_beginner{
width:233px;
margin:-5px auto 1px auto;
}

.leftContents_button_bbs {
width:246px;
margin:0 auto -3px auto;
}

.leftContents_button_bugreport {
width:233px;
margin:0 auto 10px auto;
}

.leftContents_button_labBlog {
	width:233px;
	margin:0 auto 12px auto;
}

.leftContentsHeader {
	background-image:url(/static_htmls/images/leftcontents/leftContents_headerBG.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:110%;
	padding:3px 0 0 10px;
}








/* マージン設定 */

.tableMargin5 {
	margin-bottom:5px;
}


.tableMargin10 {
	margin-bottom:10px;
}

.tableMargin15 {
	margin-bottom:15px;
}

.tableMargin20 {
	margin-bottom:20px;
}




/* メニューの設定 */
#menu {
margin:0 auto 0 auto;
width:1014px;
}

#menu .long {
	float:left;
	display:inline;
	width:179px;
	height:54px;
}
#menu .short {
	float:left;
	display:inline;
	width:164px;
	height:54px;
}


/*　フッターの設定　*/

#footer {
width:990px;
margin:0 auto 20px auto;
color:#a5a5a5;
}

#footer a:link {
color:#FFFFFF;
text-decoration:underline;
}

#footer a:visited {
color:#FFFFFF;
text-decoration:underline;
}

#footer a:hover {
color:#FFFFFF;
text-decoration:none;
}



/* IE6バグ対策用 */

*html #leftContents {
float:left;
display:inline;
width:246px;
margin:0 2px 0 6px;
}

*html #login {
	position:relative;
	left:-10px;
	top:-10px;
	width:246px;
	height:379px;
	z-index:3;
	background-image:url(/static_htmls/images/login/loginBG.png);
	background-repeat:no-repeat;
	font-size:smaller;
	color:#5e4d15;
	line-height:12pt;
}

*html #QFGaccount_login {
	position:absolute;
	left:31px;
	top:37px;
	width:210px;
	height:104px;
	z-index:4;
}
*html #openID_login {
	position:absolute;
	left:31px;
	top:159px;
	width:208px;
	height:197px;
	z-index:4;
}
*html #regist {
	position:absolute;
	left:36px;
	top:310px;
	width:201px;
	height:56px;
	z-index:4;
	color:#FFFFFF;
}

*html.EasyPollTop {
width:200px;
overflow-x:hidden;
}

