/*____Template____*/

	* {
		margin: 0;
		padding: 0;
	}

	body {
		font-family:ArialMT, "Hiragino Kaku Gothic ProN", "ƒqƒ‰ƒMƒmŠpƒS ProN W3";
	}

	img {
		border:0;
		vertical-align:text-top; 
	}
	
/*____Header____*/

	div.headblock {
		width: 320px;
		height: 28px;
		background: url("../common/images/top_kl_bg1.png") repeat-x;
		text-align:center;
	}

	div.contentblock {
		width: 320px;
		margin:5px 0 0 0;
		text-align:center;
	}

	div.titleblock {
		width: 320px;
		text-align:center;
	}

/*____Chapter____*/
	
	div.menutitle {
		width: 308px;
		height: 15px;
		padding: 2px 0 0 12px;
		background: url("../common/images/top_menu_bg.png") repeat-y;	
		text-align:left;
	}
	
	div.chapter {
		width: 308px;
		text-align: left;
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	
	div.chapter_box {
		float: left;
	}
	
	div.chapter_icon {
		width: 57px;
		height: 57px;
		float: left;
	}
	
	div.chapter_text {
		width: 208px;
		float: left;
		margin-left: 10px;

	}
	
	div.chapter_arrow {
		width: 11px;
		height: 10px;
		float: right;
		margin-right: 10px;
		margin-top: 23px;
	}
	
	div.clear {
		clear: both;
	}
		
	div.clear hr {
		display: none;
	}
	
	div.line {
		margin-bottom: -17px;
	}
		
/*____Text____*/

	span.app_title {
		font-size: 12px;
		font-weight: bold;
	}
	
	span.app_text {
		font-size: 12px;
	}
	
	span.information {
		font-size:12px;
	}
	
/*____Footer____*/

	span.copyright {
		font-size:9pt;
	}
	
	div.footline {
		width: 320px;
		height: 10px;
		margin: 6px 0 0 0;
		background: url("../common/images/top_kl_bg2.png") repeat-x;	
	}
	
	div.footblock {
		width:320px;
		text-align:center;
	}
