/*　ＲＭＵ基本スタイルシート　*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat:repeat-x;
}
body,td,th {
	font-size: 12px;
	line-height: 160%;
}
.subheading {
	border-left: 5px solid #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom: 1px dotted #333333;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 20px;
	font-size: 120%;
	width: 450px;
}
.name {
	border-bottom: 1px dotted #333333;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.name_box {
	border: 1px solid #333333;
	padding: 10px 20px;
	margin-bottom: 10px;
}
.title {
	text-align: right;
	line-height: 110%;
	padding-bottom: 10px;
	font-weight: bold;
}
address {
	background: #000000;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-style: normal;
	color: #FFFFFF;
	width: 800px;
	font-size: 80%;
}
.style4 {
	font-size: 12px;
	color: #000000;
}


/*　リンク */

a:link,a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
