@charset "Shift_JIS";
@import "header.css";
@import "side.css";
@import "footer.css";

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	vertical-align: top;
	background-color: #DACEC0;
	background-image: url(../common_img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* コンテナ */
#container {
	margin: 0 auto;
	padding: 0;
    width: 820px;
	background: transparent;
	text-align: center;
}

/* contents */
#contents {
	margin: 0 auto;
	padding: 0;
    width: 820px;
	background: transparent;
	text-align: left;
}


/* テキストリンクのスタイル */
a:link {
    color: #6A3535;
	text-decoration: underline;
	}

a:visited {
    color: #AB5656;
	text-decoration: none;
	}
	
a:hover {
    color: #B11D17;
	text-decoration: underline;
	}

a:active {
    color: #663735;
	text-decoration: none;
	}

/* 文字のスタイル */
.f9 {
	font-size: 9px;
	line-height: 120%;
}
.f10 {
	font-size: 10px;
}
.f12 {
	font-size: 12px;
	line-height: 120%;
}
.f14 {
	font-size: 14px;
	line-height: 120%;
}

.f16 {
	font-size: 16px;
	line-height: 120%;
}
.pright10{
     font-size: 10px;
	 margin: 0;
	 padding: 0;
	 text-align: right;
	 float: right;
	 clear: both;
}
.pright12{
     font-size: 12px;
	 margin: 0;
	 padding: 0;
	 text-align: right;
	 float: right;
	 clear: both;
}
.red{
     color: #993333;
}
