/*---------- foundation ----------*/
body{
	color: #444;
	background: #fff url(img/blogparts/bg_all.jpg) repeat-y top center;
	margin: 0;
	padding: 0;
}
a{
	color: #0074E7;
}
img{
	border: none;
}
form{
	margin: 0;
	padding: 0;
}
.separate{
	width: 525px;
	margin: 10px 0;
	height: 10px;
	background: #fff url(img/blogparts/bg_main_hr.gif) no-repeat bottom left;
}
.separate hr{
	display: none;
}
.clearn{
	clear: both;
}

/*---------- layout/Material ----------*/
.container{
	width: 760px;
	margin: 0 auto;
	padding: 1px 0 5px;
	color: #444;
	background: transparent url(img/blogparts/bg_container.jpg) repeat-y top center;
}
/* header */
h1{
	width: 760px;
	margin: 0;
	padding: 0;
}
.topLink{
	width: 720px;
	margin: 0 auto;
	padding: 0 17px;
	color: #444;
	background: transparent url(img/blogparts/bg_menuarea.jpg) repeat-y top center;
	position: relative;
	top: -10px;
	*top: -5px;
}
.topLink ul{
	margin: 0;
	padding: 0;
}
.topLink li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
	margin-left: -3px;
}
/* content */
.contentBody{
	width: 750px;
	margin: 20px auto;
	padding: 10px auto;
}
/* main-rightside */
#main{
	width: 530px;
	margin: 0 5px 0 auto;
	float: right;
}
#main h2.contentTitle{
	display: none;
}
#main h2#archive-title{
	display: block;
	margin: 2px 0 15px 0;
	font-size: 18px;
}
/* sidebar-leftside */
#sidebar{
	width: 180px;
	margin: 0 10px 0 5px;
	float: left;
	padding: 0;
}
#sidebar h2{
	margin: 0;
	padding: 0;
}
#sidebar ul{
	width: 175px;
	margin: 0;
	padding: 10px 0 10px 5px;
}
#sidebar li{
	font-size: 12px;
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}
/* article */
.entryHead{
	width: 530px;
	margin: 0;
	padding: 8px 0;
	color: #fff;
	background: #0643A0 url(img/blogparts/bg_entry_head.gif) no-repeat top left;
	border-bottom: 1px solid #fff;
	position: relative;
}
.entryHead h3{
	font-size: 14px;
	margin: 0 10px;
	padding: 6px 120px 2px 48px;
}
.entryHead h3.ohka{
	color: #fff;
	background: transparent url(img/blogparts/icon_ohka.gif) no-repeat top left;
}
.entryHead h3.topics{
	color: #fff;
	background: transparent url(img/blogparts/icon_topics.gif) no-repeat top left;
}
.entryHead h3 a{
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
.entryHead .entryDate{
	font-size: 12px;
	color:#fff;
	background-color: #0643A0;
	position: absolute;
	top: 15px;
	left: 380px;
}
.entryBody{
	width: 530px;
	margin: 0;
	padding: 0 0 15px;
	color: #444;
	background: #fff url(img/blogparts/bg_entry_body.jpg) repeat-y top center;
	border-top: 2px solid #0643A0;
}
.entryBody .entryCategory{
	font-size: 10px;
	margin: 6px 15px 15px;
	padding: 0;
}
.entryBody p{
	font-size: 12px;
	line-height: 150%;
	margin-right: 15px;
	margin-left: 15px;
}
.entryFoot{
	width: 520px;
	margin: 0;
	padding: 2px 5px;
	color: #9fc;
	background: transparent url(img/blogparts/bg_entry_foot.gif) no-repeat top left;
	text-align: right;
}
.entryFoot ul{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	padding: 0;
	text-align: right;
}
.entryFoot li{
	display: inline;
	font-size: 12px;
	list-style-type: none;
	margin: 0 5px;
	padding: 0;
}
.entryFoot a{
	color: #9fc;
	background-color: transparent;
	text-decoration: none;
}
/* Trackback,pingback,comment */
.tbArea, .comArea{
	width: 525px;
	margin: 0;
}
.tbArea h4, .comArea h4{
	font-size: 14px;
	margin: 20px 0 0;
	color: #0643A0;
	background-color: transaprent;
}
.tbArea p, .comArea h5, .comArea p{
	font-size: 12px;
	margin: 10px 0 5px;
	padding-right: 50px;
	line-height: 120%;
}
.comArea .poster{
	width: auto;
	font-size: 12px;
	margin: 10px 0 30px;
	padding: 8px 0;
	color: #444;
	background: transparent url(img/blogparts/bg_com_poster.gif) no-repeat top left;
}
.comArea .poster a{
	color: #06f;
	background-color: transparent;
	text-decoration: none;
}
.comArea dl{
	width: auto;
	margin: 10px 0;
	padding: 0;
}
.comArea dt{
	width: 100px;
	font-size: 12px;
	clear: left;
	padding: 5px;
	text-align: left;
	margin: 0;
	color; #333;
	background-color: #ccddee;
	float: left;
}
.comArea dd{
	width: 380px;
	float: left;
	padding: 3px 5px;
	margin: 0;
}
.comArea dd input,.comArea dd textarea{
	width: 380px;
}
dt#name_text{
	height: 110px;
	*height: 80px;
}
textarea#text{
	height: 80px;
}
/* footer */
#footer{
	width: 760px;
	height: 15px;
	margin: 0 auto;
	padding: 5px 0;
	color: #444;
	background: transparent url(img/blogparts/bg_footer.jpg) no-repeat top center;
}

/*---------- calendar ----------*/
#cal{
              width: 175px;
              margin: 10px auto;
}
#cal h2{
              margin: 5px auto;
              padding: 0;
              font-size: 10px;
              color: #666666;
              font-weight: normal;
              text-align: center;
}
#cal table{
              text-align: center;
              width: 100%;
              margin: 0;
              padding: 0;
              font-size: 10px;
              border-collapse: collapse;
}
#cal td{
              color: #666666;
             padding: 3px 1px;
              text-align: center;
}
.month_link{
              color: #FF9934;
              text-decoration: none;
}
.sun{
              color:#CB0165
}
.sat{
              color:#92C8D4
}

/*---------- profile ----------*/
#profile{
	width: 530px;
	margin: 0;
	padding: 8px 0;
	color: #fff;
	position: relative;
}
#profile_txt{
	float: right;
	width: 320px;
}
#profile_txt h3{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#profile_txt2{
	float: left;
	clear: both;
	width: 530px;
}
.img_left{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#profile p{
	font-size: 10px;
	line-height: 170%;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#profile p.font12{
	font-size: 12px;
	line-height: 148%;
}
#profile em{
	font-size: 12px;
	line-height: 120%;
	color: #0066CD;
	font-style: normal;
	font-weight: normal;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}

