
.drag{   
		position:relative;   
		cursor:hand;   
		z-index: 100;   
		}   


a{
	text-decoration: none;
}




body{
	background: url(image/webback.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #ffffff;
	background-position: 0% 0%;
	
	text-align: center;
}


.out{
	width: 720px;
	height: auto;
	min-height: 640px;
	
}

div#center{
    width: 720px; 
    margin: 0 auto;  
    text-align: left;  
}



.title{
	width: 720px;
	height: 100px;
	float: left;

	background: url(image/title.gif) no-repeat;
	
	color: #FFFFFF;

}


.header{
	width: 720px;
	height: 20px;
	float: left;
	
	background-color: #FFFFFF;
	background: url(image/header.gif) no-repeat;
}

.tab{
	width: 80px;
	height: 20px;
	float: left;
	
	font-family:"Comic Sans MS", "‚l‚r ‚oƒSƒVƒbƒN"; font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	
	background-color: #FFFFFF;
	background: url(image/tab.gif) no-repeat;
	
}

.tab2{
	width: 80px;
	height: 20px;
	float: left;
	
	font-family:"Comic Sans MS", "‚l‚r ‚oƒSƒVƒbƒN"; font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	
	background-color: #FFFFFF;
	background: url(image/tab2.gif) no-repeat;
}


.main{
	width: 720px;
	height: 400px;
	float: left;
	
	text-align:left;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka; font-size: 14px;
	
	background-color: #FFFFFF;
	background: url(image/note.gif);
	background-repeat: repeat;
}

.main2{
	width: 720px;
	height: auto;
	min-height: 400px;
	float: left;
	
	text-align:left;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka; font-size: 14px;
	
	background-color: #FFFFFF;
	background-repeat: repeat;
}

.main_left{
	width: 140px;
	height: auto;
	min-height: 400px;
	float: left;
	
	text-align:left;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka; font-size: 14px;
	
	background-color: #FFFFFF;
}

.main_right{
	width: 580px;
	height: auto;
	min-height: 400px;
	float: right;
	
	text-align:left;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka; font-size: 14px;
	
	background: url(image/note.gif);
	background-repeat: repeat;
	background-color: #ffffff;
}



.footer{
	width: 720px;
	height: 20px;
	float: left;
	background: url(image/copyright.gif) no-repeat;
	
	font-family:"Comic Sans MS", "‚l‚r ‚oƒSƒVƒbƒN"; font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}


.p1{
	font-family:"Comic Sans MS", "‚l‚r ‚oƒSƒVƒbƒN"; font-size: 24px;
}

.p2{
	font-family:"Times New Roman", "‚l‚r ‚oƒSƒVƒbƒN"; font-size: 24px;
}

.p3{
	font-family:"Comic Sans MS", "‚l‚r ‚oƒSƒVƒbƒN"; font-size: 18px;
}

