/*
monstar-lab CSS
*/

* {
  margin: 0;
  padding: 0;
  line-height: 120%;
  font-size: 100%;
}

/* body */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #808080;
	scrollbar-arrow-color:#808080;
	scrollbar-base-color:#efefef;
	scrollbar-darkshadow-color:#808080;
	scrollbar-highlight-color:#fcfcfc;
	scrollbar-shadow-color:#c0c0c0;
	scrollbar-track-color:#fcfcfc;
	/*background-color: #CCCCCC; */
	background: url(images/slider_horizontal.jpg) top left repeat-y;
}

img {
	border: none;
}

li {
	margin-left:10px;
}

table.data {width:510px; float:left;}
table.data tr th {width:90px;border:1px solid #FFFFFF; text-align:right; vertical-align:top; padding: 4px 2px 0 0; font-size: 80%; }
table.data tr td {background-color: #FFFFFF; padding:4px; color: #808080; text-align:left; font-size: 80%;}
table.data tr td ol {margin:0px; padding: 0px 14px; }
table.data tr td a:link, table.data tr td a:visited  {
	text-decoration: underline;
	color: #A7C817;
}

table.data tr td a:hover  {
	text-decoration: underline;
	color: #F19220;
}

/* navigation */

.container {
	clear:left;
	padding:0;
	margin:0;
	width: 1005px;
}

.center_board {
	display: block;
	float: left;
/*	width: 800px;*/
	height: auto;
	text-align: left;
	padding: 30px 0 0 130px;
	/*background-color: red;*/
}

.center_board .navi_board {
	width: 650px;
	height: 75px;
	margin-top: 10px;
	/*background-color: pink;*/
}

.navi_board .logo {
	float: left;
	margin-top: 5px;
	text-align: left;
	width: 195px;
	height: 70px;
	/*background-color: yellow;*/
}

.navi_board .navi {
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: 15px;
	width: 410px;
	height: 70px;
}

.navi .cell {
	float: left;
	width: 60px;
	height: 60px;
	margin-left: 7px; 
	/*background-color: red; */
}

/* main contents */

.center_board .contents_board {
	width: 550px;
	height: auto;
	text-aling:center;
	margin-top: 20px;
	/*padding-left: 35px;*/
	/*background-color: yellow;*/
}

.contents_board .contents_header {
	float: left;
	width: 550px;
	margin: 0;
	height: auto;
}

.contents_board .contents_body {
	float: left;
	width: 550px;
	height: auto;
	padding-left: 25px;
}

.contents_board .contents_footer {
	float: left;
	width: 550px;
}

.contents_board table.menu {width:750px; border:0px; border-spacing:0;}
table.menu td.menu {width:200px; text-align:right; vertical-align:top;}
table.menu td.contents {width:550x; text-align:left; padding-left: -5px; color: #ffffff;}

td.menu .title {
	width: 185px;
	height: 30px;
	padding: 10px 0 10px 10px;
	text-align: left;
	font-size: 150%;
	font-weight: bold;
	/*background-color: green;*/
}

td.menu a.selected:hover {
	text-decoration: none;
}

td.menu a:link, td.menu a:visited {
	text-decoration: none;
	color: #A8A8A8;
}

.sub_title a:link, .sub_title a:visited {
	text-decoration: none;
	color: #A8A8A8;
}

td.menu .sub_title {
	width: 100%;
	height: 30px;
	text-align: left;
	padding: 2px 0 0 30px;
	vertical-align: middle;
	font-size: 95%;
	font-weight: bold;
	/*background-color: red;*/
}

.sub_title#selected a.selected:hover {
	text-decoration: none;
	color: #A8A8A8;
}

.sub_title#selected a.selected:link, .sub_title#selected a.selected:visited {
	text-decoration: none;
	color: #ffffff;
}

h1 {
	float: left;
	width: 550px;
	height: auto;
	padding-left: 25px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
}

h2 {
	float: left;
	width: 550px;
	height: auto;
	margin-bottom: 10px;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}


td.contents .explanation {
	float: left;
	width: 480px;
	height: auto;
	padding-left: 10px;
	text-align: left;
	font-size: 80%;
	/*background-color: pink;*/
}

/* footer */

.contents_body .return, .contents_footer .return {
	width: 140px;
	float: right;
	height: 20px;
	text-align: right;
	font-size: 80%;
	/*background-color: red;*/
}

.center_board .footer_board {
	float: left;
	width: 500px;
	height: auto;
	padding-left: 300px;
	padding-right: 10px;
}

#footer p {
	text-align: right;
	text-valign: middle;
	font-size: 80%;
	color: #808080;
	font-weight: bold;
	/* background-color: red; */
}
