@charset "utf-8";

/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== MENU ===========================================

	1: PHOTOBOX
	2: MENUNAVI

==========================================================
*/

/*
===== 1: EVENTBOX ==========================================
*/

div.photobox{
	clear: both;
	margin: 0px;
	padding: 10px;
	width: 600px;
	border: 1px solid #EDE3D2;
}

div.photobox ul.submenu{
	margin: 0px;
	padding: 0px;
	height: 20px;
}

div.photobox ul.submenu li{
	float:left;
	padding-right:10px;
}

div.photobox h4{
	clear: both;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	border-bottom: 1px dotted #996600;
}

div.photobox ul.photogroup4{
	width:620px;
	text-align: center;
	margin-top:10px;
}

div.photobox ul.photogroup4 p{
	text-align: center;
	padding-top:3px;
	font-size: 10px;
}


div.photobox ul.photogroup4 li.unit{
	float: left;
	width: 142px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

div.photobox ul.photogroup4 li.unit img{
	border: 5px solid #EDE3D2;
}

div.photobox ul.photogroup4 li.unit a:hover img{
	border: 5px solid #7C3034;
}


/*
===== 2: MENUNAVI ==========================================
*/

ul.photonavi{
	margin: 10px 0px 0px;
	padding: 0px;
	height: 25px;
}

ul.photonavi li a:hover img{
filter:Alpha(opacity=0);
-moz-opacity: 0.0;
opacity: 0.0;
}

ul.photonavi li{
	float:left;
	padding-right:5px;
	margin: 0px;
}
ul.photonavi li.2008{
	background: url(../img/photo/btn_2008_on.gif) no-repeat;
	height: 25px;
	width: 105px;
}

ul.photonavi li.2009{
	background: url(../img/photo/btn_2009_on.gif) no-repeat;
	height: 25px;
	width: 80px;
}

ul.photonavi li.2010{
	background: url(../img/photo/btn_2010_on.gif) no-repeat;
	height: 25px;
	width: 80px;
}

ul.photonavi li.2011{
	background: url(../img/photo/btn_2011_on.gif) no-repeat;
	height: 25px;
	width: 80px;
}

