@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #0000ff;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

img{border: 0px;}


body {
  font-size: 0.85em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
    background-color: #663333;
}

#wrapper {
  text-align: left;
  margin: 0 auto 0;
  width: 860px;
  background-color: #ffffff;
}

#header2 {
 background-image: url(img/back.jpg);
 background-repeat: no-repeat;
 height: 84px;
 background-color: #663333;

}

#header2  img {
margin-left: 600px;
margin-top: 10px;
}


#header {
  padding: 3px;
 background-color: #663333;
 color: #fcfcfc;
}

#top {
  background-image: url(img/top.jpg);
  background-repeat: no-repeat;
  height: 150px;

}

#container {
  float: left;
  width: 680px;
  background-color: #fffffff;
  

}

#contents {
  float: right;
  width: 480px;
  padding-top: 2em;
  padding-left: 10px;
  padding-right: 10px;
    padding-bottom: 30px;
  background-color: #ffffff;
}

#left-sidebar {
  float: left;
  width: 175px;
    padding-top: 2em;
	padding-left: 5px;
  background-color: #ffffff;

}

#left-sidebar img{margin-bottom: 10px;}



#right-sidebar {
  float: right;
  padding-top: 2em;
  padding-right: 5px;
  width: 175px;
  background-color: #ffffff;


}

#right-sidebar img{margin-bottom: 5px;
}

#footer {
  clear: both;
  padding: 0.5em 0 1em;
  background: #cccccc;
  background-image: url(img/f_bg.gif);
}

#footer p { 
text-align: center;
  font-size: 0.9em;
margin-top: 10px; 
  line-height: 1.3em;
}

#footer hr { 
margin: 10px 0px; 
}

#footer2 {
  clear: both;
  text-align: center;
  background: #ffffff;
  background-image: url(img/tel.gif);
  margin-left: 25px;
  background-repeat: no-repeat;
  height: 330px;
  padding-bottom: 0px;
  padding-top: 20px;
}

#footer2 img {
margin-left: 400px;
margin-top: 210px;
}



#footer3 {
  clear: both;
  text-align: right;
  background: #ffffff;
  margin-right: 30px;
  padding-bottom: 10px;
  font-size: 0.9em;
}

h1 {
  text-align: left;
  font-size: 0.8em;
  font-weight: normal;
}


.nabi{
margin-left: 250px;
padding-bottom: 15px;
}




/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2{
padding:3px 5px ;
border-bottom: 3px solid #663333;
font-size: 1.2em;
color: #663333;
margin-bottom: 5px;
margin-top: 20px;
}



h3{
  font-size: 0.9em;
  color: #663333;
 margin: 10px 5px;
   line-height: 1.6em;
}

b{color: #663333;}


/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin: 3px;
  font-size: 0.9em;
}



/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }



/* --- ナビゲーションバー --- */
.nav {
width: 100%; /* ナビゲーションの幅 */
background: #000000 url(img/hor_menu4_back1.gif) repeat-x top; /* ナビゲーションの背景 */
border-top: 1px #ffffff solid; /* 上枠線 */
border-bottom: 1px #7f7f7f solid; /* 下枠線 */
font-size: 90%;
}

/* --- メニューエリア --- */
.nav .nl {
width: 840px; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
background: #000000 url(img/hor_menu4_back1.gif) repeat-x top; /* メニューの背景 */
border-left: 1px #bfbfbf solid; /* メニューの左枠線 */
border-right: 1px #ffffff solid; /* メニューの右枠線 */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
.nav .nl li {
width: 105px; /* 項目の幅 */
float: left;
}

/* --- リンク --- */
.nav .nl li a {
display: block;
position: relative; /* IE6用 */
padding: 13px 1px; /* リンクエリアのパディング（上下、左右） */
border-left: 1px #ffffff solid; /* リンクエリアの左枠線 */
border-right: 1px #bfbfbf solid; /* リンクエリアの右枠線 */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 太字 */
}
/* --- リンクテキストの色 --- */
.nav .nl li a:link {
	color: #663366;
	font-size: 1em;
}
.nav .nl li a:visited {
color: #663366	;
}
.nav .nl li a:hover {
color: #FF6699;
}
.nav .nl li a:active {
color: #663366;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: left;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- サイドナビ --- */
.sidenav
{
margin-bottom: 10px;
}

.sidenav h1 {
	background: #996699 url(img/sidenavh1.gif) repeat-x;
	border-bottom: 1px solid #996699;
	border-top: 1px solid #FFCCFF;
	color: #663366;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
	padding-top: 5px;

}
.sidenav ul {
	margin: 0;
	padding: 0;
	font-size: 95%;
}
.sidenav li {
	border-bottom: 1px solid #996699;
	border-top: 1px solid #FFCCFF;
	list-style: none;
}
.sidenav li a {
	background: #CC99CC;
	color: #663366;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #FFCCFF;
	color: #663366;
}

.bana{margin-top: 10px;}

.rireki{
font-size: 0.9em;
line-height: 1.3em;
padding:5px;
background:#EFEFEF;
width:160px;
margin-bottom: 10px;
}

.rireki p{
padding:5px;
}

.rireki b{

color: #ffffff;
background-color: #CC99CC;;
padding:3px;
margin: 5px;
}




