@charset "utf-8";
/* ===================================================================
CSS information
style info : リセット及びbody初期設定
=================================================================== */

/* --------------------------------------------------------
	reset
-------------------------------------------------------- */
html{overflow-y:scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
hr,legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}
ul, li{list-style-type:none;}
a:active,a:focus{ outline:none; }

img {border: 0; /*vertical-align: bottom;*/}
input {vertical-align:baseline;}

/* --------------------------------------------------------
	default
-------------------------------------------------------- */
body{
	background-color: #F0F0F0;
/*
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size:12px;
	line-height:1.5;
*/
}
* html body{	/* for IF6 */
/*
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
*/
}
.left{float:left;}
.right{float:right;}
.test{border:1px solid #f00;}

.clearfloat {clear: both;}
.clr{
	clear:both;
/* macIE対策\*/
	overflow:hidden;
	width:1px;
	height:1px;
	margin:0 -1px -1px 0;
	border:0;
	padding:0;
	font-size:0;
	line-height:0;
/* macIE対策*/
}
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix{
	display:inline-table;
	min-height:1%;
}
/* Hides from IE-mac \*/
* html .clearfix{ height:1%; }
.clearfix{ display:block; }
/* End hide from IE-mac */


/* --------------------------------------------------------
	site setting
-------------------------------------------------------- */
textarea{padding:2px 0;}
a{color:#06c;text-decoration:underline;}
a:hover{color:#f39;text-decoration:none;}


p a {
	text-decoration:underline;
	color:#0099CC;
}
p a:hover {
	text-decoration:none;
	color:#0099CC;
}

