@charset "shift_jis";


/*------------------------------------------------------
 ページ全体
------------------------------------------------------*/
body {
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 17px;
}
td,tr {
	font-size: 13px;
	color: #505050;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5em;
}
table.tbl {
	table-layout: auto;
	margin-right: auto;
	margin-left: auto;
	width: 766px;
	background-color: #FFFFFF;
}

p{
	margin: 0px;
	padding: 0px;
}

/*	ヘッダー部　タイトル	*/
#title {
	font-size: 8pt;
}


/*　リンク */
a{
	text-decoration: none;
	color: #231F20;
}
a:hover{
	color: #231F20;
	text-decoration: underline;
}

.base_bg_left {
	background-image: url(../common/bg_left.gif);
	background-repeat: repeat-y;
	width: 12px;
}
.base_bg_right {
	background-image: url(../common/bg_right.gif);
	background-repeat: repeat-y;
	width: 12px;
}
