/* css3 */
@charset "UTF-8";
/* -------------------------------------------------------------
/* 講座案内ページのCSS 
--------------------------------------------------------------*/

/* 一括で全ての要素の余白をゼロに指定 */
* { margin: 0;  padding: 0;}


/* -------------------------------------------------------------
/* コンテンツブロック内に関する指定 
--------------------------------------------------------------*/

/* ------------------------------------ コンテンツの指定 ---*/

#contents{
/*  	background:url(../img/wallppr023_1.gif) 0 0;*/
  	background:url(../img/bg_rose.gif) 0 0;
}


h2{
 background-color: #052b54;
 color: #ffffff;
 font-size: 18pt;
 font-weight: bold;
 margin:10px auto 5px;
 line-height: 1.5em; 
 text-align: center; 
 width: 850px;
}

#kouza{
 width: 750px;
 margin-left: 130px;
 line-height: 1.5em;
/* color: midnightblue;
 font-size: 12pt;*/
}

#kouza P{
 margin-top: 0.5em;
 white-space: pre-wrap;
 text-align:justify;
 line-break:strict;
}

#kouzamei p{
 margin: 20px auto;
 line-height: 1.3em; 
 text-align:  center;
 font-size: 16pt;
 font-weight: bold;
}

/*#setsumei,#koushi{
 font-size: 13pt;
}*/

#koushi{
 margin-left: 4em;
}

#shousai{

}

.gazou{
/* width: 370px; */
/* width: 330px; */
/* width: 300px; */
/* width: 280px; */
/* width: 220px; */
/* width: 100px; */
/* margin-left: 10em;*/
}

#migi{
 float: right;
 margin-right: -50px;
}

#nichiji{
/* width: 470px; */
 width: 800px;
 margin-top: 0.5em;
}

.koumoku{
/* width: 57px;*/
/* width: 70px;*/
 width: 95px;
 vertical-align: top;
 text-align-last: justify;
 text-justify:inter-ideograph;
}

.naiyou{
/* width: 200px; */
/* width: 405px; */
 width: 480px;
 vertical-align: top;
}

#chizu{
 width: 500px;
}

/*------------------------------------ 申し込み部分　*/

#mousikomi{
 margin-top: 0.8em;
}

.nyuryokuiki{
 margin-bottom: 0.8em;
 line-height: 1.1em; 
}

.btn{
 width: 110px;
 height: 32px;
 font-size: 11pt;
}

.nyuryoku{
 height: 1.5em;
}

input{
 font-size:inherit;
 font-family:inherit;
}
