@charset "UTF-8";
/* CSS Document */

/* ▼　共通設定　▼ */

/* text-indent:-9999px;の代替 */
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


* {
	margin:0px;
	padding:0px;
}


body {
	font-size: 1.0em;
	/*line-height:1.4;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#FFF;
	margin: 0;
	padding: 0;
	line-height:2.5em;
	background-image:url(../images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

img {
	border:none;
}

a img {
	border-style:none;
}

a {
	outline:0;
	text-decoration:none;
}

a:link {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	opacity:0.6;
	filter:alpha(opacity=60);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader\9;	/* IE8以下で透過を止める */
	
	-moz-transition: all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
	/* ie8以下 */
	-moz-transition: all 0s ease-in\9;
	-webkit-transition:all 0s ease-in\9;
}

.opacity {
}

.opacity a {
	-moz-transition: all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
}

.opacity a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader\9;	/* IE8以下で透過を止める */
	
	-moz-transition: all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
	/* ie8以下 */
	-moz-transition: all 0s ease-in\9;
	-webkit-transition:all 0s ease-in\9;
}

.opacity a img {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
}

.opacity a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
}

.clear {
	clear:both;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}
	
#wrapper {
	margin:0px;
	padding:0px;
}

#pankuzu {
	font-size:smaller;
	}

#pankuzu a {
	border-bottom:solid 1px #0082cb;
	color:#0082cb;
	}

.burasagari {
	text-indent:-1.3em;
	margin-left:1.4em;
}
	
.strong {
	font-weight:bolder;
	}
	
.small {
	font-size:85%;
	}	

.red {
	color:#F00;
	}
	
	
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

ul , li {
	list-style-type:none;
}

/* ▲　共通設定　▲ */