@charset "UTF-8";
@import url("common.css");
@import url("base.css");
/* CSS Document */



body{
	color: #777;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 180%;
	color: #666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/*リンク*/
a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.3;
filter:alpha(opacity=30);
-ms-filter: "alpha( opacity=30 )";
background:none!important;
}
/* CSS Document */

/*色替えリンク*/
a:link {
	color: #777;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #F63;
}

a:visited {
	text-decoration: none;
	color: #F63;
}
a:hover {
	text-decoration: underline;
	color: #F63;
}
a:active {
	text-decoration: none;
	color: #F63;
	text-align: left;
}


/*base*/

.main01 {
    width: 100%;
    margin: 0 auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 9pt;
    line-height: 180%;
    color: #666;
    text-align: center;
}

.main02 {
	width: 100%;
	margin: 0 auto;
	text-align: leftr;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9pt;
	line-height: 160%;
	color: #666;
}

.body_830 {
	background-position: center top;
	text-align: center;
	vertical-align: top;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.body_830line {
    background-position: center top;
    text-align: center;
    vertical-align: top;
    width: 830px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    border-bottom: thin solid #a9a9a9;
}


.body_830_top30 {
	background-position: center top;
	text-align: center;
	vertical-align: top;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
}

.body_830_top30_02 {
    background-position: center top;
    text-align: left;
    vertical-align: top;
    width: 830px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 30px;
}

.body_830_bottom30 {
	background-position: center top;
	text-align: center;
	vertical-align: top;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 30px;
}

.body_830_bottom30_top30 {
    background-position: center top;
    text-align: center;
    vertical-align: top;
    width: 830px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}


.setumei {
	font-size: 8pt;
	line-height: 180%;
	color: #666;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}


.footer {
	font-size: 8pt;
	line-height: 180%;
	color: #FFF;
	background-color: #999;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding-bottom: 50px;
	padding-top: 30px;
}

/*TOP/////////////////////////////////*/
#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    line-height:40px;
    color: #fff;
    font-size: 8pt;
	font-weight: 900;
    text-align: center;
    display: none;
    background: #778899;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
