@charset "UTF-8";
/* CSS Document */

body {
	background: #3E0059;
}
#container,
#headder,
#navi,
#contents,
#footer {
	margin: 0px auto;
	width: 800px;
}
#container {
	background: #FFFFFF;
}
#contents {
	border-top: 5px solid #C4AA15;
}
#headder {
	height: 50px;
	position: relative;
}
#headder h1 {
	background: url(../img_common/hedder_wed.gif) no-repeat left top;
	text-indent: -9999px;
	font-size: 100%;
	line-height: 1em;
	height: 50px;
	margin: 0px;
}
#headder h1 a {
	display: block;
	height: 50px;
	width: 300px;
}
#headder div#ava {
	position: absolute;
	top: 0px;
	left: 555px;
	width: 245px;
	height: 50px;
	background: url(../img_common/hedder_ava.gif);
	text-indent: -9999px;
}
#headder div#ava a {
	display: block;
	height: 50px;
}
#main {
	padding: 0em 20px 2em;
}
#main p {
	margin-bottom: 1.5em;
	margin-left: 1em;
	margin-right: 1em;
}
#main ul,
#main ol {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
#main ul li,
#main ol li {
	margin-bottom: 0.5em;
}
#main-right {
	float: right;
	width: 130px;
}
#main-left {
	float: left;
	width: 610px;
}
#footer {
	text-align: center;
	clear: both;
	background: #381778;
}
address {
	font-size: 92%;
	padding-top: 1em;
	padding-bottom: 0.5em;
	color: #FFFFFF;
}
#txt-link {
	font-size: 77%;
	padding: 1em;
	background: #FFFFFF;
}
#txt-link a {
	text-decoration: none;
	color: #333333;
}
#txt-link a:hover {
	color: #381778;
}
div#copy {
	font-size: 85%;
	height: 1em;
	line-height: 1em;
	color: #FFFFFF;
}
.clear {
	clear: both;
}
.clear-1em {
	clear: both;
	height: 1em;
}
.clear-2em {
	clear: both;
	height: 2em;
}
