@charset Shift_JIS

* {
	margin:0;
	padding:0;
	font-size:12px;
}

a {
	color:#00c;
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

a:hover {
	color:red;
	text-decoration: underline;
}

body {
	margin:0;
	padding:0;
	font-family: CI, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:1.5;
}

#main {
	margin:0 auto;
	width:800px;
}

#title {
	margin-bottom:20px;
}

#globalMenuArea {
 	background:#ccd url("images/global_menu_bg.gif"); 
 	padding: 10px;
 	font-size: 13px; 
 	font-weight: bold;
 	height: 20px;
}
#globalMenu {
	float:left;
}

#globalMenu a {
	text-decoration: none;
	color: #00c;
}

#globalMenu a:hover {
	color: red;
}

#accessCount{
	font-size: 8px;
	color:silver;
	float:right;
}

#introduction {
	width:780px;
	background-color:#ffe;
	padding:8px;
	border: 1px solid #FFA800;
	margin-bottom:20px;
}

#introductionTitle {
	font-weight: bold;
}

#localMenu {
	width:160px;
	float:left;
	margin-right:20px;
	font-size:12px;
}

#localMenu .localMenuGroup {
	background:#ccd url("images/global_menu_bg.gif");
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	padding:4px;
	vertical-align: middle;
	font-weight: bold;
}

#localMenu ul {
	margin:0px 0px 10px 0px;
	padding:8px 20px;
	line-height:1.5em;
}

#localMenu li {
	list-style-type: square;
}

#content {
	width:620px;
	float:left;
}


.section {
	width:100%;
	/* background-color:#ffe; */
	padding:8px;
	border: 1px solid #FFA800;
	margin-bottom:20px;
}

.sectionTitle {
	font-weight: bold;
}

.section p {
	margin: 8px 0px 0px 0px;
}

#memberFace {
	width:120px;
	height:120px;
	float:left;
	margin-right:20px;
	text-align: center;
	border: 1px solid #FFA800;
}

#memberFace img {
	margin:auto;
}

/* profile */
#memberProfile {
	width:478px;
	float:left;
	margin-bottom:20px;
}

#memberProfile ul {
	margin:0;
	padding:0;
	display: block;
	float: left;
	list-style: none;
	width: 478px;
	height: 25px;
	position: relative;
	background: url(images/tab_color.gif) 0px 24px repeat-x;
}

#memberProfile li {
	display: block;
	float: left;
	top: 0px;
}

#memberProfile li a {
	background: white url(images/tab_bg_2in.gif) 0px 0px no-repeat;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	border: 1px solid #FFA800;
	border-bottom: 0px;
	text-decoration: none;
	height: 24px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 1em;
	color: #603913;
	vertical-align: bottom;
}

#memberProfile li a#playStyle {
	display: block;
	width: 118px;
}

#memberProfile li a#schedule {
	display: block;
	width: 119px;
	border-left: 0px;
}

#memberProfile li a#setting {
	display: block;
	width: 119px;
	border-left: 0px;
}

#memberProfile li a div {
	padding-top: 3px;
	font-size:11px;
}

#memberProfile li a.active {
	background: white url(images/tab_bg_2in.gif) -240px 0px no-repeat;
	font-weight: bold;
}

#memberProfile li a.inactive {
	background: white;
	font-weight: normal;
}

#memberProfile li a:hover {
	color: red;
}


#memberProfile #profileContent {
	clear: both;
	width: 476px;
	height: 250px;
	border: 1px solid #FFA800;
	border-top: 0px;
}

#memberProfile #playStyleContent {
	padding:8px;
}

#memberProfile #scheduleContent {
	padding:8px;
	text-align:center;
}

#memberProfile #scheduleContent div {
	width:400px;
	text-align:center;
}
#memberProfile #scheduleContent img {
	width:400px;
	text-align:center;
}

#memberProfile #scheduleContent div.text {
	width: 400px;
	text-align:left;
}

#memberProfile #settingContent {
	padding:8px;
}

/* Result */
#memberResult {
	width:620px;
	float:left;
}

#memberResult ul.tab {
	margin:0;
	padding:0;
	display: block;
	float: left;
	list-style: none;
	width: 620px;
	height: 25px;
	position: relative;
	background: url(images/tab_color.gif) 0px 24px repeat-x;
}

#memberResult ul.tab li {
	display: block;
	float: left;
	top: 0px;
}

#memberResult ul.tab li a {
	background: white url(images/tab_bg_2in.gif) 0px 0px no-repeat;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	border: 1px solid #FFA800;
	border-bottom: 0px;
	text-decoration: none;
	height: 24px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 1em;
	color: #603913;
	vertical-align: bottom;
}

#memberResult ul.tab li a#totalChart {
	display: block;
	width: 118px;
}

#memberResult ul.tab li a#totalResult {
	display: block;
	width: 119px;
	border-left: 0px;
}

#memberResult ul.tab li a#monthlyResult {
	display: block;
	width: 119px;
	border-left: 0px;
}

#memberResult ul.tab li a#weekdayResult {
	display: block;
	width: 119px;
	border-left: 0px;
}

#memberResult ul.tab li a#detailedResult {
	display: block;
	width: 119px;
	border-left: 0px;
}

#memberResult ul.tab li a div {
	padding-top: 3px;
	font-size:11px;
}

#memberResult ul.tab li a.active {
	background: white url(images/tab_bg_2in.gif) -240px 0px no-repeat;
	font-weight: bold;
}

#memberResult li a.inactive {
	background: white;
	font-weight: normal;
}

#memberResult li a:hover {
	color: red;
}


#memberResult #resultContent {
	clear: both;
	width: 618px;
/*	height: 400px;*/
	border: 1px solid #FFA800;
	border-top: 0px;
	margin-bottom:20px;
}

#memberResult #totalResultContent {
	padding:8px;
}

#memberResult #monthlyResultContent {
	padding:8px;
}

#memberResult #weekdayResultContent {
	padding:8px;
}

#memberResult #detailedResultContent {
	padding:8px;
}

#memberResult #detailedResultContent ul.monthNavi{
	background: transparent;
	width: 580px;
	height: 40px;
	margin: 0px;
	padding:0px;
	display:block;
	list-style: none;
}

#memberResult #detailedResultContent ul.monthNavi a {
	width:32px;
	float: left;
	display:block;
	padding:0px 8px;
}

div.monthNavi {
	margin-bottom: 10px;
}

#memberResult #detailedResultContent #detailedResultCalendar {
	float:left;
	width: 180px;
}

#memberResult #detailedResultContent #detailedResultCalendar a {
	display: block;
	font-size:12px;
	width: 20px;
	color:black; text-decoration:none; border:silver solid 1px;
}
#memberResult #detailedResultContent #detailedResultCalendar div {
	display: block;
	font-size:12px;
	width: 20px;
	color:silver; 
	text-decoration:none;
	border:#FCF1DD solid 1px; 
}

#memberResult #detailedResultContent #detailedResultCalendar a:hover {
	 border:blue solid 1px;
}



#memberResult #detailedResultContent #winResult {
	font-size:12px;
}


table.standard {
	border: 1px solid silver;
	font-size: inherit;
}

table.standard th {
	font-weight: normal;
	border: 1px solid silver;
	padding: 2px;
	text-align: left;
	font-size: inherit;
}

table.standard th.header {
	font-weight: bold;
	width: auto;
	border: 1px solid silver;
	background-color: #eee;
	padding: 2px;
	text-align: left;
	font-size: inherit;
}


table.standard td {
	font-weight: normal;
	border: 1px solid silver;
	padding: 2px;
	font-size: inherit;
	color: black;
}

table.standard td.value {
	color: black;
	text-align:right;
}

table.standard td.comment {
	color: #333;
	text-align:left;
	font-size: 10px;
}

table.standard td img {
	vertical-align:middle;
}

table.standard th img {
	vertical-align:middle;
}

#footer {
	clear: both;
	width: 800px;
	border-top: 2px solid #ccd;
	text-align:left;
	margin: 20px 0px;
}

#footerMenu {
	text-align:right;
	float:right;
	width: 260px;
}

#topContent {
	width:780px;
}

#rightContent {
	width:600px;
	float:left;
}

#topContent .member {
	width:780px;
	padding:8px;
	border: 1px solid #FFA800;
	margin-bottom:20px;
}

#topContent .member .memberLeft {
	width:260px;
	float:left;
	margin-right: 20px;
}

#topContent .memberContent {
	margin:auto;

}

.memberFace {
	margin:0px;
	padding:0px;
}

.memberFace img {
	width:96px;
	float:left;
	margin: 0px 8px 8px 0px;
}

 .memberFace dt {
	font-weight:bold;
}


#topContent .member .memberLeft .todaySummary {
	clear: both;
}

.comment {
	color: #333;
	text-align:left;
	font-weight: normal;
	font-size: 10px;
}

.rankingDetail {
	margin:10px 40px 0px;
}

.rankingDetail a {
	width:180px;
	float:left;
}
.noData {
	width:100%;
	height:100%;
	text-align:center;
	color:gray;
}

.article {
	width:100%;
	/* background-color:#ffe; */
	padding:8px;
	border: 1px solid #FFA800;
	margin-bottom:20px;
}

.article p {
	margin:12px 0px 0px;
}

.articleTitle {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px dotted silver;
}

.article ul {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 24px;
	list-style: square;
}

.article ol {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 24px;
}

.article li {
	padding:8px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.article .signature {
	text-align: right;
	color: gray;
}

.section .signature {
	text-align: right;
	color: gray;
}

.article .emphasize {
	color: maroon;
	font-weight: bold;
}


.section ul {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 24px;
}

.section ol {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 24px;
}

.section li {
	padding:0px 0px 6px 8px;
	list-style-type: none;
	margin:0px 0px 0px 0px;

}

.section li.message {
	list-style-image: url(images/letter.gif);
}

.section li.reply {
	list-style-image: url(images/reply.gif);
}


.colorPalette a {
	display: inline;
	margin: 2px 0px;
}

.eq {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	padding-right:4px;
}