/*********************************************************************
File Name:	sample.css
File Info:	CSS
Author:		WEB DESIGN LAB
		http://www.webdlab.com/
Last Modified:	10.01.2009
*********************************************************************/

.dropdownmenu {
	float: left;
	width: 255px;
	height: auto;
	
	margin-left: 2px ;
	background-color: #000033;
	text-align: center;
	font-family: "‚l‚r ‚o–¾’©",serif;
	font-size: 180%;

	display: block;
}

#ddR1 {
	
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#ddR1 li {
	display: block;
	width: auto;
	height: 110px;
	padding: 0px;
	border: 5px double #333366;
	
	/*text-align: center;*/
}

#ddR1 li a {
	display: block;
	width: auto;
	height: auto;
	color: #ffcc00;
	text-decoration: none;
	background-color: #000033;
	line-height: 1.8em;
	padding-top: 30px;
	padding-bottom: 30px;
	
}

* html #ddR1 li {/*IE6*/
	margin-bottom: -3px;
}

* html #ddR1 li a {/*IE6*/
	position: absolute;
	margin-left: -50px;
}

#ddR1 li a:hover {
	display: block;
	width: auto;
	height: auto;
	color: yellow;
	text-decoration: none;
	background-color: #333333;
}

#ddR1 .ddR2 {
	
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 20px;
	
}

* html #ddR1 .ddR2 {/*IE6*/
	position: absolute;
}

#ddR1 .ddList .ddR2 {
	display: none;
}

* html #ddR1 .ddList .ddR2 {/*IE6*/
	margin: 0 0 0 50px;
}

#ddR1 .ddList:hover .ddR2 {
	display: block;
	position: relative;
	top: -115px;
	left: 250px;
	width: 380px;
	height: 500px;
	text-align: left;
	
}
.gijyutu {
	padding-top: 10px;
	padding-left: 30px;
	background-color: #333333;
	background-image: ;
	height: 100px;
	line-height: 30px;
	color: #ffcc00;
	
	

