/* CSS Document */

a:link 
{
	color:#000000;
	text-decoration: underline;
} 

a:visited {
	color:#000000;
	text-decoration: underline;
}
 
a:hover {
	color: #000000;
	text-decoration: underline;
} 

a:active {
	color:#000000;
	text-decoration: underline;
} 

body{
	background-image:url(../img/bg01.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	background-attachment:fixed;
}

ul{
	margin-top:10px;
}

li{
	margin-bottom:4px;
}

h2 {
	font-size:14px;
	margin: 0px;
	font-weight: 700;;
	display: block;
}

.LmHeight{
	margin-bottom:10px;
}

.ttl-b{
	 line-height:30px;
	 text-align:left;
	 padding-left:45px;
	 background-image:url(../img/bar06.jpg);
	 background-repeat:no-repeat;
	 color:#E8285B;
	 font-size:14px;
	 font-weight:700;
}

.box-txt{
	 text-align:left;
	 line-height:18px;
}

.txt-mar01{
	 margin-top:5px;
	 margin-left:5px;
	 margin-bottom:5px;
	 
}

