/* ------------------------------
 初期設定
------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	font-size: 100%;
	text-align: center;
	vertical-align: baseline;
	background: none repeat scroll 0% 0% transparent;
}
* {
	margin: 0px;
	padding: 0px;
}
a img {
	/*
	border: medium none;
	vertical-align: bottom;
	*/
}
img {
	/*vertical-align: bottom;*/
}
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	/* for IE6/7 */
	*font-size:small;
	/* for IE Quirks Mode */
	*font:x-small;
	background: #FFFFFF;
}
body {
	min-width: 1020px;
	/*overflow-x: hidden;*/
	position: relative;
}
/* body{
	background: url(../../img_n/top/bg2.png) no-repeat;
	margin:0 auto;
	width:100%;
} */
html>/**/body {
	font-size /*\**/: small\9;
	/*overflow-x: scroll;*/
}
.cf:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf {
	display: inline-block;
} /* Hides from IE-mac \*/
* html .cf {
	height: 1%;
}
.cf {
	display: block;
	overflow:hidden;
} /* End hide from IE-mac */
.cb {
	margin: 0px;
	padding: 0px;
	clear: both;
}
p {
	margin: 0px;
	padding: 0px;
	color: #333333;
	text-align: left;
}
ul {
	list-style-type: none;
}
a {
	color: #333333;
	text-decoration: none;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: red;
}
a:active {
	text-decoration: none;
}

/*this web site default*/

/*clear both*/
.clear{
clear: both;
}

/*image opacity change*/
.linkimg{
opacity: 1;
/* IE7 */
filter: alpha(opacity=100);zoom:1;
/* IE8 */
/*
-ms-filter:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";*/
-ms-filter: "alpha( opacity=100 )";
}

/*page start fade-in*/
/*
#fade{
	background:#fff;
	position:absolute;
	width:100%;
	height:2000px;
}
*/

/*common layout*/
#wrap{
	width: 100%;
	height: auto;
	margin: 0px auto;
	/* background: url(../img/cmn/bg1.png) repeat-x;  */
}

#wrap-site{
	max-width: 1000px;
	margin: 0px auto;
	position: relative;
	z-index:0;
}

/*contents*/
#content-wrap{
	width: 100%;
	margin-top: 80px;
}

#content-area{
	width: 960px;
	margin: 0 auto;
}

#side{
	float: left;
	width: 200px;
	margin-right: 60px;
	text-align: left;
}

#side ul li{
	text-align: left;
}

#main{
	float: left;
	width: 700px;
	text-align: left;
}

#main p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}


/*etc*/
.red{color: red;}
.mt10{margin-top: 10px;}
.pl15{padding-left: 15px;}
.pl20{padding-left: 20px;}

#fade{
	background:#fff;
	position:absolute;
	width:100%;
	height:2000px;
}

