/*

		コンテンツページ用　content.css
		Copyright (C) 2007 Tokyo consumer system co.,ltd all rights reserved.
		lastupdate 20100713

*/

/*---------------------------------------------
  ■全体ルール
----------------------------------------------*/

* {
margin: 0;
padding: 0;
}

/* img */
img {
	border: 0;
	vertical-align: bottom;
}

/* 画像調整 */
.ph {
	vertical-align: bottom;
}


/*----------------------- 
  Container
------------------------*/
#container{
	text-align: left;
}


/*----------------------- 
  段落テキスト
------------------------*/
#container p {
	font-size: 0.8em;
	line-height: 1.4em;
}


/*----------------------- 
  タイトル
------------------------*/
#container h1 {
	padding: 0;
	margin-left: -15px;
}

/* h2 */
#container h2 {
	padding: 0;
}

#container h2.sttl {
	margin: 30px 0 15px 0;
}

#container h2.sttl02 {
	margin: 15px 0 15px -30px;
}

#container h2.sttl03 {
	margin: 30px 0 0px 0;
}

#container h2.sttl04 {
	margin: 50px 0 15px 0;
}

#container h2.sttl05 {
	margin: 15px 0 0 0;
}


/* h3 */
#container h3 {
	padding: 0;
}

#container h3.sttl {
	margin: 20px 0 15px 0;
}

#container h3.sttl02 {
	margin: 20px 0 0 0;
}

#container h3.sttl03 {
	margin: 20px 0 20px 0;
}


/* h3 企業様ページ用 */
#container #company h3 {
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: bold;
	padding-left:16px;
	background-image: url(image/content/h3_company01.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

#container #company h3.sttl {
	margin: 20px 0 10px 0;
}


/*----------------------- 
  contents
------------------------*/
#contents{
	padding: 0 10px;
}


/*----------------------- 
  section
------------------------*/
.section {
	padding: 0;
}


/*----------------------- 
  floatbox
------------------------*/
.boxL {
	float:left;
}

.boxR {
	float:right;
	margin-right:10px;
}


/*----------------------- 
  段落構成↓
------------------------*/
.phLeft{
	float:left;
	margin-right:30px;
}

.phRight{
	float:right;
	margin-left:30px;
}


/*----------------------- 
  テキスト
------------------------*/
/* テキスト（白） */
.txtW {
	color: #fff;
}

/* テキスト（太字） */
.btxt{
	font-weight:bold;
}

/* テキスト（右寄せ） */
.tRight {
	text-align:right;
}

/* テキスト（センター） */
.tCenter {
	text-align:center;
}

/* テキスト（レッド） */
.txtRed {
	color:#c81b1b;
}

/* テキスト（ブルー） */
.txtBlue {
	color: #004b98;
}


/*----------------------- 
  frame↓
------------------------*/
/*-ttl-*/
.fBoxTtl {
	padding: 0;
}

/* コンテンツ用 */
.fCBox {
	padding: 15px;
	border-left: 3px solid #ebebeb;
	border-right: 3px solid #ebebeb;
	border-bottom: 3px solid #ebebeb;
}


.fBoxBG {
	padding: 10px 20px 17px 20px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/* オレンジ */
.fBoxO {
	padding: 15px 20px;
	background-color: #fff6e3;
	border-left: 1px solid #ffdc97;
	border-right: 1px solid #ffdc97;
	border-bottom: 1px solid #ffdc97;
}


/*----------------------- 
  Line
------------------------*/
/* Gray */
.lineG01{
	padding: 15px 0 10px 0px;
	background-image: url(image/content/lineG01.gif) ;
	background-repeat:repeat-x;
	background-position: left bottom;
}


/*----------------------- 
  リスト
------------------------*/
ul,ol {
	list-style-type: none;
}

li {
	font-size: 0.8em;
	line-height: 1.4em;
}

/* Disc */
.listDisc ul {
	list-style-type:disc;
	margin: 0 0 0 14px;
	_margin: 0 0 0 18px;
	padding:0px;
}

.listDisc li {
	padding:0;
	margin:0;
}


/*----------------------- 
  margin
------------------------*/
/* margin top */
.mgT5 {
	margin-top: 5px;
}

.mgT10 {
	margin-top: 10px;
}

.mgT15 {
	margin-top: 15px;
}

.mgT20 {
	margin-top: 20px;
}

.mgT25 {
	margin-top: 25px;
}

.mgT30 {
	margin-top: 30px;
}

.mgT35 {
	margin-top: 35px;
}

.mgT40 {
	margin-top: 40px;
}

.mgT45 {
	margin-top: 45px;
}

.mgT50 {
	margin-top: 50px;
}


/* margin bottom */
.mgB5 {
	margin-bottom: 5px;
}

.mgB10 {
	margin-bottom: 10px;
}

.mgB15 {
	margin-bottom: 15px;
}

.mgB20 {
	margin-bottom: 20px;
}

.mgB30 {
	margin-bottom: 30px;
}

/* margin right */
.mgR5 {
	margin-right: 5px;
}

.mgR7 {
	margin-right: 7px;
}

.mgR10 {
	margin-right: 10px;
}

.mgR34 {
	margin-right: 34px;
}

.mgR35 {
	margin-right: 35px;
}

/* margin left */
.mgL5 {
	margin-left: 5px;
}

.mgL7 {
	margin-left: 7px;
}

.mgL10 {
	margin-left: 10px;
}


/*----------------------- 
  padding
------------------------*/
/* top */
.pdT15 {
	padding-top: 15px;
}


/*----------------------- 
  width
------------------------*/
.w245 {
	width:245px;
}

.w220 {
	width:220px;
}


.w325 {
	width:325px;
}


/*----------------------- 
  バックグラウンドカラー↓
------------------------*/
.bgW {
	background-color: #ffffff;
}


/*-------------------------------------  
  TCSアフィリエイトのメリット
-------------------------------------- */
/* メリット */
.meritBox {
	margin-top:17px;
	padding: 20px 0 30px 2px;
	background-image:url(image/content/ph_merit02_bg.gif);
	background-repeat:no-repeat;
}


/* 参加ボタン */
.affiliateBox {
	margin-top: 50px;
}

.affiliateBox .btn {
	background-image:url(image/content/ph_merit08_02.jpg);
	background-repeat: no-repeat;
	padding: 0 0 12px 30px;
}


/*-------------------------------------  
  広告ご出稿をご検討の企業様へ
-------------------------------------- */
/* h3タイトル用　id振り分け */
#company {
	padding: 0;
}


/*----------------------- 
  clear
------------------------*/
.clear{
	clear:both;
	font-size:1px;
	line-height:1%;
}
