* {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',Osaka,Verdana,Arial, Helvetica, sans-serif;
}
ul {
	list-style: none;
}

#layout_outside { 
	width: 900px;
	display: block; 
	margin:auto;
}

#menu_logos {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right:143px;
	width:600px;
	float:left;
}

#menu_rights {
	float:left;
	text-align:right;
	padding-top:5px;
}

.rightmenu {
	width:157px;
	height:17px;
	font-size: 0px;
	text-indent: -9999px;
	background: url(./images/navright.jpg) no-repeat;
}

ul.rightmenu li a{
	display: block;
	padding:0;
	height: 17px;
}

.contact {
	width:82px;
	float:left;
}

.contact a {
	background: url(./images/navright.jpg) no-repeat;
	background-position:0px 0px;
}

.contact a:hover {
	background: url(./images/navright.jpg) no-repeat;
	background-position:0px -17px;
}

.sitemap {
	width:75px;
	float:left;
}

.sitemap a {
	background: url(./images/navright.jpg) no-repeat;
	background-position:-82px 0px;
}

.sitemap a:hover {
	background: url(./images/navright.jpg) no-repeat;
	background-position:-82px -17px;
}

#logo {
	border:0px;
}

.dropdown {
	padding: 0;
	list-style-type: none;
	background-color: #fff;
	height: 30px;
	font-size: 1px;
	text-indent: -9999px;
	color:#fff;
	background: url(./images/navmain.jpg) no-repeat;

}
#menu_wrapper {
	width: 100%;
	padding: 0;
	margin:auto;
	clear:left;
}

.home{
	width:95px;
}

.home a {
	background: url(./images/navmain.jpg) no-repeat;
	background-position:0px 0px;
}

.home a:hover {
	background: url(./images/navmain.jpg) no-repeat;
	background-position:0px -30px;
}

.about{
	width:100px;
}

.about a {
	background: url(./images/navmain.jpg) no-repeat;
	background-position:-95px 0px;
}

.about a:hover {
	background: url(./images/navmain.jpg) no-repeat;
	background-position:-95px -30px;
}

.annai{
	width:78px;
}

.annai a {
	background: url(./images/navmain.jpg) no-repeat;
	background-position:-195px 0px;
}

.annai a:hover {
	background: url(./images/navmain.jpg) no-repeat;
	background-position:-195px -30px;
}

.bosyu{
	width:118px;
}

.bosyu a {
	background: url(./images/navmain.jpg) no-repeat;
	background-position:-273px 0px;
}

.bosyu a:hover {
	background: url(./images/navmain.jpg) no-repeat;
	background-position:-273px -30px;
}

.history{
	width:114px;
}

.history a {
	background: url(./images/navmain.jpg) no-repeat;
	background-position:-391px 0px;
}

.history a:hover {
	background: url(./images/navmain.jpg) no-repeat;
	background-position:-391px -30px;
}

.faq{
	width:55px;
}

.faq a {
	background: url(./images/navmain.jpg) no-repeat;
	background-position:-505px 0px;
}

.faq a:hover {
	background: url(./images/navmain.jpg) no-repeat;
	background-position:-505px -30px;
}

.links{
	width:60px;
}

.links a {
	background: url(./images/navmain.jpg) no-repeat;
	background-position:-560px 0px;
}

.links a:hover {
	background: url(./images/navmain.jpg) no-repeat;
	background-position:-560px -30px;
}

.kanren{
	width:116px;
}

.kanren a {
	background: url(./images/navmain.jpg) no-repeat;
	background-position:-620px 0px;
}

.kanren a:hover {
	background: url(./images/navmain.jpg) no-repeat;
	background-position:-620px -30px;
}

ul.dropdown {
	position: relative;
	z-index: 10;
}

ul.dropdown li {
	font-weight: bold;
	float: left;
}

ul.dropdown a:hover {
}

ul.dropdown a:active {
	color: #393939;
}

ul.dropdown li a {
	display: block;
	padding:0;
	text-decoration:none;
	color: #393939;
	height: 30px;
}

ul.dropdown li.hover,ul.dropdown li:hover {
	position: relative;
}

ul.dropdown li.hover a {
}

ul.dropdown ul { 
	width: 170px; 
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	border:1px solid #bbbbbb;
}
ul.dropdown ul li { 
	font-weight: normal;
	background: #f5f5f5;
	float: none;
	height:23px;
	padding-top:5px;
	padding-left:10px;
	font-size: 12px;
	text-indent:0px;
 }
 
ul.dropdown ul li:hover {
	background: #dcdcdc;
	color: #000;
}
ul.dropdown ul li a	{
	background: none;
	border-right: none;
	width: 170px;
	display: inline-block;
	height:23px;
	outline:none;
} 

ul.dropdown ul li a:hover	{
	background: none;
} 

ul.dropdown ul ul {
	left: 100%;
	top: 0;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}

#menu_shadow {
	height:14px;
	background: url(./images/navshadow.jpg) no-repeat;
	float:none;
}

#menu_photos {
	width:896px;
	height:220px;
	padding:1px;
	border:1px solid #d2d0d0;
}

#menu_photos img {
	width:100%;
	height:220px;
}

#main_news {
	width:314px;
	height:500px;;
	margin-top:18px;
	padding-left:10px;
	padding-top:5px;
	border-left:1px solid #d2d0d0;
	border-right:1px solid #d2d0d0;
	float:left;
	font-size:12px;
	margin-bottom:18px;
}

#main_news h2 {
	font-size:12px;
	color:#393939;
	width:80%;
	margin-bottom:10px;
	border-bottom:2px solid #ff0000;
}

.newslist {
	width:280px;
	background: url(./images/arrow.jpg) no-repeat;
	border-bottom:1px dotted #9b9494;
	margin-bottom:7px;
	padding-left:20px;
	padding-bottom:5px;
}

.newslist a {
	color:#ec4800;
}

.newslist a:hover {
	color:#eb5901;
	text-decoration:none;
}

#main_blognews {
	width:315px;
	height:500px;;
	margin-top:18px;
	padding-left:10px;
	padding-top:5px;
	border-right:1px solid #d2d0d0;
	float:left;
	font-size:12px;
}

#main_blognews h2 {
	font-size:12px;
	color:#393939;
	width:80%;
	margin-bottom:10px;
	border-bottom:2px solid #ff0000;
}

#main_banners {
	height:500px;
	width:227px;
	margin-top:18px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	border-right:1px solid #d2d0d0;
	float:left;
}

.banner {
	margin-bottom:13px;
	border:0px;
}

#foot_copy {
	height:50px;
	width:100%;
	clear:left;
	color:#fff;
	font-size:11px;
	background:#8c0000;
	text-align:center;
}

#foot_copy address {
	margin:auto;
	padding-top:15px;
	font-style:normal;
}