@charset "shift_jis";

/* CSS構造 */
/*
 * 00:初期化
 * 01:全体
 * 02:ヘッダー
 * 03:コンテンツボディ
 * 04:フッター
 * 05:共通ボックスモデル
 * 06:映画情報
 * 07:本誌
 *
 * 99:Clearfix
 *
 */



/*==========================================================================================

	// 00:初期化

==========================================================================================*/
body {
	margin:0 0 0 10px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}


/*==========================================================================================

	// 01:全体

==========================================================================================*/

a   { color: #06f; font-style: normal; font-weight: normal;  text-decoration: none }
a:hover{text-decoration:underline;}
.textS   { font-size: 8pt; }
.textL   { font-size: 11pt; }
.text  { font-size: 9pt; }
.title { font-size: 14pt; }
.textSS { font-size: 6pt;  }
.table1  { margin: 0.5pt; padding: 3pt; border: solid 1pt gray }
.imborder { border: 1px solid gray}


/*==========================================================================================

	// 02:ヘッダー

==========================================================================================*/



/*==========================================================================================

	// 04:フッター

==========================================================================================*/

#footer{
	clear:both;
	width:760px;
	padding:10px 0;
	color:#999999;
	font-size:12px;
	text-align:center;
}
#footer hr {
clear:both;
width:760px;}

#site_link {
	font-size:10px;
}

#copy {
	margin:10px 0 0 0;
	font-size:10px;
}



/*==========================================================================================

	// 05:共通ボックスモデル

==========================================================================================*/

#content{
	width:760px;
	margin:5px 0 0 0;
}

#subcol{
	float:left;
	width:150px;
}

#maincol{
	float:right;
	width:580px;
}



/*==========================================================================================

	// 07:本誌

==========================================================================================*/


.titleBox{
color: #990000;
padding: 0 0 5px 0;
font-size: 12px;
}

.titleBox2{
color: #CC3366;
padding: 0 0 5px 0;
font-size: 12px;
}

.titleB{
padding: 3px 0 0 0;
font-size: 14px;
font-weight: bold;
}


/*==========================================================================================

	// 99:Clearfix

==========================================================================================*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1%; }
.clearfix { display:block; }
/* end MacIE5 */

