@charset "utf-8";
/*
CSS Information
==============================================================

	Site Name: AOSEF
	Description: prfile モジュール用
	Version: 1.0

==============================================================
*/


/*
CONTENTS
==============================================================

	0: 汎用class

	1: div#wrapper
	
	2: div#header
	
	3: div#gnav

	4: div#content
		
	5: div#footer
	
==============================================================
*/


/*=========================================================
4: div#content
=========================================================*/

/* subnav
==============================================================*/
#wrapper #content #subnav{
	margin: 0 15px 25px;
	padding: 0 0 0 30px;
	width: 660px;
	height: 35px;
	background: #ccc url(../img/subnav.gif) no-repeat 0 0;
	overflow: hidden;
}
*html #wrapper #content #subnav{
	width: 690px;
}

#wrapper #content #subnav li{
	float: left;
	margin: 0 20px 0 0;
	text-indent: -999999px;
}

#wrapper #content #subnav li,
#wrapper #content #subnav li a{
	display: block;
	height: 35px;
	overflow: hidden;
}
#wrapper #content #subnav #profile,
#wrapper #content #subnav #profile a{
	width: 179px;
}
#wrapper #content #subnav #statistical,
#wrapper #content #subnav #statistical a{
	width: 127px;
}

#wrapper #content #subnav li a{background: url(../img/subnav.gif) no-repeat 0 0;}
#wrapper #content #subnav #profile a{background-position: -27px 0;}
#wrapper #content #subnav #statistical a{background-position: -225px 0;}

#wrapper #content #subnav li a:hover{background: url(../img/subnav_on.gif) no-repeat 0 0;}
#wrapper #content #subnav #profile a:hover{background-position: -27px 0;}
#wrapper #content #subnav #statistical a:hover{background-position: -225px 0;}

.profile #wrapper #content #subnav #profile a{background: url(../img/subnav_on.gif) -27px 0;}
.statistical #wrapper #content #subnav #statistical a{background: url(../img/subnav_on.gif) -225px 0;}


/* AOSEF Area Map
==============================================================*/
#wrapper #content #map p{
	margin: 15px 0 0 0;
}
.coloumInner h2.title{
	margin: 10px 0 0 25px;
}

/* Statistical Highlights (table)
==============================================================*/
.statistical #wrapper #content .section table{
	margin: 15px 5px 0;
	width: 680px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.statistical #wrapper #content table tr{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.statistical table th,
.statistical table td{
	padding: 7px 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 1.6;
	text-align: center;
}
.statistical table th{
	color: #fff;
	background: #c4b180;
	text-align: center;
	font-weight: bold;
}
.statistical table td.exchanges{
	width: 110px;
	color: #666;
	font-weight: bold;
}
.statistical .section p{
	padding:5px 5px 0;
	width: 680px;
	text-align: right;
	font-weight: bold;
}
.statistical tr.even{ background: #f5f5f5;}


