@charset "shift_jis";


body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #004080;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #ffffff url(images/bg.gif) repeat top;
}


h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

.look {
	color: #FF0000;
	background: #FF0000;
}

.look2 {
	color: #FFFFFF;
	background: #80FFFF;
}

.redbox {
	color: #A90310;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #ad0a17;

}



#container {
	background: #ffffff url(images/container_bg.gif) no-repeat center top;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
	width: 1050px;
}


#header {
	background: url(images/header_bg.gif) repeat-x;
	height: 94px;
	position: relative;
}

#header h1 {
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	left: 10px;
	top: 5px;
        color: #ffffff;
	line-height: 13px;
}

#header #logo {
	position: absolute;
	left: 10px;
	bottom: 5px;
}

#nav {
	position: absolute;
	top: 5px;
	right: 0px;
	line-height: 13px;
	background: none no-repeat left top;
	height: 22px;
        color: #000000;
	padding-right: 15px;
	padding-left: 30px;
}

#nav li {
	display: inline;
	margin-left: 10px;
	background: url(images/arrow1.gif) no-repeat left center;
	padding-left: 20px;
}



#menu {
	background: #CCCCCC url(images/menu_bg.gif) no-repeat;
	height: 30px;
}

#menu li {
	background: url(images/menu_bg_line.gif) no-repeat right;
	float: left;
	height: 30px;
}

#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	display: block;
	width: 10em;
	text-align: center;
	padding-right: 5px;
	padding-left: 15px;
	line-height: 30px;
}

#menu li a:hover {
	background: url(images/menu_bg_over.gif);
	color: #000000;
}

#menu2 {
	background: #CCCCCC url(images/menu_bg_over.gif) no-repeat;
	height: 30px;
}

#menu2 li {
	background: url(images/menu_bg_line.gif) no-repeat right;
	float: left;
	height: 30px;
}

#menu2 li a {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	display: block;
	width: 16em;
	text-align: center;
	padding-right: 5px;
	padding-left: 55px;
	line-height: 30px;
}

#menu2 li a:hover {
	background: url(images/menu_bg.gif);
	color: #FFFFFF;
}



#contents {
	background: url(images/contents_bg.gif) repeat-y;
}



#main {
	float: left;
	width: 750px;
	display: inline;
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: 5px;
}

#main h2 {
	font-size: 13px;
	line-height: 31px;
	background: #FFFFFF url(images/midashi_bg.gif) no-repeat;
	height: 42px;
	width: 750px;
	padding-left: 80px;
	padding-top: 5px;
}

#main p {
	margin: 0.5em 10px 1em;
}

#main-img {
	background: url(images/main_img_bottom.gif) no-repeat bottom;
	padding-bottom: 9px;
}


#sub  {
	float: right;
	width: 280px;
	margin-top: 20px;
	margin-bottom: 50px;
	display: inline;
	margin-right: 5px;
}

#sub p {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

#sub h3 {
	font-size: 100%;
        color: #000000;
	background: #FFFFFF url(images/midashi_bg2.gif) no-repeat;
	border: 0px solid #C0C0C0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
        width: 280px;
        height: 36px;
}

.sub-menu a {
	background: url(images/arrow2.gif) no-repeat 10px top;
	padding-left: 30px;
        color: #000000;
	text-decoration: none;
	display: block;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	padding-right: 10px;
	width: 236px;
}

.sub-menu a:hover {
	background: #004080 url(images/arrow2.gif) no-repeat 13px top;
        color: #FFFFFF;
}



#footer {
	clear: both;
	background: url(images/footer_bg.gif) no-repeat center;
	height: 50px;
	padding-top: 20px;
	font-size: 11px;
	text-align: center;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}



#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */




/* 2009/07/15 matsuda wrote */
.link_table {
    padding: 10px;
}
.link_table th {
    text-align: left;
    padding: 3px;
    vertical-align: top;
}
.link_table td {
    text-align: left;
    padding: 3px;
    vertical-align: top;
}
.link_table a {
    color: #000;
}