@charset "shift_jis";

/*セレクタとリンク*/
* {
	padding:0;
	margin:0;
	font-family: 'MS PGothic', Osaka, sans-serif;
}
a {
	color: #000080;
 text-decoration: none;
}
a:visited {
	color: #333333;
 text-decoration: none;
}
a:hover {
	color: #ce0000;
 text-decoration: none;
}
a:active {
	color: #ce0000;
 text-decoration: underline;
}
a:hover {
 position: relative;
 top:2px;
 left: 2px;
}
img {
 border: none;
 vertical-align: bottom;
}
/*body id="container"のスタイル*/
body {
	color: #000000;
	text-align: justify;
	font-size: 13px;
}
div#container {
	width: 820px;
	margin: 0 auto;
	border: 1px solid #000000;
}
div#inner {
	padding: 0 1px;
}
hr {
 color: #bcdbcb;
	height: 1px;
}
/*id="head" のスタイル*/
div#head {
	height: 40px;
	background: #000000;
	border-bottom: 1px solid #badac9;
}
div#head h1 {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
 margin-right: 5px;
 text-align: right;
}
div#head p {
	font-size: 12px;
	color: #ff9000;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 0 0;
}
.main {
 width: 810px;
 height: auto;
 margin: 0 0 0 0;
 float: right;
}
h2 {
 margin: 0px 0 5px 0;
 font-size: 12px;
 font-weight: bold;
 text-indent: 5px;
 border-bottom: solid 1px #ff0000;
 border-left: solid 2px #ff0000;
}
div.box {
 width: 100%;
	margin: 10px 0 5px 0;
 text-align: center;
}
div.box1 {
 width: 780px;
	height: auto;
 font-size: 12px;
 line-height: 17px;
 margin: 5px 15px 25px 5px;
 padding: 5px;
 float: right;
 border-width: 1px;
 border-style: dotted;
 border-color: #000000;
}
.p {
 font-size: 12px;
	color: #ff0000;
 text-align: center;
	font-weight: bold;
	padding-top: 15px;
}
div.box3 {
	 text-align: center;
}
/*id="footer" のスタイル*/
div#footer {
	clear: both;
	width:100%;
	border-top: 5px solid #ffffff;
	color: #73a58b;
	text-align: right;
}
div#footer h3 {
	border-top: 1px dotted #5b9b7a;
	font-size: 12px;
	font-weight: normal;
	padding-top: 8px;
	text-align: right;
}
address {
	font-size: 12px;
	font-style: normal;
	padding-top: 11px;
	padding-bottom: 7px;
	line-height: 135%;
	text-align: center;
}
div#footer a,div#footer a:visited,div#footer a:hover {
	color: #73a59b;
}
