@charset "utf-8";
/*formatting style
--------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック";
	font-size: small;
}
body {
	color: #333333;
	font-size: 75%;
	line-height: 1.6;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	background-repeat: repeat;
	background-color: #CCFFCC;
}
hr {
	display: none;
}
/*link styles
--------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/*basic layout
--------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px auto;
}
#main {
	padding: 15px;
	float: right;
	width: 590px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 150px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
}
/*header styles
--------------------------------*/
#header {
	background-repeat: no-repeat;
	position: relative;
	height: 255px;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header ul {
	background-color: #FFFFFF;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
}
#header ul li a:hover {
	background-color: #e8ecf5;
}

#header ul li#tintai a {
}
/*main styles
--------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-top: 3px solid #FF6600;
	border-bottom: 1px dotted #666666;
}
#main dl dt a {
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #66CC33;
}
#main dl dt {
	clear: both;
}
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
#main div.oj {
	float: left;
	width: 170px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#main div.oj h5 {
	margin: 0px 0px 0px;
}
#main div.oj h5 a {
	border-left: 3px solid #999999;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
}
#main div.oj img {
	border: 1px solid #66cdaa;
}
#main form {
	margin-bottom: 25px;
}
#main input[type="text"],#main textarea {
	padding-top: 2px;
	border: 1px solid #999999;
}
#main form em {
	overflow: auto;
	height: 120px;
	width: 300px;
	color: #FF0000;
	padding-left: 5px;
}







/*sidebar styles
--------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
/*table
--------------------------------*/
/*object
--------------------------------*/
/*form
--------------------------------*/
