@charset "utf-8";

/*common style*/

/*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;
	color:#3F3E34;
}

td img {display: block;}


body,div,dl,dt,dd,ul,ol,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	font-size:98%;
	line-height:150%;
}

/*opera font-size*/
html:first-child div {font-size:100%; }


body {
	background-color: #E6E0D3;
	font-family:sans-serif;
}

table {
	border-collapse:collapse;
}

th,td { 
	font-weight:normal;
	text-align:left;
	vertical-align: top;
}

fieldset,img { 
	border:0;
}

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


/**/


a:link {
	color: #3489BC;
	text-decoration: underline;
}

a:visited {
	color: #3489BC;
	text-decoration: underline;
}

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

.right {
	text-align: right;
	margin-top: 5px;
	font-size: 80%;
}
.right_02 {
	text-align: right;
	margin-top: 20px;
	border-bottom:  1px solid #B7B6A8;
	border-top:  1px solid #B7B6A8;
	margin-bottom: 20px;
}

.left {
	text-align: left;
	margin-top: 5px;
	font-size: 80%;
}

.center {
	text-align: center;
}
.clear{
	clear:both;
}
