@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	text-align: center;
	margin: 0;
	background-color: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-size: 76%;
	color: #666;
}

fieldset { 
	border:none; 
}

dl, ul, ol,

blockquote,

table, caption, td, th {
	letter-spacing: 0.03em;
	margin: 0; padding: 0;
}

address{
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0;
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

h1, h2, h3, h4, h5, h6,

p{
	letter-spacing: 0.03em;
	margin: 0px;

}

li{ 
	list-style: none; 
}

input,textarea{
	font-size: 12px; 
	text-align: left; 
	margin: 0; 
	padding: 3px; 
}


img, input{

	vertical-align: middle;

}



a:link{

	text-decoration: none;

	color: #039;

}



a:visited{

	text-decoration: none;

	color: #0073bc;

}



a:hover,

a:active{

	text-decoration: underline;

}


table { border: 0; }
img {
	border: 0;
}
.hidden { visibility: hidden; }
.end { font-size: 0; line-height: 0; height: 0; clear: both; }
.txtmode1 { ime-mode: active;   /* 全角モード */ }
.txtmode2 { ime-mode: inactive; /* 半角モード */ }
.pointer { cursor:pointer; /* カーソルオーバー */}


/* ---ページトップ--- */

.pagetop{
	clear: both;
	text-align: right;
	padding-right: 220px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.pagetop a {
	color: #7a743a;	
	background-image: url(../image/pagetop.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 25px;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 25px;
}



/* ----------- */



/* ----------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
