/* CSS Document */

body{
	  font-size : 12px;
	  color : #333333;
	  line-height : 145%;
	  margin: 0;
	padding: 0px;
	background-color: #E4E4E4;
	}
.c1 {
     text-align:left; 
} 
.foot{
     font-size: 10px;
	 color: #ffffff; }
	 
.new{
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	line-height: 180%;
	text-align:left;}
.txt11{
	font-size: 11px;
	color: #333333;
	font-style: normal;
	line-height: 110%;
}
.txt10{
	font-size: 10px;
	color: #999999;
	font-style: normal;
	line-height: 110%;
}
.txt-cre{
	font-size: 10px;
	color: #666666;
	line-height: 110%;
	margin-bottom: 15px;
	margin-top: 2px;
}
.bm{
	font-size: 10px;
	color: #999999;
	font-style: normal;
}
.title{
	font-size: 11px;
	color: #FF6633;
	font-style:normal;
	line-height:130%;
	font-weight: bold;
}
.title_b{
	font-size: 12px;
	color: #00b0e3;
	font-style:normal;
	line-height:130%;
	font-weight: bold;
}
.txt-ph{
	font-size: 11px;
	color: #333333;
	font-style: normal;
	line-height: 110%;
	text-align:right;
}

.new02 {
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	}
.nomal {
	  font-size : 12px;
	  color : #333333;
	  line-height : 130%;
	  	}
		
.explanation{font-size: 12px; line-height:130%; color: #0099CC;}
a:link { font-size: 12px; color: #0099CC; text-decoration: none;}
a:hover { font-size: 12px; color: #FF6600; text-decoration: underline;}
a:visited { font-size: 12px;color:#0099CC;;  text-decoration: none;}

/*----------------TOPリンクの指定----------------*/
a.tlink:link {
	color: #ffc800; text-decoration: none;}

a.tlink:hover {
	color: #ffea00; text-decoration: underline;}

a.tlink:visited {
	color: #ffc800; text-decoration: none;}
	
h1,h2,h3,h4{
    margin-top:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
    padding:0;
}

/* 上マージン */
.top05 {
	margin-top: 5px;
}
.top10 {
	margin-top: 10px;
}
.top15 {
	margin-top: 15px;
}
.top20 {
	margin-top: 20px;
}
/* 左側のマージン */

.left05 {
	margin-left: 5px;
}
.left08 {
	margin-left: 8px;
}
.left10 {
	margin-left: 10px;
}
.left15 {
	margin-left: 15px;
}
.left20 {
	margin-left: 20px;
}
/* 右側のマージン */

.right05 {
	margin-right: 5px;
}
.right08 {
	margin-right: 8px;
}
.right10 {
	margin-right: 10px;
}
.right15 {
	margin-right: 15px;
}
.right20 {
	margin-right: 20px;
}
/* 下のマージン */
.bottom02 {
	margin-bottom: 2px;
}
.bottom05 {
	margin-bottom: 5px;
}
.bottom08 {
	margin-bottom: 8px;
}
.bottom10 {
	margin-bottom: 10px;
}
.bottom15 {
	margin-bottom: 15px;
}
.bottom20 {
	margin-bottom: 20px;
}
.bottom25 {
	margin-bottom: 25px;
}
