/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{ }

img { border: 0; }


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac ¥*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 760px;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; text-align: left; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; text-align: left; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}


/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.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;
}

/* 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;
}


/* Vicksburg (theme-vicksburg.css) */

/* basic page elements */

body
{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   font-size: 14px;
}

a { color: #0000CC; text-decoration: none; }
/* a:hover { color: #a3b8cc; } */
a:hover { color: #EE0000; }

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

.module-content a { color: #36414d; }
.module-content a:hover { color: #EE0000; }

h1, h2, h3, h4, h5, h6
{
}

.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 #999999;
   padding: 5px;
   color: #000000;
   background: #ECECEC;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */

body
{
	min-width: 760px;
	background: #FFFFFF url(img/bg.gif);
	text-align: center;
}

.f10 {
	font-size: 10px;
	line-height: 140%;
	}

.f12 {
	font-size: 12px;
	line-height: 140%;
	}

.f14 {
	font-size: 14px;
	line-height: 140%;
	}

.f16 {
	font-size: 16px;
	line-height: 140%;
	}

H4
{
	width: 524px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

img.right {
	float: right;
	margin-left: 7px;
	margin-bottom: 3px;
	}

img.right2 {
	float: right;
	margin-left: 7px;
	margin-top: 5px;
	}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	}

img.others {

	}


#container
{
   width: 762px;
   background: #FFFFFF;
}

#container-inner
{
	border: 1px solid #999999;
}

/* ***** サイトタイトル ***** */
#sub {
	text-align: right;
	width: 760px;
	margin-top: 7px;
	vertical-align: middle;
	height: 28px;
	_height: 20px;
	}

#sub h1 {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#sub h2 {
	visibility: hidden;
	display: none;
	}
/* ***** サイトタイトル ***** */

/* ***** トップバナー ***** */
#banner1
{
	width: 760px; /* necessary for ie win */
	background: url(img/iki-banner-760-275.jpg) no-repeat center bottom;
	height: 275px;
/*	background: url(img/iki-banner-760-300.jpg) no-repeat center bottom;
	height: 300px;*/
}

#banner1-inner
{
	width: 760px;
	height: 275px;
/*	height: 300px;*/
	}
/* ***** トップバナー ***** */


/* ***** セカンドバナー ***** */
#banner2
{
	width: 760px; /* necessary for ie win */
}

#banner2-inner
{
	width: 760px;
	height: 142px;
}
/* ***** セカンドバナー ***** */


/* ***** 検索結果のバナー ***** */
#banner
{
/*	width: 760px; */ /* necessary for ie win */
/*	background: url(img/iki-banner-760-300.jpg) no-repeat center bottom;
	height: 300px; 
      width: 100%; */
      background: #999999;
      padding: 10px 0px  0px  10px;
}

#banner-inner
{
	width: 760px;
/*	height: 300px; */
	}
/* ***** 検索結果のバナー ***** */

.banner-user
{
   width: 70px;
   margin-top: 5px;
   font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 30px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
}

#banner-description
{
	visibility: hidden;
	display: inline;
}

#alpha { margin: 15px 15px 0 15px; width: 480px; }
#beta { width: 200px; background: #e6ecf2; }
#gamma, #delta { width: 180px; background: #e6ecf2; }

#beta-inner,
#gamma-inner,
#delta-inner
{
   padding: 10px 10px 0 10px;
}

.date-header
{
	width: 524px;
	margin-top: 5;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

.entry-header
{
	padding: 10px 0px 10px 25px;
	color: #000000;
	font-size: 18px;
	background-image: url(img/title-bar.gif);
	background-repeat: no-repeat;
	margin: 0;
}

.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

/* ***** ひとつ前後 ***** */
.content-nav {
   margin-top: 10px;
   font-size: 14px;
}
/* ***** ひとつ前後 ***** */

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #a3b8cc;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
   background: #ECF1F7;
}

.comments-open-footer
{
   margin: 10px 0;
}


/* modules */

.module
{
	margin: 0;
	text-align: right;
}

.module-content
{
   margin: 0 0 20px;
   padding: 10px 0px 0 10px;
   font-size: 10px;
   line-height: 1.2;
}

/* *****検索窓のサイズ***** */
.module-search input { font-size: 14px; }
.module-search #search { width: 105px; }
/* *****検索窓のサイズ***** */

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-powered { }
.module-powered .module-content
{
	border: 1px solid #999999;
	color: #292e33;
	padding: 5px;
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list
{
   margin: 0 15px 10px 15px;
   list-style: disc;
}

.module-list .module-list
{
   margin: 5px 0 0 0;
   padding-left: 15px;
   list-style: circle;
}

.module-list-item
{
   margin-top: 0;
   color: #666;
   line-height: 1.2;
}

.typelist-thumbnailed .module-list
{
   margin: 0 0 10px 0;
   list-style: none;
}

.typelist-thumbnailed .module-list-item
{
   margin: 1px 0;
   padding: 0;
   background: #f3f6f9;
}

.typelist-thumbnail
{
   background: #fff;
}

.module-photo img { border: 1px solid #fff; }

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content
{
   margin: 0;
   border-width: 0;
   padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 19px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item
{
   width: 64px; /* mac ie fix */
   margin: 0 10px 10px 0;
   padding: 0;
   background: none;
}

.module-recent-photos .module-list-item a
{
   border: #cfd4d9 1px solid;
   padding: 1px;
   background: #fff;
}

.module-recent-photos .module-list-item a:hover
{
   border-color: #36414d;
   background: #fff;
}


/* *****全体レイアウトサイズ***** */
/* two-column-left tweaks */
   .layout-two-column-left #alpha
   {
	margin: 0;
	width: 182px;
	background-position: right;
   }

   .layout-two-column-left #alpha-inner
   {
	padding: 0px;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
   }

   .layout-two-column-left #beta
   {
/*	margin: 15px 0px 20px 14px;*/
	margin: 5px 0px 20px 14px;
	width: 544px;
	background: none;
	float: left;
	text-align: left;
   }

   .layout-two-column-left #beta-inner
   {
	padding: 0;
	margin-left: 14px;
   }
/* *****全体レイアウトサイズ***** */


/* ***** ナビゲーション***** */
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-indent: -999px; /* テキスト非表示 */
	}

#navi li, #navi a {
	display: block;
	width:182px;
	height:36px;
	}

#n01 a {background-image: url(img/menu-iki-2.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	}

#n01 a:hover {background-image: url(img/menu-iki-22.jpg);
	background-repeat: no-repeat;
	}

#n02 a {background-image: url(img/menu-iki-1.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	}

#n02 a:hover {background-image: url(img/menu-iki-11.jpg);
	background-repeat: no-repeat;
	}

#n03 a {background-image: url(img/menu-iki-3.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	}

#n03 a:hover {background-image: url(img/menu-iki-33.jpg);
	background-repeat: no-repeat;
	}

#n04 a {background-image: url(img/menu-iki-4.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	}

#n04 a:hover {background-image: url(img/menu-iki-44.jpg);
	background-repeat: no-repeat;
	}

#n05 a {background-image: url(img/menu-iki-5.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	}

#n05 a:hover {background-image: url(img/menu-iki-55.jpg);
	background-repeat: no-repeat;
	}

#n06 a {background-image: url(img/menu-iki-6.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	}

#n06 a:hover {background-image: url(img/menu-iki-66.jpg);
	background-repeat: no-repeat;
	}
/* ***** ナビゲーション***** */


/* ***** 最近の作品 ***** */
.recent-works
{
	padding-left: 18px;
	padding-bottom: 10px;
}

.recent-works img 
{
	padding: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* ***** 最近の作品 ***** */


/* *****フッター***** */
 #fnavi {
	clear: both;
	display: block;
	border-top: solid 1px #999;
	border-bottom: solid 1px #aaa;
	margin:0px 0px;
 	padding: 0px;
	text-align:center;
 	width: 100%;
 	background-color:#F1F1F1;
 	background-image:url(img/fnavi.gif);
 	background-repeat:repeat-x;
 	padding-top: 7px;
 	padding-bottom: 5px;
	}

 #fnavi ul {
	margin: 0px;
	padding: 0px;
	}

 #fnavi li {
	display: inline;
	font-size:12px;
	}

 #fnavi a, #fnavi a:link, #fnavi a:visited {
	padding-left: 0.7em;
	padding-right: 0.7em;
	text-decoration: none;
	white-space: nowrap;
	}
	
 #fnavi a:hover {
	background-color: #FFE2C2;
	padding-left: 0.7em;
	padding-right: 0.7em;
	text-decoration: none;
	white-space: nowrap;
	}

#footer {
	clear: both;
	display: block;
	color: #000;
	font-size: 10px;
	line-height: 150%;
	letter-spacing: .1em;
	font-weight: normal;
	text-align: center;
	width: 760px;
	height: 37px;
	background-image: url(img/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom; 
	background-color: #FFF;
	margin: 0px;
	padding: 10px 0px 12px 0px;
	}
/* *****フッター***** */
