body {
	margin: 0px;
	background-image: url(../img/bg_head.jpg);
	background-repeat: repeat-x;
}
td {
	font-size: 12px;
}
.bg_side {
	background-image: url(../img/bg_side.jpg);
	height: 350px;
	padding-top: 20px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
}
.bg_side_tit {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image: url(../img/bg_side_tit.jpg);
	height: 45px;
	width: 182px;
	padding-left: 40px;
}
.font-white {
	color: #FFFFFF;
}
#sd_menu {
	background-image: url(../img/bg_side.jpg);
	height: 350px;
	width: 182px;
	padding: 10px 0px;
	text-indent: 10px;
}
#sd_menu li {
	list-style-type: none;
	font-weight: bold;
	height: 20px;
	text-align: left;
	padding-left: 10px;
	list-style-image: url(../img/arrow4.gif);
}
#sd_menu ul {
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}
#sd_menu a:link {
	color: #333333;
	text-decoration: none;
}
#sd_menu a:hover {
	color: #FF3300;
	text-decoration: underline;
}
#sd_menu a:visited {
	color: #003366;
}
.font-red {
	color: #FF0000;
}
.font-white a:link {
	color: #FFFFFF;
}
.font-white a:visited {
	color: #FFFFFF;
}
.font-white a:hover {
	color: #FFCC00;
}

/* 背景テーブル設定（内枠を付ける場合） */
table.table1_u {border-collapse : collapse ;
	border-width : 1px 0 0 1px ;
	border-style : solid ;
	border-color : #CCCCCC;
	}
table.table1_u td {border-width : 0 1px 1px 0 ;
	border-style : solid ;
	padding : 5 ;
	border-color : #CCCCCC;
	}