@charset "EUC-JP";
body {
	margin: 0px;
	padding: 0px;
	background-color: #d9d9d9;
	background-image: url(/common/img/bg-info.gif);
	background-repeat: repeat-y;
}
form {
	margin: 0px;
	padding: 0px;
}
.input-search {
	border: 1px solid #90A6BA;
}
#main{
	width:538px;
	margin-left:20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 10pt;

}
.pic-pad {
	margin-left: 10px;
	margin-bottom: 10px;
}
.info-ul{margin:0;padding:0;list-style-type:none;}
.info-li{margin:0;padding:0;border-bottom:1px dashed #C7C7C4;}
.info-lion{margin:0;padding:0;border-bottom:1px dashed #C7C7C4;background-color:#dededc;color:#333;}
.info-mn{padding:8px;font-size:8pt;}
.info-mn:link{color:#333;text-decoration:none;background-color:#f4f4f1;display:block;}
.info-mn:visited{color:#333;text-decoration:none;background-color:#f4f4f1;display:block;}
.info-mn:hover{color:#333;text-decoration:none;background-color:#dededc;display:block;}

.titleline{margin:0 5px; padding:5px; border-bottom:1px solid #333333;border-left:3px solid #333333; font-size=12pt; font-weight: bold ;}


/*---------------------------------------- 2010.08.17追加*/

/* タイトル
----------------------------*/
div.titleBox {
    position: relative;
	background: url(../../img/access_title.gif) no-repeat 0 0;
	width: 591px;
	/*height: 53px;*/
	height: 53px;
	margin: 0;
	padding: 0;
}

div.titleBox h1 { text-indent: -9999em; }

div.titleBox .btn_titleBox {
    position: absolute;
	bottom: 7;
	right: 18;
}

