@charset "euc-jp";

#left #project{
	margin:0 0 10px 0;
	padding:10px;
	background-color:#fcf4d9;
	border-radius: 5px;        /* CSS3Áð°Æ */ 
	-webkit-border-radius:  5px;    /* Safari,Google ChromeÍÑ */
	-moz-border-radius: 5px;   /* FirefoxÍÑ */ 
		

}

#left #project .list_ttl{
	color:#dfc36e;
	font-weight:bold;
	font-size:18px;
}

#left #project a{
	display:block;
	padding:5px 0 0 3px;
	margin:5px 0 0 0;
	color:#967f57;
	font-size:14px;
	text-decoration:none;
	font-family:SeuratPro-DB;
	border-top:#DFD6C6 dashed 2px;
}

#contents #left .menu {
	background-image: url(../../images/left_menu_bg.png);
	margin-bottom: 10px;
}
#contents #left .menu .top {
	background-image: url(../../images/left_menu_title.png);
	height: 45px;
}
#contents #left .menu .center {
	padding: 5px;
}
#contents #left .menu .center div {
	background-image: url(../../images/left_menu_line.png);
	background-position: center top;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	padding-top: 10px;
	height: 40px;
}
#contents #left .menu .bottom {
	background-image: url(../../images/left_menu_bottom.png);
	height: 15px;
}


#left .banner div {
	margin-bottom: 10px;
}
