@CHARSET "UTF-8";
* {
	box-sizing: border-box;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica;
	background: url(http://file.yosie.iku4.com/bg_body.png);
}
body>div#wrap {
	width: 1000px;
	padding: 0px 30px 0px 65px;
	margin: 0px auto;
	background: url(http://file.yosie.iku4.com/bg_face.png) no-repeat 0px 0px;
}
/******************************************************************************
 * ヘッダー
******************************************************************************/
div#wrap>header {
	text-align: right;
	height: 230px;
	padding-top: 40px;
}
div#wrap>header>p {
	color: #900;
	font-size: 24px;
	font-weight: bold;
}
/******************************************************************************
 * フッター
******************************************************************************/
div#wrap>footer {
	text-align: center;
	clear: both;
}
div#wrap>footer>p {
	font-size: 14px;
	padding: 10px 0px 30px;
	border-top: solid 2px #FF4242;
}
/******************************************************************************
 * コンテンツ
******************************************************************************/
div#wrap>article {
	width: 640px;
	float: right;
}
article>nav {
	font-size: 14px;
	text-align: center;
	padding: 4px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: rgba(255,255,255,0.60);
}
article>nav>a {text-decoration: none;}
article>nav>a:hover {text-decoration: underline;}
article>section.entry {
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
	background: rgba(255,255,255,0.60);
}
/** タイトル **/
article>section.entry>h1 {
	font-size: 20px;
	padding: 4px 0px 4px 36px;
	margin-bottom: 10px;
	border-bottom: solid 3px #FF9595;
	background: url(http://file.yosie.iku4.com/mrk_entryTitle.png) no-repeat 4px center;
}
article>section.entry>h1>a {
	color: #333;
	text-decoration: none;
}
/** エントリー本文 **/
section.entry>.entryBody {
	margin-bottom: 20px;
}
/** タイムスタンプ **/
section.entry>.timestamp {
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
}
/** エントリーフッター **/
section.entry>.entryFoot {
	font-size: 12px;
	text-align: right;
	margin-bottom: 20px;
}
section.entry>.topNavi {
	font-size: 14px;
	text-align: right;
}

/******************************************************************************
 * コメントブロック
******************************************************************************/
#comment {
	border: solid 1px #FF9595;
	padding: 20px;
	margin-bottom: 20px;
	background: rgba(255,255,255,1.0);
}
#comment>.commentTitle {
	border-bottom: solid 2px #FF9595;
	margin-bottom: 10px;
}
#comment>form {
	margin-bottom: 20px;
}
#comment>form>table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#comment>form>table th,
#comment>form>table td {
	padding: 6px;
	border: solid 1px #FF9595;
}
#comment>form>table input,
#comment>form>table textarea {
	width: 100%;
}

#comment>.commentBox {
	padding: 20px;
	margin-bottom: 10px;
	border: solid 1px #FF9595;
}
#comment>.commentBox>.commentTitle {
	font-weight: bold;
	border-bottom: solid 2px #FF9595;
	margin-bottom: 10px;
}
#comment>.commentBox>.commentText {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
}
#comment>.commentBox>.commentFoot {
	font-size: 12px;
	text-align: right;
}
#comment>.res {
	margin-left: 50px;
	border-color: #AAA;
}
#comment>.res>.commentTitle {
	border-bottom-color: #AAA;
}

/******************************************************************************
 * トラックバックブロック
******************************************************************************/
#trackback {
	margin-bottom: 20px;
}
#trackback>.trackbackTitle {
	border-bottom: solid 2px #FF9595;
	margin-bottom: 10px;
}
/******************************************************************************
 * プラグイン
******************************************************************************/
div#wrap>aside {
	width: 240px;
	margin-top: 240px;
	float: left;
}
div#wrap>aside>* {
	margin-bottom: 20px;
}
aside ul {list-style: none;}
/** コンテンツメニュー **/
aside>#profMenu {}
aside>#profMenu>li {
	width: 100%;
	height: 30px;
	margin-bottom: 8px;
	border: solid 1px #FF4242;
	background: #FFF;
	display: table;
}
aside>#profMenu>li>a {
	color: #333;
	vertical-align: middle;
	text-decoration: none;
	padding-left: 32px;
	background: url(http://file.yosie.iku4.com/mrk_contentsLink.png) no-repeat 8px center;
	display: table-cell;
}

aside>.pluginBox {}
aside>.pluginBox>.pluginTitle {
	color: #333;
	font-weight: bold;
	padding: 4px 0px;
	margin-bottom: 10px;
	border-bottom: solid 2px #FF8A8A;
	background: url(http://file.yosie.iku4.com/mrk_plugTitle.png) no-repeat right center;
}

aside>.pluginBox>ul>li {
	border-left: solid 4px #999;
	padding-left: 6px;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 1.25;
}
aside>.pluginBox>ul li a {
	color: #000000;
	text-decoration: none;
}
aside>.pluginBox>ul li a:hover {
	color: #FF4242;
	text-decoration: underline;
}
aside>.pluginBox>table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	font-size: 12px;
}
aside>.pluginBox>table.CalendarTable th,
aside>.pluginBox>table.CalendarTable td {
	padding-top: 4px;
	padding-bottom: 4px;


}
aside>.pluginBox>table.CalendarTable a {
	display: block;
	background-color: #FFF;
	height: 100%;
	width: 100%;
	font-weight: 700;
	color: #FF4242;
}
/*****************************************************************************/
/*****************************************************************************/
/******************************************************************************
 * 2014
******************************************************************************/
/*****************************************************************************/
