@charset "shift_jis";

/* 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:#333333;
	font-size:75%;
	line-height:1.75;
}

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%;
}

/* common style */

.fleft{
	float:left;
}

.fright{
	float:right;
}

.clearboth{
	clear:both;
}

.center{
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

/* 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;
}

a.linkA{
	padding:1px 0 2px 18px;
	background-image:url(../img/arrow02a.gif);
	background-position:0 1px;
	background-repeat:no-repeat;
	color:#0033CC;
	line-height:150%;
}

a.linkA:hover{
	text-decoration:underline;
	color:#0033CC;
	background-image:url(../img/arrow02b.gif);
	background-position:0 1px;
	background-repeat:no-repeat;
	line-height:150%;
}

a.linkB{
	padding:2px 0 2px 18px;
	background-image:url(../img/arrow03a.gif);
	background-position:0 1px;
	background-repeat:no-repeat;
	color:#0033CC;
	line-height:150%;
}

.TextFrameA{
	width:auto;
	height:200px;
	padding:0.5em;
	overflow:auto;
	text-align:left;
}

/* 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:3px 0px 3px 0px;
}

/* End hide from IE-mac */