/*======================================
1.Reset
=======================================*/

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,address,table,td,th {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	/*line-height: 1.5;*/
}

img {border: none;}

ul li,ol li { list-style-type: none; }


/*======================================
2.Fonts
=======================================*/

body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif,Meiryo,Osaka,'MSゴシック';
}
/*ie7*/
*:first-child+html body {
	font-size:75%;
}
/*ie5-6*/
* html body {
	font-size:75%;
}
/*======================================
 3.link 
 ======================================*/
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
/*======================================
 4.Basic 
 ======================================*/
 /*サイト位置：中央
 　横幅820px*/

body {
	color: #000000;
	margin: 0;
	width:100%;
	text-align:center;
}

#wrapper {
	width:820px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	background-color:#ffffff;
}
#clear {
	clear:both;
}
.clear {
	clear:both;
}
#header {
	background:url(file:///C|/Documents and Settings/yuki/Local Settings/Temporary Internet Files/Content.IE5/images/header_bg.gif) repeat-x bottom;
	width:820px;
	height:100px;
}
#logo {
	float:left;
	width:300px;
	height:40px;
	padding:5px 0 0 0;

}
h1 {
	float:left;
	width:490px;
	color:#cccccc;
	text-align:right;
	font-size:10px;
	text-align:right;
}
#navi_col {
	clear:both;
	width:820px;
	background-color:#000000;
	height:55px;
}
#navi_col li {
	float:left;
	width:158px;
	height:50px;
	background-repeat:no-repeat;
}
#navi_00 {
	background:url(../images/g_navi/btn_00.gif);
}
#navi_01 {
	background:url(../images/g_navi/btn_01.gif);
}
#navi_02 {
	background:url(../images/g_navi/btn_02.gif);
}
#navi_03 {
	background:url(../images/g_navi/btn_03.gif);
}
#navi_04 {
	background:url(../images/g_navi/btn_04.gif);
}
#navi_99 {
	background:url(../images/g_navi/btn_99.gif);
}
#navi_col a {
	display:block;
	width:158px;
	height:50px;
	background-position:left top;
}
#navi_col a:hover {
	background-position: right top;
}
#navi_col li span {
	display:none;
}
#btm_navi {
	clear:both;
	width:820px;
	font-size:12px;
	padding:5px 0;
	margin:10px 0;
}
#btm_navi li{
	float:left;
}

#btm_navi a:link {
	color:#CABE00;
}
#btm_navi a:hover {
	color:#CABE00;
	text-decoration:underline;
}
#footer {
	clear:both;
	background:url(../images/footer_img.jpg) no-repeat;
	height:170px;
	background-color:#000;
	width:820px;
}
#copy {
	clear:both;
	text-align:right;
	padding:20px;
	color:#999999;
}
/*下層ページ共通*/
#page_navi {
	float:left;
	width:188px;
	margin:20px 0 20px 0;
	padding:20px 0;
}
#page_list {
	font-size:11px;
	color:#999999;
	padding:5px 20px;
}
#page_navi ul {
	padding:0 0 0 20px;
}
#pagetop {
	text-align:right;
	font-size:12px;
}
.pagetop {
	text-align:right;
	font-size:12px;
}
/*======================================
 下層ページ共通CSS 
 ======================================*/
#contener {
 	background:url(../images/bg.gif) no-repeat;
	width:820px;
}
#main_part {
	float:right;
	width:555px;
	padding-left:20px;
}
#menu_part {
	width:225px;
	float:left;
	padding:200px 10px 30px 10px;
	vertical-align:top;
}
#main_part h2 {
	text-align:right;
	padding:15px 0;
	height:80px;
}
/*======================================
 自主上映
 ======================================*/


