/* CSS Document */
@charset "Shift_JIS";


/* 【共通】bodyの設定 */
body {
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

/* 【共通】bodyの背景画像設定 */
body {
	background-color: #FFFFFF;
	background-image: url(../img/common/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}

/* 【共通】文字サイズの設定 */
td {
	font-size: 80%;
	line-height: 1.3em;
	color: #333;
}


/* 【共通】リンクカラー設定 */
	a {text-decoration: underline;color:#000066;}
	a:link {text-decoration: underline;color:#000066;}
	a:visited {text-decoration: underline;color:#5555FF;}
	a:active {text-decoration: underline;color:#FF3300;}
	a:hover {TEXT-DECORATION:underline ; COLOR:#FF6600 ; background-color:#FFEECC ; }


/* 【共通】見出し１の設定 */
h1 {
	font-size: 10px;
	color: #999;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* 【共通】見出し２の設定 */
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}


/* 【共通】点線罫線の設定 */
hr {
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	border: 1px;
	border-style: dotted;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* 【共通】パン屑リストの文字設定 */
.footstamp {
	font-size: 11px;
	line-height: 1.4em;
	color: #444;
}


/* 【共通】住所・業務内容部分の文字設定 */
.cominfo {
	font-size: 11px;
	line-height: 1.4em;
	color: #444;
}