@charset "Shift_JIS";					/*使用する文字コード*/

/* -----------------------------------
 base
----------------------------------- */
* {
    margin: 0;
	padding: 0;
	font-style: normal;
}

html {
    margin-bottom:1px;
    height:100%;
    }


body {
	background-color: #EEF5FB;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 1.6em;
	color: #333333;
}

img {
	border: 0;
	vertical-align: bottom;
}

hr {display: none;}

ul {list-style: none;}


a:link,a:visited {color: #007ed0; text-decoration: underline; cursor:pointer;cursor:hand}
a:hover,a:active {color: #666666; text-decoration: none; cursor:pointer;cursor:hand}


/* -----------------------------------
 フォントカラーの指定
----------------------------------- */
.red {color: #FF0000;}


/* -----------------------------------
 head
----------------------------------- */
div#head_bg {
	background: transparent url(../common_images/head_bg.jpg) repeat-x left bottom;
	height: 71px;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#head_bg table {
	width: 800px;
	height: 55px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
div#head_bg table td {
	vertical-align: bottom;
	text-align: left;
}
div#head_bg table td#head_left img {
	margin-bottom: 2px;
	text-align: left;
}
div#head_bg table td#head_right {
	text-align: right;
	font-size: 100%;
	line-height: 1.6em;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}
div#head_bg table td#head_right ul {
	font-size: 83%;
}
div#head_bg ul li {
	display: inline;
}
div#head_bg ul li img {
	vertical-align: middle;
}


/* -----------------------------------
 global navi
----------------------------------- */
div#global_bg {
	background: transparent url(../common_images/global_bg.jpg) repeat-x left top;
	height: 51px;
	margin: 0;
	padding: 0;
	clear: both;
	text-align: center;
}
div#global_bg table {
	width: 800px;
	height: 33px;
	margin: 0 auto;
	padding: 0;
}
div#global_bg table td {
	padding-top: 8px;
	vertical-align: top;
	text-align: left;
}

div#global_bg li {
    float: left;
}
div#global_bg li.global_margin {
	margin-right: 5px;
}



/* -----------------------------------
 foot
----------------------------------- */
div#foot {
	clear:both;
	background-color: #FFFFFF;
	width: 800px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
table#foot_bnr {
	background-color: #D9EBF7;
	width: 770px;
	height: 62px;
	margin: 0 auto;
	padding: 0;
}
table#foot_bnr ul {
	margin: 0;
	padding-left: 11px;
}
table#foot_bnr li {
	float: left;
	margin-right: 5px;
	padding: 0;
}

table#foot_navi {
	background-color: #010066;
	width: 800px;
	text-align: center;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
table#foot_navi td {
	padding: 7px 0 7px 15px;
}
#foot #foot_navi ul {
	text-align: left;
}

table#foot_navi li {
	display: inline;
	font-size: 83%;
	color: #FFFFFF;
}
table#foot_navi a:link,table#foot_navi a:visited {color: #FFFFFF; text-decoration: underline;}
table#foot_navi a:hover,table#foot_navi a:active {color: #FFFFFF; text-decoration: none;}

table#foot_copy {
	width: 770px;
	height: 14px;
	margin: 0 auto;
	text-align: left;
}
table#foot_copy td#copy_right {
	text-align: right;
}
#footer {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}




/* -----------------------------------
 contents
----------------------------------- */
table#contents {
	background: url(../common_images/contents_bg.gif) repeat-x left top #FFFFFF;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

.textStrong { font-weight: bold; }

ul.listSquare li { list-style-type: square; }

.off { display: none; }
