@charset "UTF-8";


/* formatting style
----------------------------*/
* {
	color: #606266;
	font-family: sans-serif;
	text-decoration: none;
}

/* body
----------------------------*/
body {
	background-color: #ECECEC;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 50px;
}

.selected{
	background-color: #FFFFFF;
}

/* body aki
----------------------------*/
body aki {
	background-color: #FFFF00;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 50px;
}

.selected{
	background-color: #FFFFFF;
}


/* img
----------------------------*/

img {
    border:none;
}



/* top
----------------------------*/
#top {
	padding: 0px;
	margin:63px 0px 0px 0px;
	height: auto;
	width: auto;
	text-decoration: none;
	list-style: none;
	background-attachment: fixed;
}
#top p{
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
}

#top a {
	line-height: 2em;
	text-decoration: none;
	display: block;
	height: 2em;
	width: 81px;
	list-style: none;
	float: none;
	text-align: left;
	padding-left: 10px;
	border: 1px solid #606266;
	font-size: 75%;
}
#top a:link {
	color: #606266;
	text-decoration: none;
	font-family: sans-serif;
}
#top a:hover {
	color: #ECECEC;
    background-color: #606266;
	text-decoration: none;
	font-family: sans-serif;
}


/* top1
----------------------------*/
#top1 {
	padding: 0px;
	margin:0px 0px 0px 0px;
	height: auto;
	width: auto;
	text-decoration: none;
	list-style: none;
	background-attachment: fixed;
}
#top1 p{
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
}

#top1 a {
	line-height: 2em;
	text-decoration: none;
	display: block;
	height: 2em;
	width: 81px;
	list-style: none;
	float: none;
	text-align: left;
	padding-left: 10px;
	border: 1px solid #606266;
	font-size: 75%;
}
#top1 a:link {
	color: #606266;
	text-decoration: none;
	font-family: sans-serif;
}
#top1 a:hover {
	color: #ECECEC;
    background-color: #606266;
	text-decoration: none;
	font-family: sans-serif;
}



/* sentents2
----------------------------*/
#sentents2 {
	height: auto;
	width: 810px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 65%;
	float: left;
	clear: left;
	
}
#sentents2  p {
	color: #2A2A2A;
}
#sentents2  a {
	text-align: right;
}
#sentents2  a:link {
	text-decoration: none;
}
#sentents2 a:hover {
	text-decoration: underline;
}



/* back
----------------------------*/
#back {
	height: auto;
	width: 100px;
}
#back  a:link {
	text-decoration: none;
}
#back a:hover {
	text-decoration: underline;
}

