@charset "utf-8";
/*
 Share Style [
----------------------------------------------------------- */

/* default */
body {
    font-size: 13px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', osaka, san-serif;
	line-height: 1.5;
	text-align:center;
}
/* IE7 or less */
*+html body{
    font-size: 80%;
}
* html body {
    font-size: 80%;
}

/*reset*/
body,div,p,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,input,textarea,blockquote,th,td {
   margin:0;
   padding:0;
}

body {
	background:url(../images/bg3.gif) left top repeat-x;
}
html {
	overflow-y:scroll;/*for firefox*/
}
p,li,dt,dl {
	line-height:1.6;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
address {
	font-style:normal;
}
.clear {
	clear:both;/*for check*/
}




/*
 container [
----------------------------------------------------------- */

#container{
	margin:0 auto;
	text-align:center;
	width:980px;
	}
	#flashcontent #attention {
		font-size:80%;
		color       :#666666;
		text-align  :center;
		padding     :0 30px;
		background  :#FFFFFF;
		overflow:auto;
		height:600px;
		}
		#flashcontent #attention h1,
		#flashcontent #attention h2 {
			color       :#333333;
			}
		#flashcontent #attention img {
			border      :0;
			}
		#flashcontent #attention p,
		#flashcontent #attention ul {
			text-align  :left;
			}
		#flashcontent #attention p.appendix {
			text-align  :center;
			}
dt{
	
	font-weight:bold;
	text-align:left;
	padding-top:5px;
	}
	
dd{
	text-align:left;
	
	}



/*
 footer [
----------------------------------------------------------- */
#footer {
	background:url(../images/footer.gif) repeat-x left top;
	width:980px;
	margin:0 auto;
	text-align:center;
	
}
.copyright{
	font-size:80%;
	padding-top:10px;
	
	}

