@charset "UTF-8";
/*----------------------------------------

	Default CSS (Last Update 2011.01.27)

	- default setting
	- body setting
	- link setting
	- cfx
	- contents frame

-----------------------------------------*/

/*----------------------------------------
	default setting
-----------------------------------------*/

h1, h2, h3, h4, h5, h6{
	font-size:100%;
	margin:0;
	padding:0;
	font-weight: normal;
}

div, p, form, input{
	margin:0;
	padding:0;
}

table{
	font-size:100%;
	border:0;
	border-collapse:collapse;
}

th, td{
	margin:0;
	padding:0;
	font-weight: normal;
}

img{
	margin:0;
	padding:0;
	border:0;
}

ul, li, ol, dl, dt, dd{
	list-style:none;
	margin:0;
	padding:0;
}

label, input{
	margin:0;
	padding:0;
}



body{
	color:#222222;
	background:url("../img/bg_main.gif") repeat-x 0 0;
	margin:0;
	padding:0;
/*	font-size:62.5%;		*//* 基本サイズを10px相当とする。 */
	font-size:87.5%;		/* 基本サイズを14px相当とする。 */
	line-height:1.8;
	text-align:center;
	letter-spacing:1px;
}


/* ▼IE6 印刷用 */
@media print {
* html body {_zoom: 0.75;}
}
/* ▲IE6 印刷用 */


/*----------------------------------------
	body setting
-----------------------------------------*/

body {
	background-color: #ffffff;
	font-size:62.5%;
	font-size:75%;
	line-height:1.5;
	color: #333333;
	/*font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;*/
}

/*----------------------------------------
	link setting
-----------------------------------------*/

a:link,
a:visited {
	color: #3F8DFC;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #3F8DFC;
	text-decoration: none;
}

/*----------------------------------------
	cfx
-----------------------------------------*/

.cfx:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0.1px;
	line-height: 0.1px;
}

.cfx {
	display: inline-block;
	position: relative; /* DW */
}

/* Hides from IE-mac \*/
.cfx {
	display: block; 
}
/* End hide from IE-mac */
