@charset "utf-8";
/* CSS Document */
/* 初期設定用 css  */

div.resetyArea *{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.2em;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	/*color:#000;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	  box-sizing: border-box;
}

/*
div,
dl,
dt,
dd,
ul,
ol,
li,
p.pon-h1,
p.pon-h2,
p.pon-h3,
p.pon-h4,
p.pon-h5,
p.pon-h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img{
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
}
*/

div.resetyArea table {
    border-collapse:collapse;
    border-spacing:0;
}
div.resetyArea fieldset,
div.resetyArea img {
    border:0;
}
div.resetyArea address,
div.resetyArea caption,
div.resetyArea cite,
div.resetyArea code,
div.resetyArea dfn,
div.resetyArea em,
div.resetyArea strong,
div.resetyArea th,
div.resetyArea var {
    font-style:normal;
    font-weight:normal;
}
div.resetyArea ol,
div.resetyArea ul {
    list-style:none;
}
div.resetyArea caption,
div.resetyArea th {
    text-align:left;
}
div.resetyArea p.pon-h1,
div.resetyArea p.pon-h2,
div.resetyArea p.pon-h3,
div.resetyArea p.pon-h4,
div.resetyArea p.pon-h5,
div.resetyArea p.pon-h6 {
    font-size:100%;
    font-weight:normal;
}
div.resetyArea q:before,
div.resetyArea q:after {
    content:'';
}
div.resetyArea abbr,
div.resetyArea acronym {
    border:0;
}
 
div.resetyArea a{
    text-decoration:none;
}
 
div.resetyArea a.selected{
    text-decoration:none;
}
div.resetyArea a:hover{
    text-decoration: underline;
}
 
div.resetyArea a {
    overflow: hidden;
}

a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
