@charset "UTF-8";

/*================================================
*
*	Pages Style Sheet
*	Version: 03 Feb 2010
*
*	1.Body
*	2.Banner-Header
*	3.Global Navigation
*	4.Content 2 Column Styles
*	5.Entry Area
*	6.Sidebar
*	7.見出し・テキスト・フォント スタイル
*	8.Footer
*
=================================================*/


/*------------------------------------------------
	1.Body
-------------------------------------------------*/
body#pages-31604241 #container { 
	background: url(../images/bg_profile.jpg) no-repeat 50% 0;
}
body#pages-31604329 #container,
body#pages-37104259 #container,
body#under-construction #container,
body#error404 #container {
	background: url(../images/bg_result.jpg) no-repeat 50% 0;
}



/*------------------------------------------------
	2.Banner-Header
-------------------------------------------------*/
#pages-31604241 #global-navi,
#pages-31604241 #global-navi a { background: transparent url(../images/global_navi_profile.jpg); }
#pages-31604329 #global-navi,
#pages-31604329 #global-navi a,
#pages-37104259 #global-navi,
#pages-37104259 #global-navi a { background: transparent url(../images/global_navi_result.jpg); }

#under-construction #global-navi,
#under-construction #global-navi a,
#error404 #global-navi,
#error404 #global-navi a { background: transparent url(../images/global_under-construction.jpg); }


/*------------------------------------------------
	3.Global Navigation
-------------------------------------------------*/
body#pages-31604241 ul#global-navi li#profile a { background-position: -115px -145px; }
body#pages-31604329 ul#global-navi li#result a,
body#pages-37104259 ul#global-navi li#result a { background-position: -235px -145px; }

#under-construction #global-navi li,
#error404 #global-navi li {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}



/*------------------------------------------------
	4.Content 2 Column Styles
-------------------------------------------------*/
.section {
	margin: 0 0 30px 0;
	color: #333;
}

#entry-31604241 .section {
	width: 850px;
}
/* リザルトのコンテンツWrapper */
#pages-31604329 .section,
#pages-37104259 .section {
	width: 770px;
	margin: 0 0 30px 40px;
}
/* 工事中のコンテンツWrapper */
#under-construction .section,
#error404 .section {
	width: 770px;
	margin: 0 0 30px 40px;
	text-align: center;
}
#under-construction .section p,
#error404 .section p {
	margin: 0 0 60px 0;
}
#under-construction .section p#koujichu,
#error404 .section p#koujichu {
	margin: 0 auto 20px;
	width: 240px;
	height: 220px;
}


.alpha {
	float: left;
	width: 510px;
	margin: 0 0 0 40px;
	display: inline; /* for Win IE */
}
.beta {
	float: left;
	width: 285px;
	margin: 0 0px 0 0;
	display: inline; /* for Win IE */
	line-height: 1.8;
}
.gamma {
}



/*------------------------------------------------
	5.Entry Area
-------------------------------------------------*/
.entry {
	margin:0;
	background: none;
}
.entry-content {
	padding: 0;
}
.entry-body {
	font-size: 100%;
}
.entry-body img {
	background-color: transparent;
	padding: 0;
	border: none;
}

/* 表 */
.section table {
	width: 510px;
	font-size: 93%;
	line-height: 1.5;
	color: #333;
}
#pages-31604329 .section table,
#pages-37104259 .section table {
	width: 770px;
}
.section th {
	padding: 6px 3px 5px 7px;
	text-align: left;
	color: #fff;
	background-color: #ffaf19;
}
.section td {
	padding: 6px 3px 5px 7px;
	background-color: #fff;
	border-bottom: 1px solid #c8c8c8;
}
.section th.img-title {
	padding: 0;
}
.section td.prof {
	width: 8em;
	white-space: nowrap;
}

.section tr.even td {
	background-color: #ffffe1;
}
.section tr.over td {
	background: #ff32c8;
	color: #fff;
}

.corner_left {
	background: url(../images/th_corner_left.gif) no-repeat left top;
}
.corner_right {
	background: url(../images/th_corner_right.gif) no-repeat right top;
}
th.date { text-align: center; background: #ffaf19 url(../images/th_corner_left.gif) no-repeat left top; }
td.mounth, td.day { width: 5em; white-space: nowrap; }



/*------------------------------------------------
	6.Sidebar
-------------------------------------------------*/
#title-wrap {
	position: relative;
}
#title-wrap ul {
	position: absolute;
	right: 0;
	top: 12px;
	font-size: 18px;
	line-height: 20px;
}
#title-wrap ul li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #962D00;
}
body#pages-31604329 #title-wrap #year2009 a {
	padding: 0 0 0 28px;
	background: url(../images/icon_year.gif) no-repeat;
}
body#pages-37104259 #title-wrap #year2010 a {
	padding: 0 0 0 28px;
	background: url(../images/icon_year.gif) no-repeat;
}



/*------------------------------------------------
	7.見出し・テキスト・フォント スタイル
-------------------------------------------------*/
h3.entry-header {
	width: 770px;
	height: 70px;
	margin: 20px 0 0 40px;
	padding: 0;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
/*\*//*/
	overflow: visible;
/**/
}
body#pages-31604241 h3.entry-header {
	background-image: url(../images/headline_profile.jpg);
}
body#pages-31604329 h3.entry-header,
body#pages-37104259 h3.entry-header {
	background-image: url(../images/headline_result.jpg);
}
body#under-construction h3.entry-header {
	background-image: url(../images/headline_info.jpg);
}
body#error404 h3.entry-header {
	background-image: url(../images/headline_404.jpg);
}


.section h2 {
	margin: 0 0 5px 0;
}
.section th h3 {
	margin: 0;
}

#pagebody p,
dl {
	font-size: 93%;
}
.alpha p {
	width: 500px;
}



/*------------------------------------------------
	8.Footer
-------------------------------------------------*/
div.toTop {
	clear: both;
	position: absolute;
	left: 68px;
	top: 0;
	width: 752px;
	height: 40px;
}



/*------------------------------------------------
	9.Clearing a Float Container
-------------------------------------------------*/
.section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.section { display: inline-block; }

/* Hides from IE-mac \*/
* html .section { height: 1%; }
.section { display: block; }
/* End hide from IE-mac */

