
/*ヘッダー*/
#headWrapper{
	width:800px;
	height:38px;
	background:url(./images/top_line.gif) no-repeat;
}
#headWrapper a{
	width:270px;
	height:36px;
	display:block;
	float:left;
	text-indent:-5000px;
	font-size:2px;
	background:url(./images/share/head.gif) no-repeat;
}


/*************************/
#mainNaviWrapper{
	float:left;
}
#pageBox{
	float:left;
}
#footWrapper{
	clear:both;
}
*html #footWrapper{
	margin:0;
	background:url(./images/share/foot_back.gif) no-repeat;
}


/*メイン*/
#honbunWrapper{
	margin:10 0 40px 0;
	padding:0 0 40px 0;
	width:798px;
	border:1px solid #CCCCCC;
	background:url(./images/top_back.gif) no-repeat;
}
*html #honbunWrapper{
	width:800px;
	padding:0 0 20px 0;
}
#honbunLeft{
	width:234px;
	float:left;
}
#honbunRight{
	width:562px;
	float:right;
}
#honbunTop{
	width:798px;
	height:92px;
}
#topBtn{
	padding:44px 0 0 181px;
}
#topBtn img{
	margin-right:10px;
}


/*ブログ*/
.blogTitle{
	width:540px;
}
.blogMainTitle{
	padding:0 0 6px 0;
	background:url(./images/ten.gif) bottom left no-repeat;
	color:#DDAA3D;
	font-weight:bold;
}
.blogName{
	padding:3px 0 20px 0;
}
.blogBox{
	width:540px;
	padding-bottom:60px;
	background:url(./images/sita_line.gif) bottom left no-repeat;
	margin-bottom:20px;
}
.blogBoxComm{
	width:540px;
	margin-bottom:30px;
}
.blogBox img{
	float:left;
	margin:0 14px 14px 0;
}
.blogPost{
	clear:both;
	margin-top:20px;
	text-align:right;
	width:540px;
}
.postUe{
	font-size:smaller;
}
.trackTitle{
	font-weight:bold;
}
.trackBox{
	margin-top:10px;
	padding-bottom:20px;
	background:url(./images/ten.gif) bottom left no-repeat;
}
#voiceWriteBox{
	width:540px;
}
.voiceTitle{
	margin-bottom:10px;
}
.nyuryoku{
	display:block;
	padding-left:8px;
	background:url(./images/share/sankaku_aka.gif) left center no-repeat;
	font-size:smaller;
	margin-bottom:10px;
}
#voiceWriteBox input, #voiceWriteBox textarea{
	border:solid 1px #bbbbbb;
	background:#ffffff;
	color:#666666;
}


/*----------------------------------------------------------*/
/*左*/
#leftWrapper{
	margin-left:29px;
}
#leftBox{
	width:188px;
	border:1px solid #CCCCCC;
	margin-bottom:17px;
}
*html #leftBox{
	width:188px;
}
#leftBox ul{
	margin:5px 10px 20px 10px;
}
#leftBox li{
	margin:5px 0;
	padding-left:15px;
	background:url(./images/ul_dot.gif) left 0.6em no-repeat;
	font-size:12px;
}
#leftBox li a{
	color:#666666;
	text-decoration:none;
}
#leftBox li a:hover{
	color:#E45555;
	text-decoration:underline;
}


/*-----------------------------------------------------------*/
/*カレンダー*/
.ctbl{
	margin:10px 0 0 20px;
}
.ctbl td{
	border:solid 1px #CDCDCD;
	font-size:10px;
}
.ctbl td a{
	font-size:10px;
	text-decoration:underline;
	color:#0000ff;
}
.ctbl td a:hover{
	text-decoration:underline;
	color:#ff6600;
}
#clTuki{
	font-size:12px;
	border:none;
}



