* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
html {
	margin-bottom:1px;
	height:100%;
	overflow-y:scroll;
}
body {
	background-color: #dcdbdb;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size : 62.5%;
	letter-spacing: 0.1em;
	_letter-spacing: 0.2em;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
html>body {
	font-size : 14px;
}
h1, h3, h4, h5 {
	font-weight: normal;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul {
	list-style-image: none;
	list-style-type: none;
}
li {
	margin: 0px;
	padding: 0px;
}
em  {
	visibility: hidden;
	display: none;
}
a:link {
	color: #ff3300;
	text-decoration: none;
}
a:visited {
	color: #ff3300;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:hover img {
	text-decoration: none;
}
a:active {
	color: #FF3300;
	text-decoration: none;
}
#wrapper {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	position: relative;
	top: 0;

}
#left {
	width: 230px;
	background-color: #003366;
	z-index: 100;
	min-height: 100%;
	height: 1300px;
	position: fixed;
	float: left;
	margin-left: 20px;
}

h1 {
	position: relative;
}
#menu {
	width: 180px;
	text-align: left;
	padding-left: 30px;
	background-image: url(../images/left_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-bottom: 20px;
	font-size: 12px;
}

.menulist {
  margin: 0 0 15px 0;
  padding: 5px 2px 0px 5px;
  width: 160px;
  text-align: left;
}

.menulist h2 {
  height: 15px;
  margin: 0;
  padding: 0 0 0 12px;
  font-size: 8px;
  color: #261a1a;
  background-repeat: no-repeat;
}

.menulist a{
  color: #ffffff;
  display: block;
  padding: 5px 4px 4px 20px;
  font-size: 13px;
  line-height: 100%;
 }

.menulist a:hover{
  color: #e19269;
  background-repeat: no-repeat;
}


#menu li {
	width: 200px;
	vertical-align:bottom;
	line-height:0;
	font-size:15px;
	
}
#menu li img {
	font-size:0.1em;
	line-height:normal;
	display: block;
}



#address {
	background-image: url(../images/address_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 230px;
}
#address  div {
	font-size: 1px;
	line-height: 18px;
	width: 190px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#address img {
	display: block;
}
#header {
	width: 550px;
	height: 30px;
	margin-bottom: 20px;
}
#header  ul {
	height: 20px;
	width: 300px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 480px;

}
#header ul li {
	float: left;
	height: 20px;
	width: 100px;
}
#title {
	height: 110px;
	width: 510px;
	margin-bottom: 20px;
	padding-left: 270px;
	padding-right: 20px;
}




#contents {
	width: 800px;
	height: auto;
	background-color: #FFFFFF;
}



#main {
	width: 510px;
	min-height: 600px;
	height: auto;
	padding-right: 30px;
	padding-left: 260px;
}


#main h2 {
	font-size: 100%;
	background-image: url(../images/h2.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 8px;
	width: 480px;
	height: 30px;
	
}
#main p {
	margin: 10px 10px 8px 10px;
}
div.box {
	width: 540px;
	margin-bottom: 30px;
}
div.box h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 520px;
	padding: 10px;
	margin-bottom: 10px;
}
div.box  div.inner {
	line-height: 24px;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 510px;
}


#pagetop {
	height: 20px;
	text-align: right;
	margin-top: 30px;
	width: 100px;
	padding-right: 20px;
	padding-left: 680px;
}
address  {
	font-size: 10px;
	color: #333333;
	text-align: center;
	font-style: normal;
	height: 20px;
	width: 550px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 250px;
}
.clear {
	clear: both;
}
.left {
	float: left;
}

.clearfix:after {
	content:".";
	display:block;
	margin:0px;
	padding:0px;
	height:0;
	visibility:hidden;
	clear:both;
	overflow:hidden;
	font-size:0.1em;
}
.clearfix {
	min-height:1px;
}
* html .clearfix {
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}
