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

/* CSS Document */

body {
	color: #FFFFFF;
	background: #000000 url(../image/bk/bk02.jpg) repeat-x;
	font-family: sans-serif;
}

#wrapper {
	background: #000000;
	margin: 0px auto;
	width: 800px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#head {
	height: 125px;
	width: 800px;
	background-image: url(../image/tittle/head-tittle-back.png);
	background-repeat: no-repeat;
}
#head h1 {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
#head ul {
	float: right;
	margin-top: 105px;
	margin-right: 10px;
}
#head ul li {
	display: inline;
}
#head ul li a {
	font-size: 10px;
	margin-left: 10px;
	color: #FFFFFF;
}


#flash {
	background: #FFFFFF;
	height: 250px;
	width: 800px;
}

#sidebar {
	width: 200px;
	margin-bottom: 20px;
	float: left;
	margin-top: 20px;
}
#sidebar-inner {
	margin-left: 5px;
}
#sidebar-inner .sid-kakomikei {
	border: 1px solid #000;
	margin-bottom: 10px;
}

#sidebar h2 {
	color: #CCCCCC;
	margin-bottom: 10px;
	background: url(../image/ic.png) no-repeat left center;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar p {
	margin-bottom: 10px;
	font-size: 10pt;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 1.5em;
}

#sidebar ul {
	margin-bottom: 10px;
	margin-left: 5px;
}
#sidebar ul li  a{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.5em;
	background: url(../image/arrow01.gif) no-repeat left center;
	padding-left: 10px;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}


#main {
	width: 580px;
	float: right;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 10px;
}
#main h2 {
	margin-bottom: 10px;
	background: url(../image/tittle/main-tittle-bak.png) no-repeat left center;
	margin-left: 10px;
	font-size: 15px;
	line-height: 30px;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #FFF;
}

#main table {
	font-size: 10pt;
	line-height: 1.5em;
}
#main h3 {
	color: #FC0;
	background: url(../image/arrow01.gif) no-repeat left center;
	padding-left: 10px;
	margin-left: 2px;
}
#main table tr td {
	padding: 2px;
}
#main table tr td img {
	padding: 5px;
	border: 1px solid #999;
}


.solid-table {
	border:1px solid #FFF;
	border-collapse:collapse;
}
.table-space {
	margin-left: 10px;
}
.text-space {
	margin-left: 10px;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 10px;
}



#main #commet {
	font-size: 11pt;
	line-height: 1.5em;
}
#main .table-kakoi {
	border: 1px solid #FFF;
	padding: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
#main .main-bottom-copy {
	font-size: 14px;
	line-height: 1.8em;
	border: 1px solid #CCC;
	padding: 10px;
	margin-left: 5px;
	margin-top: 10px;
}
#main .main-bottom-copy a {
	color: #FFF;
}

#main .text-space a {
	color: #FFF;
}
.table-ic {
	display: inline;
}




#footer {
	clear: both;
	width: 800px;
	height: 50px;
	background: #000000 url(../image/tittle/fotter.jpg);
	text-decoration: none;
}
#footer a {
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
#footer address {
	font-size: 10pt;
	color: #FFFFFF;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
}
#next a {
	float: right;
	color: #FFF;
	font-size: 12px;
}
#back a {
	color: #FFF;
	float: left;
	font-size: 12px;
}
