@charset "utf-8";

/*
Theme Name: のっぽんぽん
Theme URI: http://blog.noppoman.com/
Description: 「イラスト日記 のっぽんぽん」の専用テーマ
Version: 1.0
Author: Tomokui
Author URI: http://noppoman.com/
Tags: 
*/

@import url("./wp-default.css");

/******************** Reset ********************/
*{
	font-size: 100%;
	color: #333333;
	font-weight: normal;
	line-height: 150%;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border-style: none;
	list-style-type: none;
}

/******************** Grobal ********************/
body{
	background-color: #F2F2F2;
	background-image: url('./img/bg_body.gif');
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
}

hr{
	display: none;
}

select,
input,
textarea{
	border-style: solid;
}

blockquote{
	padding-left: 0.5em;
	border-left: 5px solid #CCCCCC;
}

del{
	text-decoration: line-through;
}

span.mask{
	color: #CCCCCC;
	background-color: #CCCCCC;
}

/******************** Link ********************/
a{
	color: #0066CC;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

a:visited{
	color: #666699;
}

/******************** Layout ********************/
#wrap{
	text-align: center;
	margin: 0 auto;
	width: 700px;
}

#contents,
#list,
#notfound{
	font-size: 85%;
	text-align: left;
	margin: 3em 2em;
}

#footer{
	text-align: left;
	padding: 0 0.5em;
	clear: both;
}

/******************** #header ********************/
h1 a{
	text-indent: -9999px;
	height: 150px;
	background-image: url('./img/main.png');
	background-position: left top;
	display: block;
	overflow: hidden;
	outline: none;
}

/*
h1 a:hover{
	background-position: left 100px;
}
*/

#header li{
	font-size: 80%;
	margin-left: 1em;
	padding-left: 1.5em;
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
}

#header ul{
	margin-top: 0.5em;
}

#header li.profile{
	background-image: url('img/icon_profile.gif');
}

#header li.bookmark{
	background-image: url('img/icon_bookmark.gif');
}

#header li.rss{
	background-image: url('img/icon_rss.gif');
}

#header li.twitter{
	background-image: url('img/icon_twitter.gif');
}

/******************** Calendar ********************/
#wp-calendar-horizontal{
	font-size: 70%;
	text-align: center;
}

#wp-calendar-horizontal span a{
	color: #333333;
}

#wp-calendar-horizontal span#cal-prev-month a,
#wp-calendar-horizontal span#cal-next-month a{
	color: #0066CC;
}

#wp-calendar-horizontal span.saturday,
#wp-calendar-horizontal span.saturday a{
	color: #006699;
}
#wp-calendar-horizontal span.sunday,
#wp-calendar-horizontal span.sunday a{
	color: #CC0000;
}
#wp-calendar-horizontal span#today{
	background-color: #FFFF00;
}

/******************** #contents ********************/
#contents h2{
	font-size: 150%;
	text-align: center;
	height: 45px;
	background-image: url('img/bg_title.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

#contents h2 a{
	color: #333333;
	text-decoration: none;
}

#contents h2 a:hover{
	text-decoration: underline;
}

p.date{
	color: #999999;
	text-align: center;
	letter-spacing: 0.5em;
	margin-top: -0.5em;
}

div.entry{
	margin: 2em 8em;
}

div.entry img,
#notfound p img{
	margin-bottom: 1em;
	padding: 5px;
	background-color: #EEEEEE;
}

#contents a:hover.more-link{
	color: #FFFFFF;
	background-color: #006699;
}

div.entry p,
div.entry dl,
div.entry ul,
div.entry ol{
	text-align: justify;
	margin-bottom: 1em;
	text-justify: inter-ideograph;
}

div.entry ul li{
	margin: 0 0 0.5em 1em;
	list-style-type: disc;
}

div.entry ol li{
	margin: 0 0 0.5em 1.5em;
	list-style-type: decimal;
}

div.entry h3{
	font-weight: bold;
	text-align: center;
	margin: 2em 0 1em;
	background-color: #EEEEEE;
}

div.entry dt a{
	padding-left: 1.5em;
	background-image: url('./img/icon_link.png');
	background-repeat: no-repeat;
	background-position: left 3px;
}

div.entry dd{
	margin: 0 0 1em 1.5em;
}

div.entry ul.parts li{
	color: #999999;
	margin-left: 0;
	list-style-type: none;
}

div.entry ul.parts li.tag a{
	padding-left: 1.5em;
	background-image: url('img/icon_tag.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

div.entry ul.wp_social_bookmarking_light li{
	list-style-type: none;
}

div.prev,
div.next{
padding-bottom: 10px;
}

div.prev{
	float: left;
}

div.next{
	float: right;
}

/******************** Comment ********************/
#comment_block{
	margin: 0 8em;
	padding-top: 2em;
	clear: both;
}

#comment_block dt *{
	color: #999999;
}

#comment_block dd{
	margin: -1.5em 0 0.5em 0;
	padding-left: 130px;
}

#comment_block input#author,
#comment_block input#url{
	border: 1px #999999 solid;
}

#comment{
	width: 410px;
}

ol.commentlist li{
	margin-bottom: 1em;
}

/******************** #list ********************/
#list h2{
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding-top: 2em;
	border-bottom: 1px solid #333333;
	clear: both;
}

#list ul{
	margin: 2em 0;
}

#list li{
	margin-bottom: 0.5em;
	padding-left: 1.5em;
	background-image: url('./img/icon_list.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#list h2.day{
	font-size: 150%;
	font-weight: normal;
	text-align: center;
	margin-top: -2em;
	border-bottom: 1px solid #333333;
}

#list h2.day a{
	color: #333333;
	text-decoration: none;
}

#list h2.day a:hover{
	text-decoration: underline;
}

/******************** #notfound ********************/
#notfound h2{
	font-size: 150%;
	text-align: center;
	margin-bottom: 2em;
	border-bottom: 1px solid #333333;
}

#notfound p{
	text-align: center;
	margin-bottom: 2em;
}

#notfound div{
	text-align: center;
}

/******************** #thumb ********************/

#thumb{
	text-align: center;
	margin: 0 -2em;
	padding-top: 5px;
	clear: both;
	background-color: #999999;
}

#thumb img,
#notfound div img{
	border: 1px solid #666666;
	filter: alpha(opacity=50);
  	-moz-opacity:0.5;
  	opacity:0.5;
}

#thumb a:hover img,
#notfound div a:hover img{
	filter: alpha(opacity=100);
  	-moz-opacity:1.0;
  	opacity:1.0;
}

/******************** #twitter ********************/

#twitter{
	font-size: 90%;
	margin-right: 10px;
	float: left;
	width: 220px;
	word-break:break-all;
}

#etc h3{
	margin-bottom: 0.5em;
	padding-left: 4em;
	height: 30px;
	background-image: url('./img/title_footer.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

/******************** #tag-croud ********************/

#tag-croud{
	text-align: justify;
	margin-right: 10px;
	float: left;
	width: 220px;
	text-justify: inter-ideograph;
}

#tag-croud a{
	color: #FF3366;
}

/******************** #etc ********************/

#etc{
	font-size: 80%;
	float: left;
	width: 220px;
}

#log{
	text-align: center;
	margin-bottom: 2em;
}

#etc ul{
	margin-bottom: 1em;
}

#etc li{
	margin-bottom: 0.5em;
}

#etc li a{
	padding-left: 1.5em;
	background-image: url('./img/icon_link.png');
	background-repeat: no-repeat;
	background-position: left center;
}

/******************** banner ********************/
#footer ul.banner{
	margin-left: 35px;
}

#footer ul.banner li{
	margin-right: 10px;
	display: inline;
}

#footer ul.banner div{
	display: inline;
}

/******************** .ad ********************/

#contents div.ad{
	text-align: center;
	margin-top: 2em;
}

#list div.ad{
	text-align: center;
	clear: both;
}

#footer div.ad{
	text-align: center;
	margin-bottom: 10px;
	padding-top: 20px;
	clear: both;
}

/******************** tmkm-amazon ********************/

div.tmkm-amazon-view {
	font-size: 85%;
	margin: 20px 0 20px 0;
	padding: 1em 0.5em 0.5em;
	border: 1px solid #999999;
	background-color: #EEEEEE;
	background-image: url('../../themes/original/img/icon_amazon.gif');
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

