@charset "utf-8";
div#contents {
	width:100% !important;
}/* font

=========================================*/
body {
	font-size:80%;
	line-height:1.3;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* clearfix
=========================================*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* clear
=========================================*/

.clear {
	clear:both;
}
/* hr

=========================================*/

/*hr {
	display:none;
}
*/

/* hover、半透明
=========================================*/
a.trans img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
a.trans:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
/* wrapper

=========================================*/

div#wrapper {
	width:798px;
	margin:0 auto;
	padding:30px 50px 50px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}

div#wrapper h1,
div#wrapper h2 {
	padding:15px 0 10px 0;
}

div#wrapper p {
	font-size:14px;
	line-height:1.4;
}

/* wrapper

=========================================*/
.center{
	text-align:center;
}