@charset "UTF-8";
/* CSS Document */



/* =================================== */
/* 基本設定 */
/* =================================== */
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	margin: 0px;
	padding: 0px;
}
.wrap #container {
	width: 800px;
	padding: 20px;
	margin: 0px auto 0px auto;
}
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
a:active {
	color: #003399;
	text-decoration: underline;
}
img {
	border: none;
	vertical-align:top;
}



/* =================================== */
/* 基本フォントカラー設定 */
/* =================================== */
.red {
	color: #CC0000;
}



/* =================================== */
/* コンテンツスペースの設定 */
/* =================================== */
.wrap #contents{ /* コンテンツスペース */
	width:800px;
}
.wrap #contents h2{ /* ページ見出し */
	font-size: 130%;
	color:#555555;
	font-weight:normal;
	width: 95%;
	margin: 0px auto 40px auto;
}



/* =================================== */
/* フッターの設定 */
/* =================================== */
.wrap #foot{
	font-size: 80%;
	text-align:center;
	margin: 10% auto 5% auto;
	border-top: 1px solid #CCCCCC;
}
.foot_menu{
	line-height:1.4em;
	text-align:center;
	margin: 2% 0;
}



/* =================================== */
/* その他の設定 */
/* =================================== */
.clear {
	clear:both;
}