@charset "shift-jis";

/* -------------- body ------------- */

* {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}
body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
.conatiner {width: 600px;}

/* ------------ header ------------- */

.head {
	text-align: left;
	background-image: url(../img/bg_head.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
	line-height: 140%;
	height: 61px;
	font-size: 10px;
}

/* 20090603 begin */
#popup-header {position:relative;}
.head h1 {
	font-size: 10px;
	color: #1458BE;
	font-weight: normal;
	line-height: 18px;
	padding: 13px 0 0;
}
/* 20090603 end */

.Top_title {
	background-image: url(../img/bg_title.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	height: 41px;
	margin-right: 1px;
	margin-top: 17px;
}

/* --------------- footer ------------ */

.foot {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	margin: 0px;
	text-align: center;
	line-height: 140%;
	color: #333;
}
p {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 84%;
}
.cont {
	margin-top: 20px;
	margin-bottom: 20px;
}
.txtRed {
	font-weight: bold;
	color: #f00;
}
.center {text-align: center;}
.right {text-align: right;}
.marT30 {margin-top: 30px;}
.info_box {
	padding-bottom: 5px;
	border-bottom: 1px dashed #999;
}
