html * {
	margin:0;
	padding:0;
	}

body{
	margin:0 auto;
	width:1024px;
	background:url('bg.gif');
	}

#logo img {width:100px;height:75px;border:none;}
#logo {font-size:5em;}

#flame{
	background:#DEFFDE;
	}


/* MENU */
#menu{
	background:#00951D;
	width:1024px;
	height:2.5em;
	}
#menu li {
	float:left;
	margin-left:5px;
	width:164px;
	background:#00c23F;
	text-align:center;
	font-size:2em;
	list-style-type:none;
	}
#menu li:hover{background:#00951d;}
#menu a{
	display: block;
	color:#fff;
	text-decoration:none;
	font-family:Impact,sans-serif;
	 font-weight:bold;
	}
#current{background:#00A51d;}
/* /MENU */

#topimg{
	width:600px;
	height:400px;
	background: url('topimg.gif');
	margin-left:30px;
	float:left;
	}

#changecss{
	margin-right:10px;
	padding:10px;
	border:1px solid;
	width:312px;
	float:right;
	}
#changecss li {list-style-type:none;}

#oshirase{float:left;padding:150px 0 0 50px;}
#oshirase * {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#f00;
	}
#oshirase a {font-size:xx-large;}

#footer{}





/* index */
	/* update */
#update{
	padding-left:312px;
	margin-top:30px;
	}
.up_cont{margin-bottom:15px;}
.date{font-size:x-large;}
.text{padding-left:100px;}
	/* /update */

	/* map */
#googlemap{
	padding-left:62px;
	margin-bottom:30px;
	}
#map {
	background-color: #ccc;
	width: 900px;
	height: 600px;
	border:1px solid #a88218;
	}
	/* /map */



/* common */

#content{
	background:#222;
	padding:1px 0;
	margin:30px;
	}
#content img{width:200px;}
.works{
	background:#96EA9E;
	margin:2px;
	}


.works h2{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;padding-left:5px;}
.works h3{margin-left:150px;}
.works a {margin:-50px 0 0 700px;float:left;}
.works p {max-width:660px;padding-left:20px;}
.works object{margin-left:30px;}
/* /common */
