@charset "utf-8";
/* CSS Document */

@import "global.css";
@import "page.css";

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family:"MS ゴシック", Arial, Verdana, Helvetica;
	background-image: url(../image/body_color.jpg);
	font-size: 13px;
	line-height: 140%;
}
h1,h2,h3,h4,h5,h6,div,span,p,blockquote,ol,ul,li,table,th,td,pre,form,fieldset,input {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,p,li,td,th {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
ol,ul,dd,dt,dl {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
p,li {
	margin: 0px;
	padding: 0px;
}
fieldset,abbr,acronym,img {
	border: none;
}
caption,th {
	text-align: left;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
q:before,q:after {
	content:'';
}
fieldset,img,abbr,acronym {
	border: 0;
}
a img,:link img,:visited img {
	border: none;
}
a:link,a:visited {
	color: #745F4C;
	text-decoration: underline;
}
a:hover,a:visited:hover {
	color: #856D55;
	text-decoration: none;
}
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
strong {
	font-weight: bolder;
	color: #333;
}
span {
	font-weight: bolder;
	color: #F00;
	font-size: 10px;
}

