@charset "utf-8";

body {
	font:13px/1.231 "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", Osaka, "メイリオ", "Meiryo", "MS PGothic", Sans-Serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.5;
	color: #6a6a6a;
	background: #EAEEF1;
}




/* defarult Set 
------------------------------------------------------*/
/* size demo */
/*#demo1 {font-size: 77%;} /*renders 10px */
/*#demo2 {font-size: 85%;} /*renders 11px */ 
/*#demo3 {font-size: 93%;} /*renders 12px */
/*#demo4 {font-size: 100%;} /*renders 13px */
/*#demo5 {font-size: 108%;} /*renders 14px */
/*#demo6 {font-size: 116%;} /*renders 15px */
/*#demo7 {font-size: 123.1%;} /*renders 16px */
/*#demo8 {font-size: 131%;} /*renders 17px */
/*#demo9 {font-size: 138.5%;} /*renders 18px */
/*#demo10 {font-size: 146.5%;} /*renders 19px */
/*#demo11 {font-size: 153.9%;} /*renders 20px */
/*#demo12 {font-size: 161.6%;} /*renders 21px */
/*#demo13 {font-size: 167%;} /*renders 22px */
/*#demo14 {font-size: 174%;} /*renders 23px */
/*#demo15 {font-size: 182%;} /*renders 24px */
/*#demo16 {font-size: 189%;} /*renders 25px */
/*#demo17 {font-size: 197%;} /*renders 26px */

p, ul, ol, li, form, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, address {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

img {
	border: none;
	vertical-align: bottom;
}

ul, ol {
	list-style: none;
}

a {
	overflow:hidden;
	outline:none;
}

table {
	border-collapse: collapse;
	font-size: inherit;
	font: 100%;
}

/* clearfix 
------------------------------------------------------*/
/* for modern brouser */
.clearfix:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}
.clearfix {
        display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
        height: 1%;
}
.clearfix {
        display: block;
}
/* End hide from IE-mac */

object {
	outline: 0;
}

.skip {
	line-height: 0.1;
}

/*link color*/
a:link{
	color: #e20818;
	text-decoration: underline;
}
a:visited{
	color: #e20818;
	text-decoration: underline;
}
a:active{
	color: #e20818;
	text-decoration: none;
}
a:hover{
	color: #e20818;
	text-decoration: none;
}

.pagetop {
	background: url(../img/line_dashed.gif) 0 11px repeat-x;
	text-align: right;
	height: 21px;
	width: 650px;
}

#flash {
	text-align: center;
}

#flash h1 {
	font-size: 153.9%;
	font-weight: bold;
	margin: 30px 0 0;
}


