@charset "Shift_JIS";

@import "reset-min.css";

body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 10px;
	text-align: left;
	color: #333333;
	line-height: 150%;
	font-size: 12px;
}

.layout {
	width: 450px;
	border-bottom: 1px dashed #B2B2B2;
	padding-bottom: 10px;
	padding-top: 10px;
	clear: both;
	overflow: auto;
}
.layout1 {
	width: 90px;
	float: left;
}
.layout2 {
	width: 360px;
	float: left;
}

/*　リンク　*/

a:visited { color: #a479b1; text-decoration: underline}
a:link { color: #1f9132; text-decoration: underline}
a:hover { color: #63de6e; text-decoration: underline}