@charset "utf-8";
/* CSS Document */
/*
Description: 有名な <a href="http://www.techno-cruise.co.jp/">Techno Cruise</a>
Version: 1.0
Author: Techno-Cruise
Author URI: http://www.techno-cruise.co.jp/

	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

*/

/*コンテナ*/
#container	{
			width:900px;
			border:solid 1px #FFFFFF;
			margin-left:auto;
			margin-right:auto;
			}

/*ヘッダー*/

#headerimg	{
			background-image:url(images/header_background.jpg);
			background-repeat:no-repeat;
			height:110px;
			}

#logo		{
			float:left;
			width:500px;
			margin-top:10px;
			margin-left:5px;
			font-size:9pt;
			color:#888888;
			}

			
#headerright	{
			float:right;
			width:45px;
			text-align:center;
			margin-bottom:5px;
			margin-right:20px;
			margin-top:10px;
			}
			
#description	{
			font-size:9pt;
			line-height:20px;
			}
		
/*メインフォト*/
#mainphoto	{
			border-bottom:solid 1px #888888;
			border-top:solid 1px #888888;
			height:300px;
			}

.clear		{
			clear:both;
			}

/*サイドバー*/
#sidebar	{
			float:left;
			width:250px;
			margin-top:5px;
			background-repeat:repeat-x;
			background-color:#FFFFFF;
			}
.sideimage	{
			margin-bottom:2px;
			}
			
ul.sidemenu	{
			margin-top:5px;
			margin-left:0px;
			margin-right:10px;
			padding-left:0px;
			line-height:0px;

			}
			
ul.sidemenu li	{
			list-style: none;
			}

ul.sidemenu li a	{
			display:block;
			line-height:50px;
			text-decoration:none;
			background-color:transparent;
			border-left:solid 10px #719FFF;
			border-right:solid 10px #719FFF;
			padding-left:0px;
			}
			
ul.sidemenu li a:hover	{
			line-height:50px;
			border-left:solid 10px #FF0000;
			border-right:solid 10px #FF0000;
			}
			
#sidemenu_font	{
			font-size:10pt;
			margin:2px;
			}
/*メインコンテンツ*/
#content	{
			float:right;
			width:642px;
			margin-left:auto;
			margin-right:auto;
			margin-top:5px;
			margin-bottom:20px;
			}
#carsearch	{
			border:solid 1px #000000;
			}


#contentleft	{
			float:left;
			width:385px;
			margin-top:5px;
			}

#contentright	{
			float:right;
			width:240px;
			margin-top:5px;
			}
			
#waku		{
			width:238px;
			border:solid 1px #0033FF;
			margin-bottom:2px;
			font-size:10pt;
			}

#contentleft_font	{
			font-size:11pt;
			margin:10px;
			}
			
#mapwaku		{
			width:630px;
			border:solid 1px #999999;
			margin-bottom:10px;
			}

#mapfukidashi	{
			line-height:20px;
			}
			
#feedlist	{
			line-height:20px;
			border-bottom:dashed 1px #999999;
			}

/*フッター*/
#footer		{
			width:900px;
			text-align:center;
			font-size:10pt;
			margin-top:15px;
			}
