@charset "utf-8";


/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}

h1,
h2,
h3,
h4,
h5,
p{
	margin: 0;
	padding: 0;
}

ol,
ul{
margin:0;
padding:0;
list-style:none;
}

li{
margin:0;
padding:0;
}

dl,
dt,
dd{
	margin:0;
	padding:0;
}

a { outline: none; }

a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}


.fixed {
	position: fixed;
	top: 0px;
	z-index: 10000;
	left: auto;
	right: auto;
	width: 100%;
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。~~ */
header {
	width: 100%;
	z-index: 100;
	text-align: center;
	background-color: #000;
}
#headerBox {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	display: block;
	height: 108px;
	padding-top: 25px;
}

#headerBox #logo {
	float: left;




}
#mainMenu li {
	float: right;
	margin-right: 40px;
	margin-left: 5px;
}
#mainMenu  {
	float: none;
	width: 1000px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
}
#midashi {
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	text-align: left;
	display: block;
	height: 57px;
}



#wrapper {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	padding-top: 0px;
	width: 988px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-bottom: 50px;
}
#content_news {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 30px;
	padding-bottom: 30px;
}
#content_company {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 30px;
	padding-bottom: 30px;
}
#content_contact {
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
}
#content_about {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 30px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: 0px 20px;
}
#contactP {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666;
}

#info {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
}
#textBox {
	float: left;
	width: 650px;
}
#textBox h3 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 30px;
}
#textBox p {
	font-size: 15px;
	display: block;
	word-wrap: break-word;
	line-height: 30px;
}
#textBox dl {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

#textBox dl dt {
	clear: left;
	float: left;
	margin: 0px;
	background-color: #F2F2F2;
	width: 130px;
	color: #666;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-size: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#textBox dl dd {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	font-size: 13px;
	padding-left: 190px;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #666;
}





#info li {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#title {
	float: left;
	width: 200px;
	clear: left;
}



/* ~~ フッター ~~ */
.footer {
	background-color: #000000;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 0;
	margin-top: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}




.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#sinzaemon {
	margin-left: 100px;
	float: left;
	margin-top: -10px;
}
#info li {
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	width: 250px;
	border: 1px solid #CCC;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#toiawase {
	cursor: pointer;
}
.poemcon {
	padding-top: 55px;
}
#conceptLogo {
	float: left;
}
#concept {
	float: left;
	width: 450px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#concept h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
#concept p {
	font-size: 14px;
	line-height: 30px;
	color: #333;
}

area{
  border:none;
  outline:none;
}

#mainimage {
	text-align: center;
	background-image: url(../../img/mainimg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 576px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	min-width: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#mainimage2 {
	text-align: center;
	background-image: url(../../img/mainimg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 576px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	min-width: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#message {
	background-image: url(../../img/ninchi01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 665px;
	min-width:1000px;
}
#checklist {
	background-image: url(../../img/bg_block.jpg);
	background-repeat: repeat;
}
#sensei {
	background-image: url(../../img/sensei.jpg);
	height: 553px;
	background-repeat: no-repeat;
	background-position: center;
	min-width:1000px;
}
#kousei {
	background-image: url(../../img/naname.png);
	background-repeat: repeat;
}
#dvdkousei {
	background-image: url(../../img/naname.png);
	background-repeat: repeat;
}
#trainer1 {
	background-image: url(../../img/trainer1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 554px;
	min-width:1000px;
}
#trainer2 {
	background-image: url(../../img/trainer2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 551px;
	min-width:1000px;
}
#kakaku {
	/* box-shadow */
box-shadow:rgba(115, 115, 115, 0.239216) 0px 0px 14px 3px inset;
-webkit-box-shadow:rgba(115, 115, 115, 0.239216) 0px 0px 14px 3px inset;
-moz-box-shadow:rgba(115, 115, 115, 0.239216) 0px 0px 14px 3px inset;
}
#headitem {
	float: right;
	height: 64px;
	padding-top: 40px;
}
.headicon {
	margin-top: 20px;
}
#checklistlist{
	background-image: url(../../img/checkbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 623px;
	min-width: 979px;
}#checklistlist ul {
	text-align: left;
	margin-left: 20px;
	padding-top: 138px;
}
#checklistlist ul li {
	height: 34px;
	padding-top: 5px;
	padding-left: 10px;
	float: left;
	width: 473px;
}
#countnum {
	width: 930px;
	text-align: right;
	margin-top: 11px;
	float: left;
}
#globalmenu {
	background-image: url(../../img/menubg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 34px;
	padding-top: 3px;
	width: 100%;
}
#midashi img {
	margin: 0px;
	padding: 0px;
}


/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 948px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 40px;
}
#protile {
	font-size: 20px;
	color: #FFF;
	background-color: #000;
	width: 900px;
	padding-left: 10px;
}
#prof dt {
	font-size: 25px;
	font-weight: bold;
	float: left;
}
#prof {
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#prof dd {
	margin-top: 22px;
	margin-left: 150px;
}




.container p {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
#line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#ques {
	background-image: url(../../img/q.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 840px;
	height: 50px;
	padding-left: 60px;
	font-size: 18px;
	padding-top: 15px;
	margin-bottom: 10px;
}
#answ {
	background-image: url(../../img/a.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 840px;
	padding-left: 60px;
	font-size: 18px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	line-height: 31px;
	padding-bottom: 45px;
	margin-bottom: 45px;
}
.txtbold {
	font-weight: bold;
}
#toiawasetxt {
	margin-left: 30px;
	font-size: 16px;
	line-height: 22px;
}
