@charset "UTF-8";

/*-------------------------------------------------------------
	Structure Module
-------------------------------------------------------------*/
*{
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.7em;
	list-style-type:none;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}

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

a:link,
a:visited,
a:active {
	color:#006699;
	text-decoration:underline;
}

a:hover {
	color: #00ACAC;
	text-decoration: underline;
}

/*-------------------------------------------------------------
	Text Module
-------------------------------------------------------------*/
p,pre,address,cite {
	margin: 0.5em 0;
}

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

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

li,dt,dd {
	font-size: 1.0em;
}

/*-------------------------------------------------------------
	Forms Module
-------------------------------------------------------------*/

form {
	font-size: medium;
}

input {
	background-color: #ffffff;
}

textarea {
	background-color: #ffffff;
	margin: 0.4em 0;
}

/*-------------------------------------------------------------
	Tables Module
-------------------------------------------------------------*/

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

th,td {
	padding: 0;
}

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

img,a img {
	vertical-align: bottom;
	border: none;
}

/*-------------------------------------------------------------
	Css Hock
-------------------------------------------------------------*/
/*IE7以外のモダンブラウザ向け*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	line-height: 0;
}

/*IE7およびMacIE5向け*/
.clearfix {display: inline-block;}

/*IE6以前向け*/
/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
