body {
	font-size: 70%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #ffffff url('images/sling_header_back.jpg') repeat-x;
	color: #333;
	text-align: center;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
}

#header {
	background: #ffffff url('images/slingheader.jpg') no-repeat bottom center;
}

#headerimg 	{ 
	margin: 0 auto; 

} 

#content {
	font-size: 1.3em
}

.widecolumn .entry p {
	font-size: 1.2em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.3em;
}

.widecolumn {
	line-height: 1.6em;
}


.narrowcolumn .postmetadata {
	text-align: center;
	font-size: 0.8em;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#footer {
	background: #33ccff;
	border: none;
}

#footer2 {
	background: #33ccff url('images/slingcolor.jpg');
	border: none;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	font-size: 1.2em;
}

h2.pagetitle {
	font-size: 1.2em;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.0em;
}

h3 {
	font-size: 1.4em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #06c;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: 0.7em;
}

a {
	color: #06c;
	text-decoration: none;
}

h2 a:hover, h3 a:hover {
	color: #ff8080;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

#wp-calendar #prev a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}



/* Begin Structure */
body {
	margin: 0 0 5px 0;
	padding: 0; 
}

#page {

	margin: 0px auto;
	padding: 0;
	width: 990px;
}

#header {
	background-color: #ffffff;
	margin: 0 auto; 
	padding: 0; 
	height: 139px; 
	width: 988px;
}

#headerimg {
	margin: 0;
	height: 139px;
	width: 100%;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 30px;
	margin: 0px 0 0;
	width: 430px;
}

.narrowcolumnrss {
	float: left;
	padding: 0 0 20px 55px;
	margin: 0px 0 0;
	width: 680px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 100px;
	width: 430px;
}

.searchcolumn {
	float: left;
	padding: 0 0 20px 30px;
	margin: 0px 0 0;
	width: 980px;
}

/*----- ふきだし -----*/

.fukidashi_top
{
  color: #000;
  background: url('images/fukidashi_top.png') no-repeat;  
  margin: 20px 0 0 0;
  padding: 0px; 
  height: 10px;
}

.fukidashi
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  line-height: 1.5em;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #000;
  background: url('images/fukidashi.png') repeat-y;  
  padding: 8px 30px 8px 20px;  
  margin: 0 0 0 0px;
}

.fukidashi_bottom
{
  color: #000;
  background: url('images/fukidashi_bottom.png') no-repeat;  
  margin: 0 0 0 0px;
  height: 23px;
}

.post {
	margin: 0 0 40px;
	padding-left: 5px;
	text-align: justify;
	background: #fff;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer_top {
	background: #33ccff url('images/footer_bg.jpg') repeat-x; 
	padding: 0px;
	margin: 0 0 0 0;
	color: #ffffff;
	width: 100%;
	height: 150px;
}

#footer {
	background: #33ccff ;
	padding: 0;
	margin: 0px auto;
	color: #ffffff;
	width: 100%;
	height: 200px;
	clear: both;
}

#footer2 {
	width: 980px;
	text-align: right;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

#footer k {
	margin: 0;
	padding: 20px 0;
	text-align: right;
}

#footer_bottom {
	background: #33ccff ;
	padding: 0;
	margin: 0px auto;
	color: #ffffff;
	width: 100%;
	height: 200px;
}


#bigmap_page {
		background: #33ccff ;
}

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}

h2 {
	margin: 5px 0 0 0;
}

h2.pagetitle {
	margin-top: 24px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 2px 20px 2px 0px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}


/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 480px;
	width: 250px;
}

#sidebar form {
	margin: 0;
}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.caticon {
   float: right;
   padding: 5px;
}

/* the feature*/
.featureItem {
	background: #fff url(?f/path/to/featureitem.png?f) top left no-repeat;
	width: 220px;
	height: 65px;
	padding: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	border-left: 0px solid #eee;
}

.featureText {
	border-left: 10px solid transparent; /* Doesn?ft work in IE yet, Sorry */
	padding-top: 20px;
	text-align: center;
	font-weight: 100;
	font-size: 1.2em; /* Looked fine at 1em, but it went over the border in IE */
}

.featureItem img {
	float: left;
	margin-right: 5px;
	padding: 5px;
	border: 0px;
}

.waku { font-size: 9pt; padding: 8px; border-bottom: thin solid gray; border-top	-color:gray; border-left-width: thin; gray;border-right-color: gray; bor	der-right-width: thin; border-top-width: thin; 
}

/*マージン*/
.mar_leaf_top {
    margin-top:1px;
    margin-bottom: 2px;
    margin-left:0;
}
.mar_right15 {
	margin-right: 15px;
}

.mar_right22 {
	margin-right: 22px;
}
.mar_left15 {
	margin-left: 15px;
}

.mar_top0_down18 {
	margin-top: 0px;
	margin-bottom: 18px;
}

.mar_top30_down20 {
	margin-top: 30px;
	margin-bottom: 20px;
}
.mar_top18down33 {
	margin-top: 18px;
	margin-bottom: 33px;
}
.mar_top24down40 {
	margin-top: 24px;
	margin-bottom: 40px;
}

.mar_top5 {
	margin-top: 5px;
}

.mar_top10left10 {
	margin: 10px;
}

.mar_top18 {
	margin-top: 18px;
}


.mar_top25 {
	padding-top: 25px;
}



.mar_down3 {
	margin-bottom: 3px;
}
.mar_down10 {
	margin-bottom: 10px;
}
.mar_down15 {
	margin-bottom: 15px;
}
.mar_down20 {
	margin-bottom: 20px;
}
.mar_down25 {
	margin-bottom: 25px;
}

.mar_down100 {
	margin-bottom: 100px;
}


/*柳ページ*/

.font{
	font-size: 0.8em;
	line-height: 1.5em;
}



/*ニュース*/

#news {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 430px;
}

.news {
	width: 430px;
	margin-left: 2px;
}

.news td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	line-height: 12px;
	padding: 5px;
}

#news2 {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 430px;
}

.news2 {
	width: 430px;
	margin-left: 2px;
}

.news2 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	line-height: 30px;
	padding: 5px;
}

/*居住情報*/

td.s_on{
        width: 40px;
        height: 40px;
        background-color:lemonchiffon;
        cursor: pointer;
        text-align: center;
}

td.s_off{
        width: 40px;
        height: 40px;
        background-color:cornflowerblue;
        cursor: default;
        text-align: center;
}

td.no_sim{
        width: 40px;
        height: 40px;
        text-align: center;
}

div.s_on{
        margin: 0px;
        text-align: center;
        font-size: 14pt;
        color:#6a0035;
        text-align: center;
}

div.s_off{
        margin: 0px;
        text-align: center;
        font-size: 14pt;
        color:#fcfcfc;
        text-align: center;
}


/*pv*/

.pv {
	width: 430px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	line-height: 18px;
}

/*akushu*/

.akushu {
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	line-height: 18px;
}

.akushu2 {
        color:#2b6692;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	line-height: 18px;
}

.akushu_pink {
        color:#e2366a;
	font-size: 18px;
}

/*文字関係*/

p.brown {
        color: #663300;
	text-align: right; 
	margin: 10px 20px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	line-height: 18px;
}

/*マユコ用*/

pre{
	width: auto;
	_width:90%;
	overflow: auto;
	font-family: "Courier New",Courier,monospace;
	font-size: 0.8em;
	color: #007000;
	background-color: #fafafa;
	border: solid 1px #bbbbbb;
	line-height: 140%;
	margin: 1em;
	padding: 0.99em;
	overflow-x: auto;
	overflow-y: auto;
}

/*外部リンクアイコン用*/

/* For Link Indication plugin */
a.liexternal { padding-right: 12px; background: url(images/link-icon_external_18.png) no-repeat right; }
a.liwikipedia { padding-right: 14px; background: url(images/link-icon_wikipedia.gif) no-repeat right; }
a.liimdb { padding-right: 18px; background: url(images/link-icon_imdb.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(images/link-icon_ftp.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(images/link-icon_mail.png) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(images/link-icon_pdf.gif) no-repeat right;  }
a.liflickr { padding-right: 7px; background: url(images/link-icon_flickr.png) no-repeat right;  }
a.lislmame { padding-right: 44px; background: url(images/lislmame.png) no-repeat right;  }
a.lixstreetsl { padding-right: 44px; background: url(images/lixstreetsl.png) no-repeat right;  }


/*rss ricker*/

.rss-widget-outer-div {
	font-size:0.9em;
	margin: 7px 0 0 0;
	padding-right: 5px;
	background: #e4e4e4;
}

.rss-widget-inner-div {
	padding: 3px 20px;
}

.rss-widget-title {
	padding-right: 10px;
	color: #565656;
	font-weight:bold;
	border-right:1px solid #808080;
}

.rss-widget-inner-div a {
	text-decoration: none;
	color: #6e6e6e;
	padding:0 0 0 10px;
	font-weight: normal;
}

.rss-widget-item-desc {
	padding-left: 10px;
	font-weight: normal;
}

.footerclear_box
{
	clear: both;
	text-align : center ;
	color:#fff;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

/*最新記事画像キャプション*/

.postthumbnail
{
	background-repeat:no-repeat;
	background-image: url('images/bg_thumbnail.jpg');
	float: left;
	padding: 4px;
	width: 205px;
	height:100%;
	min-height: 120px;
}


.postthumbnail img
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


.postthumbnail dt
{
	margin: 0px;
	padding: 0px;
}


.postthumbnail dd
{
	text-align: left;
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}


.postthumbnail small
{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


.postthumbnail h2
{
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	font-size: 13px;
	line-height: 15px;
	height: 0px;
}