@charset "shift_jis";

/*============================================================
	[RESET DEFAULT TAGS]
*/
html,body { background:#FFFFFF; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td,embed,button { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
li { list-style:none; }
caption,th { text-align:left; }
q:before,q:after { content:''; }
abbr,acronym { border:0; font-variant:normal; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
legend { color:#000000; }

/*============================================================
	[RESET DEFAULT FONT]
*/
body { font-size:100%; color:#000000; }
input,button,textarea { font-weight:inherit; font-size:99%; }
table { font-size:inherit; font-size:100%; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; }

/*============================================================
	COMMON
*/
html, body {
	width: 100%;
	background: #f7f7f7;
}
body {
}
img {
	vertical-align: top;
}

/*============================================================
	CONTAINER
*/
#container {
	width: 100%;
}

/*============================================================
	ヘッダー
*/
#header {
	width: 100%;
	background: #ffffff;
}

/*============================================================
	フッター
*/
#footer {
	width: 100%;
	background: #ffffff;
}

/*============================================================
	ボディ
*/
#body {
	
}

/*============================================================
	メニュー
*/
.menu .close {
	display: none;	
}

/*============================================================
	ページTOPへ
*/
.pagetop {
	text-align: right;
}

/*============================================================
	レイアウト
*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/*============================================================
	コンテンツ
*/
#content1,
#content2 {
	overflow: hidden;
	height: 0;
}
#content3 {
	margin-top: 10px;
}

