/* 基本レイアウト */

html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }


/* リンク色（ページ全体） */

a { color: #0033CC; text-decoration: underline; }
a:hover { color: #CC0000; }


/* リンク色（ヘッダー） */

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


/* リンク色（サイドメニュー） */

.module-content a { color: #0033CC; }
.module-content a:hover { color: #66cc33; }


/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


/* ページレイアウト */

body
{
   min-width: 750px;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
   text-align: center;
   color: #666;
   background: #fff ;
   line-height:1.5;
}

#container
{
   position: relative;
   margin: 0 auto; 
   text-align: left;
   width: 750px;
}

#container-inner
{
   position: static;
   width: auto;
   background: #fff ;
}


/* ヘッダー（レイアウト） */

#banner
{
   position: relative;
   width: 750px; /* necessary for ie win */
   height: 180px;
   background: url(img/top.jpg)  no-repeat;
}

#banner-inner
{
   position: static;
   height: 180px;
}


/* ヘッダー（サイトタイトル） */

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 24px;
   font-weight: bold;
   line-height: 1.5;
   position:absolute; top:50px; left:30px;
}

/* ヘッダー（デスクリプション） */

#header-description
{
   margin: 0;
   color: #fff;
   font-size: 14px;
   font-weight: bold;
   line-height: 1.2;
   position:absolute; top:105px; left:35px;
   padding-right:30px;
}

/* ヘッダー（検索ボックス） */

#banner-search
{
   position:absolute; bottom:15px; left:460px;
   color: #fff;
}


/* ヘッダー（サイト説明） */

.banner-des
{
   position:absolute; top:60px; left:20px;
   width: 500px; 
   font-size: 12px;
   font-weight: nomal;
   color: #fff;
}

#banner-description
{
   display: none;
}


/* メインコンテンツ全体 基本レイアウト*/

#pagebody
{
   position: relative;
   width: 100%;
   text-align: center;
   background: url(img/bbg.gif);
}

#pagebody-inner 
{
   position: static;
   width: 730px; 
   margin: 0 auto; 
   text-align: left; 
}

#alpha
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: right;
   min-height: 1px;
}

#beta 
{ 
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#alpha-inner, #beta-inner
{
   position: static;
}


/* メインコンテンツ基本レイアウト（記事部分） */

#alpha { 
/*   margin: 0 10px 10px; */
   margin: 0 8px 10px; 
   width: 510px; 
}
#alpha-inner { 
/*   padding: 10px; */
   padding: 5px;
   border: 1px solid #ccc;

}


/* メインコンテンツ基本レイアウト（サイドメニュー） */

#beta {
   width: 200px;
}
#beta-inner { padding: 0 5px; }

/* お気に入りに登録 */
#okiniiri
{
   margin: 0px 0 0px 0px;
   padding: 0 0 10px 0;
   text-align:center;

}

/* 記事部分コンテンツ */

.archive-header
{
   position: relative; 
   width: 50%;
   height: 20px;
   margin: 10px 0 15px 5px;
   padding-left: 8px;
   padding-top: 3px;
   color: #000000;
/*   background: url(img/ah.gif)  no-repeat; */
   font-size: 16px;
   font-weight: bold;
   text-transform: uppercase;
   border-left: 10px solid #0066FF;
   border-bottom: 1px solid #0066FF;
}

.img 
{
float: right; 
margin: 5px 5px 5px 0; 
padding-bottom: 30px;
}

.entry-header
{
   margin: 0 0 0 15px;
   padding: 0 0 0 0;
   color: #ccc;
   font-size: 14px;
/*   font-weight: bold; */
}

.entry-header a:link,
.entry-header a:visited,
.entry-header a:active,
.entry-header a:hover 
{
   text-decoration: none;
}


.entry-content { position: static; clear: both; }
.entry,
.entry-more { clear: both; }
.entry-body { width: 100%; }
.entry-footer{
/*   margin: 5px 10px 0 0; */
   margin: 5px 5px 0 8px;
   padding: 5px 0;
   text-align: right;
   font-size: 10px;
   border-top: 1px dotted #666;
   color: #999;
}

.entry-c 
{
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 12px;
   font-size: 12px;
}

#car-body 
{
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 10px;
   margin-left: 0px;
   padding-top: 0px;
   padding-right: 15px;
   padding-bottom: 0px;
   padding-left: 23px;
   font-size: 12px;
}

.gotop { text-align: right;  clear: both;}


/* トラックバック関連 */

#trackbacks-info
{
   margin: 5px 0;
   border: 1px dashed #666;
   padding: 0 10px;
   color: #ccc;
   font-size: 11px;
   text-align: center;
}
.trackbacks-header
{
   position: relative;
   width: auto;
   height: 40px;
   margin: 35px 0 0 0;
   padding-left: 8px;
   padding-top: 10px;
   color: #ccc;
/*   background: url(img/ah.gif)  no-repeat; */
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}
.trackback-content { margin: 0; line-height: 1.5; }
.trackback-footer
{
   margin: 0 0 10px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}


/* コメント関連 */

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}
#comment-bake-cookie { margin-left: 0;　vertical-align: middle; }
#comment-post { font-weight: bold; }
.comments-header,.comments-open-header
{
   position: relative;
   width: auto;
   height: 40px;
   margin: 0;
   padding-left: 55px;
   padding-top: 10px;
   color: #ccc;
   background: url(img/ah.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}
.comment-content,
.comment-footer,
.comments-open-footer { margin: 10px 0; }
.comments-open-content,
.comments-closed { clear: both; margin: 5px 10px; }
.comments-open label { display: block; }


/* フッター */

#footer
{
   width: 750px; /* necessary for ie win */
   height: 80px;
   background: url(img/footer.jpg)  no-repeat;
/*   background-color: #000000; */
   position: relative;
}

#footer-inner
{
   font-size: 10px;
   color: #fff;
   position:absolute; top:40px; right:35px;
}

.footer-navi
{ 
   background: url(img/bbg.gif);
   font-size: 10px;
   text-align: center;
   line-height: 23px;
   clear: both;
   color: #666;
/*   float: left; */ 
/*   margin: 0px; */
/*   padding: 0 0 0 30px; */
}

/*ブックマーク */
#bookmark {
/*	width: 538px; */
/*	border: 1px dotted #999999; */
	margin: 0px;
	padding: 0 0 0 5px;
/*	float: left;  */
/*	margin-top: 10px; */
/*	margin-right: auto; */
/*	margin-bottom: 10px; */
/*	margin-left: auto; */
/*	text-align: right; */
}

#bookmark img {
	margin-right: 5px;
	margin-left: 5px;
}

#sougo-link
{
	font-size: 10px;
	text-align: center; 
}

/* サイドメニュー内部 */

.module-header, .rss-header
{
   position: relative;
   width: auto;
   height: 23px;
   margin: 0 0 10px 0;
   padding: 0;
   color: #fff;
   background: #555555;
   font-size: 12px;
   font-weight: normal;
   line-height: 23px;
   text-transform: uppercase;
   text-align: center;
}

.rss-header
{
   margin: 30px 0 10px 0;
}

.module
{
   position: relative;
   overflow: hidden;
   width: 180px; 
   margin: 0 5px;
   padding: 0;
}

.module-content
{
   position: relative;
   margin: 10px 0;
   padding: 0;
   color: #666;
}

.module-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item a
{
   width: 178px; 
   height: 25px;
   background-color: #cccccc;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   line-height: 25px;
   margin: 2px 0;
   letter-spacing: 0.1em;
   border: 1px solid #555555;
   text-decoration: none;
   color: #000000;
}

.module-list-item a:hover
{
   background: #C3182A;
   border: 1px solid #C3182A;
   color: #fff;
}

.rss
{
   margin: 0 0 8px 5px;
   padding: 0;
}


/* 物販用おすすめ・ピックアップ部分 */

.pickup
{
   width: auto; 
   height: 190px;
   margin: 5px 0;
   padding: 5px;
   color: #333;
   border: 1px solid #ccc;
   line-height: 1.5;
}
.pickup1
{
   width: 47%; 
   height: 190px;
   margin: 5px 0;
   padding: 5px;
   color: #333;
   line-height: 1.5;
   float: left;
}
.pickup2
{
   width: 47%; 
   height: 190px;
   margin: 5px 0;
   padding: 5px;
   color: #333;
   line-height: 1.5;
   float: right;
}

/* 表示補助 */

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
}

/**********************/
/*エントリーレイアウト*/
/**********************/

.cpyright {
	text-align: right;
}
.cpyright a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

/**********************/
/*モジュールレイアウト*/
/**********************/


/* アマゾンレイアウト */

.amazon-box {
	height: 300px;
	width: 170px;
	margin-right: 4px;
	margin-left: 4px;
	text-align: center;
	border: 1px solid #999999;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.amazon-img {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.amazon-title-box {
	margin: 0px;
	font-size: 12px;
	height: 35px;
	text-align: left;
}
.amazon-only-img {
	vertical-align: top;
	float: left;
	margin: 5px;
}
.amazon-description {
	text-align: left;
}

.amazon-box-large p {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.amazon-img-box {
	height: 170px;
	vertical-align: middle;
	margin: 0px;
}
.amazon-box-large {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}


.amazon-price-box {
	margin: 0px;
	height: 15px;
	font-weight: bold;
	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;
}


/* wiki用リンク */

.wiki-link,
.wiki-link:visited
{
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	text-decoration: none;
}

/* 教えて＆人力レイアウト */


.hatena-body {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 473px;
	font-size: 14px;
	line-height: 120%;
	border-bottom-width: 2px;
	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;
}


/* 電脳卸レイアウト */

.dennou-body {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 550px;
	font-size: 14px;
	line-height: 120%;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}

.dennou-img {
	border: 0;
	margin: 10px;
}
.dennou-img-box {
	height: 120px;
	width: 120px;
	text-align: center;
	vertical-align: middle;
}
.dennou-title {
	width: 430px;
	height: 100px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 22px;
}
.price {
	color: #CC0000;
}

.dennou-description {
	border: 1px solid #666666;
	background-color: #F0F0F0;
	padding: 10px;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
}

/* 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;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.movie-description {
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
	width: 370px;
}
.yahoo-movie-img {
	border: 0;
	margin: 10px;
	height: 100px;
	width: 140px;
	float: left;
	vertical-align: top;
}



/* ホテルレイアウト */

.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: 473px;
	border: 1px solid #999999;
	margin-right: auto;
	margin-top: 13px;
	margin-bottom: 2px;
	margin-left: auto;
	padding: 0 0 0 0;
}
.car-title {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #CC0000;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CC0000;
	padding-right: 5px;
	padding-left: 5px;
	text-indent: 5px;
	font-size: 12px;
}

.car-imgbox {
	width: 465px;
	text-align: center;
	height: 100px;
	background-image: url(http://car.orihime.biz/images/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: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	font-size: 9px;
}

.car-table {
	float: left;
	width: 350px;
}
.car-img {
	float: left;
	height: 120px;
	width: 160px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.car-description {
	width: 455px;
	border: 1px solid #999999;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #E6E6E6;
	margin-right: auto;
	margin-left: auto;
}

.img-right {
	text-align: right;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}

.satei, .hoken {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 18px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #0066FF;
	height: 16px;
	padding-left: 0px;
	text-indent: 5px;
}

#hoken-link {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 18px;
	font-weight: bold;
}

#hoken-link a:link, #hoken-link a:visited 
{ 
	color: #CC0000; 
}
#hoken-link a:hover
{
	color: #FF0000; 
}

.satei-link {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #CC0000;
}



.satei-link a,
.satei-link a:link,
.satei-link a:hover, 
.satei-link a:visited,
{
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #00FF00;
}


.hoken-tokuten {
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 105px;
	color: #FF0000;
	font-weight: bold;
	text-decoration:blink; 
}

.satei-tokuten {
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 55px;
	color: #FF0000;
	font-weight: bold;
	text-decoration:blink;
}

/* 楽天のレイアウト */

.raku-title-box {
	margin: 0px;
	font-size: 10px;
	height: 40px;
}

.raku-img-box {
	height: 150px;
	margin: 0px;
}

.raku-img-box img {
/*	margin-top: 10px; */
	margin-top: 10px;
	margin-bottom: 8px;
	border: 0;
}

.raku-box {
/*	height: 250px; */
/*	width: 170px; */
	height: 273px;
	width: 155px;
	margin: 3px;
	text-align: center;
	border: 1px solid #999999;
	float: left;
}

.raku-more {
	margin-top: 7px;
}

.photo-box {
	margin: 8px;
        padding-top:10px;
        padding-bottom:10px;
	float: left;
	height: 160px;
	width: 160px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

/* プラモエントリーのレイアウト */

.entry-title {
	color: #FFFFFF;
	font-size: 14px;
	width: 475px;
	font-weight: bold;
/*	margin-right: auto; */
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
	background-image: url(http://car.orihime.biz/images/entry-back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	text-indent: 25px;
	line-height: 25px;
	border:none;
/*	border: 1px solid #CCCCCC;*/
}

.description {
	margin: 3px 15px 15px 15px;
}

#category-information {
	position: relative;
	margin: 0px 0px 0px 15px; */
/*	padding: 0; */
	width: 430px;
	height: 190px; 
	background: url(img/lady.jpg)  no-repeat;
}

#category-description {
	position: absolute;
	top: 53px;
	left: 145px; 
	width: 280px; 
}


#adsense_box {
	padding: 0 0 20px 0;
	clear: left;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#adsense_banner {
	padding: 0 0 15px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

#adsense_1 {
	padding: 0 20px 0 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
/*	float: left; */ 
}

#adsense_2 {
	padding: 0 0 0 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 15px;
/*	margin-left: 68px; */
/*	float: left; */
}

#adsense_3 {
	padding: 0 0 0 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
/*	float: left; */
}

.mark_y {
	margin: 0px;
	padding: 3px;
	background-color: #ffff66;
}

