@charset "utf-8";

/*====================================
固有スタイル
====================================*/

#contents{height:auto; background:url(../img/bg_main.png) repeat-y;}

/* ---------------------------------*/

#gate {
	position: relative;
	margin-bottom: 1px;
	width: 780px;
	height: 450px;
	font-size: 0;
	line-height: 0;
}
#gate dl {
	position: absolute;
	top: 151px;
	width: 135px;
}
#gate dl dt {
	margin-bottom: 11px;
}
#gate dl dd {
	padding: 0 1px 4px;
}
#gate dl.uno {
	left: 247px;
	text-align: left;
}
#gate dl.dos {
	left: 398px;
	text-align: right;
}

/* ---------------------------------*/

#main {
	float: left;
	margin-top: 1px;
	padding: 0 4px 0 3px;
	width: 504px;
	background-color: #345799;
}
#main dd {
	border-bottom: 5px solid #345799;
	background-color: #fff;
}

#side {
	float: right;
	padding-right: 19px;
	width: 230px;
}

/* ---------------------------------*/

#info {
	padding-bottom: 5px;
}
#info h3 {
	margin-bottom: 15px;
}


#info dl {
	color: #fff;
}
#info dl dt {
	padding: 0 0 0 10px;
	background: url(../../img/info_mark.gif) no-repeat 0 0.25em;
	line-height: 1;
}
#info dl dd {
	margin-bottom: 10px;
	padding: 25px 0 10px 10px;
	border-bottom: 1px solid #333;
	background-repeat: no-repeat;
	background-position: 10px 5px;
	line-height: 1.4;
}
#info dl dd.all { background-image: url(../../img/info_all.png); }
#info dl dd.uno { background-image: url(../../img/info_uno.png); }
#info dl dd.dos { background-image: url(../../img/info_dos.png); }
#info dl dd strong {
	font-weight: bold;
	color: #CF0000;
}
#info dl dd small {
	color: #999;
}

/* ---------------------------------*/

#banner {
	font-size: 0;
	line-height: 0;
}
#banner li {
	margin-bottom: 15px;
}

/* ---------------------------------*/

#twitter {
	margin-bottom: 15px;
	width: 230px;
	background: url(../../img/tw_bg_y.gif) repeat-y;
}
#twitter dt,
#twitter dd.btn {
	font-size: 0;
	line-height: 0;
}
#twitter dd.txt {
	padding: 8px;
	font-size: 85%;
	line-height: 1;
}
#twitter dd.btn {
	padding-bottom: 8px;
	width: 230px;
	background: url(../../img/tw_bg_b.gif) no-repeat left bottom;
}
#twitter dd.btn ul {
	text-align: center;
}
#twitter dd.btn ul li {
	display: inline;
	margin: 0 2px;
}

/* ---------------------------------*/

#other {
	margin-bottom: 15px;
}

#banner a:hover img,
#twitter a:hover img {
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}


