/*ページ全体の指定*/
*{
	margin:0;
	padding:0;
	font:normal normal 100% "ＭＳ ゴシック","Osaka",sans-serif;
    border:none;
}

body{
margin:0px;
padding:0px;
font-size:84%;
background:#333333 url("img/bg.gif") repeat-x;
color:#ffffff;

}

/*ページ全体のリンク指定*/
a{
	color:#30B008;
	}
	
	
/*ページの輪郭*/
#flame{
	width: 800px;
	margin:0 auto;
}

/*ヘッダ*/
#head{
}
/*サイト名前：ロゴを入れたりしてください*/
#logo{
	width:780px;
	height:300px;
	float:left;
	background:url("img/logo.jpg") no-repeat;
	}

	/*ヘッダメニュー*/
	#headmenu{
		width:780px;
		height:40px;
		margin-bottom:10px;
		}
	#headmenu ul{
		width:780px;
		list-style:none;
		}
	#headmenu li{
		width:148px;
		height:40px;
		float:left;
		margin-right:10px;
		background:url("img/headmenu_a.gif") no-repeat;
		}
	#headmenu li a{
		display:block;
		width:113px;
		height:27px;
		padding:13px 0 0 35px;
		text-decoration:none;
		color:#7B68EE;
		}
	#headmenu li a:hover{
		background:url("img/headmenu_ah.gif") no-repeat;
		}
	#headmenu li.rightbox{
		margin:0;
		}

/*新作のポスター*/

#new{
		width:800px;
		height:650px;
		margin-bottom:10px;
		}
	#new ul1{
		width:800px;
		list-style:none;
		}
	#new li1{
		width:780px;
		height:600px;
		float:center;
		background:url("img/sarasouju.jpg")no-repeat;
		}


/*サイドとメインをくくる*/
#centertop{
	background:url("img/centertop.gif") no-repeat;
	height:10px;
	}
#center{
	background:url("img/centerbg.gif") repeat-y;
	}
#centerbottom{
	background:url("img/centerbottom.gif") no-repeat;
	height:10px;
	}
				

				
/*サイドのブロック*/
#box_side{
	width: 240px;
	float: left;
}

.menu{
	width:200px;
	margin:20px;
	}
	
	h3{
	font-weight:bold;
	color:#666666;
	height:25px;
	background:url("img/menutitlebg.gif") no-repeat;
	padding:5px 0 0 10px;
		}
	#box_side ul{
		list-style:none;
		}
	#box_side li{
		width:180px;
		margin:5px 10px;
			}
	#box_side li a{
		text-decoration:none;
		color:#ffffff;
		}
	#box_side li a:hover{
		color:#000000;
		}
			

			

/*右のブロック フッターまでの大きさ*/
#box_main{
float: right;
	width: 540px;
height:800px	

}

#box_main_A{
float: right;
	width: 540px;
height:800px	

}


#box_main_P{
float: right;
	width: 540px;
height:600px	
}

#box_main_R{
float: right;
	width: 540px;
height:2300px	
}


/*右のタイトル部分*/
h1,h2{
	font-weight:bold;
	color:#ffffff;
	background:url("img/subtitlebg.gif");
	height:25px;
	padding:5px 0 0 10px;
	}
	
	/*メインの記事の部分*/
	.main{
		margin:20px 20px 0 20px;
		}
		
	/*本文をくる*/
	p{
		padding:15px 7px;
		line-height:150%;
	color:#ffffff;

		}
	/*引用文*/
	blockquote{
		margin:10px;
		padding:5px;
		line-height:150%;
		border:1px solid #cccccc;
		}
		
/*著作権表示の部分つまりフッタ*/
#foot{
	color:#cccccc;
	padding:3px;
	}

	#foot a{
		color:#cccccc;
		text-decoration:none;
		}
	#foot a:hover{
		text-decoration:underline;
		}
	.both{
		clear:both;
		}