/** DEFAULT */


	A:link { color: #036; text-decoration: none }
	A:visited { color: #369; text-decoration: none}
	A:active { color: #cfc; text-decoration: none} 
	A:hover { text-decoration:underline;color: #096; }
        
	A.ex:link { color:#eee;}
	A.ex:visited { color: #eee;}
	A.ex:active { color: #0FF;} 
	A.ex:hover { color: #0FF;} 

        
/** BODY */    

	body{
	background-image:url(index/back.gif);
	margin: 0px; 
	}        


img {
border: 0;
}



/** px_fix*/	
	.fix12{
	font-size:12px;
	color:#555;
	font-family:"MS PGOTHIC",Osaka,sans-serif;
	line-height:1.5;
	letter-spacing:-0.02em;
	}
	
	.fix11{
	font-size:11px;
	color:#555;
	line-height:1.4;
	letter-spacing:-0.02em;
	 }

	.fix10{
	font-size:10px;
	color:#555;
	line-height:1.3;
	letter-spacing:-0.02em;
	 }

/** IE　文字サイズ「中」を基準*/

	.font100{                     /**見出し**/
	font-size:100%;
	color:#555;
	font-family:"MS PGOTHIC",Osaka,sans-serif;
	line-height:1.4;
	}

	.font75{                     /**本文**/
	font-size:75%;
	color:#555;
	font-family:"MS PGOTHIC",Osaka,sans-serif;
	line-height:1.4;
	}

    .font70{
	font-size:70%;
	color:#555;
	font-family:"MS PGOTHIC",Osaka,sans-serif;
	line-height:1.3;
	}

    .font65{
	font-size:65%;
	color:#555;
	font-family:"MS PGOTHIC",Osaka,sans-serif;
	line-height:1.3;
	}

    .font60{
	font-size:60%;
	color:#555;
	line-height:1.3;
	letter-spacing:-0.02em;
    }

    .font55{
	font-size:55%;
	color:#555;
	line-height:1.3;
	letter-spacing:-0.02em;
    }


	h1{
	font-size:14px;
	line-height:1.2;
	text-align:center;
	color:#555;
	letter-spacing:-0.02em;
	margin-top: 0px;
	margin-bottom: 15px
	}

	.navi{
	font-size:10px;
	color:#427e7c;
	letter-spacing:-0.02em;
	text-align:right;
	padding-right:18px
	}

	.title{
	padding-top:20px;
	padding-bottom:5px
	}

	.imgleft{
	float:left;
	padding:5px 10px 0px 0px
	}

	.imgright{
	float:right;
	padding:5px 0px 0px 5px
	}

	.boxleft{
	float:left;
	padding:0px 0px 0px 0px
	}


	ul{
	padding-left:20px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px
	}

