/* 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: 13px !important ;
	}

form { margin: 0; padding: 0; }

a {
	color: #333; 
	text-decoration: underline; 
	}

a:hover {
	color: #666; 
	}
	
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal; 
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;	
	}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* 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 */
    min-width: 740px;
    color: #333;
    background: #f2f2f2;
	}
	
#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    margin-bottom: 20px;
    width: 740px;
    text-align: left;
    background: #fff;
}
#container-inner { 
	position: static; 
	width: auto; 
    border-width: 0;

}

#banner { 
	position: relative; 
    width: 740px; /* necessary for ie win */
    background: #FFF;
	}
	
#banner-inner { 
	position: static; 
    padding: 0;
}

/*
#banner-header { /*ブログタイトル*/
    margin: 0;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

#banner-header img {
	margin: 0;
	padding: 0 20px 0 0;
}

#banner-description { /*ブログの説明*/
    margin-top: 5px 0 0 20px;
    margin-bottom: 0;
    color: #333;
    background: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.125;
}
*/

/*バナーの設定　ここまで*/

/*pagebody*/

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

/*左右のレイアウト*/

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


#beta { width: 270px; } 	/*サイドバー背景色*/
#alpha { width: 470px; }


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

#alpha-inner {
	margin: 15px 15px 0 15px; 
}

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


/* エントリー */

.content-nav {
    margin: 0 10px 10px 10px;
	padding-bottom: 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: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
}

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

/*エントリー　個別クラス設定*/

.headerdate {
    margin-top: 0;
	padding: 5px 0 5px 5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
	background-color: #f2f2f2;
	}

/*
.entry {
	margin: 0 2px 10px 0;
	padding: 10px;
	border:1px solid #333;
	}
*/

.entry-header {	/*エントリータイトル*/
    margin: 0 0 20px 0;
    border-left: 6px solid #666;
    padding: 0 0 0 20px;
    color: #000;
    font-size: 16px;
	font-weight:bold;
}

.entry img{
	margin:0 0 15px 15px;
}

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

.entry-tags {
    margin: 0 0 10px 10px;
}

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }

.entry-tags-list {
    list-style:none;
    padding: 0px;
}

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



/*コメント*/

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}

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

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

.comments-open-header {
    clear: both;
}

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

#comment-post {
    font-weight: bold;
}


/*トラックバック*/
#trackbacks-info {
    margin: 10px 0;
    border: 1px solid #333;
    padding: 0 10px;
    color: #333;
    font-size: 13px;
    text-align: center;
    background: #FFF;
}


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


/* --------モジュール----------- */

.module {
    position: relative;
    overflow: hidden;
    margin: 0 0 11px 0;
    width: 240px;
    background: #FFF; 
}

.module-content {
    position: relative;
    margin: 0 0 10px 0;
    padding: 10px 40px 0 10px;
    font-size: 11px;
    line-height: 1.2;
}

.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

archive-list-item {
	margin: 0;
	padding: 10px 0 5px 0;
}

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


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td {
    width: 14%;
    height: 75px;
    text-align: left;
    vertical-align: top;
}

.day-photo {
    width: 54px;
    height: 54px;
}

.day-photo a {
    display: block;
}

.day-photo a img {
    width: 50px;
    height: 50px;
}

/*---モジュール：検索*/
.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

/*---モジュール：powered*/
.module-content {
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #333;
    background: #fff;
}
.module-powered { 
	text-align: left;
}

/*モジュール：テーブルの設定*/
.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }


/*モジュール：写真など*/
.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list {
    margin: 0 15px 15px 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;
}

.module-tagcloud .module-list {text-align: center; }
.module-tagcloud .module-list { list-style: none; }
.module-tagcloud .module-list-item { display: inline; }
.module-tagcloud li.taglevel1 { font-size: 19px; }
.module-tagcloud li.taglevel2 { font-size: 17px; }
.module-tagcloud li.taglevel3 { font-size: 15px; }
.module-tagcloud li.taglevel4 { font-size: 13px; }
.module-tagcloud li.taglevel5 { font-size: 11px; }
.module-tagcloud li.taglevel6 { font-size: 9px; }



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

/* basic page elements */

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p¥osition: relative;
    width: 180px;
    w¥idth: auto;

    margin: 0;
    border-left: 5px solid #666; 
    padding: 5px;
    color: #fff;
    background: #CCC; 
    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; }



/*
 *  Preliminary styles added by Jay for Vicksburg II
 *     for review by Luke/Walt and rest of team
 */

/* All or multiple templates
    Suppress underlines on linked entry titles */
.entry-header a { text-decoration: none; }

/* Search results templates */
.mt-search-results .search-results-header {
    background-color: #333;
    color: #FFF;
    padding: 5px;
}
.mt-search-results .search-results-container { margin-left:10px; }
.mt-search-results form#search-form { width: 400px; margin: 0px auto 20px auto; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align:center; }

/* Entry tag display */
div.entry-tags { margin:0 0 10px 10px; }
ul.entry-tags-list {
    list-style:none;
    padding: 0px;
}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag { display: inline; }

/* Main index styles
    Suppress date header on main index */
.main-index .date-header { display: none; }

/* Comment preview and individual entry
    Widen the comment form */
form textarea#comment-text { width:400px; }

/* All archive templates
    Informational "where am I?" module at top of sidebar */
.module-welcome p { font-size: 12px; }
.module-content p.first { margin-top:0px; }

/* Date-based and category archives
    Archive title banner at top of page, below blog banner */
.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {

    /* ie win (5, 5.5, 6) bugfix */
    p¥osition: relative;
    width: 95%;
    w¥idth: auto;

	font-size: 17px ;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-top: none;
	border-right: none;
	border-bottom: solid 1px #FFEDED;
	border-left: solid 7px #fcc;
	margin: 0 0 20px 0;
	padding: 6px 0 3px 5px;
	background-color: #FFEDED;

}


/*for spacing
----------------------------------------*/
.margintop20 {
	margin-top: 20px;
}


/*added by Yurika 20061014*/

/*header -- logo menu counter
---------------------------------*/
#header {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
	background:#fff;
	width: 740px;
	height: 60px;
	
}
#header h1 {
	position: absolute;
	top: 20px;
	left: 16px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #fff url(http://www.stsk.net/common/img/logo.gif) no-repeat 0px 0px ;
	width: 307px;
	height: 55px;
}
#header h1 a {
	overflow: hidden;
	display: block;
	margin: 0px 20px 0 0px;
	padding-top: 55px;
	width: 121px;
	height: 0;
}
#header #headnav{	/*headerメニュー*/
	/*position: absolute;
	top: 10px;
	left: 490px;
	width: 740px;*/
	float: right;
	overflow: hidden;
	margin: 27px 10px 0 0;
}
#header #headnav ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}	
#header #headnav ul li {
	display: inline;
}
#header #headnav ul li a {
	color: #000;
	text-decoration:none;
}
#header #headnav ul li a:hover {
	color: #333;
	text-decoration:none;
}
#header p {		/*現在の署名数*/
	position: absolute;
	top: 57px;
	left: 585px;
	font-size: 11px;
	margin: 0;
	padding: 0;
	}
	
#header img {
	border: none;
}
#header em {
	font: normal bold 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*navigation
---------------------------------*/
#navigation{
	margin: 0;
	padding: 0;
	width:740px ;
	height: 64px;
	background: #fff url("http://www.stsk.net/common/img/bodytop.gif") left bottom no-repeat;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#navigation ul li {
	float: left;
	height: 35px;
	display: inline;
	margin: 0; 
	padding: 0;
}
#navigation ul li a {
	display: block;
	height: 35px;
	margin: 0; 
	padding: 0;
}
/*--グローバルナビゲーション画像切り替え--------------------------------------*/
/*"Save the 下北沢"とは 01
-------------------------------------*/
#navigation #navaboutus a {
	width: 151px;
	background: #fff url(http://www.stsk.net/common/img/gnavi/gnavi_01.gif) no-repeat 0px 0px ;
	}
#navigation #navaboutus a:hover {
	width: 151px;
	background: #fff url(http://www.stsk.net/common/img/gnavi/gnavi_01.gif) no-repeat 0px -35px ;
	}
#navigation #navaboutusnolink {
	width: 151px;
	background: #fff url(http://www.stsk.net/common/img/gnavi/gnavi_01.gif) no-repeat 0px -35px ;
	}
/*下北沢について 02
-------------------------------------*/
#navigation #navaboutshimokita a {
	width: 112px;
	background: #fff url(http://www.stsk.net/common/img/gnavi/gnavi_02.gif) no-repeat 0px 0px ;
	}
#navigation #navaboutshimokita a:hover {
	width: 112px;
	background: #fff url(http://www.stsk.net/common/img/gnavi/gnavi_02.gif) no-repeat 0px -35px ;
	}
#navigation #navaboutshimokitanolink{
	width: 112px;
	background: #fff url(http://www.stsk.net/common/img/gnavi/gnavi_02.gif) no-repeat 0px -35px ;
	}
	
/*下北沢で起こっていること 03
-------------------------------------*/
#navigation #navsituation a {
	width: 172px;
	background: #fff url(http://www.stsk.net/common/img/gnavi/gnavi_03.gif) no-repeat 0px 0px ;
	}
#navigation #navsituation a:hover {
	width: 172px;
	background: #fff url(http://www.stsk.net/common/img/gnavi/gnavi_03.gif) no-repeat 0px -35px ;
	}
#navigation #navsituationnolink {
	width: 172px;
	background: #fff url(http://www.stsk.net/common/img/gnavi/gnavi_03.gif) no-repeat 0px -35px ;
	}
/*代替案 04
-------------------------------------*/
#navigation #navalternative a {
	width: 62px;
	background: #fff url(http://www.stsk.net/common/img/gnavi/gnavi_04.gif) no-repeat 0px 0px ;
	}
#navigation #navalternative a:hover {
	width: 62px;
	background: #fff url(http://www.stsk.net/common/img/gnavi/gnavi_04.gif) no-repeat 0px -35px ;
	}
#navigation #navalternativenolink {
	width: 62px;
	background: #fff url(http://www.stsk.net/common/img/gnavi/gnavi_04.gif) no-repeat 0px -35px ;
	}
/*活動内容 05
-------------------------------------*/
#navigation #navactivity a {
	width: 73px;
	background: #fff url(http://www.stsk.net/common/img/gnavi/gnavi_05.gif) no-repeat 0px 0px ;
	}
#navigation #navactivity a:hover {
	width: 73px;
	background: #fff url(http://www.stsk.net/common/img/gnavi/gnavi_05.gif) no-repeat 0px -35px ;
	}
#navigation #navactivitynolink {
	width: 73px;
	background: #fff url(http://www.stsk.net/common/img/gnavi/gnavi_05.gif) no-repeat 0px -35px ;
	}
/*応援メッセージ 06
-------------------------------------*/
#navigation #navmessage a {
	width: 110px;
	background: #fff url(http://www.stsk.net/common/img/gnavi/gnavi_06.gif) no-repeat 0px 0px ;
	}
#navigation #navmessage a:hover {
	width: 110px;
	background: #fff url(http://www.stsk.net/common/img/gnavi/gnavi_06.gif) no-repeat 0px -35px ;
	}
#navigation #navmessagenolink {
	width: 110px;
	background: #fff url(http://www.stsk.net/common/img/gnavi/gnavi_06.gif) no-repeat 0px -35px ;
	}
/*リンク 07
-------------------------------------*/
#navigation #navlink a {
	width: 60px;
	background: #fff url(http://www.stsk.net/common/img/gnavi/gnavi_07.gif) no-repeat 0px 0px ;
	}
#navigation #navlink a:hover {
	width: 60px;
	background: #fff url(http://www.stsk.net/common/img/gnavi/gnavi_07.gif) no-repeat 0px -35px ;
	}
#navigation #navlinknolink {
	width: 60px;
	background: #fff url(http://www.stsk.net/common/img/gnavi/gnavi_07.gif) no-repeat 0px -35px ;
	}


/*class・id  added by Yurika 20061014
---------------------------------*/

#category_description01 {
	display : block ;
	background: #fee ;
	border: solid 1px #f99;
	margin: 30px 30px 0 0;
	padding:10px 20px 10px 20px;

}


/*alt
---------------------------------*/
.alt {
	display: none;
	}
