/* --------------------------------------------------- 

Usage：       TOPページ

File Name:    uni_top.css

Author:       Tokyo Consult

Last Up Date: 2010/05/31

---------------------------------------------------- */


/***************************************/
/*   メインイメージとスペシャルナビ    */
/***************************************/

/* メインイメージ */
#top_page #main_img {
	padding: 30px 20px 30px 60px;
}
#top_page #main_img .LEFT {
	width: 300px;	
}
#top_page #main_img .RIGHT {
	width: 520px;	
}


#top_comment {
	padding: 40px 0 15px 30px;
}


/* スペシャルナビ（TOP用） */
ul#spnavi {
	width: 520px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#spnavi li {
	float: left;
	width: 120px;
	height: 120px;
	margin: 0 10px 0 0;
	padding: 0;
}
ul#spnavi a {
	display: block;
	width: 120px;
	height: 120px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
ul#spnavi li#spnv01 a {background: url(../_img/top/spnavi01.gif) no-repeat;}
ul#spnavi li#spnv02 a {background: url(../_img/top/spnavi02.gif) no-repeat;}
ul#spnavi li#spnv03 a {background: url(../_img/top/spnavi03.gif) no-repeat;}
ul#spnavi li#spnv04 a {background: url(../_img/top/spnavi04.gif) no-repeat;}
ul#spnavi li#spnv01 a:hover,
ul#spnavi li#spnv02 a:hover,
ul#spnavi li#spnv03 a:hover,
ul#spnavi li#spnv04 a:hover {background-position: 0 -120px;}

#top_page .cttbox {
	width: 780px;
	margin: 10px;
}


/* WHAT'S NEW */
#top_page #whatsnew {
	width: 860px;
	height: 280px;
	margin: 0 20px 20px 20px;
	background: #E6F5B1;
}

#top_page #whatsnew .LEFT {
	width: 340px;
	height: 280px;
	background: url(../_img/top/wn_left.gif) no-repeat;
}
#top_page #whatsnew .LEFT img {margin: 20px 0 0 25px;}

#top_page #whatsnew .RIGHT {
	width: 520px;
	height: 280px;
	background: url(../_img/top/wn_right.gif) right no-repeat;
}
#top_page #whatsnew .LEFT img {margin: 20px 0 0 25px;}

#wn_area {
	width: 495px;
	height: 180px;
	overflow: auto;
}
#wn_txt {width: 470px;}
#wn_txt th,
#wn_txt td {
	padding: 10px 0;
	border-bottom: 1px dotted #336600;
	color: #336600;
	vertical-align: top;
}
#wn_txt th {width: 80px;}
#wn_txt a {color: #336600;}
