/*ここは消さないで下さい!*/
/* Template Name: type32-blue */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {
  margin: 0;
  padding: 0;
}

html{height: 100%;}

/* BODY */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  color:#333;
  font-size: 14px;
  line-height: 150%;
  font-family: "ＭＳ Ｐゴシック","MS P Gothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka", Verdana,Arial, Helvetica, sans-serif;
  background: #FFF url("http://www.bluedesertskys.com/img/back.gif") repeat-x;
  background-attachment: fixed;
}

/* strong */
strong {font-weight: bold;}

/* 画像の属性 */
img {border: none; margin: 0;}
.img-left {  float: left;margin: 5px 10px 5px 0;}
.img-right {float: right;margin: 5px 0 5px 10px;}
.img-center {;margin: 10px auto;}
img.h {vertical-align: middle;margin-right: 5px;}
img.f {margin: 0 5px 20px 0;float: left;}

/* 初期化 */
h1,h2,h3,h4{font-size: 14px;font-weight: normal;}
hr{display: none;}

/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #336699;text-decoration: underline;}
a:hover {color:#990066;text-decoration: none;}
  
/* 基本設定 ----------------------------- */
#base{
  width: 950px;
  margin: 0 auto;
  background: url("http://www.bluedesertskys.com/img/base.png") repeat-y;
  text-align: center;
  position: relative;
}

#wrapper {
  width: 930px;
  margin: 0 auto;
  text-align: center;
}

/*ヘッダー*/
#header  {
  height:160px;
  margin: 0 auto;
  width: 930px;
  background: url("http://www.bluedesertskys.com/img/header.jpg") no-repeat;
  text-align: left;
}

#header h1{
  position: absolute;
  top: 120px;
  right: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}

#header h1 a:link, #header h1 a:visited, #header h1 a:active {color: #FFF;text-decoration: underline;}
#header h1 a:hover {color:#CCFFFF;text-decoration: none;}

#header h2{
  position: absolute;
  top: 140px;
  right: 20px;
  width: 700px;
  font-size: 12px;
  font-weight: normal;
  line-height: 120%;
  text-align: right;
  color: #FFF;
  width: 700px;
}

#header #hnavi{
  position: absolute;
  top: 2px;
  right: 15px;
  text-align: right;
}

/*  パンくずリスト  */
.navi {
  margin :0 0 10px;
  width: 100%;
  font-size: 12px;
  padding: 0 5px;
  text-align: left;
}

/*ブログの枠等の属性*/
#containar {
  width: 870px;
  margin: 0 auto;
  text-align: left;
}

/*コンテンツ*/
#content {
  float: right;
  width: 600px;  
  margin: 0;
  padding-top: 10px;
  text-align: left;
}

#content a{font-weight: normal;}
#content a.c1{font-weight: bold;}
#content a.more-link{font-weight: normal;}
        
#content h2{
  margin: 10px 0;
  font-size: 129%;
  color: #336699;
  font-weight: bold;
  text-align: left;
  line-height: 30px;
}

#content h2.ent{
    padding-left: 110px;
    background: url("http://www.bluedesertskys.com/img/point_s.gif") no-repeat;
}

#content h2.pg{
    padding-left: 110px;
    background: url("http://www.bluedesertskys.com/img/setsumei.gif") no-repeat;
}

#content h2.cat{
    padding-left: 110px;
    background: url("http://www.bluedesertskys.com/img/cat_j.gif") no-repeat;
}

#content h2 a{
  color: #336699;
  text-decoration: none;
}
     
#content h2 a:hover{
  color: #990066;
  text-decoration: underline;
}


#content h3 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #F00;
  font-weight: bold;
  font-size: 129%;
  line-height: 100%;
  text-align: left;
}

#content h3 a {
  color: #F00;
  font-weight: bold;
  text-decoration: none;
}

#content h3 a:hover{
  text-decoration: underline;
}

#content h3.com,
#content h3.comments-open-header,
#content h3.trackbacks-header,
#content h3.comments-header{
  height: 20px;
  margin: 20px 0 10px 0;
  font-size:108%;
  font-weight: bold;
  color : #CC3366;
  line-height: 150%;
  text-align: left;
  border-bottom: 1px solid #BBB;
  display: block;
  overflow: hidden;
}

#content h4 {
  margin: 10px 10px 0 0;
  border-bottom: 1px solid #DDD;
  color: #CC0099;
  font-weight: bold;
  font-size: 100%;
  line-height: 150%;
  display: block;
  text-align: left;
}

#content h5 {
  margin: 10px 10px 0 0;
  padding-left: 5px;
  color: #555;
  font-weight: bold;
  font-size: 100%;
  line-height: 150%;
  text-align: left;
  display: block;
}

/*ボックス*/
.box{
  display: block;
  width: 290px;
  height: 180px;
  margin: 10px 5px;
  float: left;
  font-size: 10px;
  line-height: 120%;
  overflow: hidden;
}

.box img{float: left;margin-right:5px;}

.cost{
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: red;
  text-align: left;
}

#content .line{
  clear: both;
  margin: 10px 0 20px 0;
  border-bottom: 1px solid #CCC;
}

#content p.postmetadata{
 	margin: 0 5px 10px 0 ;
 	text-align: right;
 	font-size: 10px; 
}

#content .doc,
#content .t_back{
  margin: 0 10px 0px 20px;
  text-align: left;
}

#content .doc2{
	margin: 0 0 10px 20px;
	text-align: left;
}

#content .doc p,
#content .doc2 p{
	padding: 5px 0;
}

#photo_big {
	margin-bottom: 10px;
}
#photo_big:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#photo {
	float:left;
	width:300px;
}
#photo_big p {
	margin:0 !important;
}
#photo img {
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 3px;
}
#comment {
	float:right;
	width:270px;
}
#comment table {
	width:100%;
	margin-bottom:5px;
}
#comment table th {
	width:70px;
	padding:5px 5px;
	border-bottom: 1px solid #DDDDDD;
}
#comment table td {
	padding:5px 5px;
	border-bottom: 1px solid #DDDDDD;
}
#comment table td select {
	padding:3px 5px;
}

/* スペック属性 */
#content .spec {
	margin: 10px 20px;
    padding: 10px;
    color: #333;
    font-size: 12px;
    display: block;
    background: #EEE;
    border: 1px solid #BBB;
}

/*  関連記事リスト属性 */
#content ol{
  margin: 0px 0px 0px 30px;
}

#content li{
  margin: 0;
  font-size: 100%;
  line-height: 19px;
}

#content .kanren ul{
  margin: 0px 0px 0px 10px;
  list-style: none;
}

#content .kanren li{
  margin: 0;
  font-size: 100%;
  line-height: 19px;
}

/*  相互リンクリスト属性 */
#content .slink ul{
  margin: 10px 5px 20px 20px;
}

#content .slink ul li{
  margin: 0;
  font-size: 12px;
  line-height: 150%;
}


/* trackbacks & Comments*/
.comments-open label {
  display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
  width: 80%;
}

#comment-bake-cookie {
  margin-left: 0;
  vertical-align: middle;
}

#top-comment-nav, #comment-nav {
  list-style: none;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0;
  text-align: center;
}

#top-comment-nav li, #comment-nav li {
  display: inline;
  padding: 0;
}

#top-prev-comments, #prev-comments {
  text-align: left;
  margin: 0 1em 0 0;
}

#top-next-comments, #next-comments {
  text-align: right;
  margin: 0 0 0 1em;
}

#top-num-comments, #num-comments {
  text-align: center;
}

#comment-submit {
  font-weight: bold;
}

.comment,
.trackback {
  margin: 0 0 .5em 1em;
  border-bottom: 1px dotted #ccc;
  padding-bottom: .5em;
  font-size: 12px;
}

.comment .asset-meta,
.trackback .asset-meta {
  border: 0;
}

.comment-content {
  clear: none;
  line-height: 150%;
  margin-bottom: 1em;
}

.comment-content p {
  margin-bottom: .5em;
}

.comments-open-content{
  margin-left: 1em;
}

.trackbacks-info{
  margin-left: 1em;
  font-size: 12px;
}

/* 続きを読む */
#content .next{
  text-align: left;
}

/*　アドセンス　*/
.ads_rec{
  margin: 10px 0 10px 10px;
  text-align: left;
}

.ads_sky{
  margin:0 auto;
}

.ads_sqr{
  margin:10px 0;
  text-align: center;
}

.ads_banner{
  margin: 15px 0;
  text-align: center;
}

/*NAKAO*/
#news dl{
  margin: 10px 0 40px 0;
  color: #555;
}

#news dt a{
  margin: 0 0 0 20px;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
}

#news dd{
  margin: 0 0 0 25px;
  color: #666;
  font-size: 12px;
}

/*ページ分割*/
.e_page{
  margin: 10px;
  text-align: left;
}

.e_page .link_before,
.e_page .link_page,
.e_page .current_page,
.e_page .link_next{
  padding: 5px;
  border: 1px solid #BBB;
}

.e_page .current_page{
  color: #FFF;
  background: #BBB;
}

.e_page a:link, .e_page a:visited, .e_page a:active {
  color: #999;
  text-decoration: none;}

.e_page a:hover{
  color:#FFF;
  background: #BBB;
}

/* ブックマーク */
ul.bmark{margin: 0;
  list-style-type: none;
  text-align: right;}

.bmark li{
  display: inline;
  margin: 0 2px;}

/*サイドバー*/
#sidebar {
  float: left;
  width: 250px;
  margin: 0;
  padding-top: 10px;
  font-size: 12px;
  text-align: left;
}

#sidebar .cont{
  margin-bottom: 10px;
  padding: 2px;
  border: 1px solid #CCC;
  text-align: left;
}

.widget-header{
  margin: 0;
  background: #6EB3F8;
  font-weight: bold;
  font-size: 100%;
  line-height: 25px;
  color: #FFF;
  text-align: left;
  text-indent: 5px;
}

/*検索等*/

.widget-content{
  margin: 0;
  padding: 5px;
  line-height: 130%;
}
  
/*新着記事等に利用できます*/
ul.widget-new{
  list-style: none;
}

.widget-new li{
  color: #336699;
  padding-left: 15px;
  text-align: left;
  line-height: 150%;
  text-decoration: none;
  background: url("http://www.bluedesertskys.com/img/list.gif") no-repeat;
}

.widget-new li a:link,
.widget-new li a:visited,
.widget-new li a:active{
  color: #336699;
  text-decoration: none;
}

.widget-new li a:hover{
  color: #CC338C;
  text-decoration: underline;
}


/*メニュー（カテゴリー）*/
ul.widget-menu{
  list-style: none;
  text-align: left;
}

.widget-menu li a:link,
.widget-menu li a:visited,
.widget-menu li a:active{
  display: block;
  padding-left: 20px;
  color: #336699;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  background: url("img/menu02.gif") no-repeat;
}
  
.widget-menu li a:hover{
  color: #990066;
  text-decoration: underline;
}


.widget-menu li.pt a:link,
.widget-menu li.pt a:visited,
.widget-menu li.pt a:active,
.monthry li a:link,
.monthry li a:visited,
.monthry li a:active{
  display: block;
  padding-left: 20px;
  text-decoration: none;
  color: #336699;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  background: #D8F5FF url("http://www.bluedesertskys.com/img/menu01.gif") no-repeat top left;
}
  
.widget-menu li.pt a:hover,
.monthry li a:hover{
  color: #990066;
  text-decoration: underline;
}

/*メニュー（カテゴリー＆記事）*/
dl.widget-menu{
  margin: 0;
}

.widget-menu dt{
  margin: 0;
  font-weight: bold;
  font-size: 100%;
  line-height: 25px;
  color: #336699;
  text-align: left;
  text-indent: 5px;
}

.widget-menu dt.pt{
  margin: 0;
  background: #6EB3F8;
  font-weight: bold;
  font-size: 100%;
  line-height: 25px;
  color: #FFF;
  text-align: left;
  text-indent: 5px;
}

.widget-menu dd a:link, .widget-menu dd a:visited, .widget-menu dd a:active {
  padding: 0 0 0 20px;
  display: block;
  text-decoration: none;
  color: #336699;
  font-size: 100%;
  font-weight: normal;
  line-height: 150%;
}
  
.widget-menu dd a:hover {
  color: #CC338C;
  text-decoration: underline;
}

.widget-menu dd.pt a:link, .widget-menu dd.pt a:visited, .widget-menu dd.pt a:active {
  padding: 0 0 0 20px;
  text-decoration: none;
  display: block;
  color: #336699;
  font-size: 100%;
  font-weight: normal;
  line-height: 150%;
  background: #D7E6F5 url("http://www.bluedesertskys.com/img/menu01.gif") no-repeat top left;
}
  
.widget-menu dd.pt a:hover {
  color: #990066;
  text-decoration: underline;
}

/*フッターナビ*/
.f_navi {
  clear: both;
  margin: 0;
  padding: 10px 5px;
  text-align: right;
  font-size: 85%;
}

.f_navi img{border-style: none; vertical-align: middle;padding:0px 3px;}


.f_space{
  clear: both;
  margin: 0;
  background: url("http://www.bluedesertskys.com/img/f_space.gif") no-repeat bottom left;
}

/*フッター*/
#footer{
  clear: both;
  height: 80px;
  margin: 0;
  color: #FFF;
  font-size: 12px;
  padding: 0;
  text-align: center;
  background: #6EB3F8;
}

#footer .copyright{
  margin: 0 auto;
  height: 80px;
  font-size: 12px;
  text-align: left;
}

#footer .inner{
  padding: 0 0 0 10px;
}

#footer .link_p{
  text-align: left;
  padding: 15px 0 0 10px;
}

#footer a:link, #footer a:visited, #footer a:active {color: #CCFFFF;text-decoration: underline;}
#footer a:hover {color:#FF0;text-decoration: none;}


/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

.module-tagcloud .module-content{
	margin: 0;
	text-align: left; 
}

.module-tagcloud .module-content .module-list{
	padding: 5px;
	list-style: none;
}

.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

.tbl_Pr,.tbl_Sp,.tbl_Ra,.tbl_It {
	width: 496px;
	background-color: #CCCCCC;
	font-size: 13px;
}

.tbl_Pr a img,.tbl_Sp a img,.tbl_Ra a img,.tbl_It a img {
	border: 0;
}
.tbl_It {
	background-color: #FFFFFF;
}
.tbl_Pr th,.tbl_Sp th, .tbl_Ra th {
	text-align:center;
	background-color: #2079CB;
	color: #FFFFFF;
	text-align: center;
}
.tbl_Ra .rnk {
	width: 40px;
}
.tbl_Pr td,.tbl_Sp    td,.tbl_Ra  td,.tbl_It td {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.tbl_Sp .free1,.tbl_Sp .free2,.tbl_Sp .free3 {
	width: 90px;
}
.tbl_Pr .price {
	font-size: 15px;
	color: #FF0000;
	text-align: right;
	font-weight: bold;
}
.tbl_Sp .price {
	color: #FF0000;
	font-weight: bold;
}
.tbl_Pr .rnk {
	background-color: #EBEBEB;
	font-weight: bold;
}
.tbl_Ra .rnk {
	background-color: #2079CB;
	width: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.tbl_Ra .rnkdesc {
	width: 200px;
	text-align: left;
	vertical-align: top;
}
.tbl_Ra td {
	margin: 10px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #DAEBFA;
}
.tbl_Ra .rnkitem {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}
.tbl_Ra .rnkitem img {
	vertical-align: top;
	margin-right: 10px;
	margin-left: 10px;
}
.tbl_It td {
	width: 33%;
	text-align: center;
	vertical-align: middle;
}

.tbl_It .rnkdesc {
	padding-bottom: 15px;
	vertical-align: top;
}
