@charset "UTF-8";
@import url(common.css);

/* Reset & Restyle
---------------------------------------------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,form,select,option,address,pre,strong,em{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana,sans-serif;
	text-decoration:none;
	line-height:1.5;
	color:#7f7f7f;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ Pro W3", "Hiragino KaKu Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; 
}



html{
	font-size:12px;
	background:url(../common/bg_tile.gif) repeat center top;
}

body {
background:/**/ url(../common/bg_head.gif) no-repeat center top;
background:url(../common/bg_tile.gif) repeat center top;
}

html>/**/body{
	font-size:12px;
}

img{
	border: 0px;
	vertical-align:bottom;
}

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

table {
	border: none;
}


hr{
	visibility:hidden;
	clear:both;
}

a{
	color:#9FC238;
	text-decoration:none;
}
a:hover{color:#0B7EB6;	text-decoration:none;}


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

.clearFix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hide from IE-mac */

