@import url(header_area.css);
@import url(main_area.css);
@import url(left_area.css);
@import url(footer_area.css);
/*@import url(special.css);*/
@import url(shared_class.css);

/*-------------------------------
reset 2008-04-03-morimori
-------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	list-style-type: none;
}
html {
	height: 100%;
}
fieldset,img {
	border: none;
}
ul,ol,li {
	list-style-type:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
input {
	cursor: pointer;
}

/*-------------------------------
clearfix
-------------------------------*/
.clearfix {
	display: inline-block;
	display: block;
	zoom: 100%;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	visibility: hidden;
	line-height: 0;
	content: ".";
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*--------------------------------------------------------------
clear
--------------------------------------------------------------*/
.clear {
	clear: both;
}

/*-------------------------------
body
-------------------------------*/
body {
	width: 100%; /* width: 800px */
	height: 100%;
	margin: auto;
	padding: auto;
	background-color: #E8E8E8;
	background-image:url(../img/back.jpg);
	background-position: top;
	background-repeat: repeat-y;
	color: #333333;
	font-size: medium;
	font-style: normal;
	font-weight:normal;
	text-align: center;
	line-height: 120%;
	behavior: url(http://www.taketan.jp/script/csshover2.htc);
}

/*-------------------------------
content_body
-------------------------------*/
#content_body {
  width:800px;
  height:auto;
  margin:auto;
  text-align:left;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
  color:#333333;
  font-size:medium;
  line-height:120%;
}
#content_body a {
  color:#0066FF;
  text-decoration: underline;
}