@charset "utf-8";
/*
Theme Name: ファビコン工房
Theme URI: http://favicon.noppoman.com/
Description: ファビコン工房のオリジナルテンプレート
Version: 1.0
Author: Tomokui
Author URI: http://noppoman.com/
Tags: 
*/

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

/******************** Reset ********************/
*{
	font-family: Verdana,ＭＳ Ｐゴシック,Osaka;
	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{
	text-align: center;
	background-color: #FFFFCC;
	background-image: url('./img/bg_body.gif');
	background-repeat: repeat-x;
}

hr{
	display: none;
}

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

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

a:hover{
	text-decoration: none;
}

a:visited{
	color: #666699;
}

/******************** Layout ********************/
#header{
	text-align: center;
	margin-bottom: 30px;
}

#wrap{
	text-align: left;
	margin: 0 auto;
	width: 950px;
	background-color: #FFFFFF;
}

#toppage,
#content,
#list{
	margin-right: 10px;
	padding-left: 20px;
	float: left;
	width: 450px;
}

#item{
	font-size: 85%;
	text-align: center;
	padding: 10px;
	float: right;
	width: 240px;
	background-color: #F2F2F2;
}

#navi{
	font-size: 85%;
	margin-left: 10px;
	padding-right: 20px;
	float: right;
	width: 160px;
}

#footer{
	font-size: 75%;
	text-align: center;
	padding-top: 40px;
	clear: both;
}

/******************** #header ********************/
h1{
	background-image: url('./img/main.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

h1 a{
	text-indent: -9999px;
	height: 100px;
	width: 950px;
	display: block;
	overflow: hidden;
	outline: none;
}

/******************** #content ********************/
#content h2{
	color: #FF6699;
	font-weight: bold;
	margin-bottom: 2em;
	padding-bottom: 15px;
	width: 450px;
	background-image: url('./img/title.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content h2 a{
	color: #FF6699;
	font-weight: bold;
	text-decoration: none;
}

#content h2.list{
	margin-bottom: 0.5em;
}

#content ul.list{
	font-size: 85%;
	margin-bottom: 2em;
}

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

#content div.ad{
	margin-bottom: 2em;
}

#content div.entry{
	font-size: 85%;
	margin-bottom: 2em;
}

#content div.entry p{
	margin-bottom: 1em;
}

#content div.entry img{
	border: 3px solid #EEEEEE;
}

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

#content div.entry ul{
	margin: 0 0 1em 1.2em;
}

#content div.entry ol{
	margin: 0 0 1em 1.8em;
}

#content div.entry ul li{
	list-style-type: disc;
}

#content div.entry ol li{
	list-style-type: decimal;
}

#content div.entry p.date{
	color: #999999;
	text-align: right;
}

/******************** #commentblock ********************/
#commentblock{
	font-size: 85%;
	margin: 2em 0;
}

#commentblock textarea{
	width: 440px;
}

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

/******************** #navi ********************/
#navi ul.btn{
	text-align: center;
	margin-bottom: 2em;
}

#navi ul.btn li{
	text-indent: -9999px;
	margin-bottom: 5px;
	background-image: url('./img/navi.gif');
	background-repeat: no-repeat;
}

#navi ul.btn li:hover{
	filter: alpha(opacity=70);
  	-moz-opacity:0.7;
  	opacity:0.7;
}

#navi ul.btn li a{
	height: 25px;
	width: 160px;
	display: block;
	overflow: hidden;
	outline: none;
}

#navi li.btn_top{
	background-position: 0px -125px;
}

#navi li.btn_download{
	background-position: 0px 0px;
}

#navi li.btn_howto{
	background-position: 0px -25px;
}

#navi li.btn_rule{
	background-position: 0px -50px;
}

#navi li.btn_news{
	background-position: 0px -75px;
}

#navi li.btn_link{
	background-position: 0px -100px;
}

#navi #banner{
	font-size: 80%;
	margin-top: 2em;
}

#navi #banner ul{
	margin-bottom: 30px;
}

#navi #banner li{
	text-align: center;
	margin-bottom: 0.5em;
}

/******************** #item ********************/
#item a img{
	filter: alpha(opacity=35);
  	-moz-opacity:0.35;
  	opacity:0.35;
}

#item a:hover img{
	filter: alpha(opacity=100);
  	-moz-opacity:1;
  	opacity:1;
}

#item div.tmkm-amazon-view{
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #999999;
}

/******************** #footer ********************/
#footer ul{
	text-align: left;
	margin: 0 70px;
}

#footer li,
#footer li div{
	display: inline;
}

#footer li{
	margin-right: 10px;
}

#footer p{
	margin-top: 25px;
	background-color: #3399CC;
}

#footer p,
#footer a{
	color: #FFFFFF;
}
