@charset "utf-8";
@import url(pull.css);
/*
Theme Name: StreamValley
Theme URI: http://streamvalley.jp/
Description: ストリームヴァレー用テーマ
Version: 1.0
Author: NMPD
Author URI: http://nmpd.jp/
Tags: 
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* テキスト */
body {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:14px;
	color: #000;
	text-align: center;
	line-height:1.5em;
	letter-spacing:.1em;
	}
	
a{
	color:#098;
	border-bottom:1px #098 dotted;
	text-decoration:none;
	outline:none;
	}

a:hover{
	border-bottom:1px #098 dashed;
	}

h1 a, h2 a, h3 a, h4 a {
	color: #604C3F;
	border:none;
	}
	
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color:#38B58D;
	border:none;
	}
	
#sidebar_right h4 a{
	color:#38B58D;
	text-decoration:none;
	outline:none;
	}
	
#sidebar_right h4 a:hover{
	border-bottom:1px #38B58D dashed;
	}

h1, h2, h3, h4, h5, h6, p{
	padding:0;
}

p{
	line-height:1.8em;
	}
	
h1{
	padding:0;
	margin:20px 10px 0;
	text-align:right;
	font-size:12px;
	color: #098;
	font-weight:normal;
	white-space:nowrap;
	display:block;
	width:830px;
	height:12px;
}

h2{
	margin: 20px 0 40px;
	font-size:24px;
	color: #604C3F;
}

.site_top h2{
	padding: 0 0 40px;
	background:url(images/bar_625.gif) 0 60px no-repeat;
	}

.site_page h2{
	margin: 0 0 40px -50px;
	padding: 0 0 40px;
	background:url(images/bar_625.gif) 0 60px no-repeat;
	}

h3{
	margin: 30px 0 20px;
	font-size:18px;
	color: #604C3F;
	}

.site_page h3{
	margin: 40px 0 25px -20px;
	line-height:1em;
	}
	
#sidebar_right h3{
	padding: 5px 0 45px;
	background:url(images/bar_625.gif) 0 60px no-repeat;
	}

h4{
	margin: 20px 0 0;
	font-size:14px;
	}

.site_page h4{
	margin:35px 0 0 -20px;
	}

#sidebar h4{
	margin: 20px 0 -15px;
	}
	
.site_page h5{
	font-size:15px;
	margin:20px 0 -10px;
	}

h6{
	font-size:15px;
	margin:20px 0 -10px -20px;
	font-weight:normal;
	}

#page {
	text-align: left;
	}

.site_page, .site_top {
	font-size:15px; 
	line-height:1.8em;
	letter-spacing:.1em;
}

/* -------------------------------------------------- */

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li ul li {
	font-size: 1em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	}

.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;
	}

.commentmetadata {
	font-weight: normal;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* 主な構造 */
div {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	}

#page {
	margin: 0 auto;
	width: 850px;
	}

#header {
	margin: 15px 0 35px;
	height: 235px;
	clear:both;
	}

.site_page {
	width:575px;
 	margin: 0 0 0 275px;
	}

.site_top{
	width:375px;
 	margin: 0 0 0 225px;
	}

/* スターハック IE6 */
*html .site_page {
	float:right;
	width:575px;
 	margin: 0;
	padding:0 0 0 50px;
	}

#sidebar {
	float: left; 
	width: 175px;
	margin: 0 0 25px 0;
	}

#sidebar_right {
	float: right; 
	width: 200px;
	margin:0 0 25px 0;
	}

#footer {
	clear: both;
	margin: 80px 0 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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* コメント */
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	display: block;
	}
	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* コンテンツ */

dl.irekata{
	margin:0;
	padding:0;
}

dl.irekata dt{
	margin:0;
	padding:1.6em 0 0;
	width:200px;
	float:right;
}

dl.irekata dd{
	margin:0;
	padding:0;
	width:350px;
	float:left;
}

div.note{
	padding:15px 15px 5px;
	margin:0;
	border:#38B58D dotted 1px;
}

div.note p{
	margin:0 0 10px;
}

p.note_ttl{
	line-height:1em;
	margin:0 0 15px 0;
	font-weight:bold;
}

div.note02{
	padding:15px 15px 5px;
	margin:20px 0 0;
	border:#604C3F dotted 1px;
}

ul.star_list {
	margin:15px 0 20px 20px;
	padding:0;
}
ul.star_list li{
	list-style:disc url(images/star.gif) outside;
	margin-bottom:10px;
}


ol.nagare{
	margin:15px 0 20px 60px;
	padding:0;
}
ol.nagare li{
	 list-style:upper-roman;
}

.q{
	padding-left:28px;
	margin-top:40px;
	background:url(images/made_tsuikyu/icon_q.gif) top left #FFF no-repeat;
}

.a{
	padding-left:28px;
	background:url(images/made_tsuikyu/icon_a.gif) top left #FFF no-repeat;
}

.questionnaire{
	text-align:right;
	padding-bottom:30px;
	border-bottom:1px dashed #38B58D;
	margin-bottom:40px;
}

.pagetop{
	display:block;
	padding:5px;
	margin:50px 0;
	float:right;
}

ul.mokuji{
	list-style:none;
	margin:10px 0 50px 25px;
	padding:0;
}

ul.mokuji li{
	margin:0;
	padding:0;
}

ul.mokuji li a{
	margin:0;
	padding:3px 0 10px 15px;
	display:block;
	text-decoration:none;
	color:#000;
	background:url(images/menu_a01.gif) 0 15px no-repeat;
	border:none;
}

ul.mokuji li a:hover{
	padding:3px 0 10px 20px;
	background:url(images/menu_a02.gif) 0 15px no-repeat;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}
	
/* サイトマップ ---------- */

div#sm_wrap{
	padding:0;
	margin:0;
}

div#sm_left{
	width:275px;
	float:left;
}

div#sm_right{
	width:275px;
	float:right;
}

div#sm_wrap h3{
	margin:30px 0 15px;	
	font-size:16px;
}

div#sm_wrap h3.spc_top{
	margin-top:0;
}

div#sm_wrap ul{
	list-style:none;
	padding-left:0;
}

div#sm_wrap a{
	border:none;
	color:#666;
}

div#sm_wrap a:hover{
	color:#38B58D;
	border-bottom:1px #38B58D dashed;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* 左カラム メニュー ul#menu_mainはpull.cssに記述 */

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

ul#banner_area{
	list-style:none;
	margin:25px 0 0;
	padding:25px 0 0;
	border-top:1px #604C3F dotted;
	clear:both;
}

ul#banner_area li{
	margin:0 0 5px;
	padding:0;
}

ul#banner_area li a{
	color:#000;
	border:none;
}

ul#banner_area li a:hover{
	color:#38B58D;
}

ul#banner_area li img{
	border:none;
}

ul#banner_area li p{
	margin:0 0 20px;
	padding:0;
	line-height:1em;
}

p.menu_info{
margin-top:50px;
}

address#static{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style:normal;
	font-size:12px;
	line-height:1.5em;
	letter-spacing:.1em;
	padding:0 0 50px;
	}

#floatmenu a, #floatmenu a img, #header a, #header a img{
	border:none;
	}

#floatmenu ul{
	list-style:none;
	margin:10px 0 50px;
	padding:0;
	}

#floatmenu ul li{
	margin:0;
	padding:0;
	}

#floatmenu ul li a{
	margin:0;
	padding:7px 0 10px 15px;
	display:block;
	text-decoration:none;
	color:#000;
	background:url(images/menu_a01.gif) 0 15px no-repeat;
	border:none;
	}

#floatmenu ul li a:hover{
	padding:7px 0 10px 20px;
	background:url(images/menu_a02.gif) 0 15px no-repeat;
	}

/* 右カラム */

div.mame{
	margin-bottom:60px;
	}

div.mame_pic{
	width:200px;
	height:50px;
	overflow:hidden;
	}

div.mame_pic a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

div.mame_pic img{
	margin:-72px -30px -73px;
	}

span.mame_price{
	color:#F03;
	font-weight:normal;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* その他 */

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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	padding: 0 25px 10px;
	}

/* ------------------------------- */

p img {
	padding: 0;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	float: right;
	margin-left: 8px;
	}

.alignleft {
	float: left;
	margin-right: 8px;
	}

.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

.spc_bottom {
	margin-bottom:60px;
}

.spc_top{
	margin-top:0;
}

.sub{
	font-size:.9em;
}

.sub_s{
	font-size:.8em;
}

.sub_weight{
	font-weight:normal;
}

.bar{
	margin:50px 0 30px -50px;
}

.table_sv td{
	padding:5px;
	vertical-align:top;
}

.paragraph{
	margin:0 0 0 40px;
}

.deco01{
	font-weight:bold;
}

.menu_ttl{
	font-weight:bold;
	font-size:18px;
	padding-bottom:8px;
}

p.blog {
	}

p.blog a{
	padding:10px 20px;
	font-size:18px;
	border:1px #38B58D dashed;
	color:#000;
	font-weight:bold;
	}
	
p.blog a:hover{
	background-color:#F4F4F4;
	}
	
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	}
	
div#center404 {
	margin:0 auto;
	padding:40px 0 0;
	width:400px;
	display:block;
	}
	
div#center404 h2{
	margin: 20px 0;
	padding:0;
	font-size:24px;
	color: #604C3F;
	background-image:none;
	}
	
div#center404 p{
	}

a#c1, a#c2, a#c3, a#c4, a#c5, a#c6, a#c7, a#c8, a#c9, a#c10 {
	position:absolute;
	}

strong,em{
	font-weight:inherit;
	font-style:normal;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

