@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font: "Osaka","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
h1,h2,h3,h4,h5,h6 {
	line-height:1.6;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
 }
p,li,dt,dl { line-height:1.6; }
p { margin:0 0 1em 0; }
ul,li {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
a img {
	border:0;
	margin: 0;
	padding: 0;
}
a:link {
   color:#003068;
   text-decoration:none;
}
a:visited {
   color:#003068;
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
}
a:active {
   color:#666;
}
blockquote{
   margin-left:1em;
   padding-left:1em;
   border-left:2px solid #CCC;
   color:#000;
}
pre{
   width:100%;
   padding:1em 0;
   overflow:auto;
   border-top:1px dotted #333;
   border-bottom:1px dotted #333;
}
table{
   width:100%;
   border-spacing:2px;
   margin:1.5em 0;
}
table th, table td{ padding:0.3em 0.2em }

.hidden {
   display: none;
   visibility: hidden;
}
.alignright {
   float: right;
}
.alignleft {
   float: left;
}
.clear {
   clear: both;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}

/*スペース
使用方法：
	<div class="space10"><hr></div>
*/
hr {
	display:none;
	margin: 0;
	padding: 0;
}

.space1 { height:1px;}
.space2 { height:2px;}
.space3 { height:3px;}
.space4 { height:4px;}
.space5 { height:5px;}
.space6 { height:6px;}
.space7 { height:7px;}
.space8 { height:8px;}
.space9 { height:9px;}
.space10 {
	height:10px;
}
.space12 { height:12px;}
.space14 { height:14px;}
.space15 { height:15px;}
.space16 { height:16px;}
.space18 { height:18px;}
.space20 { height:20px;}
.space22 { height:22px;}
.space24 { height:24px;}
.space25 { height:25px;}
.space26 { height:26px;}
.space30 { height:30px;}

iframe {
	border: 0;
 }

