@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
  NEWS&BLOG
-----------------------------------------------*/
p {
	text-align: justify;
    text-justify: distribute;
}
.mar_t10 {
	margin-top: 10px;
}
#container {
	width: 880px;
	margin: 0 auto;
	position: relative;
}
#subNavi {
	width: 212px;
	float: left;
	color: #333333;
	display: inline;
	margin-top: 0px;
}

#mainContents {
	width: 590px;
	float: left;
	display: inline;
	margin-right: 68px;
	margin-left: 3px;
}
/* blog */
#btn_rss {
	position: absolute;
	right: 7px;
	top: 5px;
	width: 68px;
	height: 16px;
}
.twitterBox {
	margin-bottom: 15px;
}

h1.blog{
	text-indent: -9999px;
	background: url(../img/blog/title_blog.jpg) top left no-repeat;
	width: 880px;
	height: 40px;
}
.dividerBK {
	height: 50px;
	color: #333333;
	position: relative;
}
.blogDate {
	right: 10px;
	bottom: 5px;
	font-size: 10px;
	position: absolute;
	top: 3px;
	right: 5px;
}
.issueBox {
	margin-bottom: 60px;
}
.issueBox h2 {
	font-size: 18px;
	line-height: 1.4;
	margin: 15px 0 5px 0;
	padding-bottom: 5px;
	background: url(../img/blog/bg_blogtitle.jpg) center bottom no-repeat;
}

p.keywordTxt {
	font-size: 10px;
	padding-left: 12px;
	background: url(../img/blog/allowBK.jpg) left center no-repeat;
}
.smallTxt {
	margin-top: 3px;
}
.btn_backtotop {
	margin: 30px 0 0 0;
}
#pagesend {
	position: relative;
	height: 30px;
}
#btn_prev {
	display: block;
	position: absolute;
	width: 70px;
	height: 20px;
	left: 0;
	top: 0;
}
#btn_prev a{
	display: block;
	position: absolute;
	width: 70px;
	height: 20px;
	left: 0;
	top: 0;
	background: url(../img/blog/btn_older.gif) no-repeat;
	text-indent: -9999px;
}
#btn_prev a:hover{
	background: url(../img/blog/btn_older_r.gif) no-repeat;
}
#btn_next {
	display: block;
	position: absolute;
	width: 80px;
	height: 20px;
	right: 0;
	top: 0;
}
#btn_next a{
	display: block;
	position: absolute;
	width: 80px;
	height: 20px;
	right: 0;
	top: 0;
	background: url(../img/blog/btn_newer.gif) no-repeat;
	text-indent: -9999px;
}
#btn_next a:hover{
	background: url(../img/blog/btn_newer_r.gif) no-repeat;
}

/** Left Column Style**********************************************/
/** カレンダー**/
#calenderWrap {
	margin: 0 15px;
}
#calender {
	width: 182px;
	height: 120px;
}
.monthBox {
	height: 37px;
	background: url(../img/blog/bg_month.jpg) bottom no-repeat;
	padding: 0 8px 0 8px;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	position: relative;
}
.prevMonth {
	position: absolute;
	width: 25px;
	height: 13px;
	top: 2px;
	right: 38px;
}
.nextMonth {
	position: absolute;
	width: 25px;
	height: 13px;
	top: 2px;
	right: 13px;
}
#calender a {
	text-decoration: underline;
}
.dayBox {
	height: 22px;
	width: 26px;
	text-align: center;
	float: left;
	font-size: 12px;
	display: inline;
}
.sundayTxt {
	color: #FF0000;
}
.sundayTxt a {
	color: #FF0000;
}
.nolinkTxt {
	color: #999999;
}
.sundayTxtnolink {
	color: #FDA89F;
}
h3 {
	margin-bottom: 5px;
	text-indent: -9999px;
	height: 30px;	
}
h3#brCalendar {
	background: url(../img/blog/br_calendar.jpg) no-repeat;
}
h3#brProfile {
	background: url(../img/blog/br_profile.jpg) no-repeat;
}
h3#brKeyword {
	background: url(../img/blog/br_keyword.jpg) no-repeat;
}
h3#brResent {
	background: url(../img/blog/br_resent.jpg) no-repeat;
}
.eachArea {
	margin-bottom: 40px;
}

/* option Form */
form {
	font-size: 10px;
}
#jumpMenu {
	
	background: #DBDCD7;
	font-size: 0.95em;
	cursor: pointer;
}
select {
	width: 130px;
	margin: 2px 0 8px;
	
}
.prifileList {
 margin: 0 10px;
}
.prifileList li{
	margin-bottom: 10px;
	line-height: 1.4;
	font-size: 9px;
}
.latestList {
 margin: 0 10px;
}
.latestList li{
	margin-bottom: 5px;
	line-height: 1.4;
	font-size: 9px;
}
.mar_b10 {
	margin-bottom: 10px;
}
#footer {
	margin-bottom: 10px;
}
/* keyword */
.profileTxt {
	font-size: 10px;
	margin: 0 0 3px 0;
	display: block;
	font-weight: bold;
}

.KeywordBox {
	width: 180px;
}
.KeywordBox p{
	font-size: 9px;
}
.title {
	font-weight: bold;
	font-size: 9px;
}
/** 過去のブログ **/
#btn_pastblog {
	text-align: right;
	margin-top: 10px;

}
.rightdivider {
	height: 20px;
	background: url(../img/blog/bg_month.jpg) bottom no-repeat;
}