@charset "UTF-8";
/* CSS Document */

html {	
	overflow-y:scroll;
	
}
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family: helvetica, Verdana, arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	/*font-family: Meiryo, メイリオ, sans-serif;*/
	font-size:75%;
 	/*font-size:small;
 	font:x-small;*/
 	color:#454545;
	-webkit-text-size-adjust: 100%;
}
select, input, button, textarea {
	font:99% arial, helvetica, clean, sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
	/*font-size:108%;*/
	line-height:100%;
}
div, p, ul, li, dl, dt, dd, label {
	margin:0;
	padding:0;
}
img {
	margin:0;
	padding:0;
	vertical-align:top;
	border:0;
}
td, th {
	font-size:1em;
	line-height:1em;
}
p {
	font-size:1em;
	line-height:1em;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
h1 {
	font-size:1.6em;
	line-height:1.6em;
}
h2 {
	font-size:1.5em;
	line-height:1.5em;
}
h3 {	
	font-size:1.4em;
	font-size:1.4em;
}
h4 {
	font-size:1.3em;
	font-size:1.3em;
}
h5 {
	font-size:1.2em;
	font-size:1.2em;
}
h6 {
	font-size:1.1em;
	font-size:1.1em;
}
p {
	font-size:1.1em;
}
a {
	text-decoration:none;
	color:#a1a718;
}
a:hover {
	text-decoration:underline;
}
article, section {
	display:block;
}
form, fieldset {
	border:0;
	margin:0;
	padding:0;
}
input, textarea {
	margin:0;
	vertical-align:middle;
}
textarea {
	overflow-y:scroll;
	/*scrollbar-face-color: #ddd;*/       /* 表面の色 */
	/*scrollbar-3dlight-color: #bbb;*/    /* 左端と上端の色 */
	/*scrollbar-highlight-color: #aaa;*/  /* ハイライトの色 */
	/*scrollbar-shadow-color: #999;*/     /* 影の色 */
	/*scrollbar-darkshadow-color: #888;*/ /* 右端と下端 */
	/*scrollbar-arrow-color: #777;*/      /* 矢印の色 */
	/*scrollbar-track-color: #ccc;*/      /* バーの背景の色 */
}
input { outline:0; } 
h2 img {
	vertical-align:middle;
}
.clear_0 {
	display:block;
	clear:both;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
}
.clear_1:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear_1 {
	display:inline-table;
}
* html .clear_1 {
	height:1%;
}
*+html .clear_1 {
	height:1%;
}
.clear_1 {
	display:block;
}
.clear_2 {
	overflow:hidden;
}
* html .clear_2 {
	zoom:1;
}
.floatl {
	float:left;
}
.floatr {
	float:right;
}
.displayn {
	display:none;
}
.displayn {
	/*display: none !important;*/
}
.opacity0 {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 5
}
.opacity1 {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index: 6;
}

