@charset "UTF-8";

/* CSS Document */


body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}	
	
/*link
--------------------------*/
a:link {
	color:#00f;
	text-decoration: underline;
}
a:visited {
	color:#c0c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img:hover{
	filter: alpha(opacity=80);
	opacity:0.80;
}


/*clear fix
--------------------------*/
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{
	min-height:1px;
}
*html .clearfix{
	height:1px;
	/*¥*//*/
	height:auto;
	overflow:hidden;
	/**/
}

h1{
	margin-top:20px;
}

#wapper{
	width:950px;
	margin:0 auto;
}
h2{
	text-align:center;
	margin:10px 0;
}
.txtBox{
	padding: 20px 150px;
	margin-bottom: 30px;
	color: #666666;
	background: url(../img/txtbg.png) repeat-x;
}
strong{
	font-weight:bold;
}

.outline{
	text-align:center;
	font-size:90%;
	margin:25px 15px 15px 15px;
}

.outline strong{
	font-weight:bold;
	color:#F60;
	line-height:1.3em;
}