@charset "utf-8";
/*　全体　*/

* {
    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.gif) repeat-x left top #FFFFFF;
    font-size: 100%;
    color: #000000;
}

a:link,
a:visited
 {
    color: #FF4800;
		text-decoration: underline;
}

a:hover,
a:active {
		text-decoration: underline;
 		color:#FF9000;
}

.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 1px #4E2E1C;
    line-height: 1.4;
}
#title h1{
    width: 936px;
	/*color: #FFF;*/
	color:#666666;
	margin:2px auto;
}


/*メニューバー*/
#menu_bg{
	background:url(../images/title_bg.gif) no-repeat left top;
	height:27px;
	width:606px;
	padding-left:330px;
	padding-top:7px;

}

#menu_bg .menu{
	float:left;
	margin-left:12px;
}

/*コンテンツ左*/
#contents {
		float : left;
		width : 520px;
		padding : 20px 55px 0px 60px;
    margin-bottom:50px;

}

/*コンテンツ右*/
#side{
		float : left;
		width : 260px;
		padding-top :20px;
    margin-bottom:50px;
}
#side h1{
	margin-bottom:3px;
	}




/* フッターメニュー */
.footer_menu {
		font-size:10px;
		text-align:center;
		padding:5px;
}
.footer_menu a:link,
.footer_menu a:visited {
		font-size:10px;
		text-decoration:none;
	}

.footer_menu a:hover,
.footer_menu a:active {
		font-size:10px;
		text-decoration: underline;
	}

/*お知らせとブログ部分*/
li.info {
		list-style:url(../images/i_yellow.gif) inside none;
		margin:0 0 10px;
}
/*コピーライト部分*/
#copy{
	background-color:#D4AA01;
	text-align:center;
	color:#FFFFFF;
	padding:2px;
}

/* Droppy Style */

#nav { 
	display: block;
	margin: 1px;
	padding: 0;
	position: relative;
	background-color: #623E00;
	height: 30px;
	width: 934px;    
	text-align: center;
}

#nav li {
	display: block;
	list-style:none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	width: 100px;
}
#nav li.sp-115 {
	width: 134px !important;
}
#nav li.line-none a {
	border-right: none;    
}

#nav a {
	display: block;
	border-right: 1px solid #4B3000;
	color: #FFF;
	font-size: 12px;
	line-height: 30px; 
	font-weight: bold;
	text-decoration: none;   
}

#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: 30px;
}

#nav *:hover {
	background-color: none;
}

#nav li.hover a {
	background-color: #E5B700;
	color: #715903;
}

#nav ul a.hover {
	background-color: #623E00;
	color: #FFF;
}

#nav ul li a {
	background-color: #623E00;
}

#nav ul a {
	border-bottom: 1px solid #4B3000;
	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 {
	width: 120px;
	text-align: left;
	padding-left: 10px;
}

div#contents h2.pic {
	margin-bottom: 10px;
	padding: 4px 0 0 15px;
	background: url(../images/h2_01.gif) top left no-repeat;
	height: 22px;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
}

div.picup {
	margin-bottom: 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #CCA402;
	width: 520px;
	overflow: hidden;
}
	div.picup-left {
		padding-right: 10px;
		width: 270px;
		float: left;
	}
		div.picup-left p img {
			padding: 4px;
			border: 1px solid #623E00;
		}
	div.picup-right {
		width: 240px;
		float: left;
	}
		div.picup-right h3 {
			margin-bottom: 10px;
			color: #FF5B80;
			font-size: 18px;
			font-weight: bold;
			border-bottom: 1px solid #FF5B80;
		}
		div.picup-right h3 span {
			text-align: right;
			font-size: 12px;
			font-weight: normal;
			display: block;
		}
		div.picup-right p {
			padding: 10px 0;
		}
		div.picup-right p strong {
			font-weight: bold;
		}
		div.picup-right li {
			padding-top: 30px;
			list-style: none;
		}
