@charset "utf-8";
/* CSS Document */

html {
	background-color: #cccccc;
}

body {
	margin: 0 auto;
	width: 980px;
	background-color: #ffffff;
	font-size: 0.9em;
	line-height: 1.5;
}

table {
	border-collapse: collapse;
}

a,
a:visited {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
}

/* header block ############################################################################# */

#header {
	height: 36px;
	background-color: #004896;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
}

#header a{
	margin-left: 10px;
	padding-top: 36px;
	width: 185px;
	height: 0;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
}

/* contents block ############################################################################# */

#contents {
	padding: 5px 30px 20px;
}

/* */

.about {
	text-align: center;
	font-size: 18px;
}

#info {
	margin: 0 0 20px;
}

#info h1 {
	margin: 0;
}

#info p {
	margin: 0;
	padding: .5em 0 .5em;
	font-size: 18px;
	border: 1px solid #23ac38;
	text-align: center;
	font-weight: bold;
}

/* */

.contact {
	margin-left: 90px;
	padding: 12px;
	width: 740px;
	border: 1px solid #23ac38;
	text-align: center;
	color: #23ac38;
	font-size: 18px;
	border-radius: 6px;
}

/* */

ul#category {
	margin: 0 0 2em;
	padding: 10px 0 0 5px;
	height: 40px;
	background-color: #23ac38;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

/* */

ul#category li {
	float: left;
	list-style: none;
}

ul#category li a {
	margin: 0 0 0 2px;
	padding: 10px 7px 0;
	height: 29px;
	background-color: #ebf4e3;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom: 1px solid  #23ac38;
	display: block;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}

ul#category li a:hover,
ul#category li a.active{
	background-color: #ffffff;
	border-bottom: 1px solid  #ffffff;
	color: #000000;
}

/* */

ul#sub_category {
	margin-bottom: 40px;
	padding-left: 20px;
	list-style: none;
}

/* */

table.index_table {
	margin-left: 8px;
	width: 900px;
	border-collapse: collapse;
}

table.index_table th {
	border-right: 1px solid #23ac38;
	border-bottom: 1px solid #23ac38;
	border-left: 1px solid #23ac38;
	font-weight: normal;
	font-size: 12px;
}

table.index_table th.col01 {
	padding: .2em;
	background-color: #23ac38;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
}

table.index_table th.col02 {
	width: 180px
}

table.index_table th.col03,
table.index_table th.col04 {
	width: 50px;
	font-size: 10px;
}

table.index_table th.col05 {
	width: 60px;
	font-size: 10px;
}

table.index_table td {
	padding: .4em;
	border-bottom: 1px solid #23ac38;	
}

table.index_table td.col03 {
	background-color: #ebf4e3; 
	text-align: center;
}

table.index_table td.col04 {
	text-align: center;
}


p.return_tabs {
	margin-right: 15px;
	margin-bottom: 40px;
	text-align: right;
}

/* */

table#teiansho {
	width: 900px;
	border-collapse: collapse;
}

table#teiansho td{
	padding: 0 10px 10px 10px;
	vertical-align: top;
}

table#teiansho td h1,
table#teiansho td h2,
table#teiansho td h3 {
	font-size: 13px;
	color: #999999;
}

table#teiansho td#teianmei{
	width: 420px;
	font-size: 28px;
}

table#teiansho td#uri_top{
	padding: 0;
	height: 27px;
	background-image: url(img/uri_top.png);
	background-repeat: no-repeat;
	border-bottom: none;
}

table#teiansho td#uri_middle{
	padding: 0 40px 0 20px;
	width: 390px;
	background-image: url(img/uri_middle.png);
	background-repeat: repeat-y;
	font-size: 24px;
	border-bottom: none;
}

table#teiansho td#uri_bottom{
	background-image: url(img/uri_bottom.png);
	background-repeat: no-repeat;
	padding: 0;
	height: 75px;
}

table#teiansho td#img{
	padding: 0;
	border: 3px solid #000000;
}

table#teiansho td#points {
	padding: 0;
}

table#teiansho td#points table{
	margin-top: 10px;
    width: 450px;
}

table#teiansho td#img_title,
table#teiansho td#seisankyoten_title,
table#teiansho td#point_title,
table#teiansho td#ouyou_title,
table#teiansho td#nextx_title {
	padding: 0 10px;
	background-color: #000000;
	border: 3px solid #000000;
}

table#teiansho td#img_title02{
	padding: 0 10px;
	border-top: 3px solid #000000;
	border-right: 3px solid #000000;
	border-left: 3px solid #000000;
	background-image: url(img/img_title02_bg.png);
	background-repeat: repeat-y;
}

table#teiansho td#img_title h3,
table#teiansho td#seisankyoten_title h3,
table#teiansho td#point_title h3,
table#teiansho td#ouyou_title h3,
table#teiansho td#nextx_title h3{
	margin: 0;
	color: #ffffff;
}

table#teiansho td#img_title02 h3{
	margin: 0;
}
table#teiansho td#img_title02 h3 span{
    padding-left: 240px;
	color: #ffffff;
}

table#teiansho td#seisankyoten,
table#teiansho td#point,
table#teiansho td#ouyou,
table#teiansho td#nextx {
	padding: 5px;
	border: 3px solid #000000;
}

table#teiansho td#spec {
	border-left: 5px solid #000000;
}

table#teiansho td#spec p#corporate_name {
	font-size: 28px;
	font-weight: bold;
}

table#teiansho td#spec h3 {
	margin: .2em 0;
}

p.return_index {
	margin-right: 15px;
	text-align: right;
}


/* footer block ############################################################################# */

#footer {
	margin-top: 60px;
	height: 14px;
	display: block;
	font-size: 0;
	background-image: url(img/txt_copyright.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #004896;
}