@charset "shift_jis";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	line-height: 20px;
	background-image: url(../img/page_back.gif);
	background-repeat: repeat-x;
	height: auto;
  background-color : #fffbf3;
}
#header_flame {
	background-image: url(../img/header_shadow.jpg);
	background-repeat: repeat-y;
	width: 939px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 16px;
    padding-bottom : 0px;
    margin-bottom : 0px;
}
#header_back {
	background-image: url(../img/header_back.jpg);
	background-repeat: no-repeat;
	height: 133px;
	width: 939px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 11px;
	text-align: right;
	padding-top: 23px;
	padding-right: 21px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
}

ul {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#title {
	float: left;
	padding-left: 29px;
    margin-bottom : 0px;
}
#header_navi {
	float: right;
	list-style-type: none;
	padding-top: 60px;
}
.header_navi_li  {
	padding-right: 16px;
	float: left;
}
#gnavi {
	width: 939px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 83px;
    padding-bottom : 0px;
    margin-bottom : 0px;
}
#gnavi ul li {
	float: left;
    margin-bottom : 0px;
}
#contents_flame {
	background-image: url(../img/page_shadow.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 939px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 16px;
	clear: both;
	margin-top: 0px;
	padding-top: 0px;
}
#contents_table {
	margin-bottom: 16px;
    padding-top : 0px;
    margin-top : 0px;
}

#side_td {
	background-color: #e7ded3;
}
.bottom_space {
	padding-bottom: 11px;
    margin-top : 0px;
}
.bottom_space02 {
	padding-bottom: 20px;
	clear: both;
}

.side_div {
	width: 231px;
	margin-right: auto;
	margin-left: auto;
}
.side_div p {
	padding-left: 2px;
    margin-top : 0px;
}
#pege_top {
	text-align: right;
	padding-right: 16px;
}
#fnavi {
	background-color: #e7ded3;
	clear: both;
}
#fnavi_ul {
	list-style-image: url(../img/fnavi_list_btn.gif);
	height: 41px;
	padding-left: 51px;
}
#fnavi_ul  li{
	float: left;
	padding-right: 23px;
	padding-top: 13px;
}
#footer_copyright {
	clear: both;
}

a{
    color : #960000;
    text-decoration : underline;
}

a:hover{
    color : red;
    text-decoration : none;
}

/* inputタグ　Firefox40.0.2への対応 */

@-moz-document url-prefix(){
    input,
    select,
    textarea{
        font-family:MS UI Gothic;
    }
}