/* #contents強制上書き
=========================================*/
div#contents {
	width:100% !important;
}

/* 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;
}

/* font
=========================================*/
body {
	font-size:80%;
	line-height:1.2;
	font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}


/* 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;
}

a {
	text-decoration:none;
	color:#000;
}

a:visited {
	text-decoration:none;
	color:#000;
}

a:hover {
	text-decoration:underline;
	color:#c00;
}


/* 配置
=========================================*/
.center {
	text-align:center;
}

.right {
	text-align:right;
}