/**********************************
No.1006
**********************************/


/*ページ全体の指定*/
*{
	margin:0;
	padding:0;
	font:normal normal 100% Osaka,"ＭＳ ゴシック",sans-serif;
 	border:none;
        }
body{
        font-size: 80%;
        font-weight:bold;
        color: #CC0000;
        background-image: url("img/mechagodzillaback-1.gif");
        }
a{
	color:#006699;/*通常のリンクテキストカラー*/
        text-decoration: none;
	}

/*ページの輪郭*/
#flame{
	margin: 5px auto 0;
	width: 710px;
	background: #3300FF center center;
}
/*ヘッダ*/
#head{
	background:url("img/headbg.gif") no-repeat top center;
        }
#head #logo{
	font-size:180%;
	padding:20px 20px 20px 40px;
	font-family:Arial Black ,"ＭＳ ゴシック","Osaka",sans-serif;
	color:#ffffff;
        }
#H1{
　　    font-size:12px;
　　    }
/*センター*/
#center{

	}
	
#center #side_box{/*サイドボックス*/
	float:left;
	width:190px;
	}
#center #side_box .mainside{/*サイドボックス*/
        margin:0 20px 10px 0;
	}
#center #side_box h3{/*サイドメニュー見出し*/
	color:#fff;
	font-weight:bold;
	}
#center #side_box ul{/*サイドメニュー*/
	list-style:none;
	background:url("img/menubg.gif") repeat-x top center;
	padding:3px 0 0 0;
	}
#center #side_box ul li{/*サイドメニュー*/
	list-style:none;
	}
#center #side_box ul li a{/*サイドメニュー*/
	display:block;
	width:150px;
	background:url("img/menubga.gif");
	margin:5px;
	padding:5px;
	text-decoration:none;
	color:#fff;
	}
#center #side_box ul li a:hover{/*サイドメニュー*/
	list-style:none;
	background:url("img/menubgah.gif");
	}	
	
	
#center #main_box{/*メインボックス*/
	width:520px;
	float:left;
	}
#center #main_box .main{/*メインボックスのメイン*/
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	}
	
#center #main_box p{
	line-height:1.5;
	padding:5px;
	}
	
#center #main_box h1,
#center #main_box h2{/*大見出し*/
	font-size:100%;
	font-weight:bold;
	color:#fff;
	background:url("img/mainbg.gif") repeat-x bottom;
	padding:0 0 7px 0;
	}
	
#center dl {
	width: 500px;		/*What's Newボックスの幅*/
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	color:#CC0000;
	padding: 10px;
	background: #FFFFCC;	/*背景の色*/
	border: 1px solid #222222;	/*フチのライン*/
	margin-top: 0.5em;　　-->	
	
	
/*フッタ*/
#foot{
	width:710px;
	height:30px;
	background:url("img/footbg.gif") no-repeat center;
	margin:0 auto;
	}
#footunder{
	background:#000000;
	text-align:center;
	padding-bottom:20px;
	}

#footunder a{
	color: #000000;
        text-decoration: none; 
	}

.both{
	clear:both;
	}