

/*---------------------------------------------
	body
---------------------------------------------*/
body {
	margin : 0 auto;
    padding : 0;
    height: 100%;
	font-size: 14px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color : #333;
	line-height: 18px;
	text-align : center;
	background:url(../images/com/back.png);
	}

a:link		{ color: #0000FF; text-decoration: none; }
a:visited	{ color: #0000FF; text-decoration: none; }
a:active	{ color: #0000FF; text-decoration: none; }


/*---------------------------------------------
	base
---------------------------------------------*/
#wrapper {
	width:900px;
	font-size : 12px;
	text-align : left ;
	margin : 0 auto;
	padding : 0px 0px 0px 0px ;
	}
#contents {
	margin :10px 30px 10px 30px;
	padding : 0px 0px 10px 0px;
	height:350px;
	overflow:auto;
	}
#header {
	width : 900px;
	height: 80px;
	padding : 0px 0px 0px 0px;
	margin: 0 auto;
	text-align: center;
	}
.clear {
	clear:both;
	}
#breadcrumb {
	width : 600px;
	font-size:14px;
	color: #666;
	text-align: left;
	margin : 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	}
#logo {
	float:left;
	width:400px;
	text-align:left;
	margin:20px 0px 0px 0px;
	height:54px;
	}
#logo h1 {
	text-indent:-9999px;
	}
#logo img {
	border:0;
	}
#head_inq {
	float:right;
	width:160px;
	margin:20px 0px 0px 0px;
	text-align:left;
	font-size:10px;
	}
#head_inq img {
	border:0;
	}
/*---------------------------------------------
	nav
---------------------------------------------*/
#nav {
	clear:both;
	width:900px;
	margin:0 auto;
	height:30px;
	}
#nav img {
	border:0;
	}
#nav a:hover img {
	filter: Alpha(opacity=75);
	opacity: 0.8;
}
#nav ul{
	list-style:none;
	clear:both;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
#nav ul li{
	float:left;
	margin:0 0 0 0;
	padding:0;
	height:30px;
	}
#nav ul li a{
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:30px;
	text-indent:-9999px;
	}
#nav ul li#nav1 a{
	background-image:url(../images/nav/nav1.png);
	width:150px;
	}
#nav ul li#nav2 a{
	background-image:url(../images/nav/nav2.png);
	width:150px;
	}
#nav ul li#nav3 a{
	background-image:url(../images/nav/nav3.png);
	width:150px;
	}
#nav ul li#nav4 a{
	background-image:url(../images/nav/nav4.png);
	width:150px;
	}
#nav ul li#nav5 a{
	background-image:url(../images/nav/nav5.png);
	width:150px;
	}
#nav ul li#nav6 a{
	background-image:url(../images/nav/nav6.png);
	width:150px;
	}
#nav ul li#nav7 a{
	background-image:url(../images/nav/nav7.png);
	width:150px;
	}
#nav ul li a:hover {
	filter: Alpha(opacity=80);
	opacity: 0.7;
	}
	
/*---------------------------------------------
	footer
---------------------------------------------*/

#footer {
	clear : both;
	width : 900px;
	margin:0 auto;
	padding : 0px 0px 0px 0px;
	font-size: 12px;
	text-align: center;
	height:100px;
	color:#666;
/*	background:#E9EAE8;*/
	}
#to_top {
	width : 605px ;
	margin: 30px 0px 0px 0px;
	text-align: right;
	}
#footer_pic {
	margin:48px 5px 0px 0px;
	}
#footer_pic img {
	float:left;
	border:1px solid #fff;
	margin:3px;
	}
#footer_nav {
	text-align:right;
	margin:48px 15px 65px 0px;
	color:#ccc;
	font-size:11px;
	}
#footer_nav a:link {
	color:#ccc;
	}
#footer_nav a:visited {
	color:#ccc;
	}
#footer_nav a:hover {
	color:#FFCC33;
	}
#footer_nav a:active {
	color:#ccc;
	}
#copyright {
	color:#999;
	font-size:10px;
	}
/*---------------------------------------------
	form
---------------------------------------------*/
#mf_wrapper span {
	color:#FF0000;
	}
#mf_wrapper th {
	text-align:left;
	padding:2px;
	font-size:13px;
	color:#333333;
	}
#mf_wrapper td {
	text-align:left;
	padding:2px;
	font-size:13px;
	color:#999999;
	}

/*---------------------------------------------
	text
---------------------------------------------*/
.pre {
	text-align: center;
	color: #333333;
	font-size: 15px;
	margin:40px 0px 0px 0px;
	}
.text {
	font-size:14px;
	text-align:left;
	margin:0px 70px 0px 55px;
	}
.text_ehon {
	font-size:14px;
	text-align:left;
	margin:0px 70px 0px 55px;
	}
.text th {
	border-bottom:1px dotted #ccc;
	padding:5px 0px 5px 10px;
	}
.text td {
	border-bottom:1px dotted #ccc;
	padding:5px 0px 5px 10px;
	}
.title {
	padding: 5px 0px 2px 0px;
	margin:80px 0px 15px 55px;
	height:40px;
	font-size:18px;
	color: #666;
	font-weight:bold;
	}
.title2 {
	padding: 5px 0px 2px 0px;
	margin:35px 0px 15px 55px;
	height:40px;
	font-size:18px;
	color: #666;
	font-weight:bold;
	}
.title3 {
	padding: 5px 0px 2px 0px;
	margin:5px 0px 15px 55px;
	font-size:18px;
	color: #666;
	font-weight:bold;
	}
.title4 {
	padding: 5px 0px 2px 0px;
	margin:35px 0px 5px 55px;
	height:20px;
	font-size:18px;
	color: #666;
	font-weight:bold;
	}
.main_text {
	font-size:14px;
	padding: 5px 0px 2px 0px;
	margin:25px 0px 15px 55px;
	line-height:24px;
}
.main_text_history {
	font-size:14px;
	padding: 5px 0px 2px 0px;
	margin:0px 0px 15px 100px;
	line-height:24px;
}
dl.main_text_history dt {
  clear: left;
  float: left;
  margin: -10px 0px 0px -35px;
  width: 8.5em;
  padding-left: 0px;
  color: #000;
  font-size:14px;
}
dl.main_text_history dd {
  margin-top:-10px;
  margin-bottom: 0.8em;
  margin-left: 7.0em;
  font-size:14px;
}
h1 {
	font-size:18px;
	}
h2 {
	font-size:20px;
	color:#333;
	line-height:24px;
	}
h3 {
	font-size:16px;
	color: #333;
	text-align:left;
	border-left:10px solid #669900;
	padding:0px 0px 0px 10px;
	}
h4 {
	padding: 4px 0px 5px 22px;
/*	border-bottom: dotted 1px #ccc;*/
	color: #fff;
	background-image:url(../images/com/title_sub_.png);
	background-repeat: no-repeat;
	}
h5 {
	padding: 4px 0px 5px 22px;
/*	border-bottom: dotted 1px #ccc;*/
	color: #fff;
	background-image:url(../images/com/title_sub_2.png);
	background-repeat: no-repeat;
	font-size:13px;
	}
.greenB {
	color:#009900;
	font-weight:bold;
	}
.greenBG {
	color:#0066CC;
	font-weight:bold;
	}
.blue {
	color:#003399;
	}
.list_dice {
	list-style:dice;
	line-height:21px;
	}
.navi img {
	padding: 0px 0px 5px 0px;
	}
#title_wrapper {
	float : left ; 
	width : 185px ;
	height : 100% ;
	font-size : 12px;
	text-align : left ;
	margin : 10px 0px 0px 10px ;
	padding : 0px 0px 0px 0px ;
	background-image : url(../images/title_wrapper.gif); 
	background-repeat : no-repeat;
/*	border-width : 0px 1px 1px 1px ;
	border-style : solid;
	border-color : #ccc ;*/
	}


/*---------------------------------------------
	print
---------------------------------------------*/
	.printimg{
	display:none;
	}

@media print {

	div.printimg {
	display:block;
	}
}