@charset "UTF-8";
/* CSS Document */
html{
	background-color:#214CFD;
	}
body {
	background-color:#FFF;
	text-align:center;
	margin:0px;
}


a:link {
text-decoration: none;
color: #FFF;
letter-spacing: 500;
}


a:visited {
text-decoration: none;
color:#FFF;
font-weight: bold;
}


a:hover {
text-decoration: none;
color:#F00;
}


a:active {
text-decoration: none;
color:#FFF;
font-weight: normal;
} 


#container {
 width:1024px;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
}
#hedder{
	background-image:url(img/bg-hedder.jpg);
	background-repeat: repeat-x;
	width: 100%;
	float:left;
}

.subtitle{
	float: right;
	size:12px;
	color:#FFF;
	}



ul#pulldown-menu a {
        color:#009;
        text-decoration: none;
}
ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {
        background:#FFF;
}
ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
	background-image:url(img/bg-title.jpg);
	background-repeat:repeat;
}

ul#pulldown-menu li {
	float: left;
	position: relative;
	padding-top:1px;
	margin: 0 0.5em;
	width: 9em;
	height: 2em;
	line-height: 2em;
	list-style-image: none;
	list-style-type: none;
}
ul#pulldown-menu li a {
        display:block;
		width: 10em;
        height: 2em;
        text-align:center;
}

/* 下層のメニューを不可視に */
ul#pulldown-menu li ul {
        display: none;
}

/* 疑似要素 :hover で下層のメニューを可視に */
ul#pulldown-menu li:hover ul {
        display: block;
        position: absolute;
        z-index: 100;
}

ul#pulldown-menu li ul li {
        float: none;
        margin: 0;
        font-weight: normal;
}
	
		
	
#main {
 width:740px;
 float:left;
 margin:0px 10px 0px 0px;
}

.main2{
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	}
.main3 li{
	list-style-image: none;
	list-style-type: none;
	float: left;
	}
	
.main3 li a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);/*forIE*/
	}

#side-right{
	width:274px;
	float:left;
}
.bun dl a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);/*forIE*/
	}
#sidemenu {
	float:left;
	width:262px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
}

#sidemenu dd{
	font-size:12px;
	height:85px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #006;
}

#sidemenu img{
	float:left;
}
#sidemenu dd a{
display:block;
height:80px;
line-height:20px;
color:#666666;
padding-left:0px;
text-decoration:none;
}

#sidemenu dd a:hover{
color :#C00;
background:#FFC;
}

#futter {
	width:100%;
	clear:both;
	background-image: url(img/bg-fut.jpg);
	background-repeat: repeat-x;
	margin-top: 60px;
}



ul.futter li {
		display: inline;
		margin-left:70px;
		size:12px;
		color:#FFF;
		float:left;
		list-style-type: none;
	}

.cp{
	font-size:14px;
	color:#FFF;
	clear: both;
	text-align: center;
		}

