@charset "utf-8";

/*===================================================
制作日：2009.05.21
製作者：y.matsunaga
更新日：2011.11.28
更新者：DRF

==================================================== */
/* key_visual
---------------------------------------------------- */
#key_visual h3{
}

/* subnavi
---------------------------------------------------- */
.project #subnavi{
	margin-left: 300px;
}

/* side_menu
---------------------------------------------------- */
.project #side_menu h2{
	background: url(../images/common/side-title_project.gif) no-repeat left top;
}
.tablefortwo #side_menu h3#s_menu1 a{
	color: #338999;
	background: #d3e9cd url(../images/common/arrow_green.gif) no-repeat 5px 50%;
	padding-left: 15px;
}
.farmfortwo #side_menu h3#s_menu2 a{
	color: #338999;
	background: #d3e9cd url(../images/common/arrow_green.gif) no-repeat 5px 50%;
	padding-left: 15px;
}
.iphoneapp #side_menu h3#s_menu6 a{
	color: #338999;
	background: #d3e9cd url(../images/common/arrow_green.gif) no-repeat 5px 50%;
	padding-left: 15px;
}
.campaign #side_menu h3#s_menu3 a{
	color: #338999;
	background: #d3e9cd url(../images/common/arrow_green.gif) no-repeat 5px 50%;
	padding-left: 15px;
}
.event #side_menu h3#s_menu4 a{
	color: #338999;
	background: #d3e9cd url(../images/common/arrow_green.gif) no-repeat 5px 50%;
	padding-left: 15px;
}
.book #side_menu h3#s_menu5 a{
	color: #338999;
	background: #d3e9cd url(../images/common/arrow_green.gif) no-repeat 5px 50%;
	padding-left: 15px;
}


/* iphoneapp
---------------------------------------------------- */
.logos-list {
	text-align: center;
}
.logos-list li{
	float: left;
	display: inline;
	font-size: 77%;
	border:1px solid #CCC;
	width: 119px;
	margin: 2px 2px 0 0;
}
.logos-list li span{
	display: block;
	text-align: center;
}

.logos-list li span.logos-list_image{
	padding: 8px 0 0 0;
}
.logos-list li span.logos-list_name{
	line-height: 1.2;
	border-top: 1px dotted #CCC;
	height: 3.8em;
	padding: 3px 0 0 2px;
}

/* involved
---------------------------------------------------- */
.involved{
	margin: 0 0 20px 20px ;
}
.involved dt{
	font-weight: bold;
	background: url(../images/common/list_bullet.gif) no-repeat left center;
	margin-bottom: 5px;
	padding-left: 10px;
}
.involved dd{
	font-size: 85%;
	_font-size: 80%;
	background: url(../images/common/list_bullet.gif) no-repeat left center;
	margin-left: 10px;
	padding-left: 10px;
}
.involved dd a{
	color: #000;
}


