@charset "utf-8";
/* ポップアップウインドウ */

* {
	margin: 0;
	padding: 0;
	}

body {
	color:#333333;
	}

/* ■枠■ */
/*外枠*/
#frame {
	margin: auto;
	width: 480px;
	height:300px;
	text-align:center;
	border: 1px solid #CCCCCC;
	}
/*内枠*/
#frame2 {
	width: 460px;
	height:280px;
	margin:10px;
	text-align: left;
	background-color: #F3F4F6;
	}
/*レイアウト枠*/
#frame3 {
	width: 430px;
	height:250px;
	padding:15px;
	text-align: left;
	}


/* ■基本リンク■ */
a:link {
	color: #003399;
	text-decoration: underline;
}

a:visited {
	color: #003399;
	text-decoration: underline;
}

a:hover {
	color: #003399;
	text-decoration: none;
}

a:active {
	color: #003399;
	text-decoration: none;
}

/* ■タイトル■ */
p.f12 {
	font-size: 75%;
	line-height:160%;
	}

/* ■タイトル■ */
p.tit {
	margin-bottom:10px;
	}

/* ■お問い合わせタイトル■ */
p.inq {
	font-size: 87.5%;
	line-height: 160%;
	font-weight:bold;
	}

p.inq img {
	margin-left:20px;
	margin-right:5px;
	}

/* ■注意事項■ */
dl {
	margin-left:0px;
	margin-top:10px;
	font-size: 75%;
	line-height:160%;
	}

dl dt {
	float:left;
	width:20px;
	clear:both;
	}

dl dt dd {
	float:left;
	}

/* ■回りこみ解除■ */
br.clear {
	clear:both;
	}


/* ■区切り線■ */
div.line {
	width:430px;
	height:9px;
	background-repeat: no-repeat;
	background-image:url(../img/dot_x530.gif);
	margin-top:10px;
	margin-bottom:10px;
	}


/* ■閉じるボタン■ */
.close {
	text-align:center;
	margin-top:20px;
	}
