@charset "utf-8";

/* body xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
body {
	margin: 0px;
	padding: 0px;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	color: #734A4A;
	word-wrap: break-word;
	font-weight: normal;
	font-size: small;
	background: #FEBDBD url("/images/body-bg.gif") no-repeat center top;
	}

/* link xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
a:link, a:active, a:visited {
	color: #FD6392;
	text-decoration:none
}

a:hover {
	color: #FD6392;
	text-decoration: underline;
}

.entry h3 a:link, .entry h3 a:active, .entry h3 a:visited  {
	color: #734A4A;
	text-decoration:none
	}

.entry h3 a:hover { 
	color: #734A4A;
	text-decoration: underline;
}

.link-note a:link, .link-note a:active, .link-note a:visited  {
	color: #734A4A;
	text-decoration:none
	}

.link-note a:hover { 
	color: #734A4A;
	text-decoration: underline;
}

/* base xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
h1, h2, h3, h4, h5, h6, li, p, form, embed {
	margin: 0px;
	padding: 0px;
}

#side ul, #side ul,
#right ul, #left ul,
#right ol, #left ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

img {
	border: none;
	}


/* container xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#container {
	line-height: 140%;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	width: 980px;
	}

/* banner xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#banner-img {
	display: none;
}

#banner {
	margin: 0px;
	padding: 0px;
}

#banner h1 {
	margin: 0px;
	padding: 0px;
	width: 980px;
	height: 293px;
	background: url("/images/banner.jpg") no-repeat left top;
	text-indent: -9999px;
	display: block;
}

#banner h1 a{
	margin: 0px;
	padding: 0px;
	width: 980px;
	height: 293px;
	text-indent: -9999px;
	display: block;
}

/* main xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#main {
	margin: 0px;
	padding: 30px 90px 0px;
	background: url("/images/main.jpg") no-repeat center top;
}

#main-bg {
	margin: 0px;
	padding: 0px;
	background: url("/images/container.jpg") repeat-y center top;
}

#main-bg-bottom {
	margin: 0px 150px;
	padding: 150px 0px;
	background: url("/images/footer.jpg") no-repeat right top;
}

#right, #left, #side{
	width: 200px;
	float: left;
	overflow: hidden;
}

#center {
	width: 400px;
	float: left;
	overflow: hidden;
}

/* sidebar xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.sidebar {
	margin: 0px 15px;
	padding: 0px;
	overflow:hidden;
}

.sidebar p {
	margin: 0px 0px 10px 5px;
	font-size: 86%;
	text-align: left;
	line-height: 130%;
    padding: 0px 0px 0px 0px;
	}

.sidebar li {
	margin: 0px 0px 10px 3px;
	font-size: 86%;
	text-align: left;
	line-height: 130%;
	list-style-type: none;
	background: url("/images/li.gif") no-repeat left top;
    padding: 0px 0px 0px 16px;
	}

.module {
	padding: 0px;
	margin: 0px;
}

#profile h2 {
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 34px;
	line-height: normal;
	text-indent: -9999px;
	background: url("/images/profile.gif") no-repeat left top;
	}
	
#recent-entries h2 {
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 29px;
	line-height: normal;
	text-indent: -9999px;
	background: url("/images/recent-entries.gif") no-repeat left top;
	}

#recent-trackback h2 {
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 29px;
	line-height: normal;
	text-indent: -9999px;
	background: url("/images/recent-trackback.gif") no-repeat left top;
	}
	
#archive-datebased h2 {
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 29px;
	width: 133px;
	line-height: normal;
	text-indent: -9999px;
	background: url("/images/archive-datebased.gif") no-repeat left top;
	display:block;
}

#archive-datebased h2 a {
	padding: 0px;
	margin: 0px;
	height: 29px;
	width: 133px;
	display:block;
}

.module-categories h2 {
	font-size: small;
	font-weight: bold;
	text-align: left;


	padding: 0px;
	margin: 0px;
	height: 29px;
	line-height: normal;
	text-indent: -9999px;
	background: url("/images/module-categories.gif") no-repeat left top;
	}  
	
.module-body {
	padding: 10px 0px 30px;
	margin: 0px;
}

.link-note {
	font-size: x-small;
	font-weight: bold;
	text-align: left;
	padding: 10px 0px 17px 37px;
	margin: 0px;
	line-height: 130%;
	background: url("/images/link-note.gif") no-repeat left 2px;
}

#pic {
	padding: 10px 0px;
	margin: 0px;
}

/* entry xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.content {
	margin: 0px;
	padding: 0px;
	width: 400px;
}

.content p {
	font-size: small;
	font-weight: normal;
  	line-height: 150%;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 10px;
	}

.content blockquote {
	font-size: small;
  	line-height: 150%;
	border: 1px dashed #FD6392;
    padding: 8px 8px 0px 8px;
    margin: 15px 0px;            
	}

.content li {
  	line-height: 150%;
	}

.content h2 {
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 3px 0px 0px 78px;
	margin: 0px;
	line-height: 100%;
	text-align: left;
	}
	
.entry {
	margin: 0px;
	padding: 0px;
	width: 400px;
	background: url("/images/entry.gif") repeat-y left top;
	overflow:hidden;
}

.entry-top {
	width: 400px;
	height: 20px;
	background: url("/images/entry-top.gif") no-repeat left top;
}

.entry-bottom {
	width: 400px;
	height: 50px;
	background: url("/images/entry-bottom.gif") no-repeat left top;
}

.entry h3 {
	font-size: large;
	text-align: left;
	font-weight: bold;
	padding: 7px 0px 29px 78px;
	margin: 0px;
	line-height: normal;
	color: #734A4A;
}

.entry-main{
	padding: 0px;
	margin: 0px 15px;
	background: url("/images/entry-1.gif") no-repeat left top;
}

.entry-body, .entry-more{
	margin: 0px 15px;
	padding: 0px;
	overflow:hidden;
}

.entry-body-text, .entry-more-text {
	margin: 0px;
	padding: 0px;
	width: 370px;
	overflow:hidden;
}

div.entry p.posted {
	font-size: x-small;
	text-align: left;
	line-height: normal;
	padding: 4px 15px 10px;
	margin: 0px;
	clear: both;
	}
	
div.entry-comment p.posted, div.entry-trackback p.posted {
	font-size: x-small;
	text-align: left;
	line-height: normal;
	padding: 4px 15px 40px;
	margin:0px;
	clear: both;
	}
		
.entry-nav {
	padding:0px;
	margin: 0px 0px 30px;
}

.entry-nav p {
	text-align: left;
}

.entry-trackback {
	margin: 0px 15px;
}

.entry-trackback h2 {
	font-size: large;
	text-align: left;
	font-weight: bold;
	padding: 15px 0px 20px 78px;
	margin: 20px 0px 10px;
	line-height: normal;
	color: #734A4A;
	background: url("/images/entry-2.gif") no-repeat left top;
}

#about div.content h2, .comment-form h2{
	font-size: large;
	text-align: left;
	font-weight: bold;
	padding: 15px 0px 20px 53px;
	margin: 40px 0px 10px;
	line-height: normal;
	color: #734A4A;
	background: url("/images/entry-2.gif") no-repeat left top;
}

.entry-comment h2, .comment-preview h2,  .archive-datebased h2,  .comment-error h2, #about div.contact-list h2 {
	font-size: large;
	text-align: left;
	font-weight: bold;
	padding: 15px 0px 20px 53px;
	margin: 00px 0px 10px;
	line-height: normal;
	color: #7FD142;
	background: url("/images/entry-2.gif") no-repeat left top;
}

p.trackback-list-head {
	margin: 0px 0px 30px;
}

/* calendar xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#calendar {
	margin-bottom: 30px;
}

#calendar table {
	width: 170px;
	font-size: x-small;	
}

#calendar caption {
	padding: 10px 0px 11px 44px;
	font-size: small;
	font-weight: bold;
	text-align: left;
}

#calendar th {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#calendar td {
	padding:0px;
	text-align: center;
}


/* category xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.cat-title{
	margin: 0px 0px 30px;
	padding: 0px;
}

.cat-ti-content {
	margin: 0px;
	padding: 0px;
}

.cat-ti-content h2 {
 	font-size:24px;
	text-align: left;
	font-weight: bold;
	padding: 10px 0px 20px 78px;
	margin: 0px 0px 0px;
	line-height: normal;
	background: url("/images/entry-2.gif") no-repeat left top;
}

/* archive xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.archive-category, .archive-datebased {
	font-size: large;
	text-align: left;
	font-weight: bold;
	padding: px;
	margin: 0px 15px;
}


.archive-datebased h2 {
	font-size: large;
	text-align: left;
	font-weight: bold;
	padding: 15px 0px 20px 78px;
	margin: 0px 0px 10px;
	line-height: normal;
	color: #734A4A;
	background: url("/images/entry-2.gif") no-repeat left top;
}

.archive-category h2 {
	font-size: large;
	text-align: left;
	font-weight: bold;
	padding: 15px 0px 20px 78px;
	margin: 40px 0px 10px;
	line-height: normal;
	color: #734A4A;
	background: url("/images/entry-2.gif") no-repeat left top;
}
	
/*** ↓#header1（平面）のCSSソース ***/

#header1{
	text-align:center;
	border-top:solid 2px #EEC000;
	border-bottom:solid 2px #FF8400;
	background:#ffffff;
	}

#header1 table{
	margin:0px auto auto;
	text-align:left;
	}

#header1 table td#h_menu{
	font-size:12px;
	text-align:right;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	}

#h_menu a:link{color:#FF9900;}
#h_menu a:visited{color:#FF9900;}
#h_menu a:active{color:#FF9900;}
#h_menu a:hover{color:#FF3300;}
#h_menu span.bl{color:#888888;font-weight:bold;}

/*** ↑#header1（平面）のCSSソース ***/


/* shuncore */

.keylink{
text-decoration : none; !important;
color:#554040 !important;
border-bottom:1px dotted #554040 !important;
}
.keylink_ng{
text-decoration : none; !important;
color:#554040 !important;
border-bottom:1px dotted #554040 !important;
}
.keylink_adult{
text-decoration : none; !important;
color:#554040 !important;
border-bottom:1px dotted #554040 !important;
}

.entry-nav-top div.nav {
	background:#FFF0F0 none repeat scroll 0% 50%;
	border-color:#FDE7E7 #FEC3BF #FEC3BF #FDE7E7 ;
	border-style:solid;
	border-width:1px;
	font-weight:bold;
	margin-bottom:0.6em;
	padding:1px 5px;
}