@charset "UTF-8";
* {
	margin:0;
	padding:0;
}

body{
	background-repeat: repeat;
	background-position: left top;
	background-image: url(back.jpg);
}
#all{
	width: 930px;
	background-color: #FFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header{
	height:50px;
	width:910px;
	background-color: #FFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#top{
	width: 930px;
	float: left;
}

#sidenavi{
	width: 180px;
	float: left;
	background-image: url(img/menuback.gif);
	background-repeat: no-repeat;
	height: 250px;
	margin: 10px;
}

#sidenavi img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#sidenaviBk{
	height: 300px;
	width: auto;
	float: left;
	background-image: url(img/menubackTx.gif);
	background-repeat: repeat;
}

#sidenavi li{
	margin-left: 10px;
	margin-bottom: 5px;
	border-left-width: 3px;
	border-left-style: dotted;
	border-left-color: #900;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	font-size: 80%;
	height: 25px;
	width: auto;
}

#sidenavi li a{
	color: #000;
	text-decoration: none;
	padding-left: 10px;
}

#sidenavi li:hover{
	background-color: #DAE4C1;
	color: #FFF;
}
#osusume{
	float: right;
	width: 725px;
	margin-top: 5px;
	margin-left: 5px;
}
#main{
	width:730px;
	float: right;
}



#footer{
	width: 920px;
	floot: left;
	clear: both;
	background-color: #C00;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer ul{
	text-align:left;
}

#footer li{
	display:inline;
	font-size: 70%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #FFF;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#footer li a{
	color: #FFF;
}


.std1{
	line-height: 140%;
	margin: 10px;
	padding: 10px;
	width: 500px;
	clear: both;
}
.std1 li{
	line-height: 140%;
	list-style-type: square;
	list-style-image: url(4.gif);
}

.std2{
	margin: 10px;
	font-size: 12px;
	width: 500px;
	line-height: 130%;
}

a:link{
	color:#000000;
	text-decoration: none;
}
.img1 {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

a:visited {
	color:#000000;
	text-decoration: none;	
}
