@charset "utf-8";
/* CSS Document */

*{	
	margin:0;
	padding:0;

}

li{
	list-style: none;
}

h1,h2,h3,p,input,textarea, select {
	font-size: 100%;
	font-weight: normal;
}

img{
	border:0;
	vertical-align: bottom;
	

}

#wrapper{
	width: 980px;
	margin: 0 auto;
	
	
	
}




#header{
	width: 900px;
	height: 150px;
	margin-left: 20px;
	position: relative;
}

#header ul li{
	float: left;
}

#header h1{
	margin-left: 25px;
	float: left;
}

#header ul#menu_nav{
	position: absolute;
	margin-top:70px;
}

ul#portfolio {
	padding: 0;
	height: 355px;
	overfow: hidden;
}
ul#portfolio li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#portfolio li img {
	background: #fff;
	border: 3px double #ccc;
	margin: 0;
	padding: 0;
}

#news_naiyo{
	vertical-align: top;
	text-align: left;
	height: 8em;
	overflow:auto;

}

#footer_menu{
	width: 400px;
	height: 20px;
	margin-left: 530px;

}

.dropdownmenu {
	float: left;
	width: 270px;
	height: 50px;
}
#ddm {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#ddm li {
	display: block;
	width: 240px;
	height: 25px;
	text-align: left;
	background:#6CF;
}
#ddm li a {
	display: block;
	width: 240px;
	height: 25px;
	color: #f0f0f0;
	font-size: 12px;
	line-height: 2.1;
	font-family: sans-serif;
	text-decoration: none;
	background:#309;
}
#ddm li a:hover {
	display: block;
	width: 270px;
	height: 25px;
	color:#333;
	text-decoration: none;
	background: none;
}
#ddm ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#ddm li ul {
	display: none;
}
#ddm li:hover ul {
	display: block;
	position: relative;
	top: -25px;
	left: 140px;
	width: 270px;
	height: 25px;
}

#under_banner{
	width: 900px;
	height: 100px;
	margin-left: 50px;
	
	margin-top: 20px;
	margin-bottom: 20px;
}

