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

/* -----------------------------------
 base
----------------------------------- */
* {
    margin: 0;
	padding: 0;
	font-style: normal;
}

body {
	background-color: #EEF5FB;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #454545;
	font-size: 100%;
}

img {
	border: 0;
	vertical-align: bottom;
}

hr {display: none;}

ul {list-style: none;}

a:link,a:visited {color: #007ed0; text-decoration: underline;}
a:hover,a:active {color: #666666; text-decoration: none;}


/* -----------------------------------
 
----------------------------------- */
.red {color: #FF0000;}


/* -----------------------------------
 head
----------------------------------- */
div#head_bg {
	background: transparent url(../common_images/e_head_bg.jpg) repeat-x left bottom;
	height: 71px;
	margin: 0;
	padding: 0;
}
div#head_bg table {
	width: 800px;
	height: 55px;
	margin: 0 auto;
	padding: 0;
}
div#head_bg table td {
	vertical-align: bottom;
}
div#head_bg table td#head_left img {
	margin-bottom: 2px;
}
div#head_bg table td#head_right { text-align: right; 
}
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/e_global_bg.jpg) repeat-x left top;
	height: 51px;
	margin: 0;
	padding: 0;
	clear: both;
}
div#global_bg table {
	width: 802px;
	height: 33px;
	margin: 0 auto;
	padding: 0;
}
div#global_bg table td {
	padding-top: 8px;
	vertical-align: top;
	text-align: center;
	padding-left: 2px;
}

div#global_bg li {
	float: left;
	margin: 0px;
	padding: 0px;
}
div#global_bg li.global_margin { margin-right: 5px; 
}



/* -----------------------------------
 foot
----------------------------------- */
div#foot {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0 auto;
	padding:  15px 0 20px;
}
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: 100%;
	margin: 25px 0 5px;
}
table#foot_navi td {
	padding: 7px 0 7px 15px;
}
table#foot_navi li {
	display: inline;
	font-size: 0.7em;
	color: #CCCCFF;
}



table#foot_navi a:link,table#foot_navi a:visited {
	color: #CCCCFF;
	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;
}
table#foot_copy td#copy_right {
	text-align: right;
}



/* -----------------------------------
 contents
----------------------------------- */
table#contents {
	background: url(../common_images/e_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; }

#contents #main2 .listBoxA p { font-size: 0.8em; }

