﻿/* CSS layout */
body {
	background-position: right bottom;
	font-size: 1em;
	font-family: font-family:'Meiryo', 'メイリオ','Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ ゴシック',sans-serif;
	color: #333333;
	text-align: left;
	
}

.bg-taitle01{background:#F8F4EF}

a:link {
	color: #333333;
	text-decoration: none;
	background:none

}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #00567D;
	text-decoration: underline;
	background:none
}

.text-nondekoration{text-decoration:none;}