@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:96%;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana,sans-serif;
	text-decoration:none;
	line-height:1.6;
	color:#666;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ Pro W3", "Hiragino KaKu Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; 
}



body{
	font-size: 12px;
	background: url(../common/bg.jpg) repeat-x #DCDEE4;
}

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:#7f7f7f;	text-decoration:none;}
a:hover{color:#0B7EB6;	text-decoration:none;}

h1{
	width:296px;
	height:35px;
	font-size:10px;
	color:#999;
	float:left;
	position:relative;
	top:15px;
}

/* 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 */




/* margin
---------------------------------------------------------------------------------------- */
.mr3 {margin-right:12px; float:left;} 

/* position
---------------------------------------------------------------------------------------- */
.pt-3 {position:relative; top:-3px;}
