@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 {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-family: Arial, Helvetica, "sans-serif";
	margin: 0;
	padding: 0;
}
#container {
	padding: 0;
	margin: 0 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;
}



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



/* =================================== */
/* コンテンツスペース　設定 */
/* =================================== */
 #contents{ /* コンテンツスペース　ベース */
	width: 100%;
	margin: 0 auto;
}
#contents h2{ /* コンテンツスペース　見出し */
	font-size: 24px;
	color: #333333;
	text-align: center;
	line-height:30px;
	height: 40px;
	width: 100%;
	margin: 40px 0 20px 0;
	border-bottom: 5px solid #ddaacc;
}
#contents h3{ /* コンテンツスペース　見出し */
	font-size: 18px;
	color:#333333;
	text-align: center;
	line-height:40px;
	background-color: #ffcccc;
	height: 40px;
	margin-bottom: 20px;
}


/* =================================== */
/* フッター　設定 */
/* =================================== */
#foot{
	color: #555555;
	font-size: 16px;
	text-align:center;
	background-color: #fae6f0;
	height: 200px;
	margin: 0 auto;
	border-top: 1px solid #CCCCCC;
}
.foot_menu{
	line-height:1.4em;
	text-align:center;
	margin: 20px 0;
}



/* =================================== */
/* 問い合わせ先　設定 */
/* =================================== */
#contact_information{ /* 問い合わせ先　ベース */
	width: 100%;
	margin-top: 40px;
	padding: 20px 0;
	background-color: #222222;
	background-image: url("contact_information_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
}
#contact_information h5{ /* 問い合わせ先　電話番号 */
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 2px;
	padding: 5px 0;
}
#contact_information h6{ /* 問い合わせ先　住所 */
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	padding: 5px;
}
 #contact_information p{ /* 問い合わせ先　住所 */
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
}
#contact_information .small{ /* 問い合わせ先　電話番号 */
	font-size: 18px;
}



/* =================================== */
/* その他　設定 */
/* =================================== */
hr {
	height: 1px;
	margin: 40px auto 60px auto;
	border: none;
	border-top: solid 1px #cccccc;
}

.clear {
	clear:both;
}