@charset "UTF-8";
/*■■■■■■■■■■■要素初期化■■■■■■■■■■■*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ 
	margin:0;padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{ 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
/*■■■■■■■■■■■文字初期化■■■■■■■■■■■*/
body {
  font-family:  "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Arial", "Osaka", sans-serif;
  font-size: 13px;
}
table {
  font-size: 100%;
}
select, input, textarea {
  font-size: 99%;
}
body * {line-height:1.22;}
/*■■■■■■■■■■■オリジナルクラス■■■■■■■■■■■*/
.stop {
	clear: both;
}
.space50 {height: 50px;}
.space100 {height: 100px;}
.space150 {height: 150px;}
.space200 {height: 200px;}
body{
	background:#1F1F1F;
}
/*■■■■■■■■■■■コンテンツ■■■■■■■■■■■*/
#cont01{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	height: 800px;
}

#cont02{
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}
/*■■■■■■■■■■■メイン■■■■■■■■■■■*/
#main01{
	width: 350px;
	height: 800px;
	float: left;
}
#main01 h1{
	margin-top: 45px;
	margin-left: 20px;
	font-size: 0%;
}
#main01 h2{
	margin-left: 20px;
	font-size: 0%;
	margin-bottom: 200px;
}
#main01 h6{
	margin-left: 40px;
	font-size: 96%;
	margin-bottom: 3px;
	font-weight: bold;
}
#main01 .line01 {
	margin-left: 20px;
	margin-bottom: 5px;
}

#hi01 {
	border-collapse: collapse;
	margin-left: 60px;
}
#hi01 .hi02 {
	padding-right: 10px;
	padding-top: 3px;
	font-size: 92%;
}
#hi01 .hi03 {
	padding-top: 3px;
	font-size: 92%;
}
#main01 h4{
	margin-left: 60px;
	font-size: 96%;
	line-height: 130%;
}
#main01 h4 a {
	text-decoration: none;
	color: #0066CC;
	padding: 1px 3px 1px 1px;
}
#main01 h4 a:hover {
	background: #000000;
	color: #FFFFFF;
}
/*■■■■■■■■■■■フラッシュ■■■■■■■■■■■*/
#fla01{
	background: url(fra.png) no-repeat;
	width: 540px;
	height: 800px;
	float: left;
	font-size: 0%;
}
#fla02{
	width: 460px;
	height: 700px;
	margin-top: 50px;
	margin-left: 40px;
}
#fla03{
	display: none;
}/*プリン用非表示*/


/*プリント用*/
@media print {
#fla02 {
	display: none;
}/*フラッシュ非表示*/

#fla03{
	width: 460px;
	height: 700px;
	margin-top: 50px;
	margin-left: 40px;
	display: block;
}
}
/*■■■■■■■■■■■フッター■■■■■■■■■■■*/
#fut01{
	width: 100%;
}
#fut01 address {
	text-align: right;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
}

