@charset "utf-8";

/* ------------------------------------------- CSS Information
 File Name:      contents.css
 Author:         MIYA
 Style Info:     コンテンツ内のスタイル
----------------------------------------------------------- */

/* --------------------------------- Contents Area Style --*/

#globalNavi	{
	width: 550px;
	margin-bottom: 20px;
}
#globalNavi a	{
	width: 110px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#globalNavi:after	{ height:0; visibility: hidden;	content: "."; display: block; clear: both; }
#globalNavi li	{
	float: left;
}
#globalNavi .gnavi01 a	{
	background: url(image/g_navi01.jpg) no-repeat;
}
#globalNavi .gnavi02 a	{
	background: url(image/g_navi02.jpg) no-repeat;
}
#globalNavi .gnavi03 a	{
	background: url(image/g_navi03.jpg) no-repeat;
}
#globalNavi .gnavi04 a	{
	background: url(image/g_navi04.jpg) no-repeat;
}
#globalNavi .gnavi05 a	{
	background: url(image/g_navi05.jpg) no-repeat;
}
#globalNavi a:hover	{
	background-position: 0 -50px;
}