/* CSS Document */

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/

html, body {
	font-family: Meiryo"メイリオ""Hiragino Kaku Gothic Pro W3""ヒラギノ角ゴ Pro W3" Osaka "MS P Gothic""ＭＳ Ｐゴシック"sans-serif;
	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""ＭＳ Ｐゴシック"sans-serif;
	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""ＭＳ Ｐゴシック"sans-serif;
	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""ＭＳ Ｐゴシック"sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/



/*bodyのスタイル*/
body {
	margin:0;
	color:#000000;
	font-size:15px;
	background:url(bg_main.jpg) repeat-y center top;
}
/*--------------------------------------------------------------------
containerのスタイル
--------------------------------------------------------------------*/

div#container{
	width:750px;
	background:#ffffff;
	border-left:8px #009900 solid;
	border-right:8px #009900 solid;
	margin:0 auto;
}
/*--------------------------------------------------------------------
テキストのスタイル
--------------------------------------------------------------------*/
.marker	{
	background-color:#FFFF99;
	font-weight:bold;
}
b{
	font-weight:bold;
	color:#FF3300;
}
.txtbig{
	font-weight:bold;
	color:#FF0066;
	font-size:18px;
	line-height:1.45em;
}
em{
	font-weight:bold;
	color:#FF0066;
}
.cp{
	font-size:10px;
}

.ast{
	color:#FF0000;
}

/*--------------------------------------------------------------------
基本のスタイル
--------------------------------------------------------------------*/
/*ヘッダーのスタイル*/


h1{
	width:750px;
	height:22px;
	text-align:center;
	font-size:10px;
	color:#000000;
	background:url(bg_h1.jpg) repeat-x;
	padding-top:8px;
}
div#title{
	width:750px;
	margin-bottom:30px;
}
div#head{
	width:650px;
	margin-left:50px;
	margin-bottom:20px;
	margin-top:30px;
	
}
div#main{
	width:650px;
	margin-left:50px;
	
}

div#main p{
	line-height:1.85em;
	margin-bottom:1.85em;
}
div#main p.photo{
	padding-top:15px;
	padding-bottom:30px;
	text-align:center;
}
div#main p.sig{
	padding-top:5px;
	padding-bottom:10px;
	text-align:right;
	margin-right:20px;
	margin-bottom:1.0em;
}
div#main p.link{
	padding-top:5px;
	padding-bottom:10px;
	text-align:center;
	margin-right:20px;
	margin-bottom:1.0em;
	font-size:12px;
}
/*--------------------------------------------------------------------
フォームのスタイル
--------------------------------------------------------------------*/
div#main div.form{
	width:530px;
	margin-left:50px;
	margin-top:10px;
	margin-bottom:80px;
	border:1px #999999 dotted;
	padding:10px;
}
div#main div.form h2{
	text-align:center;
	font-weight:bold;
	font-size:22px;
	margin-bottom:30px;
	margin-top:8px;
	color:#CC0000;
}
div#main div.form table.freeform {
	text-align:left;
}	
div#main div.form table.freeform th{
	background:#D4D4D4;
	text-align:left;
	padding:5px;
	border-bottom:1px #FFFFFF solid;
}
div#main div.form table.freeform td{
	text-align:left;
	padding:5px;
}
/*--------------------------------------------------------------------
FAQのスタイル
--------------------------------------------------------------------*/
div#main div.faq{
	width:600px;
	margin-left:18px;
	margin-top:10px;
	margin-bottom:80px;
	text-align:left;
	border:8px #CCCCCC solid;
}

div#main div.faq p{
	line-height:1.85em;
	margin-bottom:5px;
	padding:10px 20px 10px 20px;
	border-bottom:none;
}
div#main div.faq dl{
	margin-top:10px;
	margin-bottom:5px;
	padding:10px;
}
div#main div.faq dt{
	line-height:1.45em;
	background:#66CC66;
	padding:5px;
	font-weight:bold;
}
div#main div.faq dd{
	line-height:1.85em;
	border-bottom:1px #999999 dotted;
	padding:10px 20px 10px 20px;
	margin-bottom:20px;
}
/*--------------------------------------------------------------------
特典のスタイル
--------------------------------------------------------------------*/
div#main div.tokuten{
	width:550px;
	margin-left:50px;
	margin-top:10px;
	margin-bottom:80px;
	background:url(bg_tokuten.png);
}
div#main div.tokutenIn{
	width:510px;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:10px;
	background:#FFFFFF;
	padding:10px;
}	
div#main div.tokutenIn p{
	line-height:1.45em;
	margin-bottom:10px;
}
div#main div.tokutenIn h2{
	text-align:center;
	font-weight:bold;
	font-size:35px;
	margin-bottom:30px;
	margin-top:8px;
	color:#CC0000;
}	
/*--------------------------------------------------------------------
モニターのスタイル
--------------------------------------------------------------------*/
div#main div.voice{
	width:600px;
	margin-left:18px;
	margin-top:10px;
	margin-bottom:80px;
	text-align:center;
	border:10px #CCCCCC solid;
}

div#main div.voice h2{
	text-align:center;
	font-weight:bold;
	font-size:35px;
	margin-bottom:30px;
	margin-top:8px;
	color:#999999;
}

div#main div.voice p.monitorImg{
	padding:5px;
	text-align:center;
}

	
/*--------------------------------------------------------------------
フッターのスタイル
--------------------------------------------------------------------*/
div#footer{
	background:#009900;
	width:750px;
	height:35px;
	text-align:center;
	font-size:15px;
	color:#000000;
}
 div#footer p{
	padding-top:5px;
	line-height:1.85em;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
}
div#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

