/* CSS Document */

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/

html, body {
	font-family: Meiryo"メイリオ""Hiragino Kaku Gothic Pro W3""ヒラギノ角ゴ Pro W3" Osaka "MS P Gothic""ＭＳ Ｐゴシック",Verdana;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: Meiryo"メイリオ""Hiragino Kaku Gothic Pro W3""ヒラギノ角ゴ Pro W3" Osaka "MS P Gothic""ＭＳ Ｐゴシック",Verdana;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: Meiryo"メイリオ""Hiragino Kaku Gothic Pro W3""ヒラギノ角ゴ Pro W3" Osaka "MS P Gothic""ＭＳ Ｐゴシック",Verdana;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: Meiryo"メイリオ""Hiragino Kaku Gothic Pro W3""ヒラギノ角ゴ Pro W3" Osaka "MS P Gothic""ＭＳ Ｐゴシック",Verdana;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*bodyのスタイル*/

body {
	font-size:15px;
	background:url(../images/bg.gif);
}
h1{
	width:700px;
	margin-bottom:10px;
	margin-top:0px;
	font-size:12px;
	text-align:center;
	padding-top:10px;
}

/*共通のスタイル*/	
strong{
	font-weight:bold;
	color:#990000;
}
em{
	font-weight:bold;
	color:#0099CC;
}
.name{
	color:#003399;
}	
.botton{
	text-align:center;
	margin-bottom:50px;
}
/*containerのスタイル*/
div#container{
	width:700px;
	background:#FFFFFF;
	margin:0 auto;
	border-left:#0066CC 15px solid;
	border-right:#0066CC 15px solid;
}
/*ヘッダーのスタイル*/

div#head{
	width:700px;
	text-align:center;
	background-color:#FFFFFF;
}
div#head h2{
	background:url(../images/vte-header.jpg) no-repeat;
	width:700px;
	height:180px;
	text-indent:-9999px;
	margin-bottom:20px;
}
div#head h3{
	text-align:center;
	margin-bottom:50px;
}

/*メインコンテンツのスタイル*/
div#main{
	width:660px;
	padding:20px;
	margin:0 auto;
	text-align:center;
}
div#main p{
	text-align:left;
	line-height:1.48em;
	margin-bottom:40px;
}
div#main p.sample{
	text-align:center;
	margin-bottom:50px;
}
div#main p.date{
	text-align:left;
	line-height:1.25em;
	margin-bottom:25px;
}
div#main h2{
	text-align:left;
	margin-bottom:60px;
}
div#main h3{
	text-align:center;
	color:#FF6600;
	font-size:20px;
	font-weight:bold;
	margin-bottom:25px;
	width:660px;
	border-bottom:#003399 dashed 2px;
	padding-bottom:5px;
	padding-top:30px;

}
div#main h4{
	text-align:center;
	margin-bottom:25px;
}


/*サブコンテンツ(仕組み）のスタイル*/

div#sub01{
	width:660px;
	padding:20px;
	margin:0 auto;
	text-align:center;
}

div#sub01 p{
	line-height:1.48em;
	margin-bottom:30px;
	margin-top:20px;
	text-align:left;
}
div#sub01 h2{
	width:620px;
	height:40px;
	color:#FFFFFF;
	padding-top:14px;
	padding-left:40px;
	margin-bottom:25px;
	background:url(../images/subh2.gif) no-repeat;
	text-align:left;
	font-weight:bold;
	font-size:16px;
}
div#sub01 h3{
	background:url(../images/imgh4.gif)no-repeat;
	background-position: left top;
	line-height:30px;
	text-indent: 40px;
	text-align:left;
	margin-top:15px;
	margin-bottom:20px;
	color:#003399;
	font-weight:bold;
}

div#sub01 ol{
	margin-bottom:30px;
}
div#sub01 li{
	list-style-position:inside;
	padding-left:1.0em;
	line-height:1.48em;
	margin-bottom:15px;
	text-align:left;
}

/*特典のスタイル*/
div.bounus{
	width:550px;
	padding:10px;
	margin-left:50px;
	margin-bottom:30px;
	border:#0099CC solid 10px;
}
div.bounus h2{
	margin-bottom:30px;
	text-align:left;
}
div.bounus h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:25px;
}
div.bounus p{
	line-height:1.25em;
	margin-bottom:15px;
	margin-top:20px;
	text-align:left;
}
/*サブコンテンツ(仕組み）のスタイル*/

div#order{
	width:550px;
	padding:10px;
	margin-left:55px;
	margin-bottom:30px;
	margin-top:30px;
	border:#003399 solid 5px;
}

div#order p{
	line-height:1.48em;
	margin-bottom:30px;
	margin-top:20px;
	text-align:left;
	font-size:18px;
	font-weight:bold;
}
div#order h2{
	line-height:1.48em;
	margin-bottom:30px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
div#order h3{
	margin-bottom:30px;
	margin-top:30px;
	text-align:center;
}
/*クロージングのスタイル*/
div#closing{
	width:660px;
	padding:20px;
	margin:0 auto;
	text-align:left;
}
div#closing p{
	line-height:1.48em;
	margin-bottom:15px;
	margin-top:20px;
	text-align:left;
}
div#footer{
	width:660px;
	padding:20px;
	margin:0 auto;
	text-align:left;
}
div#footer p{
	line-height:1.48em;
	margin-bottom:15px;
	margin-top:20px;
	text-align:left;
}
div#footer p.tokusyo{
	text-align:center;
	font-size:13px;
	margin-bottom:5px;
}
