/*----------------------------------------*/
/*                                        */
/*アダルトチェキ                          */
/*エントリーアーカイブスタイル            */
/*                                        */
/*----------------------------------------*/
/*----------------------------------------*/
/*カラムBOXセット                     　　*/
/*                                        */
/*2カラム設定                             */
/*background >> width:970px               */
/*----------------------------------------*/

/*2カラムレイアウト
----------------------------------------------------------------------
| #mainColumn  920px                                                 |
| ------------------------------------------------------------------ |
| | #container  920px  left                                        | | 
| | -------------  ----------------------------------------------- | |
| | | #leftNavi |  | #mainContents                               | | |
| | |  160px    |  |  740px                                      | | |
| | |           |  |  right                                      | | |
| | |           |  |                                             | | |
| | |           |  | --------------------  --------------------- | | |
| | |           |  | | #leftColumn      |  | #rightColumn      | | | |
| | |           |  | | 235px            |  | 500px             | | | |
| | |           |  | |                  |  |                   | | | |
| | |           |  | |                  |  |                   | | | |
| | |           |  | --------------------  --------------------- | | |
| | -------------  ----------------------------------------------- | |
| ------------------------------------------------------------------ |
----------------------------------------------------------------------
*/

#mainColumn{
	width:920px;
	margin:auto;
}
#container{
	width:920px;
	float:left;	
}
/*カラムワイド*/
#mainContents{
	width:740px;
	float:right;
	margin:0px;
	padding:0px;
/*border:1px solid red;*/
}

#leftNavi{
	float:left;
	width:160px;
}

#footer{
	clear:both;
}


h3{
	clear:both;
	background:no-repeat left url(../img/link/midashi_h3.gif);
	line-height:29px;
	height:29px;
	margin-bottom:5px;
	color:#7e00ad;
	text-indent:20px;
	font-weight:bold;
}

h4{
	color:#000;
	font-weight:bold;
	border-bottom:1px dotted #444;
}

/*申し込みボタン*/
.bt_link{
	margin:20px auto;
	width:200px;
}
.bt_link a{
	display:block;
	text-indent:-9999em;
	background:no-repeat top url(../img/link/bt_link.gif);
	height:35px;
	width:200px;
}
.bt_link a:hover{
	background-position:bottom;
}

#linkCtg{
	margin-bottom:20px;
}
#linkCtg ul li{
	float:left;
	background:no-repeat left url(../img/common/materials/arrow.gif);
	padding-left:14px;
	margin-right:20px;
}


table{
	margin-bottom:20px;
	border:1px solid #bbb;
}
table th,
table td{
	border-bottom:1px solid #bbb;
	padding:10px;
}
table th,
table td.siteTitle{
	border-right:1px dotted #bbb;
	width:100px;
}


/*フォーム*/
td input,
td textarea{
	width:300px;
}

