@charset "shift_jis";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../img/page_back.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 20px;
	font-family: "ＭＳ Ｐゴシック";
	color: #282828;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#page_flame {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header_space {
	background-image: url(../img/header_back.gif);
	background-repeat: no-repeat;
	height: 122px;
	width: 1000px;
	clear: both;
}

h1 {
	color: #282828;
	font-size: 11px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 14px;
	padding-top: 14px;
}
h2 {
	font-size: 12px;
}

#top_navi {
	list-style-type: none;
	text-align: right;
	padding-top: 14px;
	padding-left: 213px;
}
#top_navi li {
	padding-right: 4px;
	float: left;
}
.p_title {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#main_contents {
	margin-right: auto;
	margin-left: 8px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}
#main_visual {
	margin-top: 18px;
}

#side_bloc01 {
	background-image: url(../img/side_bloc01b.jpg);
	background-repeat: no-repeat;
	height: 91px;
	width: 243px;
}
#side_bloc01_table {
	margin-left: 20px;
	padding-top: 22px;
}
.side_font {
	font-size: 16px;
	color: #00986e;
	font-weight: bold;
}
#side_bloc01_table_p {
	padding-right: 7px;
}


#side_td {
	background-image: url(../img/side_back.gif);
	background-repeat: repeat-y;
}

#side_bloc02 {
	background-image: url(../img/side_bloc02b.jpg);
	background-repeat: repeat-y;
}
#side_bloc02_p {
	padding-top: 14px;
	padding-left: 16px;
	padding-bottom: 12px;
}
#side_bloc03 {
	width: 215px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#side_bloc03_p {
	padding-top: 14px;
	padding-bottom: 12px;
	text-align: right;
	padding-right: 3px;
}
.side_bloc03_p02 {
	padding-top: 14px;
}
#page_top {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#page_top_p {
	text-align: right;
    padding-top : 15px;
    margin-top : 0px;
}


#footer_navi {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 10px;
}
#footer01 {
	height: 33px;
	background-color: #ccf0e6;
}
#footer01_box {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	clear: right;
}
#footer01_box_ul {
	list-style-image: url(../img/footer_btn.gif);
	list-style-type: none;
	text-align: right;
	float: right;
}


#footer02 {
	height: 49px;
	background-color: #00b482;
	clear: right;
}
#copyright {
	text-align: center;
	padding-top: 9px;
}

a{
    color : #0064c8;
    text-decoration : underline;
}

a:hover{
    color : #c80000;
    text-decoration : none;
}
