/*  
www.artetokio.com - menu_style css file.
*/

* {
	margin: 0;
	padding: 0;
}

body {
margin: 0;
padding: 0;
background-image: url(http://www.artetokio.com/images/back.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
}
img { border: 0;}
a:link { color: #355BAC; text-decoration: none;}
a:visited { color: #355BAC; text-decoration: none;}
a:active { color: #355BAC; text-decoration: none;}
a:hover { color: #34B2C9; background: #EFDFC5; text-decoration: none; }


/* グローバルナビ */
ul#nav {
	margin: 0;
	float: left;
	border: solid #EFDFC5 1px;
	border-right: none;
	height: 25px;
	background: #CCB28D;
	list-style: none;
	width: 792px;
}
	
ul#nav li {
	margin: 0;
	padding: 0;
	float: left;
	border-right: solid #EFDFC5 1px;
	height: 25px;
	width: 129px;
	text-align: center;
	line-height: 25px;
	font-family: 'Arial,Helvetica';
	font-size: 12pt;
}

ul#nav li.hover {
	background: #EFDFC5;
}
		
ul#nav li a {
	margin: 0;
	display: block;
	color: #355BAC;
	text-decoration: none;
}
		
ul#nav li ul {
	border: none;
	display: none;
	background: #CCB28D;
	overflow: hidden;
	opacity: .9;
	filter: alpha(opacity=90);
}
			
ul#nav li ul li {
	margin: 0;
	border: none;
}

ul#nav li ul li.hover {
	background: #EFDFC5;
}
				
ul#nav li ul li a {
	color: #355BAC;
	font-size: 9pt;
}


/* lightbox */
#gallery {
	background: #000;
	padding: 10px;
	width: 750px;
	margin: 0 auto;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #222222;
	border-width: 5px;
}
#gallery ul a:hover img {
	border: 5px solid #eeeeee;
	border-width: 5px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

