﻿/* ===== Universal Reset ===== */

*{
	margin: 0;
	padding: 0;
}

/* ===== Basic Style ===== */

h1, h2, h3, h4, h5, h6, p, address, a {
	font-size: 100%;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
}

body {
	margin: 0;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	
	background-image: url("../image/back_body.gif");
	background-repeat: repeat-y;
	color: #666;
	font-size: 75%;
	line-height: 130%;
}

img{
	border:0;
}

ul,dl,ol{
	list-style-type:none;
	list-style-position:outside;
}

a:link, a:visited {
	color:#b1552a;
	text-decoration: none;
}
a:active, a:hover {
	color:#b1552a;
	text-decoration: underline;
}

table.inner .normal-txt {
	color: #666;
}
