/* --------------------------------------------------
 reset
-------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* --------------------------------------------------
 link
-------------------------------------------------- */
a:link {
	color:#fbce4b;
}
a:visited {
	color:#d7b040;
}
a:hover {
	color:#f9f0a3;
	text-decoration:underline;
}

/* --------------------------------------------------
 layout
-------------------------------------------------- */
body {
	background:url(./template/player06/img/bg_body.gif) repeat-x #292929;
	font-size:12px;
	line-height:1.6;
	color:#CFCFCF;
}
#allContents {
	width: 760px;
	margin:0 auto;
}
#titleArea {
	position:relative;
	min-height:334px;
	*height:334px;
	margin-bottom:20px;
	overflow:visible;
	background:url(./template/player06/img/bg_titlearea.jpg) no-repeat center top;
	color:#fbce4b;
}
#titleArea p {
	width:320px;
	overflow:visible;
}
h1 {
	padding-top:35px;
	font-size:32px;
}
h1 a,
h2 a {
	text-decoration: none;
}
#btnPowered {
	position:absolute;
	bottom:5px;
}

/* -----------------------------------------
 MainArea
------------------------------------------ */
#main {
	float:left;
	width:538px;
	margin-bottom:25px;
}
.entry {
	margin-bottom:30px;
}
.date {
	padding-bottom:8px;
	background: url(./template/player06/img/bg_entry_h.gif) no-repeat left bottom;
	text-align:right;
	font-size:14px;
	line-height:1;
}
.entryBody {
	padding:8px 20px 0;
	background:#3a3a3b;
	border:solid 1px #fbce4b;
	line-height:1.6;
}
.entryBody h2 {
	margin-bottom:18px;
	padding:10px 10px 13px 43px;
	background:url(./template/player06/img/icon_entry_title.gif) no-repeat left top;
	border-bottom:solid 1px #CFCFCF;
	font-size:14px;
	font-weight:bold;
}
blockquote {
	margin:15px 0;
	padding:10px 12px;
	background:#2A2A2A;
}
.entryState {
	margin:15px -20px 0;
}
.entryState p {
	padding:10px 18px;
	background:#2A2A2A;
}
.entry .block {
	margin-bottom:35px;
}
.entry .block h3 {
	margin-bottom:10px;
	border-bottom:solid 1px #CFCFCF;
}
.entry .block li {
	margin-bottom:0.5em;
	padding-left:1.5em;
	background:url(./template/player06/img/icon_list.gif) no-repeat left center;
	text-align:-1em;
}
.entry .block dd {
	margin-bottom:15px;
}
#comment dd {
	margin-top:8px;
	padding:5px 10px;
	background:#2A2A2A;
}
#trackback {
	margin-bottom:0;
}
#trackback dt {
	background:url(./template/player06/img/icon_list.gif) no-repeat left center;
	text-align:-1em;
	padding-left:1.5em;
	margin-bottom:0.5em;
}
#trackback dd {
	font-size:10px;
}
#trackback dd div {
	margin-top:8px;
	padding:5px 10px;
	background:#2A2A2A;
}
#entryNavi {
	padding:15px;
	text-align:center;
}
#profileName {
	padding-bottom:20px;
}
#profileName h2 {
	color:#fbce4b;
}
.pagetop {
	margin-top:30px;
	text-align:right;
}

/* -----------------------------------------
 Sidemenu
------------------------------------------ */

#sidemenu {
	float:right;
	width:196px;
	line-height:1.4;
}
#sidemenu .block {
	width:196px;
	margin-bottom:30px;
}
#sidemenu li {
	background:url(./template/player06/img/icon_list.gif) no-repeat left 0.1em;
	text-align:-1em;
	padding-left:1.5em;
	margin-bottom:0.5em;
}
#sidemenu h2 {
	border-bottom:solid 1px #CFCFCF;
	margin-bottom:6px;
}
#calenderBlock {
}
table.calendar {
	width:182px;
	margin-left:9px;
	text-align:center;
}
.calendar_month {
	min-height:25px;
	*height:25px;
	overflow:visible;
	text-align:center;
	font-weight:bold;
}
.cell {
	width:26px;
}
.weekday {
	font-size:10px;
}
#footer {
	clear:both;
	width:100%;
	padding:5px;
	background:#fbce4b;
	border-top:solid 1px #FFF;
	color:#666;
	text-align:center;
}
