﻿@charset "utf-8";

body	{
	background-color:#FFFFFF;
	background:url(images/background2.jpg) no-repeat center top;
	margin:auto;
	padding:0;
	width:1024px;
}

.top_layout {
	background-color:#FFFFFF;
	background:url(images/background.jpg) no-repeat center top;
	margin:auto;
	padding:0;
	width:1024px;
}

h1 {
	height:180px;
	width:1024px;
	margin:0;
	text-indent:-1000px;
}

h1 a {
	color:#FFFFFF;
	display:block;
	height:140px;
	left:705px;
	position: relative;
	text-decoration:none;
	top:30px;
	width:290px;
}

.top_layout h1	{
	height:360px;
	width:1024px;
	margin:0;
	text-indent:-1000px;
}

.top_layout h1 a {
	color:#FFFFFF;
	display:block;
	height:190px;
	left:585px;
	position: relative;
	text-decoration:none;
	top:160px;
	width:410px;
}


#menu	{
	margin:0 auto;
	width:776px;
	padding:0px;
	height:48px;
}

#menu li	{
	float:left;
	list-style:none;
}

#menu li a	{
	display:block;
	width:146px; height:46px;
	padding:0px;
	margin:0px;
	text-indent:-5000px;
}

#menu li a:hover	{
	background-position:right top;
}

.m_01 a	{
	background:url(images/menu/01.gif) no-repeat left top;
}

.m_02 a	{
	background:url(images/menu/02.gif) no-repeat left top;
}
.m_03 a	{
	background:url(images/menu/03.gif) no-repeat left top;
}
.m_04 a	{
	background:url(images/menu/04.gif) no-repeat left top;
}
.m_05 a	{
	background:url(images/menu/05.gif) no-repeat left top;
}
.m_06 a	{
	background:url(images/menu/06.gif) no-repeat left top;
}



#container	{
	width:1024px;
	margin-top:20px;
	background:url(images/menubase.png) repeat-y;
	clear:both;
}

#sidemenu 	{
	float:left;
	list-style:none;
	width:260px;
	margin:0px 10px;
}

#login	{
	width:213px; height:131px;
	padding:10px;
	margin:0px 10px 10px 10px;
	background:url(images/01.gif) no-repeat;
	font-size:small;
}
#login p	{
	margin:2px;
}

.submenu	{
	width:213px; height:131px;
	padding:10px;
	margin:10px;
	background:url(images/01.gif) no-repeat;
	font-size:small;
}

.submenubutton {
	padding: 0px 5px 20px 5px;
}

#registButtonContainer {
	width:151px; height:151px;
	padding: auto;
	margin-left: auto;
	margin-right: auto;
}

#content	{
	float:left;
	width:700px;
}


#content a	{
	color:#0033FF;
	text-decoration:none;
/*	border-bottom:dashed #0033FF 1px; */
}

#content a:hover	{
/*	border-bottom:solid; */
}

.section {
	width:696px;
	margin-bottom:20px;
}


.sec_header	{
	width:696px;
	height:112px;
	background:url(images/sec_header.gif) no-repeat;
	text-align:center;
}

.sec_header h2	{
	margin:0;
	padding-top:30px;
	font-size: 35px;
}
.sec_article	{
	width:696px;
	background:url(images/sec_article.gif) repeat-y;
}
.sec_article p	{
	margin:0px 70px;
}

.sec_article .inline {
	margin:0px 70px;
	font-size: small;
}

.sec_article .inline p {
	margin:0px 0px 0px 35px;
}

.sec_article .inline h2 {
	color: darkgreen;
}

.sec_article .manual_table {
	border-collapse: collapse;
	margin: 0 0 0 35px;
}

.sec_article .manual_table td {
	border: 1px darkgreen solid;
}

.sec_footer	{
	width:696px;
	height:150px;
	background:url(images/sec_footer.gif) no-repeat;
}

dt {
	font-size: medium;
	font-weight: bold;
}

dd {
	margin: 5px 0px 20px 15px;
}


#footer	{
	height:50px;
	width:1024px;
	clear:both;
	background:url(images/footer.gif);
	font-size:small;
}

#footer li	{
	float:left;
	list-style:none;
}

#footline a	{
	border-right:1px solid #000000;
	border-left:1px solid #000000;
}

#footer li a	{
	display:block;
	padding:0px 20px;
	margin:15px 0;
	color:#000000;
	text-decoration:none;
}

#footer p	{
	text-align:right;
	padding-top:15px;
	padding-right:10px;
}

#footer li a:hover	{
	text-decoration:underline;
}

.hanko	{
	position:relative;
	top:10px;
	left:400px;
	width:80px;
	height:96px;
}
.clear	{
	clear:both;
	height:0px;
}