body {
	background-image: url(images/bg.gif);
 margin:0;
}

/*基本テキスト設定*************************************************/
.txt10bla {
	font-size: 10px;
 color:#333333;
	line-height: 120%;
}
.txt12bla {
	font-size: 12px;
 color:#333333;
	line-height: 120%;
}
.txt10white {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 120%;
}

.txt12white {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 120%;
}

.txt12blu {
	font-size: 12px;
 color:#0000CC;
	line-height: 120%;
}
.txt12lblu {
	font-size: 12px;
 color:#0066CC;
	line-height: 120%;
}
.txt12red {
	font-size: 12px;
 color:#CC0000;
	line-height: 120%;
}
.txt12red2 {
	font-size: 12px;
 color:#FF0000;
	line-height: 120%;
}
.txt12ora {
	font-size: 12px;
 color:#FF6600;
	line-height: 120%;
}

/*リンク設定*************************************************/
a{
color:#6767B1;
text-decoration: underline;
}
a:hover {
 color:#6767B1;
	text-decoration: none;
}
.footer a{
	color:#FFFFFF;
	text-decoration: none;
}
.footer a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}

/*タイトル設定*************************************************/
.title01 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: text-botom;
	height: 25px;
	background-image: url(images/top/t_back.gif);
	width: 500px;
	padding-left: 10px;



}


/*見出し設定*************************************************/
.left-text {
	font-size: 12px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-color: #000000;
	font-weight: bold;
}