@charset "shift_jis";

/* --------------------------------
■ページ
-------------------------------- */
body {
	background:#fff;
}

/* --------------------------------
■ヘッダー
-------------------------------- */
#Header {
	position:relative;
	padding:15px 0 0;
	background:#fff;
	border-bottom:3px solid #6da7e6;
}
#Header .vis {
	overflow:hidden;
	_zoom:1;
	padding-bottom:18px;
}
#Header .vis img.logo {
	display:block;
	float:left;
	margin:11px 0 0 16px;
}

/* --------------------------------
■フッター
-------------------------------- */

/* latout.css より転記　ここから↓　*/
#Footer {
	clear:both;
	padding:15px 0 10px;
	border-top:1px solid #999;
}
#Footer,
#Footer a {
	color:#666;
}

#Footer .bar {
	overflow:hidden;
	font-size:92%;
	_zoom:1;
}
#Footer .bar li {
	float:left;
	margin-right:1em;
	font-size:108%;
}
#Footer .bar p {
	float:right;
}
#Footer a {
	text-decoration:underline;
}
#Footer a:hover {
	text-decoration:none;
}

/* latout.css より転記　ここまで↑　*/

#Footer .bar {
	margin:0 16px;
}

/* --------------------------------
■コンテンツ
-------------------------------- */
#Box {
	width:768px;
	margin:16px auto;
	text-align:left;
}
#Box h1 {
	margin:0 0 6px;
	padding:12px 0 12px 3px;
	color:#333;
	font-size:18px;
	background:url(../img/dot_gray.gif) repeat-x left bottom;
}
#Box .close {
	float:right;
	background:url(../img/close.gif) no-repeat;
	margin:16px 0;
}
#Box .close a {
	padding:0 15px;
	line-height:12px;
	font-size:11px;
}
#Box .sec-att {
	padding:4px 4px 20px;
	font-weight:bold;
}
#Box .sec-att a {
	display:block;
	float:right;
	padding:4px 25px 4px 15px;
	background:url(../img/arrow_right_gt_blu.gif) no-repeat 94% 50%;
	color:#2175d9;
}

