@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

*/

body	{
		margin-top:0px;
		/*background:url(images/background.jpg) repeat-y center;*/
		}

img		{
		border:none;
		}

/*外枠*/
#container	{
			width:900px;
			margin-left:auto;
			margin-right:auto;
			/*border:solid 1px #999999;*/
			}

/*回り込み解除*/
.clear		{
			clear:both;
			}

/*ヘッダー*/
#header		{
			width:900px;
			height:63px;
			margin-bottom:5px;
			}

#logo		{
			float:left;
			width:220px;
			margin-left:15px;
			margin-top:5px;
			}
			
#header_right	{
				float:right;
				margin-left:5px;
				padding:5px;
				text-align:right;
				}
				
/*上部画像*/
#photo		{
			/*border-top:solid 1px #999999;
			border-bottom:solid 1px #999999;*/
			margin-bottom:5px;
			}

/*サイドバー*/
#sidebar	{
			float:left;
			width:250px;
			margin-left:2px;
			font-size:10pt;
			}
			
#menu		{
			margin-bottom:5px;
			margin-left:2px;
			}
			
#address	{
			margin-left:2px;
			border:double #999999;
			width:223px;
			font-size:10pt;
			padding:5px;
			}

#address h2	{
			font-size:12pt;
			}
			
/*メイン*/
#main		{
			float:right;
			width:640px;
			font-size:12pt;
			}

#main a		{
			text-decoration:none;
			}

#main a:hover	{
				text-decoration:underline;
				color:#FF0000;
				}
				
#whatsnew	{
			border:solid 1px #CCCCCC;
			width:630px;
			margin-bottom:10px;
			}
			
#feedlist li	{
			border-bottom:dashed 1px #CCCCCC;
			line-height:25px;
			padding-left:10px;
			list-style:none;
			}
			
#left		{
			float:left;
			width:315px;
			}
			
#right		{
			float:right;
			width:315px;
			}
			
#map		{
			border:solid 1px #999999;
			}

/*フッター*/
#footer		{
			margin-top:10px;
			text-align:center;
			font-size:10pt;
			line-height:20px;
			background-color:#999999;
			color:#FFFFFF;
			}
