/* CSS Document */

/* Base Weblog (base-weblog.css) */

/* basic elements */
p{
	line-height: 150%;
	}

/* リンク */
a img { border: 0; }

a:link {
	color: #304A8F;
}
a:visited {
	color: #993366;
}
a:hover {
	color: #A53F58;
	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;
   font-family: 'trebuchet ms',verdana , sans-serif;
	padding: 0;
	}

#right {
	width: 210px;
	float: right;
   font-family: 'trebuchet ms',verdana , sans-serif;
	margin-top : 4px;
	}

#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: 150%;
	margin: 0;
	padding: 4px 0 5px 0;
	color:#990033;
	}

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 #DCDAA9;
	border-bottom: 1px solid #DCDAA9;
	padding: 10px 0;
	margin: 0 10px 10px 0;
	}

/* エントリー内部*/

/*　みだし */
h3{
	font-size: 16px;
	margin: 0 0 16px 0;
	border-left: 6px solid #CCCC99;
	padding: 5px 17px;
	background-color: #F6F6F6;
	color: #42422D;
}

/*　リスト */
#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: 150%;
	margin: 0 10px 20px 0;
	padding: 6px 0 4px 0;
	color: #CC3300;
	border-bottom: 1px solid #CCCCCC;
	}

/* カテゴリ内エントリー一覧 */
.categoryentry{
	font-size: 13px;
	padding: 8px 14px;
	border: 1px solid #CFE0FA;
	}

.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: 85%;
	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 #D7CEBF;
	font-size: 14px;
	padding: 1px 0 0 0;
	margin: 0 0 1px 0;
	}

#categoryhead p{
	padding: 5px 9px 0 9px;
	color: #FFFFFF;
	margin: 0 0 0 0;
	background-image: url(images/common/categoryback2.gif);
	background-repeat: repeat-x;
	}

#categorylist {
	margin: 0 0 8px 0;
	padding: 1px 0 0 0;
	border-top: 1px solid #D7CEBF;
	}

#categorylist #titlename{
	font-size: 85%;
	margin: 0;
	padding: 10px 0 9px 0;
	line-height: 120%;
	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 #D7CEBF;
	border-right: 1px solid #D7CEBF;
	border-left: 1px solid #E7E1D8;
}

#categorylist li a{
	padding: 6px 0 6px 26px;
	display: block;
	color: #330099;
	}

#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;
	}



/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-content
{
   position: relative;
   margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
   border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 14%;
   text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
   display: block;
   clear: both;
   margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
   float: left;
   min-width: 60px;
   width: 60px;
   /* no ie mac \*/width: auto;/* */
   margin: 0 5px 0 0;
   text-align: center;
   vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
   margin: 0;
   padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
   margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
   display: block;
   height: 1%;
   margin: 0;
   border: 0;
   padding: 0;
   list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
   display: block;
   float: left;
   /* ie win fix \*/ height: 1%; /**/
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item a
{
   display: block;
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item img
{
   width: 60px;
   height: 60px;
   margin: 0;
   padding: 0;
}


/* basic page elements */

.module-content a { color: #36414d; }
.module-content a:hover { color: #a3b8cc; }

h1, h2, h3, h4, h5, h6
{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   border-left: 5px solid #36414d;
   padding: 5px;
   color: #fff;
   background: #a3b8cc;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }
.red {
	color: #FF0000;
}
