@charset "UTF-8";

/* 全体 */
body{
	background: #fff9e8;
}
#Page{
	background:#fff;
	border: 3px solid #e65564;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
/* box-shadow */
	box-shadow: 0px 0px 6px 0px #9e9e9e;
	-moz-box-shadow:0px 0px 6px 0px #9e9e9e;
	-webkit-box-shadow:0px 0px 6px 0px #9e9e9e;
}
/* ヘッダー */
header>div{
	background:none;
	box-shadow:none;
}
header>div>div:first-child{
	background:none;
	border:none;
}
/* サイトタイトル */
header>div>div:first-child>h1,header>div>div:first-child>div{
	background:none;
	color: #e65564;
}
header>div>div:first-child>h1 a,header>div>div:first-child>h1 a:visited,header>div>div:first-child>div a,header>div>div:first-child>div a:visited{
	background:none;
	color: #e65564;
	border:none;
}
header>div>div:first-child>h1 a:hover,header>div>div:first-child>div a:hover{
	color:#AD2F31;
}
/* ディスクリプション */
header>div>div>p{
	background:none;
	color:#333;
	border:none;
}
/* コンテンツ */
#Content{
	background:#fff;
	border:none;
}
/* 記事内コンテンツ */
#Content>div:first-child{
	background:#fff;
	border:none;
}
/* 記事タイトル */
#Content>div:first-child h1{
	background:none;
	color: #e65564;
	border-left: 7px double #e65564;
	border-bottom: 1px solid #e65564;
}
#Content>div:first-child section h2{
	color: #e65564;
	background: #fff9e8;
}
/* 記事内テキスト */
#Content>div:first-child p{
	background:none;
	color:#555;
}
/* 記事内リンク */
#Content>div:first-child p a{
	color: #e65564;
}
#Content>div:first-child p a:hover{
	color:#D02427;
}
/* アーカイブ・検索ページ内タイトルリンク */
#Content>div:first-child ul li article h2 a{
	color:#e65564;
	font-weight: bold;
}
/* 404ページ内リンク */
#Content>div:first-child div p+a{
	color:#CC1D20;
}
#Content>div:first-child div p+a:hover{
	color:#CC1D20;
}
/* サイドコンテンツ */
#Content>div:last-child{
	background:#fff;
	border:none;
}
#Content>div:last-child .widget{
	background:none;
	border:none;
}
.date{
	background: #fff9e8;
	display: inline-block;
	color:#333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
/* サイドメニュー内タイトル */
#Content>div:last-child .widget_title{
	position: relative;
	background: #e65564;
	border:3px solid #e65564;
	color: #ffffff;
}
#Content>div:last-child .widget_title::before,
#Content>div:last-child .widget_title::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#Content>div:last-child .widget_title::before{
	top:-50px;
	left: -2px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #e65564;
}
#Content>div:last-child .widget_title::after{
	top: -47px;
	left: 28px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #e65564;
}
/* サイドメニュー内リンク */
#Content>div:last-child ul li{
	background:none;
	border-bottom: 1px dotted #000;
}
#Content>div:last-child ul li a{
	color: #e65564;
	font-weight: bold;
	background:none;
	list-style:none;
}
#Content>div:last-child ul li a:hover{
	color:#555;
	background:none;
}
/* サーチフォーム */
.widget_search{
	background:none;
	border:none;
}
.searchform{
	background:none;
	border:none;
}
.widget_search .s {
	background:#fff;
	border:solid 0.1em #ccc;
}
.widget_search .searchsubmit {
	background:#F8F8F8;
	border:solid 1px #333;
	color:#333;
}
/* フッター */
footer p{
	background:none;
	color: #e65564;
}
footer p a,footer p a:visited{
	color: #e65564;
}