@charset "utf-8";
@import url("line.css");
@import url("cal.css");
@import url("mouse.css");

/* CSS Document */

body {
	padding: 0px;
	background-color: #FFFEF3;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック";
	color: #7A5A5A;
}
h1 {
	display:none;
}
/* タイトル */
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #7A5A5A;
	text-decoration: none;
	padding:0;
	height: 30px;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-indent: 5px;
}
.title_sub {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 10pt;
	color: #A8A8A8;
	padding: 0px;
	text-indent: 5px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.tel {
	font-family: "Courier New", Courier, mono;
	font-size: 25px;
	font-weight: bold;
	color: #7A5A5A;
	text-decoration: none;
	padding:0;
	height: 30px;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-indent: 5px;
}


/* コピーライト */
.copyright {
	font-size: 10px;
}

/* テーブルデコレーション */
.contents_box {
	border: 1px solid #999999;
	font-size: 12pt;
	margin-left: 5px;
}
.contents_box table {
	font-size: 12px;
}



/* リンク */
a:link {
	color: #3EB134;
	text-decoration: none;
}
a:hover {
	color: #CB5253;
	text-decoration: underline;
}
a:hover {
	color: #CB5253;
	text-decoration: underline;
}
a:visited {
	color: #3EB134;
	text-decoration: none;
}


/* テキスト */
.txt10pt {
	font-size: 10pt;
	margin-left: 5px;
	margin-right: 5px;
}




