/*　全体　*/

* {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

body {
	/*background: url(../images/xmas_back.gif);*/
	background:url(../images/back_bg.jpg) no-repeat left top #200B00;
   /* line-height: 1.8em;*/
    font-size: 100%;
    color: #333333;
}

a:link,
a:visited
 {
 		color:#E94619;
		text-decoration: underline;
}

a:hover,
a:active {
		text-decoration: underline;
    color: #FF9933;
}

	
.center{
	text-align:center;
}
.break {
    clear: both;
}

img {
    border: none;
}

.margin_b10{
	margin-bottom:10px;
}
.margin_b20{
	margin-bottom:20px;
}

.red{
	color:#FF0000;
}
.orange{
	color:#cc6633;
}

#container {
    width: 936px;
    margin: 0px auto 10px auto;
	background-color:#FFFFFF;
	border:solid 3px #4E2E1C;
}
#title h1{
    width: 936px;
	color:#FFFFFF;
	margin:2px auto;
}
#title .top{
    width: 936px;
	color:#FFFFFF;
	margin:2px auto;
}


/*メニューバー*/
#menu_bg{
	background:url(../images/menu_bg.jpg) no-repeat left top;
	height:30px;
	width:546px;
	padding-left:390px;
	padding-top:13px;

}

#menu_bg a:link,
#menu_bg a:visited
 {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

#menu_bg a:hover,
#menu_bg a:active {
	color:#ffff99;
	font-weight:bold;
	text-decoration: underline;
}

#menu_bg .menu{
	float:left;
	margin-left:10px;
	width:60px;
}
#menu_bg .menu02{
	float:left;
	margin-left:10px;
	width:90px;
}

/*コンテンツ左*/
#contents {
		float : left;
		width : 520px;
		padding : 20px 55px 0px 60px;
    margin-bottom:50px;

}
#contents2 {
		float : left;
		width : 520px;
		padding : 5px 55px 0px 60px;
    margin-bottom:50px;

}

#contents3 {
		float : left;
		width : 810px;
		padding : 5px 55px 0px 60px;
    margin-bottom:50px;

}

/*コンテンツ右*/
#side{
		float : left;
		width : 260px;
		padding-top :20px;
    margin-bottom:50px;
}




/* フッターメニュー */
.footer_menu {
		font-size:10px;
		color:#FFFFFF;
		text-align:center;
		background:#4E2E1C;
		padding:3px;
}
.footer_menu a:link,
.footer_menu a:visited {
		color : #FFFFFF;
		font-size:10px;
		text-decoration:none;
	}

.footer_menu a:hover,
.footer_menu a:active {
		font-size:10px;
		color : #FFFFFF;
		text-decoration: underline;
	}

/* フッター */
#footer{
	text-align:center;
	color:#FFFFFF;
	margin:10px auto;
}
/*お知らせとブログ部分*/
li.info {
		/*list-style:url(../images/i_yellow.gif) inside none;*/
		list-style:url(../images/i_red.gif) inside none;
		margin:0 0 10px;
}

/*メイシャントン説明部分*/
#mei{
	margin:30px auto 20px;
}
#mei .left{
	width:350px;
	margin-right:10px;
	float:left;
}
#mei .right{
	width:150px;
	float:left;
}

iframe {
    border: 0;
}

/* Droppy Style */

#nav { 
	display: block;
	margin: 0 3px;
	padding: 0;
	position: relative;
	background: url(../images/menu_back.png) top left no-repeat;
	height: 38px;
	width: 930px;    
	text-align: center;
}

#nav li {
	display: block;
	list-style:none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	width: 100px;
}
#nav li.sp-130 {
	width: 130px !important;
}
#nav li.line-none a {
	border-right: none;    
}

#nav a {
	margin-bottom: 2px;
	display: block;
	border-right: 1px solid #404040;
	color: #FFF;
	font-size: 12px;
	line-height: 38px;   
	font-weight: bold; 
	text-decoration: none;
}

#nav li.hover a {
	background-color: none;
	color: #ffff99;
}

#nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
* html #nav ul {
	line-height: 0;
} /* IE6 "fix" */

#nav ul a {
	zoom: 1;
} /* IE6/7 fix */

#nav ul li {
	float: none;
}

#nav ul ul {
	top: 0;
}

#nav ul {
	top: 36px;
}

#nav *:hover {
	background-color: none;
}

#nav ul li a {
	background-color: #4F2914;
}

#nav ul a.hover {
	background-color: #240D02;
}

#nav ul a {
	margin: 0;
	line-height: 30px;
	border-bottom: 1px solid #8C4F2F;
	border-right: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

ul.st a {
	padding-left: 10px;
	width: 120px;
	text-align: left;
}
