@charset "shift_jis";

/*-------------------------
 * default
--------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin:0;padding:0;
}
html, body{
	height:100%;
}
body{
	text-align:center;
	background-color:#fdfde9;	
	color:#333333;
	font-family:arial,helvetica,sans-serif;
	line-height:normal;
}
html>/**/body{ 
	font-size:16px;
}/* Win IE 以外 */

fieldset,img{
	border:0;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
ol,ul{
	list-style:none;
}
hr{
	display:none;
}
em,strong{
	font-weight:bold;
	font-style:normal;
}

/*-------------------------
 * link
--------------------------*/
a:link{
	color:#b25000;
	text-decoration:none;
}
a:visited{
	color:#4d1a80;
	text-decoration:none;
}
a:hover{
	color:#b25000;
	text-decoration:underline;
}
a:active{
	color:#b25000;
	text-decoration:underline;
}

/*-------------------------
 * font
--------------------------*/
table{
	font-size:100%;
	line-height:inherit;
}
.txt16, .txt16b{
	font-size:138%; 
	line-height:1.2;
}
.txt14, .txt14b{
	font-size:116.7%;
	line-height:1.3;
}
.txt12, .txt12b{
	font-size:12px;
	line-height:1.3;
}
.txt10, .txt10b{
	font-size:85%;
	line-height:1.3;
}
.txt16b,.txt14b,.txt12b,.txt10b{ 
	font-weight: bold;
}

/*-------------------------
 * clear fix
--------------------------*/
.clearfix:after{
	content:"";
	display:block;
	height:.01em;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}
/* End hide from IE-mac*/


/*-------------------------
 * スキップナビ
--------------------------*/
.skipnav{
	display:block;
	position:absolute;
	left:-9999px;
	top:0;
	width:0;
	height:0;
	overflow:hidden;
}