@charset "UTF-8";

/* ---------- reset ---------- */

*
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}

.center{ margin:10px auto; }
.right{ float:right; }
.left{ float:left; }
.onborder{ padding:2px;border:2px solid #FFCEFF; }
span.em,em{ font-weight:bold;color:#C71B8A;font-style:normal; }
.left-padding6{ padding-left:6px; }
.block{ display:block; }
.width88{ width:88px; }
.margin{ margin-top:10px; }
.margin-right{ margin-right:10px; }
.clear{ clear:both; }
p.strong{ font-size:24px;font-weight:bold; }

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body
{
	text-align:center;
	color:inherit;
  background-color:#cccccc;
}

a
{
	text-decoration:none;
	color:#F668B0;
	background-color:transparent;
}

a:hover
{
	text-decoration:underline;
	color:#666666;
	background-color:transparent;
}
table{
  font-size:12px;
  color:#363636;
}
table tr td{
  padding:6px;
}

div.separate
{
	clear:both;
}

hr.clear
{
	display:none;
}

/* ---------- body_end ---------- */

/* ---------- container ---------- */

div#container
{
	width:800px;
	margin:0 auto;
	background-color:#ffffff;
}

/* ---------- container_end ---------- */

/* ---------- header ---------- */

div#header
{
	width:800px;
	height:330px;
	color:inherit;
	background-color:#ffffff;
}

/* ---------- header_end ---------- */

/* ---------- banner ---------- */

div#banner
{
	width:800px;
  margin:4px auto 0px auto;
	text-align:left;
}

div#banner-inner
{
  background-color:transparent;
	color:#374d67;
}

div#banner-inner h1
{
	font-size:12px;
	font-weight:100;
	font-family:sans-serif, "ＭＳ ゴシック", Verdana, osaka;
	letter-spacing:0.1em;
  padding:5px;
	width:95%;
}

div#banner-inner h1 a
{
	color:#C71B8A;
	background-color:transparent;
	text-decoration:none;
}

div#banner-inner h1 a:hover
{
  color:666666;
	text-decoration:underline;
}

div#banner-inner h2
{
	font-size:80%;
	font-weight:normal;
	font-family:Verdana,"ＭＳ ゴシック";
	width:95%;
	color:#ee2546;
	background-color:transparent;
}

/* ---------- banner_end ---------- */

/* ---------- wrapper ---------- */

div#wrapper
{
	width:784px;
	text-align:left;
	background:#ffffff;
  margin:0px auto;
	color:inherit;
}

/* ---------- wrapper_end ---------- */

/* ---------- main ---------- */

div.main-contents
{
	padding:10px;
	background-color:#ffffff;
}


div#main
{
	float:left;
	width:574px;
	background:#ffffff;
  margin-bottom:20px;
}

div.main-contents p
{
	font-size:12px;
	color:#666666;
	background-color:inherit;
	line-height:150%;
}

span.list-border
{
	display:block;
	padding: 6px 0 6px 26px;
	background:transparent url(http://www.dc-morimoto.com/img/link-h6.gif) no-repeat 7px 12px;
}

/* ---------- main_end ---------- */

/* ---------- category-archives ---------- */

div#sidebar
{
	float:right;
	width:210px;
	text-align:left;
}

div#sidebar-inner
{
  padding-top:10px;
  width:210px;
}
div#sidebar-inner p{
  margin:20px auto;
  color:#666666;
  font-size:12px;
  padding-left:10px;
}
div#sidebar-inner em{
  color:#C71B8A;
  font-style:normal;
  font-weight:bold;
}

div#category-archives h4
{
	font-size:2px;
	text-indent:-9999px;
	background:#ffffff url(http://www.dc-morimoto.com/img/contents-menu.gif) no-repeat left top;
	color:inherit;
	width:141px;
	height:20px;
}

div.category-archives
{
	margin-bottom:40px;
}

div#sidebar ul
{
	list-style-type:none;
	margin:0 10px 0 0;
}

div.category-archives ul li
{
	font-size:12px;
	font-weight:normal;
	font-family:Verdana,"ＭＳ ゴシック";
	margin-bottom:0;
	display:inline;
}

div.category-archives ul li a
{
	font-weight:normal;	font-family:Verdana,"ＭＳ ゴシック";
	text-decoration:none;
	color:#666666;
	background:#dcdcdc url(http://www.dc-morimoto.com/img/icon_topcategory.gif) no-repeat 8px 9px;
	display:block;
	padding:5px 5px 5px 22px;
	line-height:100%;
	border-bottom:1px solid #ffffff;
}

div.category-archives ul li a:hover
{
	color:#ffffff;
	background:#fd96a6 url(http://www.dc-morimoto.com/img/icon_topcategory_hover.gif) no-repeat 8px 9px;
	text-decoration:none;
}

div.rss a
{
	font-size:2px;
	text-indent:-9999em;
	background: transparent url(http://www.dc-morimoto.com/img/rss.gif) no-repeat left top;
	display:block;
	width: 180px;
	height: 39px;
	text-decoration:none;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
	margin-bottom:10px;
}

div.rss a:hover
{
	background: transparent url(http://www.dc-morimoto.com/img/rss_hover.gif) no-repeat left top;
}

/* ---------- category-archives_end ---------- */

/* ---------- footer ---------- */

div#footer
{
	background:#fbd6d8;
	color:inherit;
	padding:2px 0 40px 0;
  font-size:12px;
}

div#footer-inner
{
	background:#ffffff url(http://www.dc-morimoto.com/img/footer_bg.gif) no-repeat left bottom;
  line-height:160%;
  padding-top:10px;
}
div#footer p
{
	background-color:transparent;
	color:#666666;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	top:24px;
	left:0;
}
address{
  font-style:normal;
  color:#666666;
  letter-spacing:0.1em;
}

/* ---------- footer_end ---------- */

/* ---------- archives ---------- */

div#main p.navi
{
	font-size:12px;
	font-weight:normal;
	padding:0 10px 5px 0;
	margin-bottom:15px;
}

div#main p.navi a
{
	text-decoration:none;
}

div#main p.navi a:hover
{
	text-decoration:underline;
}

div.entry
{
	margin:0 10px 20px 0;
}

h3.entry-header
{
	font-size:80%;
	font-weight:bold;
	font-family:Verdana,"ＭＳ ゴシック";
	color:#ee2546;
	background:transparent url(http://www.dc-morimoto.com/img/h3.gif) repeat-x left bottom;
	padding:0 5px 5px 5px;
	borde:none;
	line-height:150%;
	margin:0 10px 20px 0;
}

h3.entry-header a
{
	color:#ee2546;
	background-color:transparent;
	text-decoration:none;
}

h3.entry-header a:hover
{
	color:#ee2546;
	background-color:transparent;
	text-decoration:underline;
}

div.entry h1,
div.entry-body h1
{
	font-size:100%;
	font-weight:bold;
	color:#ee2546;
	background:transparent url(http://www.dc-morimoto.com/img/h1.gif) no-repeat left top;
	border:1px solid #fd96a6;
	padding:10px 10px 10px 10px;
	line-height:150%;
	margin-bottom:20px;
}

div#main h2
{
  width:540px;
  height:42px;
  line-height:42px;
  font-size:20px;
  font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
  text-indent:36px;
  letter-spacing:0.2em;
  font-weight:bold;
  color:#666666;
  background-color:transparent;
  background-image:url(http://www.dc-morimoto.com/img/common/h2.jpg);
  background-repeat:no-repeat;
  background-position:left top;
  margin-bottom:10px;
  border:none;
}

div.entry h3,
div.entry-body h3
{
  width:531px;
  height:34px;
  line-height:34px;
  text-indent:72px;
	font-size:16px;
	font-weight:bold;
  font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color:#363636;
	background-color:transparent;
        background-image: url(http://www.dc-morimoto.com/img/common/h3-cat.jpg);
        background-repeat:no-repeat;
        background-position:left top;
	border:none;
	margin:10px auto;
}

div.entry h4,
div.entry-body h4
{
	font-size:12px;
	font-weight:bold;
	font-family:Verdana,"ＭＳ ゴシック";
	color:#ff33cc;
  margin:12px auto;
  clear:both;
}

div.entry h5,
div.entry-body h5
{
	font-size:80%;
	font-weight:bold;
	font-family:Verdana,"ＭＳ ゴシック";
	color:#5b5b5b;
  margin:6px auto;
}

div.entry h6,
div.entry-body h6
{
	font-size:80%;
	font-weight:normal;
	font-family:Verdana,"ＭＳ ゴシック";
	color:#5b5b5b;
	background:transparent url(http://www.dc-morimoto.com/img/link-h6.gif) no-repeat 0 6px;
	padding: 0 10px 0 16px;
	line-height:150%;
	margin-bottom:10px;
}

div.entry-content
{
	padding-bottom:5px;
	width:100%;
}

div.entry-content p.posted
{
	margin-bottom:40px;
}

div.entry-content h3 a
{
	color:#ee2546;
	background-color:transparent;
	text-decoration:none;
}
div.entry-content h3 a:hover
{
	color:#ee2546;
	background-color:transparent;
	text-decoration:underline;
}