@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,h4,h5,p,div,ul,ol,dl,li,dt,dd,input,select,table,th,td
{
	margin:0;
	padding:0;
}

body {
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0;
	background-color:#000000;
	color:#ffffff;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */ 
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
}
h1, h2, h3, h4, h5, div, p, span, li, dt, dd, label, form, input, select {
	font-size: 100%;
	line-height: 1;
}

/* 
font指定 サイズ指定は要素毎に下記のように%で指定
10pixel 	77%
11pixel		85%
12pixe		93%
13pixel 	100%
14pixel 	108%
15pixel 	116%
16pixel 	123.1%
17pixel 	131%
18pixel 	138.5%
19pixel 	146.5%
20pixel 	153.9%
21pixel 	161.6%
22pixel 	167%
23pixel 	174%
24pixel 	182%
25pixel 	189%
26pixel 	197%
 */

a
{
	text-decoration:none;
	color:#cccccc;
	-webkit-tap-highlight-color: rgba(0,0,0,.6);
}

a img
{
	border:none;
}

img:not([width]) {
	vertical-align:bottom;
	zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに web-kitのみ */  
}

ul,ol
{
	list-style:none;
}
  
#page
{
	overflow: hidden;
}

/* ヘッダー */
#header
{
	background-color:#ffffff;
	color:#000000;
}

#header h1
{
	display:inline-block;
	vertical-align:top;
	padding:15px 0 15px 15px;
}

#header ul
{
	float:right;
	padding-top:8px;
}

#header ul li
{
	float:left;
}

#header ul li:nth-of-type(2)
{
	margin-top:10px;
	padding-left:15px;
	padding-right:10px;
}

/* フッター */
#footer
{
	border-top:2px solid #333333;
}

.footerMenu
{
	padding:10px 0;
	background: linear-gradient(#000000, #303030); 
	background: -webkit-gradient(linear,left top, left bottom,  
                from(#000000),  
                to(#303030));  
}

.footerMenu ul
{
	margin-left:10px;
	display:inline-block;
}

.footerMenu ul li
{
	float:left;
	padding-left:10px;
}


.pagetop
{
	float:right;
	margin-right:10px
}


#copyright
{
	text-align:center;
	clear:both;
	padding:13px 0 12px;
}

