@charset "UTF-8";


/*===============================================================================
　リセットCSS
===============================================================================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
p, hr, blockquote, address, noscript {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	border: none;
}
ul, li , ol, dl, dt, dd , pre, table, form {
	margin: 0px;
	padding: 0px;
}
li  {
	list-style-type: none;

}
table , img {
	border: none;
}
em, strong, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}

hr {
	display: none;
	clear: both;
}

br.cl{ clear:both;}


.none{ display:none;}	


/* clearfix */
.clearfix{
	width:100%;
	zoom:1;
	}
	
.clearfix:after{
	content:"";
	display: block;
	clear: both;
	height: 0;
	visibility:hidden;
	}



/*===============================================================================
　全体設定
===============================================================================*/

html{overflow-y:scroll;}

/* リンクカラー */
a:link,
a:visited,
a:active {
	color: #333333;
	text-decoration: none;
	outline:none;
	}
a:hover {
	color: #ff3300;
	text-decoration: none;
	}

/* 全体レイアウト */
body {
	padding: 0;
	margin: 0;
	width:100%;
	background:#EEE url(../img/bg.gif) repeat;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3"sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #333333;
	letter-spacing:1px;
	text-align:center; 
	}

#wrapper {
	display: block;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto; 
	}

#contents {
	clear:both;
	width: 940px;
	margin:0 auto;
	text-align:left;
	padding:0;
	background:#FFF;
    }

#container{
	width: 100%;
	min-height:1200px;
	float: left;
	padding-bottom:40px;
    }
	

h1{
	font-size:12px;
	font-weight:normal;
	letter-spacing:2px;
	}

.label{
	width:51px;
	height:177px;
	position:fixed;
	top:100px;
	margin-left:-13px;
	}



/*===============================================================================
　ヘッダー
===============================================================================*/


#header{
	width:910px;
	margin:0 auto 40px auto;
	padding:10px 15px;
	border-bottom:1px dashed #CCC;
	}


/*===============================================================================
　フッター
===============================================================================*/


#footer{
	clear:both;
	width:100%;
	padding:0;
	margin:0 auto;
	}

/* ページTOP */
#footer .p-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	}

#footer .p-top a{
 	width: 70px;
	height: 70px;
	padding: 10px;
	text-align: center;
	display: block;
    }
	
#footer .p-top a:hover{
	opacity:0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	zoom:1;
	}

/*------- コピーライト -------*/
#footer .f_copy{
	width: 100%;
	margin:0 auto;
	line-height:25px;
	text-align:center;
	font-size:10px;
	}


/*===============================================================================
　メインコンテンツ
===============================================================================*/

#main_contents {
	clear:both;
	width: 800px;
	margin:0 auto;
	padding:0;
    }
	
	
