/* 
site:スリムビューティーハウスキャンペーン
contents:キャンペーンページ
Copyrightc2009 TUBOX Co., Ltd. All Rights Reserved. 
date:2009.01.26
by YHIDAKA
*/
@charset "EUC-JP";

*{
	margin:0px;
	padding:0px;
	list-style-type: none;
	font-family:  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arrial, sans-serif;
	font-size:12px;
	color:#666;
}

html{margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
p,li,ul,ol,table,h1,h2,h3,h4,h5,form,img,dl,dt,dd {
	margin:0px;
	padding:0px;
	border:none;
	list-style-type: none;
	font-size:12px;
	color:#666;
}

h1 {font-size:12px; font-weight:normal; }

/* 
フォーム
-------------------------------------*/ 
div#oubo-center{background-image:url(../images/oubo-center.jpg);width:600px; padding:0px 100px 0px 100px;}
div#touroku {width:275px; height:149px; padding:5px 0px 0px 0px;}
div#oubo-flow-footer{width:800px; height:35px;}


/* 
応募要項
-------------------------------------*/
div#y-header {width:800px; height:6px;}
div#y-center {background-image:url(../images/y-center.jpg);width:600px; padding:20px 100px 20px 100px;}
div#y-footer {width:800px; height:7px;}

/*
 フッター
-------------------------------------*/
#footer {width:800px;margin:0px auto 0px auto;position:relative;}
#footer img.tuboxlogo {position:absolute; top:30px; left:700px;}
#footer p {position:absolute; top:45px; left:260px;}
#footer ul {position:absolute; top:25px; left:310px;height:10px;margin:0px; }
#footer li {float:left;list-style-type:none;margin-right:10px;padding:0px;}
#footer .p-mark {position:absolute; top:0px; left:0px;font-size:8px;}
#footer .p-mark a{font-size:10px;} 


/*
 ミニマムクラス
-------------------------------------*/
.red {color:#ff0000;}
.fLeft  {float:left;}
.fRight {float:right;}
.mred{color:#FF4500;font-size:10px;}
.tCenter{text-align:center;}

#mgnT20{margin-top:20px;}
#mgnT40{margin-top:40px;}

a:link { color: #990000; }
a:visited { color: #990000; }
a:hover { color: #CC6666; }
a:active { color: #D3D3D3; } 

a.sub:link    { color: #FFCCCC; }
a.sub:visited { color: #FFCCCC; }
a.sub:hover   { color: #FFCCCC; }
a.sub:active  { color: #FFCCCC; } 


/*
 clearfix
-------------------------------------*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

