/* CSSテンプレート：ブルー002 */

/* サイト全体の設定 */
body {
	margin: 0px;
	background-color: #F0F0F0;
　　　　font-size:13px;
　　　　line-height:160%;
        color: #333333;
}

/* 各種タグレイアウト　*/

p{
        color: #333333;
	margin-top:10px;
	margin-bottom:10px;
　　　　font-size:13px;
　　　　line-height:160%;
}

ul {
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}



li{
	list-style-type: none;
	font-size: 12px;
	margin: 0px;
}

h1 {
	font-size: 18px;
	width: auto;
	text-align: left;
	margin: 0px;
	line-height: 30px;
	padding-top: 60px;
	padding-bottom: 0px;
	padding-left: 10px;
}


h2,h3,h4 {
	color: #265975;
	font-size: 20px;
	width: 550px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	text-indent: 25px;
	padding: 0px;
	line-height: 35px;
	background-image: url(images/entry-title.jpg);
	background-repeat: no-repeat;
	background-position: left;
}


h5{
	font-size: 12px;
	color: #32769A;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	margin: 0px;
	padding-left: 5px;
	background-color: #B3D3E6;
}

h6{
	font-size: 14px;
}



/* リンクのレイアウト */

a,
a:visited{
	color: #AC6138;
}


a:hover{
	color: #FF0000;
	text-decoration: none;
}

a img {
    border: 0;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}




/* サイト全体のレイアウト */


#box {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 820px;
	padding-top: 10px;
	background-image: url(images/box-back.jpg);
	background-repeat: repeat-y;
}


.FloatEnd {
	clear: both;
	font-size: 1px;
}

.img-right {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}


#script {
	height: 0px;
	width: 0px;
	visibility: hidden;
	position: absolute;
}



/* ヘッダーの設定 */

#header {
	height: 160px;
	width: 790px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 0px;
}


#header h1 a {
	color: #333333;
        text-align: center;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#header p {
	display: block;
    text-align: center;
	width: auto;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	margin-left: 20px;
	margin-top: tpx;
	margin-bottom: 5px;
}



/* コンテンツレイアウト */

#contents {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/menu-back.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#contents-main {
	width: 570px;
	float: left;
	position: static;
	margin-top: 0px;
	display: inline;
	margin-left: 10px;
	background-color: #FFFFFF;
}



/* フッターの設定 */

#footer {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-top: 8px;
}


/* カテゴリーのレイアウト */

.category-body {
	font-size: 14px;
	line-height: 140%;
	margin: auto;
	width: 550px;
	margin-top: 15px;
	margin-bottom:25px;
}


.category-entrylist , .sitemap-box{
	width: 528px;
	margin-right: auto;
	margin-left: auto;
	margin-top:5px;
	margin-bottom:10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
}

.category-entrylist ul li,.sitemap-box ul li{
	width: 250px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-indent:25px;
	font-size:12px;
	line-height:150%;
	float:left;
	margin-right: 0px;
	text-decoration: none;
	background-image: url(images/cat-list.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
}

/* サイトマップ */


.sitemap-box strong a,.sitemap-box strong a:visited {
	font-size: 16px;
	line-height: 22px;
	width: 100px;
	color: #666666;
	text-decoration: none;
}


.site-description {
	color: #666666;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}


/* エントリーのレイアウト */

.entry-body {
	width: 550px;
	margin-top: 5px;
	margin-bottom: 5px;
	　　　　　　　font-size:14px;
	　　　　　　　line-height:150%;
	line-height: 140%;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;

}

.entry-body-dott {
	margin: auto;
	width: 550px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 130%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


/* コピーライト */
.cpyright {
	text-align: right;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 40px;
}
.cpyright a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}


/* メニューのレイアウト */

#menu-box {
	width: 200px;
	display : inline;



	margin-bottom:15px
	margin-right: 10px;
	float: right;
	margin-right: 5px;
}



.menu {
	width: auto;
	font-size: 12px;
	margin-bottom:20px;
}


.menu li a{
	list-style: none;
	width: 190px;
	display: block;
  	margin: 2px 0;
	color: #AC6138;
	font-size: 12px;
	line-height: 25px;
	text-indent: 5px;
}

.menu li a:hover {
	list-style: none;
	width: 190px;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7CB6D5;
	font-size: 12px;
	line-height: 25px;
	text-indent: 5px;
}


.menu-rss{
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
}


/* その他のレイアウト */


#site-navi {
	display: block;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	height: 35px;
	line-height: 32px;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
}


#bookmark {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
}


#bookmark img a {
	margin-right: 5px;
	margin-left: 5px;
}

#container {
	height: 0;
	width: 0;
	visibility: hidden;
	position: absolute;
}


/**** LINK-tag style sheet module.css ****/


/**********************/
/*モジュールレイアウト*/
/**********************/

.cpyright{
	padding-right:10px;
	text-align:right;
}

.cpyright a{
	font-size:8px;
	color:#000;
	text-decoration: none;
}


/* 物販商品レイアウト */

.item-box{
	width:230px;
	height:250px;
	text-align:center;
	border: 1px solid #E6E6E6;
   	margin: 5px;
	float:left;
}

.item-title{
	font-size:10px;
	line-height:100%;
	font-weight: bold;
}


.item-img{
	width:130px
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	padding: 0px;
}




.price {
	color: #CC0000;
}




/* ムービー関連のレイアウト　*/

.movie-box {
	margin: 8px;
	line-height: 100%;
	float: left;
	height: 120px;
	width: 160px;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 10px;
}

.movie-img {
	border: 0;
	margin: 10px;
	height: 100px;
	width: 140px;
}

.youtube-movie-box {
	text-align: center;
	width: 550px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.youtube-thumb-box {
	font-size:12px;
	line-height: 110%;
	margin: 8px;
        padding-top:10px;
        padding-bottom:10px;
	float: left;
	height: 140px;
	width: 160px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.youtube-thumb-box img{
	height: 90px;
	width: 120px;
	margin-top: 5px;
}



/* 教えて＆人力レイアウト */


.hatena-body {
	margin-top: 10px,25px;
	width: auto;
	line-height:130%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.topic-link,{
	color: #0033CC;
}

.simple-img {
	height: 100px;
	width: 100px;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 5px;
}

.blog-box {
	float: left;
	height: 100px;
	margin-top: 0px;
	margin-bottom: 10px;
}


/* Yahoo画像 */

.yahoo-img-box {
	margin: 8px;
	line-height: 100%;
	float: left;
	height: 125px;
	width: 160px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

.yahoo-img-box p{
	margin-top: 5px;
}

.yahoo-img{
	height: 90px;
	width: 120px;
	margin-top: 5px;
}

.yahoo-movie-box {
	padding-top: 5px;
	padding-bottom: 5px;
}

.movie-description {
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
	width: 370px;
	display: block;
}
.yahoo-movie-img {
	border: 0;
	margin: 10px;
	height: 100px;
	width: 140px;
	float: left;
	vertical-align: top;
	display: block;
}



/* ホテルレイアウト */

.hotel-img-box {
	width: 220px;
	float: left;
	text-align: center;
}
.hotel-img-box img {
	margin: 5px;
}

.hotel-img-more img {
	margin: 10px;
	height: 120px;
	width: 160px;
}
.hotel-title {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.hotel-description {
	margin-top: 5px;
}
.hotel-catch{
	font-weight: bold;
	color: #FF0000;
}
.hotel-img-more {
	background-color: #E6E6E6;
	border: 1px solid #333333;
	margin-bottom: 10px;
}

/* カーセンサーラボ・レイアウト */


.car-body {
	width: 550px;
	border: 1px solid #999999;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.car-title {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #0066FF;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000066;
	padding-right: 5px;
	padding-left: 5px;
	text-indent: 5px;
	font-size: 12px;
}

.car-imgbox {
	width: 548px;
	text-align: center;
	height: 100px;
	background-image: url(car-back.jpg);
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
.car-imgbox img{
	height: 90px;
	width: 120px;
	border: 0;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
	font-size: 9px;
}

.car-table {
	float: left;
	width: 350px;
}
.car-img {
	float: left;
	height: 120px;
	width: 160px;
	margin-right: 20px;
	margin-left: 20px;
}
.used-car-img {
	float: left;
	height: 132px;
	width: 176px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
.car-description {
	width: 530px;
	border: 1px solid #999999;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #E6E6E6;
	margin-right: auto;
	margin-left: auto;
}
.car-small-description {
	width: 330px;
        float:right;
}


/* 口コミフォートラベル */
.travel-img-box {
	float: left;
	width: 120px;
}
.travel-body {
	float: right;
	width: 420px;
}
.travel-description {

	width: 538px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #AF1705;
	background-color: #FFEDB2;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 5px;
}

.travel-title {
        width:auto;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #CC0000;
	text-indent: 5px;
	font-size: 14px;
	line-height: 140%;
	margin-top: 10px;
	margin-bottom: 15px;
}



