/* common - css*/
html, body {
	height:100%;
}
body, div, table, caption, th, tr, td, ul, ol, li, dl, dt, dd, form, input, textarea, p {
	font-family:'ヒラギノ角ゴ Pro W4','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,sans-serif;
}
* html body, * html div, * html table, * html caption, * html th, * html tr, * html td, * html ul, * html ol, * html li, * html dl, * html dt, * html dd, * html form, * html input, * html textarea, * html p {
	font-family:Arial,'ＭＳ Ｐゴシック',sans-serif;
}
body, html {
}
body {
	color:#FFFFFF;
	font-size:small;
	line-height:130%;
	background-color: #121312;
	margin:0px auto 0px auto;
	padding:0px;
	text-align:center;
}
h1,h2,h3,h4,h5,h6,p,tr,td,table,ul,ol,li{
	margin:0px;
	padding:0px;
}
a:link{
	color: #ccffff;
	text-decoration: none;
}
a:hover{
	color: #ccffff;
	text-decoration: underline;
}
a:visited{
	color: #ccffff;
	text-decoration: none;
}
#ALL{
	width:auto;
	margin:0px auto 0px auto;
}
#BODY{
	width:546px;
	margin:0px auto 0px auto;
	padding:0px 32px 0px 32px;
	background-color:#000000;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #808080;
	border-left-color: #808080;
}
* html #BODY{
	width:546px;
	margin:0px auto 0px auto;
	padding:0px 32px 0px 32px;
	text-align: left;
	border:none;
	background-image: url(../img/main_bg.gif);
	background-repeat: repeat-y;
}
#HEAD{
	width:auto;
}
#HEAD h1{
	width:auto;
	height: 47px;
	background-image: url(../img/logo_branding.jpg);
	background-repeat: no-repeat;
	text-indent:-5000px;
	margin: 0px;
	padding-top: 17px;
	padding-bottom: 17px;
	background-position: left center;
}
#HEAD h2{
	width:auto;
	height: 26px;
	background-repeat: no-repeat;
	text-indent:-5000px;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 25px;
	background-position: left center;
}
#MAIN{
	width:auto;
}
#MAIN h3{
	background-image: url(../img/icon_circle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	height: 14px;
	font-weight:normal;
	font-size: small;
	line-height: 14px;
}
#FOOT{
	width:auto;
	clear: left;
	padding-top:16px;
}
#FOOT .pagetop {
	text-align: right;
	float:right;
	background-image: url(../img/btn_pagetop.gif);
	background-repeat: no-repeat;
	background-position: right;
	display:block;
	margin-bottom:30px;
}
#FOOT .pagetop a{
	width:81px;
	height: 12px;
	overflow:hidden;
	display:block;
}
#FOOT .pagetop span{
	display:none;
}
#FOOT .copyright {
	clear:right;
	background-image: url(../img/copyright.gif);
	height: 8px;
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 32px;
}

