/*全体の表示位置など*/
body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(http://www.itocarsalon.com//images/back.jpg);
	background-repeat: no-repeat;
	text-align: center;
	}



/*リンク関連*/
a {
	text-decoration: underline;
	}

a:link {
	color: #339999;
	}

a:visited {
	color: #339999;
	}

a:active {
	color: #339999;
	}

a:hover {
	color: #006699;
	}

/*<h>タグ関連*/
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/*コンテナ_全体のwidthを指定*/
#container {
	line-height: 100%;
	margin-right: auto;
	margin-left: 90px;
	text-align: left;
	padding: 0px 10px 0px 10px;
	width: 750px;
	background-color: #FFFFFF;

	}

	/*会社概要のtable*/
.table th{
 background-color: #CCCCCC;
 width: 120px;
 border: solid 1px #999999;
 padding: 3px;
 }

.table td{
 width: 400px;
 border: solid 1px #999999;
 padding: 3px;
 }

/*バナー_タイトル画像をバックで配置（heightに注意）*/
#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	text-align: left;
	padding: 0px;
	background-image: url(http://www.itocarsalon.com//images/ito_banner.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 150px;
	 }

/*バナー関連ID*/
#banner-img {
	display: none;
	}

#banner a {
	color: #FFFFFF;
	text-decoration: none;
	}

#banner h1 {
	font-size: xx-large;
	}

#banner h2 {
	font-size: small;
	}

/*ヘッダ部分（サイトの概要と関連）*/
#head {
 	margin-right: auto;
	margin-left: 90px;
 	width: 750px; 
 	padding: 5px 10px 5px 10px;
	 background-color: #FFFFFF;
	}

/*サイトの概要_ヘッダに組込み*/
#description {
	float: left;
	color: #000000;
	font-size: x-small;
	text-align: left;

	 }

/*ヘッダ右側_問い合わせ等のBOX*/
#toi {
	color: #000000;
 	font-size: x-small;
 	text-align: right;

 	}

/*コンテンツ側のBOX*/
#center {
	float: right;
	width: 550px;
	overflow: hidden;
	}

/*コンテンツ側のBOX内のBOX*/
.content {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #FFFFFF;
 	color: #000000;
	font-family: Verdana, Arial, sans-serif;
 	font-size: x-small;
	}

/*ADスペース用*/
#ad {
 margin-bottom: 10px;
 padding: 5px 5px 0px 0px;
	background-image: url(http://www.itocarsalon.com//images/mini_banner.jpg);
	background-repeat: no-repeat;
 color: #000000;
 text-align: right;
 height: 100px;
 }

/*未使用？*/
#whatsnew {
 color: #000000;
 padding: 10px 10px 10px 10px;
 border: solid 1px #999999;
 background-color: #FFFFFF;
 line-height: 160%;
 margin-bottom: 15px;
 font-size: small;
 }

/*Pick upとCar newsを制御*/
#whattitle {
	font-size: small;
 	padding-bottom: 3px;
 	border-bottom: dotted 1px #999999;
 	margin-bottom: 5px;
 	}

/*クルマのタイトル*/
#maintitle {
 	color: #FF9933;
 	}

/*プライス部分全体を囲むBOX*/
#pricebox {
	padding: 5px 0px 10px 0px;
	border-bottom: 1px dotted #999999;
 	margin-bottom: 10px;
	}

/*値段*/
#price {
 	text-align: right;
 	color: #FF9933;
 	font-size: small;
	font-weight: bold;
	}

/*各エントリ内のお問い合わせ*/
#kochira {
 float: left;
	}

/*エントリ1個を囲む為のBOX*/
#mainpost {
 	clear: both;
 	padding: 10px 10px 20px 10px;
 	border: 1px solid #999999;
 	margin-bottom: 10px;
 	}

/*メインエントリ内の縮小画像*/
.sum img{
 	float: left;
	width: 130px;
	height: 100px;
 border: 1px solid #000000;
	margin-right: 10px;
	}
 
/*メニュー全体を囲むBOX*/
#right {
	float: left;	
	width: 200px;
	background-color: #FFFFFF;
	overflow: hidden;
	}

/*スペックコメント*/
.excerpt {
	margin-bottom: 10px;
	}

/*詳細画像を見るってやつ*/
.extended {
	clear: both;
 	margin-left: 30px;
	}

 /*コンテンツ側で使われる<P>タグ関連の指示*/
.content p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content h3 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

/*メニューBOXの内箱*/
.sidebar {
	margin-top: 15px;
	padding-left: 0px;
	}

/*サイドバー内の細かい指示*/
.sidebar h2 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: none;
	text-transform: uppercase;
	letter-spacing: .0em;
	}

/*メニュー内の見出し関連（背景に画像配置）*/
.sidetitle {
 	color: #000000;
	background-color: #FF9900;
	padding-left: 12px;
	padding-top: 1px;
	}

.sidebar ul {
	margin: 0px;
 	padding-left: 0px;
	margin-bottom: 20px;
	margin-top: 5px;
	}

/*メニュー内のカテゴリ箱を囲むBOX*/
.sidebar li {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
 	padding-left: 10px;
 	padding-right: 10px;
	margin-top: 0px;
	list-style-type: none;
	}

.sidebar #categories li{
 	margin-left: 15px;
 	margin-bottom: 3px;
 	padding-top: 5px;
 	padding-bottom: 5px;
 	border-bottom: 1px dotted #999999;
	}

.sidebar #categories ul{
 	margin: 0px;
 	padding-top: 0px;
 	padding-bottom: 0px;
	}

.sidebar img {
	margin-top: 0px;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

/*検索窓に反映するクラス*/
.link-note {
 	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding-left: 15px;
	margin-bottom: 15px;
	}

/*フッタに反映*/
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #000000;
 	padding-bottom: 10px;
	width: 770px;
	margin-right: auto;
	margin-left: 90px;
	 background-color: #FFFFFF;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/*UTF-8でのテキストエリア文字化けと、インプットエリアの対策*/
textarea,
input {
	background-color: #F9F9F9;
	font: normal normal normal 100%/1.5 "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana ,arial ,sans-serif;
	}


