@charset "utf-8";

/* reset */

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;
}

html{
	overflow-y:scroll;
}

body{
	color:#666666;
	font-size:80%;
	line-height:1.65;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
    letter-spacing: 0;
}

img{
	border:none;
}

li img{
	vertical-align:bottom;
}

*html th,
*html td{
	font-size:75%;
	line-height:1.5;
}

h1,h2,h3,h4,h5,h6,h7{
	font-size:100%;
}

p{
	text-align: justify;
	text-justify: inter-ideograph;
}

/* common style */

.fleft{
	float:left;
}

.fright{
	float:right;
}

.clearboth{
	clear:both;
}

.center{
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/* anchor */

a:link{
	color:#666;
	text-decoration:underline;
}

a:visited{
	color:#666;
	text-decoration:underline;
}

a:hover{
	color:#333366;
	text-decoration:none;
}

a:active{
	color:#666;
	text-decoration:underline;
}

/* form */

input:focus,
select:focus,
textarea:focus{
	background-color:#EFEFEF;
}

option{
	margin-right:5px;
}

/* hack */

.clear:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

.clear{
	display:inline-table;
}

/* Hides from IE-mac \*/
*html .clear{
	height:1%;
}

.clear{
	display: block;
}

/* list */

ul.listA,
ol.listA{
	margin:0px 0px 0px 25px;
}

ul.listA li,
ol.listA li{
	margin:1px 0px 1px 0px;
}

/* End hide from IE-mac */