@charset "Shift_JIS";

/*****************************************
　■Concept 専用CSS
*****************************************/


/*****************************************
　■バグ回避
*****************************************/

#clear {
	clear: both;
}

/*****************************************
　■初期設定
*****************************************/


/*****************************************
　■リンクの色設定
*****************************************/


/*****************************************
　■レイアウト構成
*****************************************/
#container {
	height: 508px;
}

#header #logo {
	width: 300px;
	float: left;
	height: 64px;
}

	#header #logo img{
		margin: 20px 0 5px 10px;
	}
	
#header #navi {
	width: 310px;
	float: left;
	height: 64px;
}
	
	#header #navi p {
		float: right;
		margin-top: 50px;
		margin-left: 20px;
		padding-left: 12px;
		background-image:url(../img/parts/eyecatch1.gif);
		background-repeat: no-repeat;
		background-position: 4px 5px;
	}
	
	#header #navi p a:link, #header #navi p a:visited, #header #navi p a:hover, #header #navi p a:active {
		text-decoration: none;
	}

#contents {
	clear: both;
}

#leftimg {
	width: 615px;
		float: left;
}

	#leftimg img {
		margin: 0 5px 0 10px;
	}

#rightlink {
	width: 185px;
	float: right;
}
	
		#rightlink li {
			width: 175px;
			height: 55px;
			
		}
		
		#rightlink li a img {
			border-style:none;
		}
				
		#rightlink li a:hover {
			background-position: 0 0;
			position:relative;
			top:0px;
			left:0px;
		}
	
	

#news {
	clear: both;
}

	#news p {
		margin-left: 10px;
		margin-bottom: 3px;
		background-image: url(../img/top/menuicon.gif);
		background-repeat: no-repeat;
		background-position:0 0;
		padding-left: 14px;
		color: #232828;
		font-size: 11px;
	}

#footer {
	color: #CCCCCC;
}

	#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
		color: #FFFFFF;
	}
