@charset "utf-8";
/*
Theme Name: coldsleep
Theme URI: http://www.coldsleep.jp/
Description: ColdSleep Original
Version: 2.0
Author: Yusuke Yamanda
Author URI: http://www.coldsleep.jp/
Tags: coldsleep, three columns,
*/

/* 基本 */

body {
	margin: 0px;
	padding: 0px;
    background-color: #EEE;
}

h1,h2,h3,h4,h5,h6,p{
    margin:0px;
    padding:0px;
}

a:link		{ color: #999; }
a:visited	{ color: #999; }
a:hover		{ color: #FFCC00; }

#page {
    margin: 0px auto;
    width: 921px;
    font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック";
	font-size: 12px;
	color: #666;
    line-height: 180%;
    background-image: url(images/back.gif);
	text-align: left;
	border: 20px solid #EEE;
}

.spot{
	color: #FFCC00;
}

/* ヘッダー */

#header {
	padding: 0px 20px;
	width: 881px;
	height: 100px;
	background-image: url(images/header.gif);
	overflow: hidden;
}

#header .logo{
	margin-top: 40px;
	float: left;
}

#header .description{
	margin-top: 40px; 
	margin-left: 15px; 
	color: #999;
	float: left;
}

#header .search{
	margin-top: 60px;
	float: right;
	text-align: right;
}

/* メインメニュー */

#main_menu {
	padding: 0px 20px 5px;
	width: 881px;
	height: 25px;
	line-height: 25px;
	background-image: url(images/main_menu.jpg);
	overflow: hidden;
}

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

#main_menu li{
	margin: 0px 3px 0px 0px;
	padding: 0px;
    display: inline;
    float: left;
}

#main_menu a{
	width: 70px;
	height: 30px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-image: url(images/main_menu_a.jpg);
	display: block;
}

#main_menu a:hover{
	width: 70px;
	height: 30px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-image: url(images/main_menu_b.jpg);
	display: block;
}

/* メインエリア */

#content {
	float: left;
    padding: 20px;
	width: 460px;
}

div.pan{
    margin-bottom: 10px;
}

div.pan a{
	text-decoration: none;
}

h1.title,h2.title{
    padding: 3px 10px;
    font-size: 16px;
	font-weight: bold;
	color: #FFCC00;	    
    border-left: 5px solid #FFCC00;
    border-bottom: 1px solid #FFCC00;
    text-decoration: none;
}

h1.title a,h2.title a{
	color: #FFCC00;
	text-decoration: none;
}

/* 投稿日付 */

.info a{
	text-decoration: none;
}

ul.info{
	margin: 0px;
    padding: 0px 0px 0px 10px;
    font-size: 11px;
    border-left: 5px solid #EEE;
    list-style-type: none;
}

ul.info li{
	margin: 0px 5px 0px 0px;
	padding: 0px;
    display: inline;
}

/* 新旧ポスト */

div.navigation{
	margin-top: 20px;
    padding: 5px 15px;
    text-align: right;
}

div.navigation ul{
	margin: 0px;
	padding: 0px;
    list-style-type: none;
    overflow: hidden;
}

div.navigation li.newer{
	margin: 0px;
	padding: 0px;
    float: right;
}

div.navigation li.older{
	margin: 0px;
	padding: 0px;
    float: left;
}

/* 記事 */

h3{
	margin-top: 30px;
	padding: 3px 15px;
	font-size: 14px;
	background-image: url(images/tilt.gif);
}

h4{
	margin-top: 30px;
	padding: 3px 15px;
	font-size: 14px;
}

div.entry p{
    padding: 10px 15px 0px;
}

div.entry a img{
	margin: 0px;
	padding: 0px;
	border: 1px solid #666;
}

div.entry li{
	padding-right: 15px;
}

ul.similar{
	list-style-image: url(images/arrow.gif);
}

/* 定義リスト */

dl{
	padding: 0px 15px;
}

dt{
	font-weight: bold;
}

dd{
	margin-left: 2em;
	padding-bottom:  5px;
}

/* 引用 */

blockquote{
	width: 310px;
	margin: 0px auto;
	padding: 10px 35px;
	background: url(images/quote.gif) no-repeat top;
}

blockquote p{
	color: #CCC;
	font-size: 11px;
	padding: 0px !important;
}

blockquote cite{
	font-style: normal;
}

/* 表 */

table{
	margin: 20px 15px 0px;
	border-spacing: 0px;
	empty-cells: show;
	font-size: 11px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-collapse: collapse;
}

th{
	padding: 3px 7px;
	background-color: #E3E3E3;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

td{
	padding: 3px 7px;
	font-size: 11px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

caption{
	padding: 5px;
}

/* レビュー（映画） */

div.review1{
	overflow: hidden;
}

div.review1_left{
	margin: 15px 0px 0px 15px;
	padding: 0px;
	width: 130px;
	float: left;
}

div.review1_right{
	margin: 15px 15px 0px 0px;
	padding: 0px;
	width: 300px;
	float: right;
}

/* レビュー（アイテム） */

div.review2{
	overflow: hidden;
}

div.review2_left{
	margin: 15px 0px 0px 15px;
	padding: 0px;
	width: 100px;
	float: left;
}

div.review2 a img{
	margin-bottom: 5px;
}

div.review2_right{
	margin: 15px 15px 0px 0px;
	padding: 0px;
	width: 330px;
	float: right;
}

/* レビュー（iPhone） */

div.app{
	margin: 10px 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #EEE;
	overflow: hidden;
}

div.app a{
	color: #FFCC00;
	text-decoration: none;
}

div.app_icon{
	margin-top: 3px;
	width: 80px;
	float: left;
}

div.app_text{
	width: 350px;
	float: right;
}

/* ダウンロード */

div.download{
	text-align: right;
}

div.download a img{
	margin: 10px 15px 0px;
	border: none;
}

/* 関連する記事 */

ul.similar a img{
	border: none;
}

/* コメント */

ol.commentlist li{
	margin-right: 15px;
	padding: 10px 0px;
	border-bottom: 1px dotted #EEE;	
}

.comment_author{
	padding-right: 5px;
	color: #FFCC00;
	font-style: normal;
}

.commentmetadata{
    font-size: 11px;
	color: #CCC;
}

#postmetadata{
    margin: 30px 0px;
    padding: 0px 15px;
    text-align: right;
    border-top: 1px dotted #EEE;
}

#respond{
	margin-top: 20px;
    padding: 10px 20px;
    background-color:#EEE;
}

#comment{
	margin-bottom: 5px;
	border: 1px solid #CCC;
}

/* サイドバー */

#sidebar{
	margin-right: 20px; 
    width: 180px;
	float: right;
}

#sidebar ul{
	margin: 0px;
	padding: 5px 0px 0px 25px;
	list-style-image: url(images/arrow.gif);
}

#sidebar ul.side_menu{
	padding: 0px;
	list-style-type: none;
    list-style-image: none;
}

h2.widgettitle{
	margin-top: 20px;
	padding: 0px 10px;
	width: 160px;
	height: 25px;
	line-height: 25px;
    color: #FFF;
    font-size: 12px;
	font-weight: normal;
	background-image: url(images/side_menu.jpg)
}

/* 特集 */

#special{
	margin-top: 10px;
}

#special img{
	border: none;
}

/* フッター */

#footer {
	clear: both;
	padding: 0px;
	width: 921px;
	height: 120px;
	color: #FFF;
	background-image: url(images/footer2.gif);
    overflow: hidden;
}

#footer a{ color: #FFCC00; }

div.page_top{
	margin-bottom: 10px;
	text-align: right;
}

div.copyright{
	margin-right: 20px;
	float: right;
	text-align: right;
}

div.social{
	margin-left: 20px; 
	float: left;
	text-align: left;
}

#footer img{ border: none;}

#footer ul{
	margin: 5px 0px 0px;
	padding: 0px;
    list-style-type: none;
}

#footer li{
	margin: 0px 3px 0px 0px;
	padding: 0px;
    display: inline;
}

/* 検索ボックス */

#searchform input{
	display: block;
	float: left;
}

#s{
	margin-right: 3px; 
	padding: 4px;
	width: 150px;
	height: 16px;
	color: #666;
	border: 1px solid #666;
}

#searchsubmit{
}

/* 検索結果 */

h2.search_results{
    padding: 5px 15px 0px;
    font-size: 14px;
	font-weight: bold;
}

h2.search_results a{
	color: #FFCC00;
	text-decoration: none;
} 

ul.info_search{
	margin: 0px;
    padding: 0px 0px 0px 15px;
    font-size: 11px;
    list-style-type: none;
    border-bottom: 1px dotted #EEE;
}

ul.info_search li{
	margin: 0px;
	padding: 0px 5px 0px 0px;
    display: inline;
}

ul.info_search a{
	text-decoration: none;
}

/* Twitter */

div.twitter_box{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 10px;
	width: 158px;
	height: 118px;
	border: 1px solid #666;
}

p.tw_text{
	color: #999;
	line-height: 1.3em;
	font-size: 11px;
}

p.tw_day{
	color: #CCC;
	font-size: 10px;
	text-align: right;
}

div.tw_navi{
	overflow: hidden;
}

a.tw_follow{
	margin-left: 5px;
	padding: 4px;
	font-size: 11px;
	line-height: normal;
	color: #FFCC00;
	text-decoration: none;
	float: left;
}

a.tw_back,a.tw_next{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-left: 3px; 
	padding: 3px;
	font-size: 11px;
	line-height: normal;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #666;
	background-color: #999;
	float: right;
}

a:hover.tw_back,a:hover.tw_next{
	color: #FFCC00;
}

/* Twitterer Anywhere */

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

#twitterer_anywhere li{
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px 0px;
	border-bottom: 1px dotted #EEE;	
}

div.tweet_box{
	margin-top: 5px;
	overflow: hidden;
}

div.tweet_box_left{
	float: left;
	width: 60px;
}

div.tweet_box_right{
	float: right;
	width: 370px;
}

a.twitter_name{
	color: #FFCC00;
	text-decoration: none;
}

a.twitter_posttime{
	margin-left: 10px;
	color: #999;
	text-decoration: none;
}