
/* --------------------------
N.S.S.B.opt_02
--------------------------*/


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;
	font-style: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
  border: 0;
}
abbr,acronym{
  border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
	font-weight: normal;
}
a:link {
	color: #0000cc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000cc;
}
a:hover {
	text-decoration: underline;
	color: #ff9900;
}
a:active {
	text-decoration: none;
	color: #ff9900;
}
.fontstyle12-black_c {
	font-size: 12px;
	text-align: center;
}
.fontstyle16-black {
	font-size: 15px;
	font-weight: bold;
}
.fontstyle20-black {
	font-size: 20px;
	font-weight: bold;
}
.fontstyle24-black {
	font-size: 24px;
	font-weight: bold;
}
.fontstyle16-red {
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
}
.fontstyle20-red {
	font-size: 20px;
	font-weight: bold;
	color: #cc0000;
}
.fontstyle24-red {
	font-size: 24px;
	font-weight: bold;
	color: #cc0000;
}
.fontstyle16-par {
	font-size: 16px;
	font-weight: bold;
	color: #990066;
}
.fontstyle20-per {
	font-size: 20px;
	font-weight: bold;
	color: #990066;
}
.backmarker {
	background: #fef44f;
}

h1 {
    line-height: 0px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	width: 900px;
	text-indent:-9999px;
}
h2 {
	line-height: 0px;
	height: 650px;
	margin: 0px;
	padding: 0px;
	width: 900px;
	text-indent:-9999px;
}



h3 {
	line-height: 0px;
	height: auto;
	margin: -0px -45px;
	padding: 0px;
	width: 900px;
	font-size: 24px;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
	text-indent:-9999px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/*--------------------------
レイアウト
--------------------------*/


body {
	font: normal 15px/1.5em 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #ffffff;

}



#wrapper {	
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 900px;
	background: #ffffff;
}
#header {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 900px;

}

#header-bg {
		background: url(image/bg.jpg) no-repeat scroll center top;
}

#contents {
	padding: 0px 0px 5px;
	margin: 0px;
	height: auto;
	width: 900px;
	text-align: left;
	background: #FFFFFF;
}
#contents-inner {	
	margin: 0px 45px;
	padding: 0px;
	height: auto;
	width: 810px;
}


#headerimg {
	height: auto;
    position: relative;
    z-index: 0;
}

#headerimg div.box {
   width: 900px; 
   margin: 0 auto; 
   position: relative; 
   text-align: left;
}

#headerimg div.box div#count {
   position: absolute; 
	width: 610px;
	height: 96px;
   /* background: url(image/count_bg.png) bottom left no-repeat; */
   left: 148px; 
   top: 487px;
}

#headerimg div.box div#count p {
   position: absolute; 
   top: 50px; 
   left: 55px; 
	width: 500px;
	height: 40px;
}







/*--------------------------
フォームエリア１
--------------------------*/

.formtext   {
     font-size: 12px;
     font-weight: bold;
     color: #ff9999;
}

#formarea { 
     width: 480px; 
     text-align: center; 
     margin: 50px auto; 
     padding: 0px; 
}

#formarea-top { 
     margin: 0px; 
     padding: 0px; 
     height: 364px; 
     background: url('image/formarea_top.jpg') no-repeat scroll center top transparent; 
}

#formarea-inner { 
     margin: 0px; 
     padding: 0px; 
     background: url('image/formarea_inner.jpg') repeat-y scroll center top transparent; 
}

#formarea form { 
     width: 400px; 
     margin: 0px auto; 
     text-align: center; 
}

#formarea table { 
     width: 360px; 
     background: none repeat scroll 0% 0% #333366; 
	 margin: 0px auto; 
	 padding: 4px; 
}

#formarea th { 
     font-size: 14px; 
     color: #ffffff; 
     padding: 5px 5px 5px 10px; 
     font-weight: bold; 
     text-align: left; 
}

#formarea td { 
     padding: 3px; 
     text-align: left; 
}

#formarea .text-a { 
     width: 200px; 
     padding: 2px;
}

#formarea .text-b { 
     width: 200px;
     padding: 2px; 
}

#formarea .formbtn_area { 
     padding: 0px; 
     margin: 20px 0px 0px; 
}

#formarea .btn { 
     background: url('image/button/formbtn.jpg') no-repeat scroll center top transparent; 
     width: 380px; 
     height: 75px; 
     margin: 0px auto; 
	 /*ボタンのフォントを画像にしない場合は下の２行を削除*/
	 text-indent: -99999px; 
     overflow: hidden; 
   	 font-size: 25px; 
	 color: #ffffff; 
	 cursor: pointer;
	 border: medium none; 
	 font-weight: bold; 
	 font-family: "メイリオ",Verdana,"Times New Roman"; 
     display: block; 
}

#formarea-bottom { 
     background: url('image/formarea_bottom.jpg') no-repeat scroll center top transparent; 
     height: 103px; 
}

/*--------------------------
フォームエリア２
--------------------------*/


.formarea02 {
	 clear:both;
     width: 810px; 
	 height: 250px; 
     text-align: center; 
     margin: 10px auto 50px; 
     padding: 0px; 
	 background:url(image/formbg.jpg) left top no-repeat;
}

.formbox-left {
     width: 500px; 
	 height: 230px; 
	 float:left;
     text-align: left; 
     margin: 10px auto; 
     padding: 15px 0 0 10px; 
}

.formbox-right {
     width: 290px; 
	 height: 230px; 
	 float: right;
     text-align: left; 
     margin: 10px 10px 0px 0; 
     padding: 0px 0 0 0; 
}

.formbox{
	 background:url() left top no-repeat;
	 padding-left:0px;
	 height:250px;
}
.formbox p{
	 text-align: left; 
	 font-size: 11px;
	 line-height: 1.2em;
	 padding-left:10px;
	 color: #999999;
	
}
.box {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 610px;
}
.mailform th,
.mailform td{
	padding:5px 5px;
	vertical-align:middle;
}
.inputbox01{
	width:300px;
	border:3px solid #d2b616;
	padding:3px;
}
.inputbox02{
	width:98px;
	border:3px solid #d2b616;
	padding:3px;
}
.submitbutton{
	background:url(image/button.png) no-repeat;
	width:471px;
	height:74px;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
	



.formbox-righth3  {
	background:url(image/impact_bg.jpg) no-repeat;
	font-weight: bold; 
	padding:5px; 
	color:#fff; 
	text-indent:-9999px;
	margin-top:0px;
}


/*--------------------------
プレゼントイメージ、チェックボックスエリア
--------------------------*/



.presentarea{
	clear:both;
	background-color:#ffffff;
	
	margin-bottom:10px;
	padding:0px 0px;
}


.present {
	width: 260px;
	padding: 5px;
	text-align: center;
	border: 1px solid #f6f4f4;
	background: #faf9f9;
}

.present {
	float:left;
	margin:10px 25px 25px 0px;
}
.present-inner {
	border: 5px solid #f6f4f4;
	background: #ffffff;
	padding: 10px;
}


.present-text{
	margin-top: 10px;
    padding:10px;
	background: #faf9f9;
	font-size:12px; 
    font-weight:bold;
}	

.checkbox{
	float:left;
	width:512px;
	
	
}

.checkbox ul{
	list-style: none;
	padding:10px;
}

.checkbox li{
	background:url(image/check.png) left top no-repeat;
	font-size:14px;
	font-weight: bold;
	padding-left:33px;
	line-height:1.5em;
	margin-bottom:5px;
}

.checkbox ul p{
	font-size: 12px;
	padding-left:0px;
	margin-bottom:10px;
}



/*--------------------------
コメントエリア
--------------------------*/




.commentarea { 
    clear:both;

    width:780px; 
    margin:50px 0; 
    padding:50px 15px 0 15px;
    background:url(image/midashi_02.jpg) left top no-repeat;
}

.commentarea dl dt { 
    font-size:12px;  
    margin-top:20px; 
    background-color:#eeeeee; 
    padding:25px 20px 5px 20px; 
    border-top:10px solid #dadada;
    border-left:10px solid #dadada;
    border-right:10px solid #dadada;
}

.commentarea dl dd { 
    font-size:12px; 
    text-align:right; 
    font-weight:bold; 
    margin-bottom:25px; 
    background-color:#eeeeee; 
    padding:5px 30px 25px 0px; 
    border-bottom:10px solid #dadada;
    border-left:10px solid #dadada;
    border-right:10px solid #dadada;
}



/*--------------------------
フッターエリア
--------------------------*/

#footerarea {
	margin: 0px;
	padding: 25px 0px;
	height: auto;
	width: 900px;
	background: #FFFFFF url(image/footerline.png) no-repeat top;
}
div.copyright {
	font-size: 12px;
	color: #8b8a8a;
	text-align: center;	
}
div.footermenu {
	clear:both;
	margin: 50px 0px 0px;
	padding: 0px;
	height: auto;
	width: 810px;
	text-align: center;
}
div.footermenu ul {
}
div.footermenu li {
	font-size: 11px;
	list-style: none;
	display: inline;
	margin: 0px;
}


/*end*/
