@charset "UTF-8";

/**
 * 共通
 
	0. リセット
	
	1. 全体設定
	
	2. ヘッダー
	
	3. メインコンテンツ
	
	4. フッター
	
*/


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

　　共通

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/



/* =======================================
	0. リセット
======================================= */


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;}


.clearfix{ width:100%;}

.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
	}

/* =======================================
	1. 全体設定
======================================= */


html{overflow-y:scroll;}

/* リンクカラー */
a:link,
a:visited,
a:active {
	color: #333333;
	text-decoration: none;
	outline:none;
	}
a:hover {
	color:#F00;
	text-decoration: none;
	}

/* 全体レイアウト */
body {
	padding:0;
	margin:0 ;
	width:100%;
	height:100%;
	background:#C5C6C6 url(../img/bg01.gif) repeat center top;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	letter-spacing:1px;
	}
	
	
#wrapper {
	display: block;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	border-top:6px solid #626262;
	}


#contents {
	width: 930px;
	height:100%;
	margin:0 auto;
	padding-bottom:30px;
	text-align:left;
	background:#FFF;
    }

#container{
	width: 100%;
	min-height:1100px;
	float: left;
	}
	

h1{
	padding-top:2px;
	font-size:24px;
	color:#FFF;
	font-weight:bold;
	}


h2{
	clear:both;
	height:23px;
	line-height:28px;
	margin-bottom:15px;
	padding:0 0 7px 33px;
	font-size: 16px;
	font-weight:normal;
	letter-spacing:2px;
	border-bottom: 1px solid #fa3d8f;
	background:url(../img/ico.png) no-repeat left 0;
	}
	
span.none{ display:none;}

span.red{ color:#F00;}

img.margin{ margin-bottom:10px;}

span.yell{ color:#F5FF9F;}


/* =======================================
	2. ヘッダー
======================================= */

#header{
	width:830px;
	height:80px;
	line-height:80px;
	margin:20px auto;
	padding:0 0 0 30px;
	background:url(../img/title.png) no-repeat center top;
	}

/* =======================================
	3. メインコンテンツ
======================================= */

#main_contents{
	width:850px;
	padding:10px 0 20px 0;
	margin:0 40px;
	float:left;
	}


/* =======================================
	4. フッター
======================================= */


#footer{
    clear:both;
	width: 100%;
	text-align:center; 
	}

	

/* コピーライト */
#f_copy{
	clear:both;
	width: 100%;
	height:30px;
	line-height:30px;
	font-size:10px;
	background:#626262;
	color:#FFF;
	border-top:1px solid #FFF;
	}



/* page-top */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	}
	
#page-top a {
	width: 70px;
	padding: 10px 0;
	text-align: center;
	display: block;
	}
	
#page-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;
	}