@charset "UTF-8";
/* CSS Document */



body {
margin: 0;
padding: 0;
width:100%;
min-width:1000px;
}

a:link { color: #cc6600;}
a:visited { color: #333333; }
a:hover { color: #ff0000; }
a:active { color: #ff8000; }
a { text-decoration: none; }

/* ----- ヘッダー ----- */

#container {
	width: 960px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: auto;
}

#header {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 40px;
	margin-top: 60px;
}
/* ----- メニュー ----- */

#navibg {
	background-color: rgba(0, 0, 0, 0.5);
	width:100%;
	min-width:2000px;
}


#navigation {
	height:35px;
	margin-top:10px;
	padding-left: 20px;
	padding-top: 5px;
	margin-bottom: 0px;
	
}
/* ----- メイン ----- */



#content {
	position: relative;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
	background-color: rgba(255, 255, 255, 0.5);
	margin-top:50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	letter-spacing: 0.1em;
	width: 360px;
	height:auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.reg_bld {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	line-height: 24px;
	
}	

.reg_red {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	line-height: 24px;
	
}	





/* ----- テキストメニュー ----- */

#textnavi {
	height:20px;
	position: absolute;
	bottom: 30px;
	margin-top:50px;
	margin-bottom: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-align: center;
	width: 685px;
}





/* ----- フッダー ----- */
#footer {
	width: 250px;
	height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 25px;
	background-color: #000;
	text-align: right;
	padding-right: 15px;
	position:absolute;
	right: 20px;
	left: 40px;
}
