@charset "Shift_JIS";

/***** basic *****/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}

body {
	margin:0;
	text-align:center;
	color:#7F7668;
	background-color:#15120C;
	font-size: 12px;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	padding: 0px;
}

**:first-child+html body {
	font-size: 12px;
	font-family:Meiryo,"メイリオ",Verdana,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
}

 html body,* html body tr{
	font-size: 12px;
	font-family:Meiryo,"メイリオ",Verdana,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
}
p {
	font-size: 13px;
	line-height: 24px;
}
/* -------- link */
a,a:visited {
  color:#7F7668;
  text-decoration:underline;
}

a:hover {
  color:#7F7668;
  text-decoration:underline;
}



/* -------- img */
img {
  border:none;
  text-decoration:none;
}
.hidden {
  display:none;
}

/* Hidden from Mac IE \*/
option{ 
    padding:0 10px 0 0;
}
/**/

/* -------- common */
.m-bottom5{
	margin-bottom:5px;
}
.m-bottom15{
	margin-bottom:15px;
}
.m-bottom20{
	margin-bottom:20px;
}
.m-bottom30{
	margin-bottom:30px;
}
.m-bottom45{
	margin-bottom:45px;
}
.m-bottom1{
	margin-bottom:1em;
}
.m-top40{
	margin-top:40px;
}
.m-top1{
	margin-top:2em;
}
.m-left1{
	margin-left:1em;
}

.m-right15{
	margin-right:15px;
 }
 
.p-right10{
	padding-right:20px;
}

.right{
	text-align:right;
}
.center{
	text-align: center;
}

.bottom{
	vertical-align:bottom;
}


.red{
	color:#FF3333;
}

.size95{
	font-size:95%;
}

/* -------- content */
/*div*/
div#container{
	width:800px;
	margin:auto;
}
#flash {
	margin-top: 50px;
	margin-bottom: 50px;
}
#main_copy {
	background-image: url(../images/bg_logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	height: 500px;
}
#main_tab {
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}
#footer {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
table {
	color: #ffffff;
}
.machiya td {
	background-color: #4d473f;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 3px;
}
.machiya th {
	font-weight: normal;
	text-align: center;
	background-color: #4d473f;
}
.charge_table {
	background-color: #4d473f;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
	margin-top: -5px;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.alert {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.copyright {
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
