@charset "Shift_JIS";

/* ページ構造 */
body {
	margin:0;
	padding:0;
	color:#333333;
	line-height:18px;
	font-size:12px;
	background-color:#FFEBF5;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
}

/*背景画像　全体リピート
body {
margin:0;
padding:0;
color:#333333;
line-height:18px;
font-size:12px;
background-color:#FFFFFF;
background-image: url(../image/bg.gif);
background-repeat: repeat;
}
*/
/*背景画像　上部横のみリピート
body {
margin:0;
padding:0;
color:#333333;
line-height:18px;
font-size:12px;
background-color:#FFFFFF;
background-image: url(../image/bg.gif);
background-repeat: repeat-x;
}
*/

/*基本設定*/
a:link {
color: #0066CC;
text-decoration:none;
}
a:visited {
color: #0066CC;
text-decoration:none;
}
a:hover {
color: #0066CC;
text-decoration:underline;
}
a:active {
color: #0066CC;
text-decoration:underline;
}
h2,h3,h4,h5,p{
margin:0px;
padding:0px
}



/*その他*/
.cap {
font-size:9px;
line-height: 130%;
color:#999999;
font-weight:normal;
}


/*サプリ////////////////////////////////////////////////////////*/

/*その他*/
.hide { display:none; }

.floatClr {
	width:1px;
	height:1px;
	overflow:clip;
	clear:both;
	}
	
/* clearfix set */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
.clearfix{
	display:inline-table;
	min-height:1%;
	}
	
/* hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* end of hides from IE-mac */
/* end of clearfix set */

	
/*---------コンテナ------------*/
#container {/*全体*/
	width:780px;
	margin:0 auto;
	padding:0 0 20px 0;
	}




/*---------ヘッダ------------*/
#logo {/*全体*/
	width:780px;
	margin:10px auto;
	padding:0;
	text-align:left;
	}
	

/*---------セル------------*/
.td_cnt { 
	background:#FFFFFF url(bg_cont_mid.gif) repeat-y center top;
	padding:0;
	text-align:left;
	}
	
.td_cnt_bd1 { 
	background:#FFFFFF url(bg_dotted.gif) center top;
	padding:10px;
	text-align:left;
	}
	
.td_cnt_bd2 { 
	background:#FFFFFF url(bg_dotted.gif) center top;
	padding:10px 10px 0;
	text-align:left;
	}


/*---------only ↓03:プラン例------------*/

.td_plan1 { 
	background:#FFFFFF url(bg_dotted.gif) center top;
	padding:10px 0 0;
	text-align:center;
	}
	
.plan_mg {
	margin-left:7px;
	margin-right:10px;
	}


/*---------テキスト------------*/
.pagetop {/*全体*/
	margin:10px 0 10px 0;
	padding:0;
	text-align:right;
	font-size:10px;
	}
	
.price {
	font-size:16px;
	color:#CC0000;
	font-weight:bold;
	}
.tax {
	font-size:10px;
	color:#CC0000;
	font-weight:bold;
	}
.cap {
font-size:10px;
line-height:125%;
color:#666666;
}

.red {
	color:#CC0000;
	}
	
/*---------リンク------------*/
.btnBuy {/*全体*/
	margin:10px 15px 10px 0;
	padding:0;
	text-align:right;
	}

/*マージン*/
.mt5 {margin-top:5px;}
.mt8 {margin-top:8px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}

/*パディング*/
.pt5 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt38 {padding-top:38px;}

.pb5 {padding-bottom:5px;}
.pb10 {padding-bottom:10px;}

.pl10 {padding-left:10px;}