/* 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: 4px 0 0 5px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
	background-color: #FFEEF4; /*f2f2f2*/
	border-bottom: dotted #FFD2E4 1px;
	}

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

.entry-header {	/*エントリータイトル*/
    margin: 0 0 20px 0;
    padding: 0;
    color: #000;
    font-size: 14px;
	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: 9px;
    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;
    color: #666;
    line-height: 1.2;
}

.module-list,
.archive-list {
    font-size: 11px;
    margin: 0 15px 15px 15px;
    padding: 0;
    list-style: disc;
    color: #666;
}

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

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 11px;
}

.module-content a,
.module-content a:hover{
    font-size: 11px;
}

.module-content ul{
    font-size: 11px;
}

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



/*---モジュール：メニュータイトル---*/
#menutitle {
	margin-bottom: 40px;
}


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

.module-powered { 
	text-align: left;
}




/* 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 30px 0 0;
    padding: 5px;
    color: #333;
    background: #F2F2F2; 
    border-bottom: dotted 1px #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: #333;
}

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

    margin: 0 0 5px 0;
    border-left: 6px solid #666;
    padding: 6px 0px 0px 10px;
    color: #333;
	font-size: 14px;
	font-weight: bold;
    background: #fff;

}


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


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