/*--reset--*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/*--tag--*/

body{
	color:#202020;
	font-size:14px;
}

a:link,
a:visited{
	color:#C1272D;
	text-decoration:none;
}

a:hover,
a:active{
	color:#C1272D;
	text-decoration:underline;
}

h2{
	margin-bottom:10px;
}

table{
	width:560px;
	margin:10px 10px 20px 10px;
	border-top:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
}

table tr th,
table tr td{
	padding:8px;
	border-bottom:1px solid #C0C0C0;
	border-left:1px solid #C0C0C0;
}

table tr th{
	font-weight:bold;
	width:100px;
	background:url(../image/bg_check.gif);
}

table tr td{
	background:#FCFCFC;
}

table tr td dl{}

table tr td dl dt{
	width:80px;
	float:left;
}

table tr td dl dd{
	margin-bottom:10px;
	padding:0px 0px 10px 80px;
	border-bottom :1px dotted #C0C0C0;
}

table tr td ul{}

table tr td ul li{
	background:url(../image/li_bg.gif) no-repeat left 5px;
	padding-left:10px;
	margin-bottom:10px;
}

dl#history{
	
	
}

dl#history{
	width:560px;
	margin:10px 10px 20px 10px;
}

dl#history dt{
	font-weight:bold;
	width:140px;
	float:left;
}

dl#history dd{
	margin-bottom:10px;
	padding:0px 0px 10px 140px;
	border-bottom :1px dotted #C0C0C0;
}

/*--layout--*/

#wrapper{
	width:100%;
}

#container,
#footer_inner{
width:820px;
margin:0px auto;
}

#header{
	padding:10px 5px;
}

#logo{
	width:280px;
	float:left;
}

#tel{
	width:220px;
	float:right;
}

#contents_area{
}

#image_area{
	background:url(../image/image_area_bg.gif) no-repeat left top;
	margin-bottom:10px;
	padding:6px;
}

#main_area{
	width:580px;
	float:left;
}

#side_area{
	width:220px;
	margin-left:20px;
	float:left;
}

#banner_area{}

#banner_area ul{}

#banner_area ul li{
margin-bottom:10px;
}

#news_area{
padding-bottom:10px;
background:url(../image/bg_news.gif) no-repeat left bottom;
}

#news_area dl{
padding:0px 10px;
}

#news_area dl dt{
	color:#C00000;
	font-weight:bold;
	font-size:110%;
	margin-bottom:5px;
}

#news_area dl dd{
	font-size:90%;
}

#footer{
	width:100%;
	line-height:14px;
	background:url(../image/bg_footer.gif) repeat-x left top;
	padding:19px 10px 17px 10px;
}

#fnavi{
	width:300px;
	float:left;
}

#footer address{
	color:#808080;
	font-size:85%;
	width:500px;
	text-align:right;
	float:right;
}

/*--class--*/

.last_item{
	border:none !important;
	margin-bottom:0px !important;
}

/*--clearfix--*/
.clearfix:after {
display : block;
clear : both;
height : 0;
content : "";
overflow : hidden;
}
.clearfix {
overflow : hidden;
}
/* for Mac IE \*/
* html .clearfix {
height : 1%;
overflow : visible;
}
.clearfix {
display : block;
}
/* end of for Mac IE */