html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, textarea,{
    margin: 0;
    padding: 0;
}
 
ol, ul{
    list-style:none;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
    outline:none;
}
 
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
 
.both{
    clear:both;
}
 
/*テキストシャドウ {
    text-shadow: 1px 1px 3px #000;
}
*/
 
/*ボックスシャドウ {
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
*/
 
/*ボックスシャドウ内側 {
    -moz-box-shadow: inset 1px 1px 3px #000;
    -webkit-box-shadow: inset 1px 1px 3px #000;
    box-shadow: inset 1px 1px 3px #000;
}
*/
 
/*角丸 {
    border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
}
*/
 
/*トランジション {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}
*/
 
/*透明 {
    filter: alpha(opacity=25);
    -moz-opacity:0.25;
    opacity:0.25;
}
*/
 
/*背景のみ透明 {
    background-color:rgba(255,255,255,0.2);
}
*/
 
/*グラデーション {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
    background-image: -moz-linear-gradient(top, #ffffff, #000000);
    background-image: -ms-linear-gradient(top, #ffffff, #000000);
    background-image: -o-linear-gradient(top, #ffffff, #000000);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
    background-image: -webkit-linear-gradient(top, #ffffff, #000000);
    background-image: linear-gradient(top, #ffffff, #000000);
}
*/
 
/*スマホ対応
@media screen and (max-width: 480px){
    
}
@media screen and (max-width: 320px){
    
}
*/

a {
	text-decoration: none;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	text-align: center;
	background-color: #F2F2F2;
}

#wrapper {
	height: auto;
	width: 100%;
}

.h_menu1 {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	width: 100px;	
}

.h_menu1 li {
	float: right;
	height: 30px;
	width: 100px;
	display: inline;
}

.h_menu1 li a {
	height: 30px;
	width: 100px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

.h_menu01 {
	background-image: url(../img/common/h_menu01.png);
	background-repeat: no-repeat;
}

.h_menu01 a:hover {
	background-image: url(../img/common/h_menu01_r.png);
	background-repeat: no-repeat;
}

/*
.h_menu02 {
	background-image: url(../img/common/h_menu02.png);
	background-repeat: no-repeat;
}

.h_menu02 a:hover {
	background-image: url(../img/common/h_menu02_r.png);
	background-repeat: no-repeat;
}
*/

.h_menu2 {
	position: absolute;
	top: 43px;
	right: 0px;
	height: 27px;
	width: 100px;	
}

.h_menu2 li {
	float: left;
	height: 27px;
	display: inline;
}

.h_menu2 li a {
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

.h_menu03 {
	width: 100px;
	background-image: url(../img/common/h_menu03.png);
	background-repeat: no-repeat;
}

.h_menu03 a:hover {
	width: 100px;
	background-image: url(../img/common/h_menu03_r.png);
	background-repeat: no-repeat;
}

.h_menu04 {
	width: 119px;
	background-image: url(../img/common/h_menu04.png);
	background-repeat: no-repeat;
}

.h_menu04 a:hover {
	width: 119px;
	background-image: url(../img/common/h_menu04_r.png);
	background-repeat: no-repeat;
}

#contents {
	height: auto;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 100px;
	background-color: #F7F7F7;
}

#side {
	float: right;
	display: inline;
	margin-right: 10px;
	height: auto;
	width: 240px;
}

#main {
	float: left;
	display: inline;
	margin-left: 10px;
	height: auto;
	width: 710px;
}

#footer {
	height: 250px;
	width: 100%;
	margin-bottom: 30px;
	background-image: url(../img/common/footer_bg.png);
	background-position: top center;
	background-repeat: repeat-x;
}

#infooter {
	position: relative;
	height: 250px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	color: #666;
}

.pagetop {
	position: absolute;
	top: 4px;
	right: 0px;
	height: 25px;
	width: 230px;
	background-image: url(../img/common/page_top.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.pagetop a {
	height: 25px;
	width: 230px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

.pagetop a:hover {
	background-image: url(../img/common/page_top_r.jpg);
	background-position: top right;
}

.footer_logo {
	position: absolute;
	top: 26px;
	left: 446px;
	height: 168px;
	width: 84px;
	background-image: url(../img/common/footer_logo.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.footer_logo a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 168px;
	width: 84px;
}

.f_navi {
	position: absolute;
	top: 22px;
	left: 10px;
	height: auto;
	width: 245px;
	text-align: left;
}

.f_navi li {
	height: 18px;
}

.f_navi li a {
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-position: top left;
}

.f_navi01 {
	width: 65px;
	background-image: url(../img/common/f_navi01.jpg);
	background-repeat: no-repeat;
}

.f_navi01 a {
	width: 65px;
}

.f_navi01 a:hover {
	background-image: url(../img/common/f_navi01_r.jpg);
	background-repeat: no-repeat;
}

.f_navi02 {
	width: 139px;
	margin-top: 4px;
	background-image: url(../img/common/f_navi02.jpg);
	background-repeat: no-repeat;
}

.f_navi02 a {
	width: 139px;
}

.f_navi02 a:hover {
	background-image: url(../img/common/f_navi02_r.jpg);
	background-repeat: no-repeat;
}

.f_navi03 {
	width: 139px;
	margin-top: 15px;
	background-image: url(../img/common/f_navi03.jpg);
	background-repeat: no-repeat;
}

.f_navi03 a {
	width: 139px;
}

.f_navi03 a:hover {
	background-image: url(../img/common/f_navi03_r.jpg);
	background-repeat: no-repeat;
}

.f_navi04 {
	width: 242px;
	margin-top: 4px;
	background-image: url(../img/common/f_navi04.jpg);
	background-repeat: no-repeat;
}

.f_navi04 a {
	width: 242px;
}

.f_navi04 a:hover {
	background-image: url(../img/common/f_navi04_r.jpg);
	background-repeat: no-repeat;
}

.f_navi05 {
	width: 139px;
	margin-top: 4px;
	background-image: url(../img/common/f_navi05.jpg);
	background-repeat: no-repeat;
}

.f_navi05 a {
	width: 139px;
}

.f_navi05 a:hover {
	background-image: url(../img/common/f_navi05_r.jpg);
	background-repeat: no-repeat;
}

.f_navi06 {
	width: 139px;
	margin-top: 4px;
	background-image: url(../img/common/f_navi06.jpg);
	background-repeat: no-repeat;
}

.f_navi06 a {
	width: 139px;
}

.f_navi06 a:hover {
	background-image: url(../img/common/f_navi06_r.jpg);
	background-repeat: no-repeat;
}

.f_navi07 {
	width: 139px;
	margin-top: 4px;
	background-image: url(../img/common/f_navi07.jpg);
	background-repeat: no-repeat;
}

.f_navi07 a {
	width: 139px;
}

.f_navi07 a:hover {
	background-image: url(../img/common/f_navi07_r.jpg);
	background-repeat: no-repeat;
}

.f_navi08 {
	width: 139px;
	margin-top: 4px;
	background-image: url(../img/common/f_navi08.jpg);
	background-repeat: no-repeat;
}

.f_navi08 a {
	width: 139px;
}

.f_navi08 a:hover {
	background-image: url(../img/common/f_navi08_r.jpg);
	background-repeat: no-repeat;
}

.f_txt {
	position: absolute;
	top: 180px;
	right: 10px;
	font-size: 15px;
	line-height: 18px;
	text-align: right;
	color: #666;
}

.copyright {
	position: absolute;
	top: 218px;
	left: 0px;
	height: 21px;
	width: 980px;
	font-size: 13px;
	line-height: 21px;
	text-align: center;
	color: #FFF;
}
