@charset "UTF-8";

/* ボディに関するCSS
--------------------------------------------------------------------------------*/
	body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	color: #FFFFFF;
	margin-left:0　auto;
	margin-right:0　auto;
	text-align:auto;
    padding:0;
    font-size: 80%;
	line-height: 160%;
	background-color: #000000;
}



/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
div#top {
   width:850px;
   margin:0 auto;
   background-color: #000000;
}

div#wrapper {
    margin-left: auto;
	margin-right:auto;
	width:850px;
	text-align:left;
}


#header {
	width: 850px;
	margin-bottom: 0px;
}


div#menu {
   width:850px;
   margin-bottom:3px;
}

#content {
	clear:left; 
	width: 845px;
	border: 1px solid #999;
	background-color: #000000;
	padding: 0px;
	margin-top: 5px;
}

#col1 {
	width:600px;
	
    margin-right: 10px;
	padding: 0px 10px 0px 20px;
	float:left;	
}

#sidebar {
	width:180px;
	padding: 0px 18px 5px 5px;
	background-color: #000000;	
	float: right;	
}




/* ヘッダーに関するCSS
--------------------------------------------------------------------------------*/
h1 {
	font-size: 1em;
	font-style: normal;
	padding: 0px;
	margin: 0px;
}

/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/
div#menu ul {
   width:850px;
   margin:0;
   padding:5px 0 1px 1px;
   background:#000;
}



div#menu li {
   float:left;
   font-size:em;
   font-weight:bold;
   line-height:1.8;
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:140px;
   margin-right:1px;
   padding:5px 0;
   color:#000000;
   background:url(images/bg_menu_on2.jpg);
   
}

div#menu li a:hover{
   color:#fff;
   background:url(images/bg_menu_on.gif);
}



/* 回り込み解除 */
div#menu ul:after{
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* col1に関するCSS 
--------------------------------------------------------------------------------*/
h2 {
	font-size: 150%;
	border-bottom-width: 1px;
	margin: 0px;
}

h3 {
	font-size: 110%;
	border-bottom-width: 1px;
   
	padding-bottom: 3px;
	border-top-width: 1px;
	
	border-top-color: #999;
	padding-top: 5px;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}

h4 {
	font-size: 110%;
	border-bottom-width: 1px;
    border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 3px;
	border-top-width: 1px;
	
	border-top-color: #999;
	padding-top: 5px;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}
p {
	margin-top: 0px;
}

img.thumb {
	float: right;
	margin-right: 10px;
}

	.mail{
	margin-top: 10px;
    clear: both
}




/* sidebarに関するCSS 
--------------------------------------------------------------------------------*/
  /* -- サイドバータイトル -- */
.side-title { color: #eee;}

/* -- リスト/サイドバーメニュー -- */
.localnavi {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 0px;
  margin-bottom: 0px;
  padding:0px 0px 0px 0px;
  background-color: #000000;
  text-align: center;
}

.localnavi li { 
  display: inline; 
  line-height:1.8;;
  margin:0px　0px 0px 0px; 　

}

.localnavi li a {
  display: block; 
  font-size: 120%;
  text-decoration: none;
  width: 170px;
  display: block;
  border: 3px solid #FFFFFF;
  background-color: #000000;
  color: #eee;
  font-weight: bold;
  margin:0px 3px 5px 0px;
}

.localnavi li a:hover {
  text-decoration: none;
  width: 170px;

  border: 3px solid #000000;
  background-color: #FFFFFF;
  color: #000000;
  font-weight: bold;
}

h5 {
	font-size: 100%;
	margin-bottom: 1px;
}

div#sidebar p{
	margin-top: 0px;
	margin-bottom: 3px;
	/margin-bottom: 5px;
}


.line {
	width: 100%;
	background-image:  url(images/dotline_s.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 10px;
	height:1px;
	}


/* フッターに関するCSS
--------------------------------------------------------------------------------*/
#credit {
 clear:both;
	margin-top: 5px;
}


/* 画像のリンクに関するCSS 
--------------------------------------------------------------------------------*/
a img{
	border:0px;
}

a:active,a:hover img{
	border:0px solid #000000;
}



/* リンクに関するCSS
--------------------------------------------------------------------------------*/


a:link {text-decoration:none}

a:visited {text-decoration:none}

a:hover {text-decoration:none}



