@charset "utf-8";



/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  ヘッダ
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

div#header{
	margin-bottom: 20px;
}
div#header div#headerInner{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
div#header div#headerInner h1{
	height: 50px;
}
div#header div#headerInner h1 a{
	display: block;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-decoration: none;
	font-weight: bold;
	color: #803000;
	outline: none;
}
div#header div#headerInner p#sitedescription{
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #a0a0a0;
	font-size: 12px;
	line-height: 18px;
}



/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  フッタ
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

div#footer{
	padding: 30px;
	border-top: 2px solid #000000;
	background-color: #505050;
	color: #d0d0d0;
}
div#footer div#footerInner{
	width: 1000px;
	margin: 0 auto;
}
div#footer div#footerInner address{
	font-style: normal;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}



/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  ラッピング (sideMain, sideSub, content を囲む)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

div#wrapping{
	width: 1000px;
	margin: 0 auto 30px auto;
}



/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  サイドコンテンツ - メイン
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

div#sideMain{
	float: left;
	width: 210px;
	
}

div#sideMain h2{
	display: none;
}



/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  サイドコンテンツ - サブ
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

div#sideSub{
	display: none;
}



/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  サイドコンテンツ - 共通
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

div.scBlock{
	border-radius: 10px 0 10px 0 / 10px 0 10px 0;
	overflow: hidden;
	background-color: #ffffff;
}

div.scBlock h3{
	padding: 5px;
	border-bottom: 1px solid #c0c0c0;
	text-align: center;
	line-height: 20px;
	background-color: #f0f0f0;
}
div.scBlock ul{
	padding: 5px;
}

/* li 直下の a のみブロック要素にする */
div.scBlock ul li >  a{
	display: block;
	color: #0000ff;
	text-decoration: none;
}
div.scBlock ul li > a:hover{
	text-decoration: underline;
}



/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  コンテンツ
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

div#content{
	width: 770px;
	float: right;
}

h2.memo3_contenttitle{
	margin-bottom: 20px;
	padding: 5px;
	border-bottom: 2px solid #a03030;
}
h2.memo3_hidden{
	display: none;
}



/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
## 以下コンテンツ内の設定 #################################################################################################################################################################################
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  エントリー - 一覧
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* エントリーリスト */

ul#memo3_entrylist{
}
ul#memo3_entrylist li.memo3_entry{
	padding: 10px;
	margin: 20px 0;
	border: 1px solid #c0c0c0;
	
	background-color: #ffffff;
	border-radius: 20px 0 20px 0;
}
ul#memo3_entrylist li.memo3_entry:hover{
	border: 1px solid #606060;
	background-color: #fcfcfc;
}

ul#memo3_entrylist li.memo3_entry h3.entry_title{
	margin-left: 5px;
	margin-bottom: 3px;
	font-size: 16px;
	line-height: 28px;
}
ul#memo3_entrylist li.memo3_entry h3.entry_title a{
	display: block;
	color: #0000ff;
}
ul#memo3_entrylist li.memo3_entry h3.entry_title a:hover{
	background-color: #f0f0f0;
}

ul#memo3_entrylist li.memo3_entry div.entry_subinfo{
	margin-bottom: 10px;
	border-bottom: 1px solid #c0c0c0;
	font-size: 12px;
	line-height: 18px;
	color: #606060;
	text-align: right;
}

ul#memo3_entrylist li.memo3_entry p.entry_firstimage_centering{
	line-height: 0;
	margin-bottom: 10px;
}
ul#memo3_entrylist li.memo3_entry img.entry_firstimage{
	max-width: 50%;
	max-height: 50%;
	margin: 10px 0;
	border: 10px solid #ffffff;
	border-radius: 6px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.20);
}
ul#memo3_entrylist li.memo3_entry img.entry_firstimage:hover{
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.50);
}

ul#memo3_entrylist li.memo3_entry p.entry_summary{
	margin-bottom: 0;
	font-size: 16px;
	line-height: 28px;
}
ul#memo3_entrylist li.memo3_entry p.entry_summary a{
	display: block;
	color: #3a3a3a;
	text-decoration: none;
}

/* 続きを読む */
ul#memo3_entrylist li.memo3_entry p.entry_summary a span.entry_readmore{
	color: #0000d0;
}
ul#memo3_entrylist li.memo3_entry p.entry_summary a:hover span.entry_readmore{
	color: #d00000;
}



/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  エントリー - 個別
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

ul#memo3_entryone{
}

ul#memo3_entryone li.memo3_entry{
}

ul#memo3_entryone li.memo3_entry h3.entry_title{
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 30px;
	text-shadow: 0 -1px 0 #606060;
}

ul#memo3_entryone li.memo3_entry div.entry_subinfo{
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c0c0c0;
	font-size: 12px;
	line-height: 18px;
	color: #606060;
	text-align: right;
}

ul#memo3_entryone li.memo3_entry div.entry_body{
	margin: 0 20px 50px 20px;
	font-size: 16px;
	line-height: 32px;
}


ul#memo3_entryone li.memo3_entry div.entry_body ul{
	margin: 10px 10px 30px 10px;
	padding: 10px;
	border: 3px double #ffe0a0;
	background-color: #fffff7;
}
ul#memo3_entryone li.memo3_entry div.entry_body ul li{
	margin-left: 16px;
}
ul#memo3_entryone li.memo3_entry div.entry_body ol{
	margin: 10px 10px 30px 10px;
	padding: 10px;
	border: 3px double #ffe0a0;
	background-color: #fffff7;
}
ul#memo3_entryone li.memo3_entry div.entry_body ol li{
	margin-left: 16px;
}
ul#memo3_entryone li.memo3_entry div.entry_body dl{
	margin: 10px 10px 30px 10px;
	padding: 10px;
	border: 3px double #ffe0a0;
	background-color: #fffff7;
}
ul#memo3_entryone li.memo3_entry div.entry_body dl dt{
}
ul#memo3_entryone li.memo3_entry div.entry_body dl dd{
	margin-left: 30px;
}


ul#memo3_entryone li.memo3_entry div.entry_body blockquote{
	margin: 20px 20px 30px 20px;
}

ul#memo3_entryone li.memo3_entry h4,
ul#memo3_entryone li.memo3_entry h5, 
ul#memo3_entryone li.memo3_entry h6,
ul#memo3_entryone li.memo3_entry h7{
	padding: 10px;
	margin-bottom: 1em;
	border: 1px solid #d0d0d0;
	border-radius: 10px;
	background-color: #e0e0e0;
	color: #303060;
	box-shadow: 0 0 3px 0 rgba(0, 0, 128, 0.15);
}



/* _____ エントリーに関する付加情報 (Permalink など) _____ */
ul#memo3_entryone li#memo3_entryinfo{
	padding-top: 20px;
	border-top: 2px solid #c0c0c0;
}
/* Parmalink */
ul#memo3_entryone li#memo3_entryinfo div#memo3_parmalink{
	margin: 0 20px;
	padding-left: 10px;
	border-left: 10px solid #f0a030;
	font-size: 12px;
	line-height: 18px;
}



