body {
	background-color:#a5cb44;
	margin-top:0px;
	text-align:center;
	line-height:19px;
	font-size:14px;
}


/*------ 共通定義 ---------*/
*{
	margin:0px;
	padding:0px;
}

img{
	border:0px #FFFFFF solid;
}

a:link { color: #0000CD; }
a:visited { color: #0000CD; }
a:hover { color: #FF8C00; }
a:active { color: red; }


.clears{
	clear:both;
	visibility: hidden;
	height: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
}


/*------- 外枠定義 ----------*/
#outer{
	text-align: left;
	width:824px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	padding:0px 0px 0px 21px;
	background:#a5cb44;
}


/*------- タイトルエリア ----------*/
#title{
	width:800px;
	height:auto;

}
	#title h1{
		font-size:1.0em;
		font-weight:normal;
		font-family:"HGP創英角ｺﾞｼｯｸUB";
		margin:0px 0px 0px 10px;
	}

/*------- ヘッダーエリア ----------*/
#head{
	margin:0px 0px 0px 0px;
	width:800px;
	height:104px;
	border:0px gray solid;
	background-image:url(./images/bg_head.jpg);
	border-top:2px #a5cb44 solid;
	border-bottom:1px #336600 solid;
}


	#head h2{
		margin:30px 0px 0px 10px;
		font-size:1.6em;
		font-weight:normal;
		height:auto;
		font-family:"HGP創英角ｺﾞｼｯｸUB";
	}
	#head p{
		margin:20px 0px 0px 30px;
		font-size:1.0em;
		height:auto;
	}



/*

/*------- メインエリア ----------*/

#main{
	width:800px;
	height:auto;
	border:0px gray solid;
	margin:0px 0px 0px 0px;
	background-image:url(./images/bg_main.jpg);
	padding:10px 0px 30px 0px;
}

	#main .box_link{
		width:650px;
		height:30px;
		margin:30px 0px 0px 30px;
		padding:3px 0px 0px 30px;
	
	}

	#main .box_normal{
		width:650px;
		height:auto;
		margin:40px 0px 0px 70px;
	
	}
		#main .box_normal h3{
			background-image:url(./images/bg_h3cinema.jpg);
			background-repeat:no-repeat;
			padding:3px 0px 0px 30px;
			height:38px;
			width:634px;
			font-family:"HGP創英角ｺﾞｼｯｸUB";
			font-size:1.2em;
			font-weight:normal;
		}



/*------- フッターエリア ----------*/

#footer{
	width:800px;
	height:40px;
	border-top:1px #6F190E solid;
	text-align:center;
	padding:0px 0px 0px 0px;
}

#footer #copy{
	width:800px;
	text-align:right;
	font-size:80%;
}


/* リストタグここから */
ul, ol {
	display: block;
	padding: 2px 2px 2px 10px;
	margin: 12px 10px 18px 20px;
}

li {
	color:#333;
	background-image: url(./images/lightgreen_dot.png);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 5px;
	list-style:none;
	line-height:150%;
	margin:3px 5px 5px 0;
	padding:0 5px 0 25px;
}
/* リストタグここまで */


/*-------パンくずリスト ----------*/
#pankuzu{
             background:#f0fad7;
}