/* CSS Document */

/* Base
---------------------------------------------*/
body {
	text-align: center;
	font-size: 80%;
	color: #1F7A18;
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(../images/common/back.gif) repeat top left;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

img { border: none; vertical-align: bottom; }

a:link    { color: #1F7A18; text-decoration: none; }
a:visited { color: #1F7A18; text-decoration: none; }
a:hover   { color: #D1D63B; text-decoration: none; }
a:active  { color: #D1D63B; text-decoration: none; }


/* contentwrap
---------------------------------------------*/
#contentwrap {
	width: 820px;
	margin: 0px auto;
}

#contentwrap h1 {
	font-size: 85%;
	text-align: left;
	padding-top: 8px;
}



/* head 共通
-------------------------------------------*/
#head {
	background: url(../images/common/contentBackTopfoot.gif) repeat-y top left;
	width: 820px;
}

#head:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #head  {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


#head .headtop {
	background: url(../images/common/contentBackTop.gif) no-repeat top left;
	width: 820px;
}


#head .headtop h2 {
	float: left;
	padding: 9px 0px 0px 9px;
}

#head .headtop h3 {
	position: relative;
	top: 9px;
	left: 21px;
}

#head h4 {
	text-align: left;
	margin-left: 9px;
}

#head .contLine {
	margin-left: -3px;
}

*+html #head .contLine {
	margin: -9px 0px 0px -3px;
}

*html #head .contLine {
	margin: -9px 0px 0px -3px;
}


/*content 共通
-------------------------------------------*/
#content {
	background: url(../images/common/contentBack.gif) repeat-y top left;
	width: 820px;
}

*+html #content {
	background: url(../images/common/contentBack.gif) repeat-y top left;
	width: 820px;
	padding-bottom: 30px;
} 


#content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #content  {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}



/* sideMenu 共通
-------------------------------------------*/

#content #sideMenu {
	float: left;
	width: 150px;
	margin-left: 8px !important;
	margin-left/**/: 4px;
	padding-left: 1px;
}

#content #sideMenu .bt_adress {
	padding-top: 31px;
}

#content #sideMenu .btMidashi {
	padding-bottom: 8px;
}


#content #sideMenu .bt_goMovie {
	margin: 15px 0px 20px 0px;
}



/* contText 共通
-------------------------------------------*/
#contText {
	padding: 10px 33px 0px 0px;
	text-align: left;
	width: 610px;
	float: right;
}




#contText .banner {
	padding: 15px 0px 15px 0px;
}

/*topArrow
--------------------------------------------*/

#contText .topArrow {
	text-align: right;
	padding: 10px 10px 0px 0px;
	background: url(../images/common/endDot.gif) no-repeat top left;
	clear: both;
	margin-right: 0px !important;
	margin-right/**/: -20px; 
}


/* footer
------------------------------------------*/

#footer {
	background: url(../images/common/sideBackBttom.gif) no-repeat top left;
	height: 182px !important;
	height/**/: 188px;
	padding-bottom: 0px !important;
	padding-bottom: 5px;
	width: 820px;
} 


#footer:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #footer  {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#footer .date {
	float: left;
	padding: 40px 0px 0px 9px;
	text-align: left;
}

#footer .footmenu {
	font-size: 85%;
	float: right;
	padding: 40px 15px 0px 0px;;
}

/*--ie7--*/
*+html #footer .footmenu {
	font-size: 70%;
	float: right;
	padding: 40px 15px 0px 0px;;
}

/*--ie6--*/
*html #footer .footmenu {
	font-size: 70%;
	float: right;
	padding: 40px 15px 0px 0px;;
}


#footer .adress {
	float: right;
	font-size: 75%;
	text-align: right;
	padding: 20px 15px 0px 0px;
}

#copyright {
	text-align: right;
	padding: 10px 0px 50px 0px;
}




