* {
	margin: 0;
	padding:0;
	color:#333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 140%;
	background-image: none;
}

/* Font ----------------------------------------------------------------- */

strong {
	font-weight: bold}
em {
	font-style: normal}
a {
	color:#000000;
	font-size: 16px;
}

a:hover {text-decoration: none;}
a img {	border:none;}

hr {
	clear: both;
	height: 1px;
}

/* Layout ----------------------------------------------------------------- */

body {
	background-image: url(img/bg.jpg);
}

#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #ffffff;
}

#wrap {

}

#alpha {
	float: left;
	background-color: #ffffff;
	width:580px;
	padding-bottom: 20px;

}

#beta {
	float: left;
	width:220px;
	margin-bottom: 20px;
	background-color: #ffffff;
	

}

/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width: 800px;
	height:150px;
	background-image: url(img/header.jpg);
	margin-right: auto;
	margin-left: auto;
}

#header .sitename{
	padding: 50px;
}

#header #sub {
	font-size: 11px;
	font-weight: bold;
	color: #810c05;
	margin-top: -40px;
	margin-left: 60px;
}



/*ナビゲーション
----------------------------------------------- */
#nav {
	width:800px;
	height: 32px;
	background-color: #c9b49a;
}

#nav ul {
	list-style-type:none;
	float: right;
	display: block;
  }
  

#nav li {
	display: inline;
	padding-left: 2px;
	padding-right: 20px;

  }
  
#nav a {
	color: #810c05;
	padding-right: 10px;
	font-size: 10px;
	line-height: 30px;
	letter-spacing: 0.1em;
	background-image: url(img/nav_mark.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
}

#nav a:hover {
	color: #FF6600;
}

/*
コンテンツ
-------------------------------------------------------------------*/


#alpha p{
	margin-left: 35px;
	margin-right: 25px;
	margin-top: 8px;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
}

#alpha #pan {

	margin: 25px;
	padding-bottom: 10px;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


#alpha dl {
	background-image:  url(img/m_dbg.jpg);
	float: left;
	width: 270px;
	padding-bottom: 10px;
}

#alpha .c_left dl {
	margin-left: 20px;
}	

#alpha dt {
	margin: 5px;
	font-weight: bold;

}

#alpha dt a{
	font-size: 80%;
}	

#alpha dd {
	float: left;
	margin-left: 8px;

}

#alpha dd a{
	display: inline;
	padding-right: 9px;
	background-repeat: no-repeat;
	background-position: 12px 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	font-size: 75%;
}

h1 {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 15px;
	border-left: 5px solid #a5281e;
	border-bottom: 1px solid #a5281e;
	padding-left: 10px;
}

h2 {
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 5px;
	border-left: 5px solid #c9b49a;
	padding-left: 10px;
}

#alpha li{
	margin-left: 65px;
	margin-bottom: 4px;
}

#main_c {
	margin: 15px;
}

/*テーブル
----------------------------------------------- */

table {
	border-collapse: collapse;
	margin-bottom: 10px;
	background-image: url(img/tb_bg.gif);
}

#top_table {
	margin-left: 18px;
	width: 94%;
	margin-bottom: 10px;
}


#top_table td {
	color: #B9B1A4;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(img/tb_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #000000;
	font-size: 50%;
}

strong.cat_tit a {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	background-image: url(img/top_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 0px;
}


/*
サイド
-------------------------------------------------------------------*/

#beta a{
	color: #c9b49a;
	text-decoration: none;
}

#s_cont{
	background-color: #333333;
	margin-right: 15px;
	margin-top: 24px;
	padding-top: 20px;
	padding-bottom: 30px;
}

#beta .side_menu h3 {
	text-indent: -10000px;
	border-bottom-style: solid;
	background-image: url(img/h3_menu.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 150px;
	padding-top: 0px;
	margin-left: 25px;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#beta dt {
	margin-left: 15px;
}

#beta dd {
	background-image: url(img/s_dd.jpg);
	background-repeat: no-repeat;
	color: #dcd1cc;
	margin-left: 15px;
	padding-left: 34px;
	line-height: 25px;
	font-size: 86%;
	
}

/*
フッターメニュー
-------------------------------------------------------------------*/

#foot_menu {
	clear: both;
	color: #333333;
	text-align: center;
	background-color: #000000;
	height: 60px;
}

#foot_menu ul {
	list-style-type:none;
	display: block;
  }
  

#foot_menu li {
	display: inline;
	padding-right: 10px;
	color: #800019;
	font-size: 10px;


}
  
#foot_menu a {
	color: #800019;
	font-size: 10px;
	line-height: 60px;
	letter-spacing: 0.1em;
	text-decoration: none;
}


/*
フッター（コピーライト）
-------------------------------------------------------------------*/

#footer {
	font-style: normal;
	color: #ffffff;
	text-align: center;
	display: block;
	font-size: 10px;
	background-image: url(img/adr.gif);
	height: 30px;
	line-height: 30px;
}
