
	/*****************************************************************/
	/* Base																			  */
	/*****************************************************************/
	@font-face
	{
		font-family:'YanoneKaffeesatzRegular';
		src:url('../_font/YanoneKaffeesatz-Regular-webfont.eot');
		src:local('-'), url('../_font/YanoneKaffeesatz-Regular-webfont.woff') format('woff'), url('../_font/YanoneKaffeesatz-Regular-webfont.ttf')format('truetype'), url('../_font/YanoneKaffeesatz-Regular-webfont.svg#webfontlKPF1zIT') format('svg');
		font-weight:normal;
		font-style:normal;
	}
	
	.c_50_right ul 
	{ 
		float:right; 
	}
	
	.c_50_left ul 
	{ 
		float:left; 
	}
	
	/*****************************************************************/
	/* Main, Header																  */
	/*****************************************************************/

	div.main
	{
		width:860px;
		overflow:visible;
		margin-left:auto;
		margin-right:auto;
	}
	
	div.header
	{
		width:820px;
		height:160px;
		background:url('../_image/header.png') no-repeat;
	}
	
	/*****************************************************************/
	/* Header																 		  */
	/*****************************************************************/
	
	
	
	.c_50_right h5 
	{ 
		float:right; 
		padding-left:10px; 
	}
	
	.c_50_left h5 
	{ 
		float:left; 
		padding-right:10px; 
	}

	/*****************************************************************/
	/* Layout																 		  */
	/*****************************************************************/
	
	.c_50 
	{ 
		width:860px;
		height:100%;
		overflow:hidden;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:15px;
	}
	
	.c_50 .c_50_left, 
	.c_50 .c_50_right 
	{ 
		width:49%; 
	}
	
	.c_50 .c_50_left 
	{ 
		clear:both; 
		float:left; 
		margin-right:1%;
	}
	
	.c_50 .c_50_right 
	{ 
		float:right; 
		margin-left:1%;
	}
	
	
	ul.paginationA li a
	{
		color:#FFFFFF;
		border-radius:3px;	
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	}
	/*****************************************************************/
	/*	08																				  */
	/*****************************************************************/
	
	ul.paginationA08 li a
	{
		background:#3862C8;
		background:-moz-linear-gradient(top,#4A81D3,#3862C8);
		background:-webkit-gradient(linear,0 0,0 100%,from(#4A81D3),to(#3862C8));
		margin: 0px;		
	}	
	
	ul.paginationA08 li a:hover,
	ul.paginationA08 li a.current
	{
		color:#355DDD;
		background:#DDE8FE;
	}	