@charset "utf-8";
/***********************/
/* inakabukken_main.css*/
/***********************/


/* Base elements */

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

body {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial,"MS UI Gothic",Lucida,Osaka,sans-serif;	font-size: 12px;
	text-align:center;
	width: 720px;
	color: #333333;
	background-image: url(../f-image/line_22.gif);
}

form { 
	margin: 0;
	padding: 0;
	font-size:10px;
	}

a {
	text-decoration: none; }
	
a img { border: 0; }

h1, h2 {
	position: absolute;
	left: -5000px;
	color: #FFFFFF;
	font-size: 8px;
	}

h3, h4, h5, h6, p, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pkg { display: block; }

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

.separator {
	margin: 0 5px;
	}

.f12 {
	font-size: 12px;
	}
	
.style1 {
	font-size:10px;
	color:#990033;
	}

.style2 {
	font-size: 14px;
	}
	
.style3 {
	color: #7d7d4f;
	}

.style4 {
	font-size: 10px;
	}
	
.style5 {font-size: 20px}

.style6 {color:#660000;}

/* FONT系 styles */

.white{color: #FFFFFF;}
.gray{color: #4C4C4C;}
.brown{color: #660000;}
.red{color: #FF0000;}     
.orange{color: #FF6600;}  
.blue {color:#0000FF;}    
.green {color: #006600;}  
.lightgreen {color: #339900;}

/** Base Layout **/

#container {
    width: 720px;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 720px;
    text-align: left;
	border: solid 1px #440B0B;
}

#container-inner {
	position: static; 
	width: 100%; 
	}

#headimg {
    width:720px;
	background-color:#440b0b;
	height: 138px;
	}

#pagebody { 
    width: 510px;
	float:right;
	}
	
#pagebody-inner {
	width: 100%;
}

/** 左 NavigationBar**/

#navbar {
	clear:both;
	float:left;
	width: 190px;
	min-height: 1px;
	display: inline; /* ie win bugfix */
}

#navbar-inner {
    padding: 10px;
	background-color:#f1eedc;
	font-size: 12px;
	}

#navbar-inner a,
#navbar-inner a:link {
	color: #660000;
	}
	
#navbar-inner a:hover {
	color:#996666;
	text-decoration: underline;
	}

/* modules */

.module {
    overflow: hidden;
    width: 100%;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #f3f6f9;
	background-color: #fefee9;
}

.module-content {
	margin: 5px 10px 10px 10px;
	padding: 10px;
	line-height: 1.2;
	text-align: left;
}

#module-content-label {
	font-size: 11px;
	}

/*モジュールタイトル*/
.module-header {
	width: auto;
	w\idth: auto;
	margin: 0;
	border-left: 5px solid #666600;
	padding: 5px;
	color: #440b0b;
	background: #c4c492;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 2px;
	text-align: left;
} /* ie win (5, 5.5, 6) bugfix */

.module-header2 {
	width: auto;
	w\idth: auto;
	margin: 0;
	line-height: 1;
	text-align: left;
	background-color: #B4BB71;
} /* ie win (5, 5.5, 6) bugfix */

.module-list {
	margin: 0 5px 5px 0px;
	line-height: 1.8em;
	list-style-image: url(../f-image/ic_circle.gif);
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 10px;
	}

.module-list .module-list {
	margin: 5px 0 0 0;
	padding-left: 10px;
	list-style: disc;
}

.module-list-item {
    margin-top: 3px;
    margin-bottom: 3px;
	color: #660000;
	font-size:14px;
}

.module-list-item2 {
    margin-top: 3px;
    margin-bottom: 3px;
	color: #660000;
	font-size:13px;
}

.module-list-item a:hover {
	color: #996666;
	text-decoration: underline;
}


/*　カレンダー　*/
#calendar {
	width: 100%;
	text-align:center;
	border-collapse: collapse;
	margin: 5px 0 10px;
	}

.calendar-part {
	padding: 10px 2px;
	}
	
#calendar th {
	color:#A38263;
	border-bottom: 1px solid #cfd4d9;
    padding: 2px;
    text-align: center;
    font-weight: bold;
}

#calendar td {
	padding: 2px;
    text-align: center;
    font-weight: normal;
	hieght: 25px;
	vertical-align: top;
	width: 14%;
	color:#CCCC99;
}

#calendar td a {
	text-decoration: underline;
	color: #990000;
	}
	

/* 検索　*/
#search-btn {
	font-size: 10px;
}

.search-results-container {
	margin: 10px 0;
	}

.search-results-header {
	font-size: 14px;
	color: #660000;
	margin:20px 0;
	}

.search-list {
	margin: 15px;
	padding: 0;
	}
	
.search-results-title {
	font-size: 11px;
	color: #5e3e3e;
	}
	
.search-results-title a {
	color: #660000;
	}
	
.search-results-title a:hover{
	color:#996666;
	text-decoration:underline;
	}
	
.search-keys {
	margin: 10px;
	padding-left: 10px;
	}
	
/*　月別リスト　*/
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*　加盟店一覧　*/
.partner {
	width:150px;
	}
	
.partner td{
	text-align: center;
	height: 25px;
	}

.partner a{
	text-decoration: none;
	font-size:13px;
	}
	
/*メインコンテンツエリア*/

#alpha { 
	margin: 15px 10px 0 15px;
	width: 480px;
	display: inline; /* ie win bugfix */
    float: left;
    min-height: 1px; }
	
#alpha-inner {
	width:100%;
	}

/* 新着記事リスト　*/
#newest-entries {
    overflow: hidden;
	clear:both;
	width: 95%;
	margin: 10px;
}

#newest-comments {
    overflow: hidden;
	clear:both;
	width: 95%;
	margin: 10px;
}

#newest-entries a,
#newest-comments a{
	color:#660066;
	}

#newest-entries a:hover,
#newest-comments a:hover{
	color: #996666;
	text-decoration: underline;
	}
	
.newest-entry-content {
	margin: 5px 0 20px 10px;
	padding:5px;
	}
	
/*　エントリー　*/

.date-header {
    position: static;
    clear: both;
	color: #999966;
}

.entry {
    position: static;
    overflow: hidden;
    clear: both;
    width: 95%;
    margin: 0 10px 20px;
}

.entry-header {
	margin-top: 5px;
	border-left: 10px solid #a2a269;
	padding: 5px 0 0 10px;
	color: #440b0b;
	font-size: 18px;
	font-weight: bold;
}

.entry-header a,
.entry-header a:link {
	color: #660000;
	text-decoration: none;
	}
	
.entry-header a:hover{
	color:#996666;
	text-decoration:underline;
	}

.entry-content {
    position: static;
    clear: both;
	margin: 0 5px 15px;
    line-height: 1.5;
}

.entry-body {
    clear: both;
}

.entry-footer {
	margin: 5px 5px 10px;
    border-top: 1px solid #E2E1B1;
    padding-top: 3px;
    color: #574c4c;
    font-size: 10px;
    text-align: right;
	clear: both;
}

.entry-footer a,
.entry-footer a:link {
	color:#a2a269;
	font-weight: bold;
	}
	
.entry-footer a:hover {
	color: #666600;
	}
	
.content-nav {
  margin: 10px;
	clear:both;
	}

.content-nav a{
	color:#8c0046;
	padding: 10px;
	}
	
/* エントリータグ　*/
.entry-tags {
    margin: 20px 5px 0;
}

.entry-tags-header {
	color:#7D7D4F;
	}

.entry-tags-list {
    list-style: disc;
	color:#990033;
    padding: 0px;
}

.entry-tags-list a{
	color: #8C0046;
	}

/*　コメント　*/
.comments {
    position: static;
    overflow: hidden;
    clear: both;
    width: 95%;
    margin: 0 auto 20px;
}

.comments-header {
    width: 100%;
    w\idth: auto;
    margin: 0;
    padding: 5px;
    color: #fff;
    background: #7d7d4f;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

.comment-content {
	clear: both;
	margin: 5px;
    line-height: 1.5;
	color: #5E3E3E;
}

.comment-footer {
	margin: 5px 5px 10px;
    border-top: 1px solid #E2E1B1;
    padding-top: 3px;
    color: #574c4c;
    font-size: 10px;
    text-align: right;
	clear: both;
}

.comment-footer a,
.comment-footer a:link {
	color:#a2a269;
	}
	
.comment-footer a:hover {
	color: #666600;
	}

/* コメント投稿エリア　*/
.comments-open {
	padding: 20px 0 10px;
	border-top: solid 2px #f1eedc;
}

.comments-open-header {
    width: 100%;
    w\idth: auto;
    margin: 0;
    padding: 5px;
    color: #fff;
    background: #7d7d4f;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
	clear: both;
}	

.comments-open-content {
	clear: both;
	margin: 10px;
	font-size: 12px;
	width:auto;
	}

.comments-open label {
	display: block;
	}
.comments-open-footer {
	margin: 5px 5px 10px;
    padding-top: 3px;
    color: #574c4c;
    font-size: 10px;
    text-align: center;
	clear: both;
}

#comment-preview,
#comment-cancel,
#comment-post {
	font-size: 11px;
}

.comments-closed {
    clear: both;
	}

/* 確認画面　*/
#container_preview {
    width: 480px;
    background: #fff;
    position: relative;
    margin: 0 auto 20px;
	padding:0;
    text-align: left;
	border: solid 1px #440B0B;
}	

.comment_preview {
	margin:10px;
	padding: 0 5px 10px;
	background-color:#FFFFCC;
}

.comments-open_preview{
	padding: 0 0 10px;
}

.comments-open-content_preview {
	clear: both;
	margin: 10px 20px;
	font-size: 12px;
	width:auto;
	}

.comments-open_preview label {
	display: block;
	}

/*　カテゴリー別ページ　*/

#category-data {
	margin-top: 20px;
	}

#category-data li {
	margin: 5px 0;
	list-style-image: url(../f-image/ic_circle.gif);
	list-style-type:disc;
	line-height: 1.5em;
	}
	
#category-data a {
	color: #660000;
	}

#category-data a:hover {
	color: #996666;
	text-decoration:underline;
	}
	
/*　アーカイブ　*/
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

#archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {
    /* ie win (5, 5.5, 6) bugfix */
    width: 100%;
    w\idth: auto;

    margin: 0;
    border-left: 10px solid #a2a269;
    padding: 5px;
    color: #440b0b;
    background: #f1eedc;
	font-size: 16px;
	}

.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    padding: 5px;
    color: #660066;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

.archive-list-item {
	font-size: 15px;
	list-style-image: url(../f-image/ic_circle.gif);
	list-style-type: disc;
	color: #660000;
}

.archive-list-item a {
	color: #660000;
	}
	
.archive-list-item a:hover{
	color:#996666;
	text-decoration:underline;
	}

.archive-content {
    clear: both;
    margin: 15px 10px 5px 10px;
}

#archive_list_part { 
	margin: 15px;
	width: 480px;
	display: inline; /* ie win bugfix */
    float: left;
    min-height: 1px; }

/* フッター　*/
#foot {
	clear: both;
	background-color: #440b0b;
	text-align: center;
	color:#FFFFFF;
	border-top: solid 1px #440B0B;
	height: 125px;
	margin-top: 10px;
	width: 100%;
	}
	
#foot .foot1 {
	margin: 6px 0;
	}
	
#foot .areanav2 {
	width: 95%;
	}
	
#foot .areanav2 td a,
#foot .areanav2 td a:link{
	color: #660000;
	}
	
#foot .foot2{
	padding: 3px 0 0;
	line-height: 1.3em;
	}

#foot .foot2 a,
#foot .foot2 a:visited{
	color: #FFFFFF;
	}
	
#foot .foot2 a:hover{
	color: #FF0000;
	}

#foot #foot3 {
	margin: 0;
	padding:0;
	line-height: 1.2em;
	}
	
#foot #foot3 ul {
	margin: 5px 0;
	padding:0;
	}
		
#foot #foot3 li{
	display: inline;
	list-style-type: none;
	padding: 3px;
	font-size: 10px;
	color: #CCCC99;
	}
	
#foot #foot3 a,
#foot #foot3 a:link,
#foot #foot3 a:visited,
#foot #foot3 a:hover {
	color: #CCCC99;
	}


		

