@charset "utf-8";
/* CSS Document */

body {
	background-color: #EDEDED;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:84%;
	line-height:1.4;
	background-image: url(../image/body-bck.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	}

a {
	color:#333366;
	text-decoration: none;
	}

a:link {
	color: #333366;
	text-decoration: none;
	}

a:visited {
	color: #333366;
	text-decoration: none;
	}

a:active {
	color:#6699CC;
	text-decoration: underline;
	}

a:hover {
	color: #333366;
	text-decoration: underline;
	}

/**/
#ex_head {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 804px;
	background-color: #FFFFFF;
	background-image: url(../image/container-bck.png);
	background-repeat: repeat-y;
	 }

#ex_head_logo{
	float:left;
	padding-top:12px;
	padding-left:22px;
}

#ex_head_contents_name {
	float:right;
	margin-right:4px;
	width:250px;
	height:33px;
	overflow:hidden;
	font-size:10pt;
	line-height:14px;
	margin-top:7px;
}

#ex_head_contents_name span {
	display:block;
	width:250px;
	height:32px;
	position:absolute;
	background-image:url(../image/lev2-title.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:hand;
}

/**/
#ex_body {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 30px 0px 0px 0px;
	width: 804px;
	background-color: #FFFFFF;
	background-image: url(../image/container-bck.png);
	background-repeat: repeat-y;
	 }

#ex_body #ex_contents{
	width:540px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

#ex_body H1.exname {
	font-size:16pt;
	line-height:1.2;
	font-weight:bold;
	background-color:#EDEDED;
	margin:0px 0px 15px 0px;
	padding:6px 16px 6px 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.ex_photo{
	text-align:center;

}

#ex_body table.ex_info{
	width:540px;
	margin:30px 0px 0px 0px;
	border-collapse: collapse;
	
}

#ex_body table.ex_info th {
	text-align:left;
	background-color:#ededed;
	font-weight:bold;
	color:#333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding:6px 8px 6px 16px;
	width:20%;
}

#ex_body table.ex_info td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-top-style: solid;
	border-bottom-style: solid;
	padding:6px 8px 6px 16px;
	width:80%;
}


/**/

#ex_footer{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 50px 0px 0px 0px;
	width: 804px;
	background-color: #FFFFFF;
	background-image: url(../image/container-bck.png);
	background-repeat: repeat-y;
}

#footer {
	padding: 0px 3px 30px 3px;
	background-image: url(../image/container-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer #foot_menus {
	background-color: #E6E6E6;
	margin:0px;
	padding:3px 20px 3px 20px;
}

#footer #foot_menus ul.regular {
	display:block;
	margin:0px;
	padding:0px;
	list-style-type: none;
	float:left;
}

#footer #foot_menus ul.regular li{
	float:left;
	padding:0px 0px 0px 16px;
	margin-right:10px;
	background-image: url(../image/li-mark-a.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

#footer #foot_menus ul.regular li a{
	white-space:nowrap;
}

#footer #foot_menus ul.util {
	float:right;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

#footer #foot_menus ul.util li{
	float:left;
	padding:0px 0px 0px 16px;
	margin-left:10px;
	background-image: url(../image/li-mark-a.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

#footer #foot_menus ul.util li a{
	white-space:nowrap;
}

#ex_copyright {
	display:block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 804px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #EDEDED;
	padding:3px 0px 10px 0px;
}

/**/
.clear {
	clear:both;
}

@media print{

body{
	background-color:#FFFFFF;
	background-image: none;
}
#ex_head {
	width: 540px;
	background-image: none;
	 }
#ex_body {
	width: 540px;
	background-image: none;
	 }
#ex_footer{
	display:none;
}

#ex_copyright {
	width: 540px;
}

}

