/* --- 見出しレベル 3 */
.entry-content h3,
.comment-content h3 {
  margin: 1em 0 1em 0;
  color: #3b5b6c;
  font-family: sans-serif;
  font-size: 115%;
  font-weight: bold;
}

.entry-content h3 a:link,
.entry-content h3 a:visited {
  text-decoration: underline;
}

.entry-content h3 a:hover,
.entry-content h3 a:active {
  text-decoration: none;
}

/* --- 見出しレベル 4 */
.entry-content h4,
.comment-content h4 {
  margin-bottom: 1em;
  margin-top: 1.5em;
  border-bottom: 1px solid #E1E6DC;
  color: #3b5b6c;
  font-size: 110%;
  font-weight: normal;
}

/* --- 見出しレベル 5 */
.entry-content h5,
.comment-content h5 {
  margin-bottom: 1em;
  margin-top: 1.8em;
  border-bottom: 1px solid #7F9DAA;
  color: #7F9DAA;
  font-size: 100%;
  font-weight: normal;
}


/* 画像に影をつける（フチなし） */
.img-bg {
background-image: url(img/shadow.gif);
background-repeat: no-repeat;
background-position: right bottom;
margin: 0px;
padding: 0px;
position: relative;
}

.img-bg img {
background-color: #FFFFFF;
margin: -5px 5px 5px -5px;
padding: 0px;
position: relative;
}

/* 画像に影をつける（フチあり） */
.img-bg2 {
background-image: url(img/shadow.gif);
background-repeat: no-repeat;
background-position: right bottom;
margin: 0px;
padding: 0px;
position: relative;
}

.img-bg2 img {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
margin: -5px 5px 5px -5px;
padding: 5px;
position: relative;
}

/* 画像にテキストを回り込み（画像：左寄せ） */
.img_L {
float: left;
margin: 5px 10px 5px 0px;
border: none;
} 

/* 画像にテキストを回り込み（画像：右寄せ） */
.img_R {
float: right;
margin: 5px 0px 5px 10px;
border: none;
}


.entry-content pre,
.comment-content pre {
	margin: 15px 20px 18px 20px;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	line-height: 150%;
	overflow: auto;
}

.entry-content blockquote,
.comment-content blockquote {
	margin: 15px 20px 18px;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #999;
	font-size: 90%;
	line-height: 150%;

}


/* ---------- inquiry-content ---------- */

div#inquiry-content
{
	background:#ffffff;
	width:520px;
	margin:0 auto;
	border:1px solid #cccccc;
	text-align:left;
}

div.inquiry-content-inner
{
	padding:50px 20px;
}

div.inquiry-content-inner h1
{
	margin:0 0 10px 0;
}

/* ---------- inquiry-content_end ---------- */

/* ---------- inquiry-table ---------- */

p.caption
{
	font-size:80%;
	margin:0 0 10px 0;
}

table.inquiry-table
{
	width:100%;
	border-collapse:collapse;
	margin:0 0 20px 0;
}

table.inquiry-table th,
table.inquiry-table td
{
	border:1px solid #cccccc;
	padding:5px;
	font-size:80%;
}

table.inquiry-table th
{
	font-weight:normal;
	text-align:left;
	background:#eeeeee;
	width:200px;
}

/* ---------- inquiry-table_end ---------- */

/* ---------- form-submit ---------- */

div.form-submit
{
	text-align:center;
}

div.form-submit input
{
	width:100px;
	font-size:80%;
}

/* ---------- form-submit_end ---------- */

/* ---------- error ---------- */

blockquote.error
{
	color:#ff0000;
	font-size:90%;
	text-align:center;
	margin:0 0 20px 0;
	border:1px solid #cccccc;
	padding:15px;
}

blockquote.error p
{
	line-height:150%;
}

/* ---------- error_end ---------- */

/* ---------- success ---------- */

blockquote.success
{
	color:#333333;
	font-size:90%;
	font-weight:bold;
	text-align:center;
	margin:0 0 20px 0;
	border:1px solid #cccccc;
	padding:15px;
}


/* ---------- success_end ---------- */

/* ---------- color etc---------- */

.red
{
	color:#CC0000;
}

.kakomi {
	margin: 10px 10px 15px 5px;
	padding: 10px;
	background: #ffffff;
	border: 1px dotted #A39477;
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	line-height: 150%;
}

/* --- works */
dl.entry-content dt {
  color: #666;
  font-size: 110%;
  font-weight: bold;
}

dl.entry-content dd {
  margin-bottom: 1.5em;
  padding-left: 1em;
  border-left: 1px solid #666;
}

/* ---------- abbr title ---------- */

abbr, abbr, acronym {
  border-width: 0 0 1px 0;
  border-style: dotted;
  cursor: help;
}

/*
*	Hilite for se_hilite.js
*/
.hilite1, .hilite4, .hilite7 { background-color: #ffa; }
.hilite2, .hilite5, .hilite8 { background-color: #faf; }
.hilite3, .hilite6, .hilite9 { background-color: #aff; }


/* 楽天のレイアウト */

.raku-title-box {
	margin: 0px;
	font-size: 12px;
　　　　line-height:14px;
	height: 28px;
	text-align: left;
}

.raku-img-box {
	height: 138px;
	margin: 0px;
}

.raku-img-box img {
	margin-top: 8px;
	margin-bottom: 8px;
	border: 0;
}

.raku-box {
	height: 240px;
	width: 150px;
	margin: 4px;
	text-align: center;
	border: 1px solid #999999;
	float: left;
}

/*サイトマップ　*/

.tree ul {   
    padding:0;   
    margin:5px 0;   
    background-position: -9px 15px;    
    background-image: url('img/ul.gif');    
    background-repeat: repeat-y   
} 

.tree li {   
    font-size: 1em;   
    font-weight:bold;   
    margin: 0px;    
    padding: 3px 0 3px 24px;    
 
}

.tree ul ul {   
    background-position: -1px 15px;   
    background-image: url('img/ul.gif');    
    background-repeat: repeat-y;   
} 
  
.tree ul li {   
    background-position: 0px 7px;    
    background-image: url('img/li.gif');    
    background-repeat: no-repeat; 
    list-style-type: none;    
} 
  
.tree ul li a {   
    font-weight:bold;
    font-size: 1.2em;   
} 

.tree ul ul li {   
    background-position: 8px 7px;   
    background-image: url('img/li.gif');    
} 
  
.tree ul ul li a {   
    background-position: 0px 7px;    
    font-size:1em;
    font-weight:500;
} 

.sitemap-content {
	padding: 0 15px 10px 0;
	margin-right: 20px;
	margin-left: 0;
}

/* Tag cloud */

.tag-content { 
   margin: 10px 25px 25px 0px;
   padding: 0px;
 }

ul li.tag a:hover { color: #ff9900; text-decoration: none; }


ul li.tag {
    margin-right: 5px;
    display: inline;
    list-style: none;
    }

li.tag a.level1 {
    font-size: 300%;
    text-decoration: none;
    color: #549355;
    }

li.tag a.level2 {
    font-size: 270%;
    text-decoration: none;
    color: #beeb56;
    }

li.tag a.level3 {
    font-size: 220%;
    text-decoration: none;
    color: #e28d00;
    }

li.tag a.level4 {
    font-size: 180%;
    text-decoration: none;
    color: #FFCC33;
    }

li.tag a.level5 {
    font-size: 130%;
    text-decoration: none;
    color: #5366be;
    }

li.tag a.level6 {
    font-size: 100%;
    text-decoration: none;
    color: #b1c0fd;
    }

/* module-tag cloud */

ul li.module-tag {
    display: inline;
    margin-right: 5px;
    }

li.module-tag a.level1 {
    font-size: 175%;
    }

li.module-tag a.level2 {
    font-size: 160%;
    }

li.module-tag a.level3 {
    font-size: 145%;
    }

li.module-tag a.level4 {
    font-size: 135%;
    }

li.module-tag a.level5 {
    font-size: 120%;
    }

li.module-tag a.level6 {
    font-size: 110%;
    }
