/*@import url(https://fonts.googleapis.com/css?family=Prata);*/
@import url(https://fonts.googleapis.com/css?family=Alice);
/*@import url(https://fonts.googleapis.com/css?family=Special+Elite);*/
@charset "utf-8";

/*----------------------------------------------------
	Structure Module
----------------------------------------------------*/

html{
	height:100%;
	margin-bottom:0px;
}

body{
	margin:0px;
	padding:0px;
	font-family: Alice, Prata, HelveticaNeue,Helvetica Neue,Helvetica,"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN ,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:12px;
	color:#666666;
	text-align:center;
	line-height:200%;
	background-color: #FFFFFF;
}




/*----------------------------------------------------
	Text Module
----------------------------------------------------*/

h1,h2,h3,h4,h5,h6,p{
	margin:0px;
	padding:0px;
}

em,address{
	font-style:normal;
}

em{
	font-weight:bold;
}


/*----------------------------------------------------
	Hypertext Module
----------------------------------------------------*/

a{
	text-decoration: underline;
	color: #000000;
}

a:link,a:visited{
	color: #000000;

}

a:hover{
	color:#FFCC00;
	Xtext-decoration: underline;
}


/*----------------------------------------------------
	Image Module
----------------------------------------------------*/

img {
	border:0px;
}

/*----------------------------------------------------
	List Module
----------------------------------------------------*/

ul,ol,dl,dt,dd,li{
	margin:0px;
	padding:0px;
}

ul li,ol li{
	list-style:none;
}


/*----------------------------------------------------
	Table Module
----------------------------------------------------*/

table{
	border-collapse: collapse;
	border-spacing: 0;
}
	
th,td{
	font-weight:normal;
	vertical-align:top;
}


/*----------------------------------------------------
	Forms Module
----------------------------------------------------*/
form{
	margin:0px;
	padding:0px;
}

input.text{
	width: 135px;
}

select{
	width: 120px;
}

select.wide{
	width:150px;
}

textarea{
	width: 350px;
	font-size: 12px;
}


/* --------------------------------------------------
	Clearfix
-------------------------------------------------- */
.group { *zoom: 1; } /* for ie6/7 */
.group:after { content: ""; display: block; clear: both; }


.clearfix{ *zoom: 1; } /* for ie6/7 */
.clearfix:after{ content: ""; display: block; clear: both; }

/* ------------------------------------------------------------
	For IE6/7
------------------------------------------------------------ */

/* --- for ie7: page zoom bug fix --- */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }
