/* CSS Document */

/* Base Weblog (base-weblog.css) */

/* basic elements */
p{
	line-height: 150%;
	}

/* リンク */
a img { border: 0; }

a:link {
	color: #265C99;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #FF5357;
	text-decoration: none;
}


html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   text-align: center; /* center on ie */
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   background-image: url(images/bodyback.gif);
   background-repeat:repeat-x;
}

#container
{
   margin: 0 auto; /* center on everything else */
   width: 780px;
   text-align: left;
}

#left{
	width: 555px;
	float: left;
	padding: 0;
   font-family: 'trebuchet ms',verdana , sans-serif;
	}

#right {
	width: 210px;
	float: right;
	margin-top : 4px;
   font-family: 'trebuchet ms',verdana , sans-serif;
	}

#header p{
	padding: 3px 5px;
	font-size: 10px;
	text-align: right;
	background-color:#F9F8F2;
	color:#666633;
	margin: 9px 0 0 0;
	}
	
#pankuzu {
	font-size: 12px;
	color:#FFFFFF;
	line-height: 26px;
	margin: 0 0 15px 0;
	padding: 0px 10px;
	background-image: url(images/common/pankuzuback.gif);
	background-repeat: repeat-x;
	}

#pankuzu a{
	color:#FFFFFF;
	}


/* フォーム */
form, input { margin: 0; padding: 0; }



/* category */
h1.category {
	font-size: 26px;
	margin: 0;
	padding: 4px 0 5px 0;
	color:#CC3300;
	font-weight: normal;
	}

h2.category {
	font-size:medium;
	margin: 0;
	padding: 10px 0 10px 22px;
	background-image:url(images/common/list2.png);
	background-repeat:no-repeat;
	background-position: 0px 15px;
	}

#categorydescription {
	font-size: 13px;
	color: #666666;
	border-top: 1px solid #FFCCCC;
	border-bottom: 1px solid #FFCCCC;
	padding: 10px 0;
	margin: 0 10px 10px 0;
	}

/* エントリー内部*/

/*　みだし */
h3{
	font-size: 16px;
	margin: 0 0 16px 0;
	border-left: 6px solid #FF9999;
	padding: 5px 17px;
	background-color: #F6F6F6;
	color: #42422D;
	line-height: 130%;
}

/*　リスト */
#lefthead ul{
	font-size: 85%;
	margin: 0;
	padding: 5px 0 15px 0;
	list-style-type: none;
	line-height: 140%;
	}

#lefthead li{
	margin: 0;
	list-style-type: none;
	padding: 4px 0 4px 23px;
	background-image: url(images/common/list4.gif);
	background-repeat: no-repeat;
	background-position: 4px 7px;
	}

/* 直下のアフィリエイトサイト名　*/
#af{
	padding: 5px 0 6px 0;
	font-size: 14px;
	font-weight:bold;
	}


/* entry */
h1.entry {
	font-size: 26px;
	margin: 0 10px 20px 0;
	padding: 6px 0 4px 0;
	color: #CC3300;
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
	}

/* カテゴリ内エントリー一覧 */
.categoryentry{
	font-size: 13px;
	padding: 8px 14px;
	border: 1px solid #CFE0FA;
	margin-bottom: 25px;
	}

.categoryentry ul{
	padding: 0;
	margin: 0;
	list-style: none;
	}

.categoryentry li{
	padding: 0 0 5px 13px;
	margin: 0;
	background-image: url(images/common/tag.png);
	background-repeat:no-repeat;
	background-position: 2px 9px;
}


/* other */
#lefthead {
	padding: 0 0 0 10px;
	}


#lefthead p {
	margin: 0;
	font-size: 14px;
	padding: 0 0 10px 0;
	}

#lefthead ul {
	font-size: 85%;
	}

#leftbody {
	padding : 0 0 15px 10px;
	}
	
#leftbody p {
	font-size: 85%;
	margin: 0;
	padding: 0 0 10px 20px;
	}

/* right */
#categoryhead {
	border-top: 1px solid #C4CDD2;
	font-size: 14px;
	padding: 1px 0 0 0;
	margin: 0 0 1px 0;
	}

#categoryhead p{
	padding: 5px 9px 4px 9px;
	color: #FFFFFF;
	margin: 0 0 0 0;
	background-image: url(images/common/categoryback2.gif);
	background-repeat: repeat-x;
	}

#categorylist {
	margin: 0 0 10px 0;
	padding: 1px 0 0 0;
	border-top: 1px solid #C4CDD2;
	}

#categorylist #titlename{
	font-size: 85%;
	margin: 0;
	padding: 10px 0 9px 0;
	line-height: 140%;
	font-weight: bold;
	}

#categorylist p{
	font-size: 13px;
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 130%;
	}


#categorylist ul{
	font-size: 85%;
	color:#990033;
	margin: 0;
	padding: 0 0 15px 0;
	list-style-type: none;
	line-height: 140%;
	}

#categorylist li{
	background-color:#FFFFFF;
	margin: 0 0 1px 0;
	list-style-type: none;
	border-bottom: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	border-left: 1px solid #DFDFDF;
}

#categorylist li a{
	padding: 6px 0 6px 26px;
	display: block;
	color: #304A8F;
	}

#categorylist li a:link{
	text-decoration: none;
	background-image: url(images/common/list1.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	}

#categorylist li a:visited{
	text-decoration: none;
	background-image: url(images/common/list1.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}

#categorylist li a:hover{
	text-decoration: underline;
	background-color: #FCFBF8;
	color: #FF0000;
	background-image: url(images/common/list3.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}


/* footer */
#footer{
	font-size: 13px;
	text-align: center;
	padding: 20px;
	line-height : 30px;
	color: #999999;
	font-family: Helvetica, Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/common/footerback.gif);
	background-repeat: repeat-x;
	clear: both;
}

#footer a{
	color: #CC6699;
	text-decoration: underline;
	background: none;
}

/* エントリー装飾 */
#box1{
	background-color: #FDFEFF;
	width: 500px;
	padding: 5px 8px 10px 8px;
	border: 1px solid #BFD0F0;
	font-size: 14px;
}

#box1 h3 {
	margin: 0px 0px 8px 0px;
	padding: 4px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6ECFB;
	color: brown;
	font-size: 16px;
}

#box1 p{
	padding: 0 10px;
	margin: 0;
	font-size: 14px;
	}
