@charset "UTF-8";
/*formatting style
----------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.7;
	color: #222222;
	background-image: url(img/backGrand.gif);
	background-repeat: repeat;
}
/*link style
----------------------------*/
a:link {
	color: #EE0000;
	text-decoration: none;
}
a:visited {
	color: #CC3333;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #EE0000;
	position: relative;
	left: 2px;
	top: 2px;
}
a:active {
	color: #FF99CC;
	text-decoration: none;
}
/*basic layout
----------------------------*/
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;
	background-color: #FFFFFF;
}
#navi {
	height: 20px;
}
#header {
	height: 70px;
	width: 1000px;
	border-bottom: 1px solid #555555;
	background-image: url(rogo.gif);
	background-repeat: no-repeat;
	float: left;
}
#contents {
	width: 170px;
	margin: 5px 5px 20px;
	float: left;
}
#main {
	width: 800px;
	float: right;
	margin: 5px;
}
#footer {
	clear: both;
	background-color: #000088;
}
/*navi style
----------------------------*/
#navi ul {
	list-style: none;
}
#navi ul li {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
/*header style
----------------------------*/
#header div {
	margin-right: 10px;
}
/*contents style
----------------------------*/
#contents ul {
	list-style: none;
	padding-bottom: 10px;
}
#contents ul li {
	margin-left: 10px;
	margin-bottom: 3px;
	margin-top: 2px;
}
#contents_title {
	color: #000088;
	font-size: 14px;
	border-bottom: 1px solid #000088;
	padding-left: 5px;
	margin-bottom: 5px;
}
/*footer style
----------------------------*/
#footer p {
	color: #FFFFFF;
}
.img_r {
	float: left;
	border: 1px solid #555555;
	margin: 0px 10px 10px 0px;
}
.td_h_line {
	border-left: 1px dotted #444444;
}
.center {
	text-align: center;
}
}.table-01 {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
table.table-01 th
  {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #FFE48A;
	font-weight: bold;
}
table.table-01 td {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: left;
	padding-left: 10px;
}
.table-02 {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
table.table-02 th
  {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #FFE48A;
	font-weight: bold;
}
table.table-02 td {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: left;
	padding-left: 10px;
}
.line_box_red_center {
	border: 1px solid #F00;
	text-align: center;
	color: #000;
	font-weight: bold;
	background-color: #F6C;
	font-size: 18px;
	width: 450px;
}

