/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */
/* globals */
a:hover	{
	color: #FF9933;
	}

/*メニュー*/
#nav {
	max-height: 46px;
	background: #FF9933;
	}
ul#nav2 {
	width: 980px;
	list-style: none;
	margin: 0;
	padding: 0;
	background:#FF9933 url(../images/navbck.gif) repeat;
	border-bottom: 0px solid #FF6600;
	float: left;
	clear: both;
}
ul#nav2 li {
	text-align: left;
	float: left;
	/*font: bold 1.4em Helvetica, Arial, sans-serif;*/
	font: 1.2em "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-transform: uppercase;
	/*width: 126px;*/
	width: 134px;
	border-right: 1px solid #f5f5f5;
	display: block;
}
ul#nav2 li a, ul#nav li a:visited {
	display: block;
	padding: 0.4em 1.8em 1.5em 0.5em;
	color: #fff;
	text-decoration: none;
}
ul#nav2 li a:hover {
	color: #FFF;
	/*background-color: #FF6600;*/
	background:#FF6600 url(../images/navbck2.gif) repeat;
	text-decoration: none;
}

ul#nav2 li.current_page_item a, ul#nav li.current_page_item a:visited, ul#nav li.current_page_item a:hover {
	color: #FFF;
	/*background-color: #FF6600;*/
	background:#FF6600 url(../images/navbck2.gif) repeat;
	text-decoration: none;
}
.single .post .entry-photo, .single-post .entry-photo	{
	border: 0px solid #CCC;
}