@charset "utf-8";

/* 基本レイアウト */
*
{
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
html { margin: 0; padding: 0; }
form {
    margin: 2px; padding: 1px; 
    font-size: 12px;
    
    
 }

input {
    color: #000000;
    background: #ffffff;
    
    
 }
 
a img { border: 0; }


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

a {
    color: #006699;
    text-decoration: none;
}

a:hover { 
    color: #ff0000;
    text-decoration: underline;
}




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

#header-title a {
    color: #333;
    text-decoration: none;
	text-align: center;
}

#header-title a:hover {
	color: #F00;
	text-align: left;
}


/* リンク色（左コンテンツ） */

.sidenavi a {
    color: #006699;
}

.sidenavi a:hover {
    color: #ff0000;
}

/* リンク色（フッター） */

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #F00;
}

.footer-navi a {
	color: #666;
}

.footer-navi a:hover {
	color: #F00;
}


a.page {
    color: #ffffff;
    text-decoration: none;
    background:#696969;
    padding:2px;
    margin-right:10px;
}

a.page:hover { 
    color: #ffffff;
    text-decoration: none;
    background:#b22222;
}




/* 見出し */

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

}

h3 {
	font-size: 14px;
	border-left: 3px #006699 solid;
	padding-left:5px;
	margin-top: 10px;
	margin-bottom: 5px;
}


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

body
{
	min-width: 850px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	background-color: #E5E5E5;
	/*background-image: url(http://blogster.biz/images/body_bg.jpg);
	background-repeat: repeat-x;*/
}

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

#container-inner
{
	position: static;
	width: auto;
	background-color: #FFF;
	text-align: center;
	height: auto;
}


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

#banner
{
	position: relative;
	width: 850px;
	height: 100px;
	text-align: center;
	background-image: url(http://blogster.biz/img/top2.png);
}

#banner-inner
{
	width: 850px;
	height: 100px;
	background-image: url(http://blogster.biz/images/header.jpg);
	background-repeat: no-repeat;
	position: static;
}


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

#banner-header
{
	margin: 0;
	font-size: 12px;
	position: static;
	width: auto;
	color: #000000;
	font-weight: bold;
	text-align: left;
	/*background-image: url(http://blogster.biz/images/body_bg.jpg);
	background-repeat: repeat;*/
	height: 20px;
	line-height:20px;

}

#header-title
{
	margin: 0;
	font-size: 14px;
	position: absolute;
	top: 20px;
	color: #000;
	font-weight: bold;
	text-align: left;
	left: 10px;
	line-height:110%;
	padding-right: 10px;
}


/* ヘッダー（レスポンスデバイス） */

.header-info
{
	position:absolute;
	width: 230px;
	font-size: 14px;
	color: #666;
	top: -110px;
	font-weight: bold;
	text-align: center;
	right: 0px;
	color: #666;
	line-height: 20px;
}


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

#pagebody
{
	position: static;
	width: 850px;
	text-align: center;
	background-color: #ffffff;
	height: auto;
}

#pagebody-inner 
{
	position: relative;
	width: 850px;
	text-align: left;
	padding-bottom: 0px;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

#right
{
	display: inline;
	position: relative;
	float: right;
	min-height: 1px;
	margin-right: 10px;
	margin-left: 20px;
}

#left 
{ 
   display: inline;
   position: relative;
   float: left;
   min-height: 1px;
}

#right-inner, #left-inner
{
   position: static;
}


/* 右コンテンツ基本レイアウト */

#right 
{
   width: 600px;
}

#right-inner 
{
	width: 100%;
}


/* 左コンテンツ基本レイアウト */

#left 
{
	width: 210px;
	margin-left: 10px;
}

#left-inner 
{
	width: 200px;
	margin: 0px;
}


/* 右コンテンツ */

.contents-title
{
	position: relative;
	font-size: 14px;
	color:#000000;
	background:#f5f5f5;
	line-height:110%;
	border-top:2px solid #CA4B76;
	border-bottom:2px solid #CA4B76;
	padding:10px 10px 10px 10px;
	margin:10px 0 10px 0;
}

.contents
{
	position: static;
	clear: both;
	height: auto;
	width: 600px;
	padding-top: 15px;
	padding-bottom: 20px;
}


/* 左コンテンツ */

.sidenavi
{
	position: relative;
	overflow: hidden;
	width: 210px;
	list-style-type: none;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	background-image: url(http://blogster.biz/images/sidenavi_bg.jpg);
	background-repeat: repeat;
}

.sidenavi-inner
{
	width: 200px;
	margin: 5px;
}

.sidenavi-header
{
	position: relative;
	width: 200px;
	height: 35px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 35px;
	background-image: url(http://blogster.biz/images/sidenavi_title.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	font-size: 14px;
}

.sidenavi-content
{
	position: relative;
	color: #330000;
	width: 200px;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	list-style-type: none;
}

.sidenavi-content-m
{
	position: relative;
	color: #330000;
	width: 200px;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	list-style-type: none;
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
}

#left ul {
	padding: 0px;
	margin: 0px;
	list-style:none;
}

#left li
{
	border-bottom:1px dotted #d2d2d2;

	/*width: 200px;
	height: 30px;
	display: block;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	line-height: 30px;
	background-image: url(http://blogster.biz/images/sidenavi_btn.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: 20px;
	list-style-type: none;*/
}

#left li a
{
	background:#fff;
	display:block;
	font-weight: bold;
	padding:8px 8px;
	border-left:3px solid #CA4B76;

}

#left li a:hover

{
	background:#f5f5f5;
	text-decoration:none;
	border-left:3px solid #ff0000;


}


/* フッター */

#footer
{
	width: 850px;
	height: 50px;
	position: relative;
	background-image: url(http://blogster.biz/images/footer_bg.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}

#footer-inner
{
	font-size: 12px;
	color: #FFF;
	text-align: center;
	text-indent: 25px;
	line-height: 50px;
}

.footer-navi
{
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	clear: both;
	color: #ff0000;
}

.footer-navi a
{
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	clear: both;
	color: #ff0000;
}


/* 位置の指定 */

.center
{
	text-align: center;
	width: auto;
}

.left
{
	float:left;
	margin-right: 15px;
}

.right
{
	float:right;
	margin-left: 15px;
}

.clear
{
	clear: both;
}

.kensaku 
{
	color:#000000;
	background:#eeeeee;
	line-height:150%;
	border-top:2px solid #c9171e;
	border-bottom:2px solid #c9171e;
	padding:10px 0 10px 10px;
	margin:10px 0 10px 0;
	text-align: center;
}


#keywords1	{

	width: 240px;
	height: 16px;
	background: #ffffff url(http://blogster.biz/images/search.png) no-repeat 8px 3px;
	border: 1px solid #cccccc;
	padding: 2px 2px 2px 26px;
	margin:5px 0 5px 0;
}



/* 色の指定 */

.red{color:#FF0000;}

.green{color:#008000;}

.cha{color:#663300;}

.blue{color:#0000dd;}

.yellow{ color: #ffff00; }

.orange{ color: #ff6600; }


/* テーブル */

table{
	background:#999;
	text-align:center;
}

table tr
{
	background:#fff;
}

table td
{
	background:#fff;
	height:40px;
}

table#table-01 {
    width: 580px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin:10px 0 10px 0;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

table#table-01 td.info {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    width:430px;
}

table#table-01 td.price {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    width:70px;
    color:#FF0000;
}

table#table-01 td.shop {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    width:80px;
}

table#table-01 img {
    float:left;
    margin-right:10px;
}



table#table-detail {
    width: 580px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin:10px 0 10px 0;
}

table#table-detail th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

table#table-detail td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

table#table-detail td.info {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    width:400px;
}

table#table-detail td.price {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    width:400px;
    color:#FF0000;
}

table#table-detail td.shop {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    width:400px;
}

table#table-detail td.details {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    width:400px;
}

table#table-detail.img {
    text-align: center;
    width:180px;

}





table#table-02 {
    width: 580px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin:10px 0 10px 0;
}

table#table-02 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

table#table-02 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

table#table-02 td.rank {
    padding: 2px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    width:400px;
}

table#table-02 td.info {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    width:400px;
}

table#table-02 td.price {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    width:400px;
    color:#FF0000;
}

table#table-02 td.shop {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    width:400px;
}

table#table-02 td.details {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    width:580px;
}

table#table-02.img {
    text-align: center;
    width:180px;

}


table#travel {
    width: 580px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin:10px 0 10px 0;
}

table#travel th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

table#travel td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

table#travel td.tra-title {
    padding: 5px;
    background: #F5F5F5;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    width:180px;
}

table#travel td.tra-detail {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    width:400px;
}

img.tra-img {
    padding: 5px;
    text-align: center;
    width:300px;
}


/* その他 */

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

hr
{
	border: thin dotted #999;
	width: 580px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.product
{
	text-align: center;
	width: 850px;
	font-size: xx-small;
	background-color: #FFF;
}

.product a{
   color: #666666;
   text-decoration: none;
   font-size: xx-small;

}

ul.list {
	background-color: #eeeeee;
	padding: 10px 0 10px 10px;
	margin: 0px 0px 20px 10px;
}

ul.list li{
	list-style-type: none;
	display : inline;
	margin: 0 10px 0 0;
}

p.navi
{
margin-top:0px;
}

p.click
{
   color: #ff0000;
   font-size: 16px;
   font-weight: bold;
}

p.click a
{
   color: #ff0000;
   font-size: 16px;
   font-weight: bold;
}

