@charset "UTF-8";

/*-----------------------------------------------
    Browser Reset
-----------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,pre,address,em,strong,th,ins {
    font-size:100%;
    &nbsp;&nbsp;&nbsp;&nbsp;font-style:normal;
}

h1,h2,h3,h4,h5,h6,pre,address,ul,ol,li,dl,dt,dd,form,legend,p {
    margin:0;
    padding:0;
}

table {
    border-collapse:collapse;
    border:0;
}

th {
    text-align:left;
}

input,select,textarea {
    vertical-align:middle;
}

img{
	display: block;
	vertical-align:bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ins {
    text-decoration:none;
}

ul {
    list-style:none;
}

br {
    letter-spacing: 0;
}


/*-----------------------------------------------
    Font Size
-----------------------------------------------*/
body{
	font-size: 13px;
	*font-size:small; 
	*font:x-small; 
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
} 

table { 
	font-size: inherit; 
	font-size: 100%; 
} 
/* 
10px = 77% 
11px = 85% 
12px = 93% 
13px = 100% 
14px = 108% 
15px = 116% 
16px = 123.1% 
17px = 131% 
18px = 138.5% 
19px = 146.5% 
20px = 153.9% 
*/ 


/*---------------------------------------
    float
---------------------------------------*/
.float_left {
    float:left;
}

.float_right {
    float:right;
}

float_clear {
    clear:both;
}




/*---------------------------------------
　　リンクカラー
---------------------------------------*/
div.contents a {
	color: #03F;
	text-decoration: none;
}

div.contents a:hover {
	color: #C80000;
	text-decoration: underline;
}
div.nintei dl {
	margin-bottom: 20px;
}
div.nintei dl dd {
	padding-left: 1em;
}



/*---------------------------------------
    Clear　br
---------------------------------------*/
.clear {
	display: block;
	clear: both;
	width: 1px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}


/*---------------------------------------
    Clear fix hack
---------------------------------------*/
.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 */
