@charset "utf-8";

/*********************/
/***** reset *****/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
     margin: 0; padding: 0;
}

table {
     border-collapse: collapse;
	 border-spacing: 0;
}

fieldset, img {
     border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
     font-style: normal;
	 font-weight:normal;
}

ol, ul {
     list-style: none;
}

caption, th {
     text-align: left;
}

h1, h2, h3, h4, h5, h6 {
     font-size: 100%;
	 font-weight: normal;
}

q:before, q:after {
     content:｡ﾉ;
}

abbr, acronym {
     border: 0;
} 
/********************/
/********************/

body      {
	color: #333333;
	font-size: 11pt;
	font-family: Helvetica, sans-serif;
	background: #fff url(../images/body_background.jpg) repeat-x fixed 0 bottom;
	text-align: center;
	line-height: 1.3;
}
a:link {
    color: #836e1b;
	text-decoration: none;
}

a:visited {
    color: #0f5a0f;
	text-decoration: none;
}

a:hover {
    color: #c9171e;
	text-decoration: none;
}

a:active {
    color: #836e1b;
	text-decoration: none;
}


h1 {
	margin-bottom: 15px;
}


div#menu ul {
    list-style-type: none;
	margin-bottom: 20px;
	width: 180px;
}

div#menu li      {
	line-height: 0;
	vartical-align: bottom;
	font-size: 0;
	width: 180px;
	border-bottom: 1px solid #000;
}
/***** ID  *****/

div#container  {
    background-color: white;
	background: url(../images/background.jpg) no-repeat center top #ffffff;
	text-align: left;
	margin: 10px auto 0px auto;
	width: 800px;
	border: solid 1px #929292;
}

div#head {
    margin-bottom: 20px;
	width: 800px;
}

div#menu {
    margin-right: 18px;
	width: 180px;
	float: left;
}

div#main_container_a {
    padding: 0 18px 0 0;
	width: 580px;
	float: right
}

div#footer {
    padding: 5px 10px 3px 0px;
	width: 780px;
}

div#copy {
    color: #fff; font-size:
	7pt; background-color: #333;
	text-align: right;
	padding: 2px 2px 2px 0px;
	clear: both;
}

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*****  *****/

