@charset "Shift_JIS";

* {
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	font-size:15px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color:#000000;
	line-height:1em;
	background-color:#054d8f;
	text-align:left;
	background-image:url(../img/header_bg.jpg);
	background-repeat:repeat-x;
}

img {
	border:none;
}

table {
	border-collapse:collapse;
}

iframe {
	display:block;
}

a {
	color:#206AB3;
	text-decoration:underline;
}

a:hover {
	color:#206AB3;
	text-decoration:none;
}

.dispNone {
	display:none;
}

ul.default {
	margin-left:20px;
}

ol.default {
	margin-left:25px;
}

.fontRed {
	color:#CC0000;
}

.linkImageButton img {
	vertical-align: middle;
}

.linkImageButton:hover {
	left:1px; top:1px; position:relative;
}

table.default {
	width:100%;
	border-top:1px dotted #999999;
}

table.default th {
	font-weight:normal;
	border-bottom:1px dotted #999999;
	width:150px;
	padding:8px 10px;
	vertical-align:top;
}

table.default td {
	border-bottom:1px dotted #999999;
	padding:8px 10px;
	vertical-align:top;
}


#header {
	width:910px;
	height:161px;
	margin:auto;
}

#header #index_link {
	text-indent:-9999px;
	background-image:none;
	background-repeat:no-repeat;
	text-decoration:none;
	float:left;
}

#header #index_link a {
	height:115px;
	width:266px;
	display:block;
	text-decoration:none;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
}

#mainMenu {
	float:right;
	width:440px;
	background-image:url(../img/menuEnd.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:11px;
	margin-top:85px;
}

#mainMenu li {
	float:left;
	list-style:none;
	text-indent:-9999px;
	font-size:10px;
}

#mainMenu li a {
	text-decoration:none;
	display:block;
	width:110px;
	height:55px;
	background-repeat:no-repeat;
}

#mainMenu .menu01 {
	background-image:url(../img/menu_01on.jpg);
}
#mainMenu .menu01 a{
	background-image:url(../img/menu_01.jpg);
}
#mainMenu .menu01 a:hover {
	background:none;
}

#mainMenu .menu02 {
	background-image:url(../img/menu_02on.jpg);
}
#mainMenu .menu02 a{
	background-image:url(../img/menu_02.jpg);
}
#mainMenu .menu02 a:hover {
	background:none;
}

#mainMenu .menu03 {
	background-image:url(../img/menu_03on.jpg);
}
#mainMenu .menu03 a{
	background-image:url(../img/menu_03.jpg);
}
#mainMenu .menu03 a:hover {
	background:none;
}

#mainMenu .menu04 {
	background-image:url(../img/menu_04on.jpg);
}
#mainMenu .menu04 a{
	background-image:url(../img/menu_04.jpg);
}
#mainMenu .menu04 a:hover {
	background:none;
}




#wrapper {
	margin:auto;
	background-color:#FFFFFF;
	padding:15px 0;
}

.inner {
	width:900px;
	margin:auto;
}


#contents {
	float:left;
	width:700px;
	padding:0 15px 0 0;
	line-height:1.3em;
	border-right:1px solid #D9E7F5;
}


h2 {
	color:#095BA6;
	font-size:19px;
	font-weight:bold;
	border-left:7px solid #095BA6;
	padding:5px 0 5px 10px;
	margin-bottom:20px;
}

h3 {
	margin:20px 0 8px 0;
	font-size:15px;
	font-weight:bold;
	color:#2170B5;
}

.box {
	margin-bottom:35px;
	clear:both;
}
.box p {
	margin-bottom:1em;
}

#navigation {
	float:right;
	width:170px;
	font-size:13px;
	line-height:1.3em;
}

#navigation h4 {
	font-size:15px;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:10px;
	color:#095BA6;
	border-bottom:3px double #999999;
}

#navigation .bannerList {
	list-style:none;
}




#footer {
	background-image:url(../img/footer_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:45px;
	padding-top:32px;
}


#footer address {
	width:369px;
	height:17px;
	text-indent:-9999px;
	background-image:url(../img/copyright.gif);
	background-repeat:no-repeat;
}


/** index  **/


#main_image {
	background-image:url(../img/main_image.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#main_image p {
	width:450px;
	line-height:1.5em;
}


/** staff  **/

.staffList {
	list-style:none;
}

.staffList li {
	list-style:none;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #999999;
}

.staffList .staffImage {
	display:block;
	float:left;
	padding:5px;
	border:1px solid #CCCCCC;
	margin:0 15px 3px 0;
}


.staffList dt{
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}


/** results  **/

.flow li {
	background-image:url(../img/arrow.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:12px;
	margin-bottom:5px;
}

.flow li.end {
	background-image:none;
	padding-bottom:0;
	margin-bottom:0;
}


.results {
	width:100%;
	border:1px solid #CCCCCC;
	
}

.results th {
	background-color:#F2F9FD;
	border:1px solid #CCCCCC;
	padding:5px;
}	

.results td {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:5px;
}	



/** clear  **/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/** clear  **/
