@charset "utf-8";

/* ===============================================

	LAYOUT
  
=============================================== */
div#container {
	width: 910px;
	padding: 0 15px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}


	/*================ header ================*/
	div#header {
		width: 910px;
		height: 200px;
		background: #f4f4f4;
		margin-bottom: 15px;
		background: url(http://fmkagawa.cocolog-nifty.com/images/shuffle/header.jpg) no-repeat;
	}
	
	div#header div#personality {
		width: 251px;
		height: 200px;
		background: #000;
	}
	
	div#header div#personality dl {
		padding: 18px 0 0 15px;
	}
	
	div#header div#personality dl dt {
		font-size: 108%;
		font-weight: bold;
		color: #9e0b0e;
		margin-bottom: 2px;
	}
	
	div#header div#personality dl dd {
		color: #fff;
	}
	
	div#header div#personality dl dd.mb {
		margin-bottom: 15px;
	}
	
	
	/*================ leftArea ================*/
	div#leftArea {
		width: 240px;
		float: left;
		display: inline;
		margin-right: 15px;
	}		
	
	div#leftArea div.section {
		padding: 8px;
		margin-bottom: 15px;
		background: #f4f4f4;
	}
	
	div#leftArea ul#contentsNavi li {
		background: url(http://fmkagawa.cocolog-nifty.com/images/common/contents_navi_bg.gif) no-repeat 0px 6px;
		padding: 0 0 5px 13px;
		margin-bottom: 4px;
		border-bottom: 1px dotted #aaa;
		font-weight: bold;
	}
	
	div#leftArea ul#contentsNavi li.end {
		margin: 0;
		border: none;
		padding-bottom: 0;
	}
	
	
	/*================ rightArea ================*/
	div#rightArea {
		width: 170px;
		float: right;
		display: inline;
	}
	
	div#rightArea div.section {
		padding: 8px;
		margin-bottom: 15px;
		background: #f4f4f4;
	}
	
	div#rightArea div.section ul.rightList li {
		background: url(http://fmkagawa.cocolog-nifty.com/images/common/right_list_bg.gif) no-repeat 0px 6px;
		padding: 0 0 0 8px;
		font-size: 77%;
	}
	
	div#calendarSection {
		background: #f4f4f4;
		margin-bottom: 15px;
	}
	
	div#calendarSection h5 {
		height: 14px;
		font-weight: bold;
		color: #fff;
		padding: 2px 0 0 22px;
		background: url(http://fmkagawa.cocolog-nifty.com/images/shuffle/calendar_title.gif) no-repeat;
	}
	
	table#rightCalendar {
		font-weight: normal;
		vertical-align: middle;
		text-align: center;
	}
	
	table#rightCalendar th,
	table#rightCalendar td {
		width: 24px;
	}
	
	
	/*================ entryArea ================*/
	div#entryArea {
		width: 470px;
		float: left;
		display: inline;
	}
	
	div#entryArea h3 {
		height: 14px;
		font-weight: bold;
		color: #fff;
		padding: 2px 0 0 22px;
		background: url(http://fmkagawa.cocolog-nifty.com/images/shuffle/entry_title_bg.gif) no-repeat;
	}
	
	div#entryArea div#inner {
		border: 1px solid #ccc;
		border-top: none;
		padding: 8px 10px 10px 10px;
		background: #f4f4f4;
	}

	div.entrySection h4 {
		font-weight: bold;
		font-size: 108%;
		padding: 0 0 3px 12px;
		border-bottom: 1px dotted #aaa;
		background: url(http://fmkagawa.cocolog-nifty.com/images/shuffle/title_bg.gif) no-repeat 0px 0px;
	}

	div.entrySection .entryBody {
		width: 438px;
		padding: 5px 5px 0 5px;
		margin-bottom: 10px;
		overflow: hidden;
	}

	div.entrySection .entryFooter {
		border-top: 1px dotted #aaa;
		padding: 3px 5px 0 5px;
		text-align: right;
		font-size: 77%;
	}
	
	div#commentBox {
		margin: 15px 0 15px 0;
	}
	
	p.commentTitle {
		border-left: 4px solid #9e0b0e;
		padding: 0 0 0 7px;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 10px;
	}
	
	div#commentBox div.commentBody {
		margin-bottom: 10px;
	}
	
	div#commentBox div.commentBody span {
		display: block;
		padding-top: 5px;
		text-align: right;
		color: #000;
		font-size: 77%;
	}
	
	ul#commentForm li {
		margin-bottom: 5px;
	}
	
	ul#commentForm li p {
		margin-bottom: 5px;
	}
	
	ul#commentForm li p span {
		font-size: 77%;
	}



/*================ footer ================*/
div#footer {
	width: 910px;
	padding: 15px 15px 0 15px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

div#footer div#inner {
	width: 910px;
	height: 100px;
	background: #9e0b0e;
	position: relative;
}

div#footer div#inner address {
	color: #fff;
	position: absolute;
	right: 15px;
	bottom: 25px;
	font-style: normal;
}

div#footer div#inner ul {
	position: absolute;
	top: 15px;
	right: 15px;
}

div#footer div#inner li {
	float: left;
	display: inline;
	padding-right: 7px;
	margin-right: 7px;
	border-right: 1px solid #fff;
	line-height: 1;
}

div#footer div#inner li.end {
	margin: 0;
	padding: 0;
	border: none;
}

div#footer div#inner li a:link {
	color: #fff;
	text-decoration: none;
}

div#footer div#inner li a:visited {
	color: #fff;
	text-decoration: none;
}

div#footer div#inner li a:hover {
	color: #fff;
	text-decoration: underline;
}


/* ===============================================

	メッセージリクエスト
  
=============================================== */
div#messageInfo {
	width: 448px;
	border: 1px solid #ccc;
	padding: 8px 10px;
	background: #f4f4f4;
}

div#messageInfo h5 {
	font-weight: bold;
	color: #9e0b0e;
	font-size: 108%;
	padding: 0 0 3px 12px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #aaa;
	background: url(http://fmkagawa.cocolog-nifty.com/images/shuffle/title_bg.gif) no-repeat 0px 0px;
}





/* ===============================================

	色々
  
=============================================== */
.min { font-size: 77%;}

.center { text-align: center!important;}

.mt5 { margin-top: 5px;}

.mb15 { margin-bottom: 15px;}





/* ===============================================

	マウスオーバー
  
=============================================== */
a:hover img.on {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}