@charset "UTF-8";
/* CSS Document */
ul li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 14px;
}

body p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
}
.wrapper {
	text-align: center;
	width: 100%;
}
a {
	display:inline-block;
	*display: inline;  
    *zoom: 1;  
}
a img {
	vertical-align: bottom;
	text-align: left;
}
a:link { 
 }
a:visited { 
	/*background-color: #fff;*/

 }

a:hover { opacity: 0.70;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70); /* for IE8 */
	background: none;
	/*zoom: 1; for IE7 */
	display: inline-block; /* for IE8 */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
				/*background-color: #fff;*/

			 }
a:hover img {
	background-color: #fff;
}
a:active { 
 }

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

.nextlink {
	color: #ff931e;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
}
.nextlink_w {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
}
#sidenavi .nextlink_w {
	vertical-align: middle;
}
.nextlink_b {
	color: #3399FF;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
}


/* サイズ */

.w120 {
	width: 120px;
}
.w140 {
	width: 140px;
}
.w160 {
	width: 160px;
}
.w170 {
	width: 170px;
}
.w190 {
	width: 190px;
}
.h200 {
	height: 200px;
}
.t30px {
	margin-top: 30px;
}
.t80px {
	margin-top: 80px;
}
.t50px {
	margin-top: 50px;
}
.b60px {
	margin-bottom: 60px;
}

#body {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}
#content {
	height: auto;
	width: 752px;
	float: left;
}



#breadcrumb {
	margin-top: 20px;	
}
#breadcrumb li {
	float: left;
	margin-right: 10px;
}


.scrEvent {
	padding: 20px;
	height: 500px;
	text-align: left;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
	display: none;
}
