@charset "utf-8";

html {
	overflow-y: scroll;
}
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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
img,abbr,acronym,fieldset {
	border: 0;
}
ul li {
	list-style-type: none;
}
ol li {
	margin: 15px 0px 0px;
}
p {
	padding: 5px;
}
p img {
	margin:0;
	padding:0;
	vertical-align:text-bottom;
	display: inline;
}
*html p img{ /*--- For IE */
	margin:0;
	padding:0;
	vertical-align: text-top;
	display: inline;
}
/*--- default */
body {
	background: #fff;
	color: #333;
	font-size: small;
	line-height: 1.6;
}
* html body {	/* for IF6 */
	font-family: Osaka, 'Century Gothic', 'ヒラギノ角ゴ Pro W3' ;
}

h1,h2,h3,h4,h5,h6 {
	padding: 5px 0px;
	font-size: 1;
}
img {
	vertical-align:bottom;
}

/* リンク設定 */
a {
	text-decoration:none;
}
a:link {
	color:#FF6600;
}
a:visited {
	color:#FF6600;
}
a:hover {
	color:#FF9900;
}
a:active {
	color:#FF0000;
}
.external {
	padding-right:12px;
	margin-right:2px;
	background:transparent url(../img/link_arrow.gif) center right no-repeat;
}

/*----- ClearFix -----*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
	position: relative;
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/** 画像をプリロード **/
#preLoad {
	display: none;
	visibility: hidden;
}
