@charset "utf-8";
/*--------------------------------------------------

	common.css - デフォルトスタイルシート
	ブラウザの設定をリセットする。
--------------------------------------------------*/

/*---------------------------------------------------
	Properties Reset
-----------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,th,td,address{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
img{
	font-size:0px;
	line-height:0px;
	border:0;
}
fieldset{
	border:0;
}
textarea {
     resize : none;
}
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
/*ブラウザ設定リセット(文字サイズが小さくなりすぎるのを防ぐため)*/
h5,h6{
	font-size:100%;
}
em{
	font-style:italic;	
}

/*--------------------------------------------------
	font settings
--------------------------------------------------*/
body{
	font:13px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	/*ie 6,7*/
	*font-size: small;
	*font: x-small;
	line-height:1.6em;
}

/*--------------------------------------------------
	HTML erements settings
--------------------------------------------------*/
/* Anchor Style */
a,
a:link {
	color: #12a2d2;
	text-decoration:underline;
}

a:active,
a:hover,
a:focus {
	color: #fdc636;
	text-decoration:underline;
}

/*--------------------------------------------------
	clearfix
--------------------------------------------------*/
.clearfix{ /zoom : 1; }
.clearfix:after{ content : ''; display : block; clear : both; height:0; }


/*----------------------
layout
----------------------*/
html,body {
	width:100%;
	height:100%;	
}
body {
	background:url(../../images/bg.gif) repeat;
}
#content {
	position:absolute;
	top:50%;
	left:50%;
	margin:-311px 0 0 -480px;	
}
p.copy {
	margin:10px 0;
	text-align:right;
}
#flasharea {
	background:#000;	
}

