@charset "utf-8";
/* Micro clearfix */



.cf[zoom: 1;]
.cf:before, .cf:after [ content""; dusokat: table; ]
.cf:after { clear: both; }

/*必要要素の初期設定*/
body{
	width:100%;
	margin-top:0px;
	margin-right:auto;
	margin-bottom::0px;
	margin-left:auto;
	padding: 0;
	color: #222;
	background-color: #FFFFFF;
	font-family:"Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}
a{
	text-decoration:none;
	
}
h1,h2,h3,h4,h5,h6{
	margin: 0 0 0 0;
		font-family:"Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0px;
	width: 100%;
}
p{
	margin: 0;
	color:#444;
	font-family:"Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
}
ul{
	margin: 0 0 2em;
	padding: 0;
	list-style-position: inside;
}

img, div, input { behavior: url("iepngfix.htc") }





	
#wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 10;
}
#header h1 {
	font-size: 22px;
	text-align: center;
	border: 10px outset #096;
	padding-top: 0px;
	padding-bottom: 10px;
	background-color: #FF3;
	color: #063;
}
.barcenter {
	height: 20px;
	width: 300px;
	float: left;
}
.barside {
	height: 20px;
	width: 80px;
	float: left;
}
.bar {
	height: 20px;
	width: 20px;
	background-color: #033;
	float: left;
}


#footer {
	padding: 20px;
	height: 100px;
	background-color: #CCC;
	text-align: center;
	color: #333;
	position: relative;
	z-index: 10;
}
#footer p a {
	color: #933;
}
#footer p a:hover {
	text-decoration: underline;
}
.codes {
	background-color: #CFC;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.5em;
}
#bg_kumo {
	background-image:url(../b_image/bg_line.png);
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 2;
}
#bg_mountain {
	background-image:url(../b_image/bg_grd.png);
	background-repeat: repeat-x;
	background-position: left 500px;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 4;
	left: 0px;
	top: 0px;
}
#contents {
	background-color: #CCC;
	padding: 20px;
	width: 460px;
	height:5000px;
	clear: both;
	z-index: 5;
}
#contents ul li {
	color: #369;
	font-size: 15px;
	margin-bottom: 10px;
}
#contents h2 {
	font-size: 18px;
	background-color: #666;
	color: #FFF;
	padding: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom: 10px;
}

#contents ul {
	background-color: #FFC;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}



#text{
	position:relative;
	display:block;
	float:left;
	width:60%;
	margin-left:20%;
	z-index: 50;
	opacity:0.7;
	filter: alpha(opacity=70);
	background-color:#FFFFFF;
	color:#000000;
}