/* CSS Document */

/* 左ボックス */
.site-title {
	margin : 10px 0px 10px 0px ; 
	padding : 0px  ; 
	width : 150px ;
	height : auto ;
	font-size : 90% ;
	color : #333333 ;
	text-align : left ;
	float : left ;
		}

/*　右ボックス　*/
.site-menu {
	margin : 10px 0px 10px 0px ; 
	padding : 0px  ; 
	width : 520px ;
	height : auto ;
	font-size : 80% ;
	color : #333333 ;
	text-align : left ;
	float : right
		}
		
/*　ページ全体のボックス　*/
.textbox3 {
	margin : 0px 0px 0px 0px ; 
	padding : 0px ; 
	width : auto ;
	height : auto ;
	line-height : 200% ;
	text-align : left ;
	}
	
	.kaku{color:#12A566}

.textbox-dot {
	margin :  0px ; 
	padding :  0px  ; 
	width : 700px ;
	height : auto ;
	border-top : 1px dashed #999999;
	clear : both ;}

.textbox-dot2 {
	margin :  0px ; 
	padding :  0px  ; 
	width : 700px ;
	height : 53px ;
	border-top : 1px dashed #999999;
	border-bottom : 1px dashed #999999;
	clear : both ;}

.float-left { float : left }
.clear-both { clear : both }

/*　このページトップへ　*/
.page-top-link { 
	margin : 50px 0px 22px 0px ; 
	padding : 0px  ; 
	width : 700px ;
	height: auto ;
	font-size : 80% ;
	text-align : right ;
	clear : both }
