﻿@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px; }


h1, h2, h3, h4, h5, p, div, ul, li, ol, dl, dt, dd { margin:0px; padding:0px; }
h1 {
	font-size: 10px;
	font-weight: normal;
	margin-left: 10px;
}
ul, ol {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-size: 12px;
	color: #333;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fcfcfc;
}

#wrap {
	width: 981px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 279px;
	width: 981px;
}
#side_menu {
	float: left;
	width: 291px;
	margin-top: 10px;
}
#side_menu .side01 {
	text-align: center;
	width: 290px;
}
#side_menu .side02 {
	text-align: center;
	padding: 2px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#side_menu h2 {
	font-size: 16px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #000;
	padding: 5px;
	margin: 5px;
}
#side_menu h2 a {
	color: #000;
	text-decoration: none;
}
#side_menu h2 a:hover {
	color: #9C3;
}

#side_menu ul li {
	background-image: url(images/s_btn.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 204px;
	margin-left: 10px;
}
#side_menu ul li a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin-left: 20px;
	line-height: 40px;
}
#side_menu ul li a:hover {
	color: #9F0;
	text-decoration: underline;
}


#main {
	float: left;
	width: 650px;
	padding: 20px;
	font-size: 12px;
	line-height: 18px;
}
#main h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	color: #333;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
	padding: 5px;
}

#main dl dt {
	margin-bottom: 15px;
	margin-top: 15px;
	width: 500px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 5px;
}

#main a   {
	text-decoration: none;
	font-size: 18px;
	color: #990;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}
#main a:hover {
	color: #09C;
}


#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 273px;
	width: 981px;
	float: left;
}
#foot_bg {
	background-image: url(images/foot_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	width: 100%;
}

