@charset "shift_jis";

/* base(各シート共通）----------------------------------------------------------------------- */

*{
	margin:0px;
	padding:0px;
}


body{
	background-color:#000000;
	/*background-image:url(img/back_img.gif);*/
	color:#000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:normal;
	text-align:center;
	line-height:130%;
}
img{
	border:none;
	vertical-align:top;
}
a:link{color:#00FFFF;}
a:visited{color:#00FFFF;}
a:hover{color:#00FFFF;}
a:active{color:#6633FF;}


/* ====================================*/
/*　headerの設定　*/
/* ====================================*/
#header{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#main{
	width:1000px;
	background-image:url(img/back.gif);
	margin-left:auto;
	margin-right:auto;
}
.continer{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	font-size:17px;
}
div.continer p{margin-bottom:30px;}
.font_left{text-align:left;}/* テキストを左そろえにする */

/* ====================================*/
/*　footerの設定　*/
/* ====================================*/
#footer{
	color:#FFFFFF;
	text-align:center;
	padding-top:50px;
}
#footer a{margin:0px 10px;}
address{
	font-size:80%;
	letter-spacing:0.1em;
	margin-top:10px;
}



/* ====================================*/
/*hタグの設定*/
/* ====================================*/
h2{
	margin-top:70px;
	clear:both;
	margin-bottom:30px;
}

h3{
	background-image:url(img/h3.gif);
	background-repeat:no-repeat;
	color:#FF0000;
	font-weight:bold;
	margin-bottom:40px;
	line-height:130%;
	text-align:center;
	clear:both;
}
h3.gyou2{font-size:200%; padding:70px 0px 70px 0px;}
h3.gyou3{font-size:180%; padding:50px 0px 50px 0px;}
h3.gyou{font-size:180%; padding:35px 0px 70px 0px;}

/* ====================================*/
/*画像をfloat*/
/* ====================================*/

.imgfloatR img{/* 画像は右側*/
	float:right;
	padding-left:10px;
}
.imgfloatL img{/* 画像は左側*/
	float:left;
	padding-right:10px;
}


/* ====================================*/
/* リンクボタン*/
/* ====================================*/

.btm{margin-left:90px;}/*ボタンの位置を中央に */


/* ====================================*/
/*追伸の記事*/
/* ====================================*/
div#tuisinn{
	background-image:url(img/tuisinn.gif);
	background-repeat:no-repeat;
	padding:220px 100px 60px 60px;
	line-height:130% !important;
	font-size:85%;
	margin-top:30px;
}
div#tuisinn p{
	margin-bottom:0px !important;
	margin-top:20px;
}

/* その他の設定----------------------------------------------------------------------- */
/* spanの設定-------------------------- */
.text_center{text-align:center;}/*中央揃え */

.deco{/*赤字で太字*/
	color:#FF0000;
	font-weight:bold;
}
.decoREDB{/*赤字で太字で下線*/
	color:#FF0000;
	font-weight:bold;
	border-bottom:solid 1px #FF0000;
}
.decoYERROW{/*赤字で黄色の背景太字*/
	font-weight:bold;
	color:#FF0000;
	background-color:#FFFF00;
	padding:3px;
}
.decobor{/*黒字の太字で下線アリ*/
	font-weight:bold;
	border-bottom:solid 1px #000000;
}
.decoblue{/*青字で大きい太字　下線アリ*/
	color:#0C28D5;
	font-weight:bold;
	font-size:120%;
	line-height:150%;
	letter-spacing:-0.1em;
	border-bottom:solid 1px #0C28D5;
}
.deco2{/*青字で大きい太字*/
	color:#0C28D5;
	font-weight:bold;
	line-height:150%;
}
.decoYERROW_b{/*赤字で黄色のバック下線アリ*/
	font-weight:bold;
	color:#FF0000;
	background-color:#FFFF00;
	padding:3px 3px 1px 3px;
	border-bottom:solid 1px #FF0000;
}




/* スペースの設定---------------------- */
.s20{margin-top:20px;}
.s30{margin-top:30px;}
.s50{margin-top:50px;}

/* 追加分の設定------------------------ */

/* サンプル音源の一覧------- */
#sample_sound{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/sample_sound.jpg);
	background-repeat:no-repeat;
	height:536px;
}
#sample_sound .box_sound{
	text-align:left;
	padding:300px 0px 0px 500px;
}
#sample_sound .box_sound p{margin-bottom:12px;}



.box01 ul{
	list-style-type:none;
	margin-bottom:30px;
	margin-left:30px;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif !important;
	font-weight:bold;
}
.box01 ul li{
	background-image:url(img/icon.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 28px;
	margin-bottom:10px;
}


#tyui{
	background-image:url(img/tyui.gif);
	background-repeat:no-repeat;
	color:#FF0000;
	font-size:120%;
	font-weight:bold;
	padding:50px 0px 50px 250px;
	line-height:120% !important;
	margin-bottom:30px;
}

.center{
	text-align:center;
	margin-top:30px;
	font-weight:bold;
}
.center2{
	text-align:center;
	font-size:200%;
	font-weight:bold;
}


.come{
	font-weight:bold;
	border-top:dotted 2px #000000;
	padding-top:15px;
	margin-top:50px;
}


