/*

site.css

*/

body{
	background:#545454 url(../img/bg_gray3.gif) repeat-x;
	margin:0;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
	line-height:1.8;
}

a:link,
a:visited{
	color:#4c6699;
	text-decoration:underline;
}

a:hover,
a:active{
	color:;
	text-decoration:none;
}

div,ul,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,h7{
	margin:0;
	padding:0;
}

a img {
	border:none;
	margin:0;
	padding:0;
}

pre{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size:10px;
	line-height:1.8;
}

ul{
	list-style:none;
}

.clear{
	clear:both;
}

#wraper{
	background:#545454 url(../img/bg_body.jpg) repeat-x;
}
	

#wraper .inner{
	background:url(../img/bg_sora2.jpg) no-repeat top center;
}

/*color*/
.gray{
	color:#808080;
}

/*汎用*/
.fs14{
	font-size:117%;
}

.mb10{
	margin:0 0 10px;
}

.mb20{
	margin:0 0 20px;
}



/* clearfix
========================================== */
.clfx:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clfx {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clfx {
	height: 1%;
}
.clfx {
	display: block;
}
/* End hide from IE-mac */