@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------ */
/* 基本指定 */
/* ------------------------------------------------------------ */

html{
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); /* これで一瞬砂時計が出るのを回避（IE Only） */
}
ul,
li{
	list-style:none;
	margin:0;
	padding:0;
}
p{
	margin:0 0 1em 0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	line-height:1.6;
	color:#333;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}

/* ------------------------------------------------------------ */
/* 見出し設定 */
/* ------------------------------------------------------------ */
#main h3{
	border-left:solid 4px #60A62D;
	border-bottom:solid 1px #CCC;
	padding-left:10px;
	margin-bottom:15px;
	font-size:14px;
}

/* ------------------------------------------------------------ */
/* コンテナ */
/* ------------------------------------------------------------ */
#container{
	margin:0px auto;
	padding:0px;
}

/* ------------------------------------------------------------ */
/* ヘッダ */
/* ------------------------------------------------------------ */
#head{
	width:800px;
	height:65px;
	margin:0px auto;
}
#head #tag{
	float:right;
	margin-top:27px;
	font-size:11px;
	text-align:right;
}
#head #ci{
	float:left;
	line-height:65px;
}
#head #ci a{
	text-decoration:none;
	color:#555;
}
#head #ci h1{
	font-size:27px;
	font-family:Geneva, Arial, Helvetica, sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration:none;
	color:#555;
}

/* ------------------------------------------------------------ */
/* メインメニュー */
/* ------------------------------------------------------------ */
#mainmenu{
	width:100%;
	background-color:#BBB;
	margin:0px auto 15px auto;
}
#mainmenu ul{
	width:800px;
	margin:0 auto;
}
#mainmenu li{
	float:left;
	width:120px;
	text-align:center;
	background:#60A62D;
	border:solid 1px #FFFFFF;
	font-size:12px;
	padding:7px 0;
}
#mainmenu li a{
	display:block;
	width:120px;
	color:#FFFFFF;
	text-decoration:none;
}
#mainmenu li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

/* ------------------------------------------------------------ */
/* メイン */
/* ------------------------------------------------------------ */
#main{
	width:800px;
	margin:0px auto 40px auto;
	font-size:12px;
}

/* ------------------------------------------------------------ */
/* VI */
/* ------------------------------------------------------------ */
#vi{
	width:800px;
	height:180px;
	background:url(vi.jpg) no-repeat;
	margin:0px auto 15px auto;
}
#vi h2{
	color:#337B26;
	font-size:18px;
	padding:60px 0 0 300px;
}

/* ------------------------------------------------------------ */
/* サイドバー */
/* ------------------------------------------------------------ */
#sidebar{
	float:right;
	width:180px;
}

/* ------------------------------------------------------------ */
/* コンテンツ */
/* ------------------------------------------------------------ */
#content{
	float:left;
	width:580px;
}
#content h2{
	background-color:#60A62D;
	height:65px;
	color:#FFFFFF;
	font-size:18px;
	line-height:65px;
	margin-bottom:20px;
	padding-left:20px;
	padding-bottom:2px;
	border-bottom:double 5px #60A62D;
}
#content table{
	border-top:dotted 1px #CCC;
}
#content td{
	border-bottom:dotted 1px #CCC;
	padding:7px;
}
#content th{
	text-align:left;
	width:100px;
	background-color:#EEE;
	border-bottom:dotted 1px #CCC;
	padding:7px;
}

/* ------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------ */
#footer{
	width:800px;
	height:50px;
	margin:0px auto 0px auto;
	padding-top:7px;
	background-color:#BBB;
	font-size:12px;
	text-align:center;
	color:#FFF;
}

/* ------------------------------------------------------------ */
/* Clearfix */
/* ------------------------------------------------------------ */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: 1%;
  display:block;
  overflow: hidden;
  /**/
}
