@charset "UTF-8";


html,body{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width:960px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #520;
}

/*
--------------------------------------------------
CSSクリア
--------------------------------------------------
*/

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td {
margin: 0;
padding: 0;
vertical-align: baseline;
}
embed,object {
	font-size:1px;
	vertical-align: middle;
}
table{
	border-spacing:0;
}
table,th,td,img{
	border:0;
}
img,input{
	vertical-align:middle;
}


/*
--------------------------------------------------
全ページ共通
--------------------------------------------------
*/

span.ruby{
	font-size:xx-small;
	padding:0 2px;
}

/*ヘッダー部分*/
div#header{
	position: fixed;
	_position: absolute;
	top: 0;	
	left:0;
	width:100%;
	min-width:960px;
	height:80px;
	background-image:url(../img/header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
div#header table{
	width:960px;
	margin:0 auto;
}
div#header td#menuL{
	width:337px;
	text-align:center;
	vertical-align:bottom;
}
div#header td#menuL img,
div#header td#menuR img{
	margin:0 0 19px 0;
}
div#header td#TTL{
	width:296px;
	text-align:center;
	vertical-align:top;
}
div#header td#menuR{
	width:337px;
	text-align:center;
	vertical-align:bottom;
}


/*コンテンツ部分*/
div#main{
	height:100%;
	width:800px;
	margin:0 auto;
	/*background-color:#FFF;*/
	background-image:url(../img/papershadow.png);
	background-repeat: repeat-y;
	background-position: center top;
}
div#mainftr{
	height:20px;
	width:800px;
	margin:0 auto;
	background-image:url(../img/papershadow_ftr.png);
	background-repeat: repeat-y;
	background-position: center top;	
}