@charset "utf-8";

/* リセット */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,input,img { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
body {font-family: serif;}

body {
	background-color:  #000000;
}

/* レイアウト */
#wrap {
	width: 800px;
	margin: 0 auto;
}
#header {
	width: 800px;
	height: 340px;
}
#header_sub {
	width: 800px;
	height: 290px;
}
#content {
	width: 780px;
	margin: 20px 10px;
}
#sidemenu {
	width: 180px;
	float: left;
	margin: 0 0 0 20px;
}
#main {
	width: 580px;
	float: left;
}
/* サイドメニュー */
#sidemenu ul{

}
#sidemenu ul li {
	background: url(image/bg_smenu.jpg) no-repeat;
	width: 180px;
	height: 35px;
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 2.5em;
	padding-left: 15px;
}
/* フォント */
#main h2 {
	color: #c9ae61;
	border-bottom: solid 2px #c9ae61;
	margin: 0 0 10px 0;
}
#main h3 {
	color: #cccccc;
	margin: 10px 0 10px 0;
	padding: 0 0 0 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-style: solid;
	border-color: #ffffff;
	font-size: 0.85em;
}
p {
	line-height: 1.5em;
	font-size: 0.8em;
	margin-bottom: 5px;
	color: #ffffff;
}
a {
	color: #c9ae61;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
	text-decoration: underline;
}
#sidemenu ul li a {
	color: #333333;
	text-decoration: none;
}
#sidemenu ul li a:hover {
	color: #ff9900;
	text-decoration: none;
}
/* アクセス */
#access {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 15px;
}
/* フッター */
#footer {
	width: 800px;
	margin: 10px auto;
	border-top: solid 1px #cccccc;
	padding: 10px;
}
/* テキストの配置
--------------------------------------------------------------- */
.txt_alignright {
	text-align: right;
}

/* 画像の配置
--------------------------------------------------------------- */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.alignright {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}
/* =clearfix
-------------------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* レスポンシブ対策
-------------------------------------------------------------- */
/*Googlemap*/
.g_map{
	 width:320px;
	 height:320px;
}
@media screen and (min-width: 640px){
	 .g_map{
	 width:600px;
	 height:450px;
	 }
}
	