/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

@charset "UTF-8";

/* sb design template -Summer Breeze- Copyright 2005 Toshihiro Abe. All rights reserved. */
/* ++++ Contents Index ++++
	1. Reset
	2. Global Settings
	3. Layout
	4. Header
	5. Entry
	6. Comment
	7. Trackback
	8. Navigation
	9. Footer
	10. Typography
  ++++++++++++++++++++ */
/* [Color] */
a {
	color:#e77872;
}
a:hover {
	color:#e55851;
}
strong {
	color: #F90;
}
div.entry h2 a {
	color: #666666;
}
div.entry h2 a:active,
div.entry h2 a:hover {
	color: #666666;
}
div.entry_state {
	color: #CCC;
}
div#comments h3 {
	color: #999;
}
div#comments h4 {
	color: #FFF;
}
div#trackback h3 {
	color: #999;
}
p.tb_link {
	color: #7F7F7F;
}
div#trackback dl.tb_body dt {
	color: #CCC;
}
div#navigation dt {
	color:#333;
}
div#footer address {
	color: #FFF;
}
/* [Background image] */
div#header {
    height:200px;
	background: transparent url(http://report.iamcendrillon.com/img/common/header.jpg) no-repeat;
}
div#footer {
	height: 26px;
	background: transparent url(http://report.iamcendrillon.com/img/common/footer.gif) no-repeat;
}
div#comments h4 {
	background: transparent url(http://style1.jp/araki/img/img44_araki_comment.gif) no-repeat;
}
div#navigation dl#calendar dt {
	background: transparent url(http://report.iamcendrillon.com/img/common/bg_calender.gif) no-repeat bottom left;
}
div#navigation dl#recententry dt {
	background: transparent url(http://report.iamcendrillon.com/img/common/bg_entries.gif) no-repeat bottom left;
}
div#navigation dl#recentcomment dt {
	background: transparent url(http://report.iamcendrillon.com/img/common/bg_comment.gif) no-repeat bottom left;
}
div#navigation dl#recenttrackback dt {
	background: transparent url(http://report.iamcendrillon.com/img/common/bg_trackback.gif) no-repeat bottom left;
}
div#navigation dl#archives dt {
	background: transparent url(http://report.iamcendrillon.com/img/common/bg_archives.gif) no-repeat bottom left;
}
div#navigation dl#extra dt {
	background: transparent url(http://report.iamcendrillon.com/img/common/bg_other.gif) no-repeat bottom left;
}
/* [Reset] */
* {
	margin: 0;
	padding: 0;
}
/* [Global Settings] */
body {
	color: #666;
	font: 12px/1.5em Helvetica, Arial, Hiragino Kaku Gothic Pro, sans-serif;
	background: #fcfaf6;
}
p {
	margin-bottom: 1em;
}
img {
	border: 0;
}
a {
	text-decoration:underline;
}
a:active,
a:hover {
	text-decoration:underline;
}
div {
	text-align: left;
}
table {
	border: none;
}
ul {
	list-style: none;
}
strong {
	font-weight: bold;
}

.hide {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
/* [Layout] */
div#wrapper {
	width: 780px;
	margin:0 auto;
    background: #FFF;
	border:2px solid #f0eeeb;
}
div#header {
}
div#contents {
	width: 560px;
	float: left;
}
div#pagenavi {
	text-align: center;
	font-size: 10px;
	padding-bottom: 2px;
}
div#navigation {
	width: 220px;
	float: right;
    margin: 20px 0 0 0;
}
div#footer {
	width: 780px;
	clear:both;
}
/* [Header] */


#title h1 a {
	text-indent: -9999px;
    display:block;
	width:240px;
	height:60px;
	top:90px;
	left:8px;
	position:relative;
overflow:hidden;
}
#title strong a {
	text-indent: -9999px;
    display:block;
	width:160px;
	height:30px;
	top:-50px;
	left:620px;
	position:relative;
overflow:hidden;
}
div#title p {
    display:none;
}
dl#search {
	width: 200px;
	height: 170px;
	padding-top: 70px;
	text-align: center;
	float: right;
}
dl#search dt {
	width: 200px;
	height: 30px;
	background: transparent url(http://style1.jp/araki/template/sb_search_header.gif) no-repeat;
}
dl#search dd input.form {
	width: 130px !important;
	width: 132px;
	background-color: #EEE;
	border: 1px solid #CCC;
}
dl#search dd input.button {
	margin-top: 10px;
}

/* [Entry] */
div.entry {
	width: 95%;
	padding-bottom: 20px;
        margin:0 auto;
}
div.entry h2 {
	font-size: 16px;
	padding: 0 0 6px 0px;
	margin-bottom: 5px;
    background:url(http://report.iamcendrillon.com/img/common/bg_title.gif) repeat-x;
}
div.entry h2 a{
	display:block;
	margin:0 0 0 15px;
	padding:1px 0 0 0;
}
div.entry_author {
	text-align: right;
	margin-bottom: 20px;
}
div.entry_body {
	margin-bottom: 18px;
}
div.entry_more {
	margin-bottom: 18px;
}
div.entry_state {
	clear: both;
    text-align:right;
}
div.entry img.pict {
	display: block;
	margin:0 0 18px 5px;

	
}
div.entry img.thumb {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
div.entry blockquote {
	padding: 15px 15px;
	margin-bottom: 30px;
	background-color: #EEE;
}
div.entry ul{
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 30px;
}
div.entry ol{
	list-style-type: decimal;
	padding-left: 20px;
	margin-bottom: 30px;
}
div.entry em{
	font-weight: bold;
}
div.entry table {
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	margin-bottom: 18px;
}
div.entry table th {
	padding: 5px;
	border-bottom: 1px solid #F90;
	border-right: 1px solid #DDD;
}
div.entry table td {
	padding: 5px;
	border-bottom: 1px solid #DDD;

	border-right: 1px solid #DDD;
	vertical-align: top;
}
div.entry dl {
	margin-bottom: 18px;
}
div.entry dl dt {
	color: #F90;
	font-weight: bold;

	padding-bottom: 10px;
}
div.entry dl dd {
	padding: 0 0 10px 20px;
}
/* [Comment] */
div#comments {
	padding-bottom: 50px;
    margin:0 auto;
}
div#comments h3 {
    width:95%;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0 auto 15px auto;
	background:url(http://report.iamcendrillon.com/img/common/bg_title.gif) repeat-x;
}
div#comments dl.comment_body {
	
}
div#comments dl.comment_body dt {
	color: #CCC;
	text-align: right;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFE6C0;
}
div#comments h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
    width:95%;
	margin:0 auto;
}
div#comments h4 span{
    padding: 0 0 0 10px;
}
dl#comment_form {
    width:95%;
	background-color: #FFF;
	padding: 10px 0;
	margin:0 auto;
}
dl#comment_form dt {
	padding: 0 0 5px 10px;
}
dl#comment_form dd {
	padding: 0 0 15px 10px;
}
dl#comment_form dd label {
	padding: 0 10px;
}
dl#comment_form dt label#labelsubmit {
	display: none;
}
dl#comment_form dd input.form {
	width: 80%x;
	background-color: #EEE;
	border: 1px solid #CCC;
}
dl#comment_form dd textarea {
	width: 85%;
	background-color: #EEE;
	border: 1px solid #CCC;
}
dl#comment_form dd input.button {
	padding: 2px 5px;
	margin-right: 10px;
}
/* [Trackback] */
div#trackback {
	padding-bottom: 50px;
}
div#trackback h3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0 auto 15px auto;
	border-bottom: 1px solid #CCC;
	width:95%;
}
p.tb_link {
	background-color: #FAFAFA;
	padding: 5px;
	margin: 0 0 30px 40px;
}
div#trackback dl.tb_body {
	width: 430px;
	padding-bottom: 30px;
}
div#trackback dl.tb_body dt {
	width: 430px;
	text-align: right;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFE6C0;
}
/* [Navigation] */
div#navigation dl {
	margin: 0 auto 30px auto;
	width:199px;
}
div#navigation dt {
	width: 199px;
	margin-bottom: 10px;
	font-weight:bold;
text-indent:-9999px;
}
div#navigation dd {
	width: 100%;
}
div#navigation ul {
	padding-left: 15px;
	list-style-position: outside;
}
table.calendar{
	margin:0 auto;
	width:95%;
}	
table.calendar a{
	text-decoration:underline;
}
table.calendar td{
	width:14%;
	text-align:center;
}	
table.calendar a{
	text-decoration:underline;
}	
/* for IE5Mac */
/*\*//*/
div#navigation ul {
	padding: 0 0 0px 17px;
}
/**/
div#navigation ul li {
	padding-bottom: 0px;
}
/* [Footer] */
div#footer address {
	text-indent:-9999px;
}
/* [Typography] */
div#pagenavi,
div#title p,
div.entry_author,
div.entry_state,
div#navigation dt,
dl#calendar table th,
dl#calendar table td,
dl#extra ul,
div#comments dl.comment_body dt,
div#comments dl#comment_form dt,
dl#comment_form dd,
div#footer address {
	font-family:  Georgia,Times New Roman,serif;
}

