/* ************************************************ 
 *	共通設定
 * ************************************************ */

/*- init Ver 1.1　フォーム -----------------------------------------------------*/
body,div,pre,p,blockquote,iframe,
form,fieldset,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
}
h1,h2,h3,h4,h5,h6 {
	font-style:normal;
	font-weight:normal;
}

table {border-spacing:0;border-collapse:collapse;}
* html table {border-collapse:collapse;}
*:first-child+html table {border-collapse:collapse;}
caption,th {text-align:left; font-weight:normal;}
table,th,td,img {border:0;}
img,input {vertical-align:middle;}
q:before,q:after {content:'';}
ul {list-style:none;}
em,i,address {font-style:normal;}
object,embed {vertical-align:top;} 

/*- clearfix -----------------------------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}


* {
margin: 0px;
padding: 0px;
}


body {
background-color: #1E2C5B;
color:#ffffff;
font-size:62.5%; /* 10px */
font-family: "serif", "ヒラギノ明朝 Pro W3", "Book Antiqua", "Verdana", "Georgia", "Times New Roman";
line-height:1.8;
text-align:center;
height: 100%;
/* IE6対策（スクロール時の表示ブレ防止） */
}



img {border: 0px;}

