/* Reset
-----------------------------------------------------------------------------  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;  
	padding:0;  
}
table {
	border-collapse:collapse;  
	border-spacing:0;  
}
fieldset,img {
	border:0;  
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;  
	font-weight:normal;  
}
ol,ul {
	list-style:none;  
}
caption,th {
	text-align:left;  
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;  
	font-weight:normal;  
}
q:before,q:after {
	content:'';  
}  
abbr,acronym {
	border:0;  
}
a img,
map a {
	border:none;
}

/* Common
-----------------------------------------------------------------------------  */
body {
	background: #000 url(img/bg.png) repeat-x fixed left bottom;
	margin: 20px 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	color: #777;
	font-size: 12px;
	text-align: center;
}

/* Standard elements */
a {
	color: #999;
	text-decoration: none;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}


/* Misc */
div.quote {
	margin-bottom: 12px;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	background: url(img/quote.gif) no-repeat;
	padding-left: 28px;
	color: #666;
}


/* Main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 722px; 
}


/* Header */
.gfx {
	background: #222 url(img/dark_pixel.jpg) no-repeat;
	height: 240px;
}
.gfx h1 {
/*	color: #111;*/
	color:#444;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}


/* Menu */
.menu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #444;
	font-size: 1.2em;
	float: left;
	padding-top: 4px;
	width: 113.4px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}
.menu a#last {
	width: 150px;
	border-right: none;
}


/* Content */
.content {
	border-top: 1px solid #1A1A1A;
	background: #1A1A1A;
	clear: both;
}
.content h1 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
	width:680px;
	padding:3px 10px;
	padding-top:5px;
	background:#181818;
	line-height:100%;
}
.content h2 {
	margin-left:10px;
	margin-right:10px;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
	width:670px;
	padding:3px 10px;
	padding-top:5px;
	background:#181818;
	line-height:100%;
}
.content p {
	margin: 0 0 12px;
}
.content p.h2 {
	margin: 3px 0 12px 20px;
}
.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}


/* Footer */
.footer {
	padding: 5px;
	margin-right:10px;
	background: #0A0A0A;
	color: #666;
	text-align:right;
} 
