/* Base ---------------------------- */

body {
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
    text-align: center;
    font-size:75%;
	line-height:150%;
    color: #333;   
    background: #D9DFE5 url(../images/common/bg_s.jpg) repeat-x top center; 
}

html,body,div,
dl,dt,dd,
form,input,textarea,
h1,h2,h3,h4,h5,h6,p,th,td {
    margin:0;
    padding:0;
}
img {
    border:0;
	margin:0;
	padding:0;
} 

a {
    color: #0033CC; 
}
a:visited {
    color: #1D2088; 
}

a:hover {
    color: #6699CC; 
    text-decoration: none;
}

a img,:link img,:visited img {
    border:none;
}
th {
    font-style: normal;
    font-weight: normal;
}

/* Layout ---------------------------- */


#container {
    width: 880px;
	min-height: 100%;
    margin: 0 auto;
    text-align: left;
}
#footer {
    position: relative;
}

#content, #footer-inner {
    position: static;
}

#footer-inner {
    overflow: hidden;
}
#content {
    padding-top: 0;
    padding-bottom: 0;
	background:#004098;
}


/* Parts ---------------------------- */

.clear {
	clear:both;
}
.left {
	float:left;
	font-size:85%;
}

.right {
	float:right;
	font-size:85%;
}

/* Header ---------------------------- */
#header-container {
    width: 880px;
    margin: 0 auto;
    text-align: left;
}

#header-content img {
    margin: 8px 0 27px;
}
/* Content ---------------------------- */




/* table */
.profile {
	width:860px;
	padding:10px 10px 0;
	background:#004098;
}

.profile p {
	float:left;
	margin-right:10px;
}
.profile table {
width:700px;
	border-collapse: collapse;
	color:#FFFFFF;
	font-size:85%;
}
.profile th {
	background:#3265AC;
	text-align:left;
	padding:3px;
	vertical-align:middle;
	border-right: 1px solid #004098;
	border-bottom: 1px solid #004098;
   white-space: nowrap;
}

.profile th.name {
	background:#4C79B7;
	width:360px;
} 
.profile th.icon{
	padding:0;
	background:#fff;
	width:40px;
}
.profile td {
	background:#1953A2;
	text-align:left;
	padding:3px;
	vertical-align:middle;
	border-right: 1px solid #004098;
	border-bottom: 1px solid #004098;
}

.profile span {
		font-size:155%;
}
.profile .center {
	text-align:center;
	font-weight:normal;
}
.profile .under {
	border-bottom: 2px solid #fff;
}


.profile td img {
	float:left;
	margin-right:5px;}

.profile td .profile {
	margin-top:5px;}

.man .profile {
	padding:10px;
}

/*なでしこ*/
.woman .profile {
	width:860px;
	padding:10px;
	background:#FF3366;
}
.woman .profile table {
	color:#333;
}
.woman .profile th {
	background:#FFD5E0;
	border-right: 1px solid #FF3366;
	border-bottom: 1px solid #FF3366;
}
.woman .profile th.name {
	background:#FFEAEF;
} 

.woman .profile td {
	background:#FFB7C9;
	border-right: 1px solid #FF3366;
	border-bottom: 1px solid #FF3366;
}


.record {
	padding:10px;
	background:#fff;
	width:860px;
}

.recordTitle {
	background:#004098;
	text-align:left;
	padding:0 10px;
	margin-top:15px;
}

.recordTitle span {
	color:#004098;
	font-weight:bold;
	padding:5px 5px 3px;
	background:#fff;
}
.record table {
	border-collapse: collapse;
	width:860px;
}

.record th {
	background:#6082BB;
	text-align:center;
	padding:3px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size:80%;
	color:#fff;
   white-space: nowrap;
}
.record td {
	background:#DFE6EB;
	text-align:center;
	padding:3px;
	vertical-align:middole;
	font-size:92%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.record .card1 {
	text-align:right;
	width:115px;
	border-right: none;
	float:left;
}
.record .card2 {
	text-align:left;
	width:115px;
	float:left;
}

.record .score {
	font-weight:bold;
	border-right: none;
	padding:0;
   white-space: nowrap;
	width:50px;
	float:left;
}

.record em {
	color:#CC0000;
	font-style:normal;

}
.record .scorepk {
	font-size:85%;
	font-weight:normal;
	width:50px;
	margin:0 115px;
}

/* ページの先頭に戻る -------------------------------------------------------------- */

.toTop {	
	padding:10px 10px 15px;
	background:#fff;
}
.pagetop {
	text-align:right;
	font-size:85%;
	float:right;
	text-indent:12px;
	background: url(../images/common/pagetop.gif) no-repeat 0 center;
}

/* Footer ---------------------------- */


#footer { 
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	width:880px;
	}

#footer-inner {
	text-align:left;
	font-size:85%;
}

#footer-inner,
#content {
    height: 1%;
}


/* Utilities -------------------------------------------------------------- */
.toTop:after,
#header-container:after,
#content:after,
#footer:after,
.profile:after,
.record:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    line-height: 0;
}

.toTop,
#header-container,
#content,
#footer,
.profile,
.record {
	zoom:1;
	}
#content {
    height: 1%;
}
#content { display: inline-block; }
/* no ie mac \*/
* html #content { height: 1%; }
#content{ display: block; }
/* */

