body {
	background-color: #FFFFFF;
	background-image: url(../img/back_1.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	color:#454545;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 20px;
	background-attachment: fixed;
	background-position: center top;
}

#header {
	width: 780px;
	background:#FFFFFF;
	text-align:center;

}



/* Navi Area
======================================*/

.navi {
	width:200px;
	height:auto;
	background-position: center;
	margin:0px 0px 0px 0px;
}

.sitenavi {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
.sitenavi ul {
	float:left;
	margin:0;
	padding:0;
}
.navi .sitenavi li {
	float:left;
	height:46px;
}
.menu_1 a {
	height: 35px;
	width: 200px;
}
.menu_line1 {
	height: 46px;
	width: 2px;
}
.menu_line2 {
	height: 46px;
	width: 1px;
}

.navi_com a{
	font-size: 13px;
	color:#000000;
	text-decoration:none;
}
.navi_com a:link  {
	font-size: 13px;
	color:#000000;
	text-decoration:none;
}
.navi_com a:hover {
	font-size: 13px;
	color:#0000CC;
	text-decoration: underline;
}		
		
/* Main Area
======================================*/

#main{
	background-color: #FFFFFF;
	background-image: url(../img/back_top.gif);
	background-repeat: no-repeat;
	width: 780px;
	height:auto;
}
.main_left {
	float: left;
	width: 230px;
	text-align:center;
}
.main_right {
	float:right;
	width: 520px;
	text-align:center;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.top_info {
	font-size: 12px;
	color:#000066;
	text-align: left;
	float: left;
	width: 500px;
	border: 1px solid #CCCCCC;
	height: 120px;
	padding-top: 2px;
	padding-left: 5px;
	overflow: auto;
	line-height: 14px;
}
.top_info a:link  {
	font-size: 12px;
	text-align: left;
	line-height: 14px;	
	color:#0066FF;
	text-decoration: underline;
}
.top_info a:hover {
	font-size: 12px;
	text-align: left;
	line-height: 14px;	
	color:#FF3300;
	text-decoration: underline;
}
.top_info li {
	list-style:none;
	list-style-image: none;
	list-style-type: none;
	font-size:12px;
	color:#000066;
	margin-top:8px;
	clear: left;	
}

.list_menu {
	font-size: 12px;
	line-height: 14px;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
}

/* List style none */
ul{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}


/* FooterArea
======================================*/

#footer {
	width: 100%;
	height: 30px;
	clear: both;
	color:#999999;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 30px;
}

