@charset "utf-8";

/* ****************************************************
Title: sponsor.css
Created: 2011-05-23
Last Modified: 2011-05-25
Editor(s): nishio
Last Editor: nishio
***************************************************** */


/* Table Of Contents
----------------------------------------

# General Elements
# gNav
# pageBody
# content
# clearfix
# common classes

----------------------------------------*/


/* # General Elements
---------------------------------------------------------------------------- */


/* # gNav
---------------------------------------------------------------------------- */

div#gNav ul li#gNavSponsor a {
	background: url(../../common/images/gnav_bg_li_o.gif) repeat-x left bottom;
	border-bottom: 4px solid #cacaca;
	margin-bottom: -4px;
	position: relative;	
}


/* # content
---------------------------------------------------------------------------- */

div#content .mh {
	margin-bottom: 17px;
}

div#content div.sponsor ul.sponsorList {
	margin-bottom: -10px;
	margin-right: -34px;
	overflow: hidden;
	width: 954px;
	zoom: 1;
}

div#content div.sponsor ul.sponsorList li {
	display: inline-block;
	/display: inline;
	margin-right: 34px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: top;
	width: 284px;
	/zoom: 1;
}

div#content div.sponsor ul.sponsorList li p.logo {
	margin-bottom: 0;
	/*overflow: hidden;*/
	text-align: center;
	/*width: 284px;*/
	zoom: 1;
}

div#content div.sponsor ul.sponsorList li ul.nameList {
	margin: 6px 0 0;
	/*
	overflow: visible;
	width: auto;
	*/
}

div#content div.sponsor ul.sponsorList li ul.nameList li {
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
}


/* # clearfix
---------------------------------------------------------------------------- */


/* # common classes
---------------------------------------------------------------------------- */


