@charset "UTF-8";






/* ヘッダ
-------------------------------------------------------------------------------------------------------- */

#header {
	background-image: url(http://www.futabafutaba.org/assets/images/allbg.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 900px;
	height: 238px;
	}
	
#header h1{

	text-indent: -9999px;
	height: 97px;
	width: 411px;
	float: left;
	background-repeat: no-repeat;
	margin-top: 58px;

}

#header h1 a{
	display:block;
	height: 97px;
	width: 411px;
	}


#header h2{
	background-image: url(../commonimages/subtitle.png);
	height: 10px;
	width: 364px;
	text-indent: -9999px;
	float: left;
	margin-top: 10px;
	clear: left;
	background-repeat: no-repeat;
}

#header p{
	background-image: url(../commonimages/contact.png);
	float: right;
	height: 8px;
	width: 42px;
	text-indent: -9999px;
	background-repeat: no-repeat;

}

#header p a{
		display:block;
	height: 8px;
	width: 42px;
	}

	
/* コンテンツ（2階層基本）
-------------------------------------------------------------------------------------------------------- */

#content {
	clear: both;
}




/* サイドバー
-------------------------------------------------------------------------------------------------------- */
#sidebar{
	float:left;
	width: 220px;

}

#sidebar ul li{
	font-size: 85%;
	line-height: 15px;
}

#sidebar ul.navi li{
}


#sidebar ul.navi li.sp{
	margin-bottom: 1em;
}


#sidebar ul.newlist{
	margin-top: 1em;

}



/* メイン領域
-------------------------------------------------------------------------------------------------------- */
#main{
	float:right;
	width:672px;
	text-align: center;

	}

#main ul.sam {
	width:711px;
	margin-left: -39px;
}



#main ul.sam li{
	width:198px;
	float:left;
	display:block;
	margin-left: 39px;
	margin-bottom: 50px;
	text-align: left;
}

#main ul.sam li p{
	padding-top:5px;
	line-height:120%;
}

#main h3.graphic{
	height: 525px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

/* スライドショー
-------------------------------------------------------------------------------------------------------- */

.slidescroll{
	clear:both;
	padding:0 0 10px 0;
	width: 600px;
	margin:0 auto;	
}

.slidescroll .scroll_Show{
	width:574px;
	overflow:display;
	position:relative;
	float:left;
}
.slidescroll .scroll_Show .scroll_Wrap{
	width:574px;
	top:0;
	left:0;
	z-index:5;
}
.slidescroll .arrow_r,
.slidescroll .arrow_l{
	height: 40px;
	width: 10px;
	_display:inline;
}
.slidescroll .arrow_r img,
.slidescroll .arrow_l img{
	cursor:pointer;
	display:none;
}
.slidescroll .arrow_l{
	padding-right:3px;
	float:left;
}
.slidescroll .arrow_r{
	float:right;
	padding-left:3px;
}
.slidescroll .scroll_Show .scroll_Wrap li{
	width:60px;
	height:40px;
	padding:0 11px;
	float:left;
	margin:0;
}
.slidescroll .scroll_Show .scroll_Wrap li span{
	display:none;
}

#ss_bigimg{
	clear:both;
	width:600px;
	margin:76px auto 70px auto;
}
#ss_caption{
	clear:both;
	width:600px;
	margin:76px auto 70px auto;
	text-align:left;
}


/* ブログ
-------------------------------------------------------------------------------------------------------- */


.blog h3{
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.blog .day{
	text-align: left;
	margin-bottom: 1em;

}

.blog p.photo{
	text-align: left;
}


.blog .blogtxt{
	text-align: left;
	margin-top: 1em;
line-height:180%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

/* blog　パンくず
-------------------------------------------------------------------------------------------------------- */
.ditto_page {
    border-left: 1px solid #CCCCCC;
    display: inline;
    margin-left: 6px;
    padding-left: 6px;
}
.breadlinks {

    margin: 20px 30px 20px 36px;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
}
.breadlinks a {
    text-decoration: underline;
}
.ditto_currentpage {
    border-left: 1px solid #CCCCCC;
    font-weight: bold;
    margin-left: 6px;
    padding-left: 6px;
}
.bread-etc {
    border-left: 1px solid #CCCCCC;
    margin-left: 6px;
    padding-left: 6px;
}


/* フッタ
-------------------------------------------------------------------------------------------------------- */
#footer {
}

