@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	background: url(images/cont_bg.gif) repeat-x;
	line-height:1.6;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:13px;
}
a, img {
	border: none;
}

a:link{
	color:#F00;
	text-decoration:underline;
}
a:hover{
	color:#F00;
	text-decoration: none;
}
	
/* contents */
#wrapper {
	width: 1200px;
	margin: 0 auto;
}
#header{
	text-align:center;
}
#headerBox{
	background:url(images/header05.jpg) no-repeat left top;
	min-height:77px;
	padding-top:5px;
}
#headerBox .note{
	text-align:right;
	font-size:11px;
	margin-top:20px;
}
#cont01{
	width:1000px;
	margin:0 auto;
	text-align:center;
}
#cont01 ul{
	background:url(images/cont01_bg01.jpg) no-repeat left top;
	padding:17px 0 0 72px;
	height:915px;
}
#cont01 ul li{
	float:left;
	width:396px;
	padding-right:65px;
}
#cont01 ul li p{
	font-size:20px;
	line-height:1.4;
	text-align:left;
}
#cont01TextArea{
	clear:both;
	background:url(images/cont01_bg02.jpg) no-repeat left top;
	height:75px;
	padding:23px 73px 0 0 ;
	text-align:right;
	line-height:1;
}
#cont02{
	background-color:#fbdbea;
	width:100%;
	text-align:center;
}
#cont02TextArea01{
	background:url(images/cont02_09.jpg) no-repeat left top;
	font-size:18px;
	line-height:1.4;
	padding:45px 60px 0 415px;
	width:485px;
	height:114px;
	text-align:left;
	margin-left:120px;
}

#cont02TextArea02{
	background:url(images/cont02_15.jpg) no-repeat left top;
	font-size:18px;
	line-height:1.4;
	padding:15px 438px 0 345px;
	width:417px;
	height:229px;
	text-align:left;
}
#cont03{
	margin-bottom:35px;
	text-align:center;
}
#cont03 #yt{
	background-color:#fdfce0;
	width:1000px;
	margin:0 auto;
	text-align:center;
}
#cont04{
	margin-bottom:25px;
	text-align:center;
}
#cont05{
	width:1200px;
	margin:0 auto 50px;
	text-align:center;
}
#cont05BtnArea{
	background:url(images/cont05_bg.jpg) no-repeat left top;
	width:1000px;
	height:276px;
	text-align:center;
	margin:0 auto;
}
.textL{
	font-size:20px;
}
.mb05{
	margin-bottom:5px;
}
.mb40{
	margin-bottom:40px;
}
.mb45{
	margin-bottom:45px;
}
.pr150{
	padding-right:150px;
}
.h475{
	height:475px;
}
.tac{
	text-align:center;
}

/* form */
.center {
	text-align:center;
}

.section {
	padding-bottom:40px;
	background: url(images/bg.jpg) repeat-y;
	width:1016px;
	margin:0 auto;
}
.section h2 {
	margin: 0 100px 20px 100px;
}
.section h3 {
	margin: 20px 100px 20px 100px;
}


.marT20{
	margin-top:20px;
	}

.marB10{
	margin-bottom:10px;
	}
	
.marB20{
	margin:0 100px 20px 100px;
	width: 815px;
	
	}
	
.padB50 {
	padding-bottom:50px;
}
.text01{
	font-size:120%;
	}
#freetrial {
	width: 1016px;
	background: url(images/bg.jpg) repeat-y;
	margin:0 auto;
}
/*==============
キャンペーン期間
===============*/
input.verylong{
	width:400px;
}

input.long{
	width:300px;
}

input.midium{
	width:200px;
}

input.short{
	width:100px;
}

textarea{
	width:300px;
	font-size:1em;
	margin-top:3px;
	margin-bottom:3px;
}
.btn {
	margin:3px;
	width:280px;
	height:40px;
	font-size:125%;
	font-weight:bold;
	color:#FFF;
	background:#F00;
}

.must0{
	color:#f00;
	font-weight:bold;
	font-size:13px;
}
.small{
	font-size:12px;
	}
.mid{
	font-size:14px;
	}
.purple{
	color:#93C;
	}
	
.f_12{
	font-size:12px;
	}


/*==============
table
===============*/
table.normal01{
	margin:0 100px;
	width:80%;
	margin-bottom:20px;
	border-top:1px solid #999999;
    border-left:1px solid #999999;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	font-size:14px;
}
.normal01 th{
	width:25%;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    color:#330000;
	font-size:0.9em;
    background-color:#FFE57E;
    padding:0.3em 1em;
    text-align:left;
}
.normal01 td{
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    padding:0.3em 1em;
}


/*==============
フッター
===============*/
#footer {
	padding:0;
	margin:0;
}

/*==============clearfix===============*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

