
*{
}
html,body{
	font-family: Meiryo;
	margin:0;
	padding:0;
	text-align: center;
	/*background-image: url(background.png);*/
	font-size:12px;
	line-height:20px;
}

div.container,div#container{
	width:1000px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	background-color: white;
}

div#menu{
	height:31px;
	width:100%;
	background-color: #84bae5;
}

div#menu a{
	display:block;
	width:121px;
	height:29px;
	margin:1px;
	margin-right:0px;
	float:left;
}
div#menu a:hover{
	background-position: 0 29px;
}
div#menu a.currentpage{
	background-position: 0 29px;
	border-bottom:2px solid #172a88;
}
div#menu_wrapper{
	width:855px;
	height:31px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}
div#body{
	width:855px;
	margin-left: auto;
	margin-right:auto;
}

div.sentens p{
	text-indent:1em;
	font-size:16px;
	line-height:24px;
}
div#sidemenu_l{
	float:left;
	width:160px;
	padding-bottom:300px;
	background-image: url(lmenu_fadeout.png);
	background-position: left bottom;
	background-repeat:no-repeat;
	position: relative;
}




div#sidemenu_l div.small_border{
	background-color:white;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding-top:1px;
	padding-bottom: 1px;
	width: 160px;
}
div#sidemenu_l div.small_border a{
	display: block;
	text-decoration: none;
	color:#555;
}

div#sidemenu_l div.leftmenu{
	position: relative;
	top:0px;
}

div#sidemenu_l div.leftmenu a{

	font-size:12px;
	margin-left:1px;
	margin-right:1px;
	background-color: #FCE3CD;
	/*line-height: 30px;*/
	padding-top:5px;
	padding-bottom:5px;
	vertical-align: middle;
	border-bottom:1px solid #FfcCc0;
	/*text-indent:24px;*/
	padding-left:16px;
	padding-right:6px;
	background-image:url(right_arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 7px;
}
div#sidemenu_l div.leftmenu a:hover{
	background-color: #FCF3ED;
}


div#sidemenu_l div.leftmenu a.currentpage{
	background-color: #fcf3ed;
}

div#sidemenu_l div.leftmenu xa.line2{
	line-height:18px;
}

div#sidemenu_l div.leftmenu xa.line3{
	line-height:18px;
}

div#sidemenu_l div.grouptitle{
	background-color: #FFEFD5;
	text-indent: 5px;
	line-height: 22px;
	font-weight: bold;
	margin-left:1px;
	margin-right: 1px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom:1px solid #E0D0B5;
}


div#sidemenu_r{
	float:right;
	width:266px;
	margin:5px;
	margin-right: 0px;
}


div#sidemenu_r div.gp{
	padding:5px;
	margin-bottom: 20px;
	width:256px;
	background-color: #ffffff;
	border-radius: 5px;
	border: 1px solid silver;
	border-top:4px solid gray;
	box-shadow: 0 0 3px 0 #aaa;

}
div#sidemenu_r div.group{
	border-top:1px solid white;
	height:38px;
	width:256px;
	background-color:#FBDBC0;
	line-height: 38px;
	overflow: hidden;
	vertical-align: middle;
	font-size:12px;
}
/*
div#sidemenu_r div.group img{
	border-right:1px solid white;
	margin-right: 5px;
	vertical-align: middle;
	width:29px;
	height:29px;
	border:none;
}*/
div#sidemenu_r a{
	display: block;
	text-decoration: none;
	color:black;
}
div#sidemenu_r a *{
	cursor: pointer;
}

div#content.right{margin-left:170px;min-height:400px;}
div#content div.group{
	padding-left: 1em;
	background-repeat: no-repeat;
}

div#content div.group.scrollbox{

}

div#content h3{
	background-color: #f5f5f5;
	border-bottom: 1px solid #cccccc;
	border-left: 2px solid #dd3333;
	font-size:14px;
	line-height: 26px;
	text-indent: 5px;
	margin-bottom: 0px;
}

div#footer{
	/*font-family: sans-serif;*/
	width:855px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	text-align: center;
	vertical-align: middle;
	clear:left;
}

div#about{
	margin-top:20px;
	text-align: right;
}
div#copyright{
	background-color: #0081cc;
	color:white;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	vertical-align: middle;
}

table.striptable tr:nth-child(2n+1) td{
	background-color:#f9f9f9;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ddd;
}

table.hoverhighlight tr:hover td{
	background-color: #f1f1f1;
}

h3 *.to-top{
	display:inline-block;
	position:absolute;
	top:0;
	right:5px;
	font-size:12px;
	cursor:pointer;
	text-decoration: underline;
}
h3 *.to-top:hover{
	color:red;
}