@charset "UTF-8";

/* ベース
---------------------*/
html,body,div,ul,li,h1,h2,h3,h4,h5,h6,p,th,td{
	margin:0;
	padding:0;
	font-size: 100%;
}

html{
	overflow-y:scroll;
}

body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 86%;
	color :#5E5E5E;
	line-height: 1.6;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

img{
	border: 0;
}

.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix{display:inline-block;}

/*Hides from IE-mac\*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/


/* 枠
---------------------*/
#container{
	width:800px;
	margin: 0 auto;
	text-align:left;
}

#main_wrap{
	float: left;
	width: 600px;
	margin-top: 10px;
}

#main{
	margin: 0 15px;
}

#sidebar_wrap{
	float: right;
	width: 200px;
	margin-top: 10px;
}

#sidebar{
	margin: 0 20px;
}

#sidebar_top{
	margin: 20px 40px 0 40px;
}

/* フッタ
---------------------*/
#footer{
	clear: both;
	margin-top: 30px;
	padding-top: 13px;
	border-top: 1px solid;
	height: 30px;
	border-bottom: 1px solid;
}

/* トップページ
---------------------*/
h3.rss_title{
	font-weight: bold;
	color: #9F2D41;
	border-bottom: 1px dotted #FFA500;
	border-left: 2px dotted #FFA500;
	padding: 0 7px;
}

div.rss_contents{
	padding: 5px;
	margin-bottom: 13px;
	border-right: 1px dotted #FFA500;
}


/* ヘッダ
---------------------*/
#toplogo{
	text-align: center;
	margin: 75px auto;
}

div.main_title{
	background-color: #FFEFD5;
	margin: 7px 0;
}

/* パンくず
---------------------*/
h1.main_title{
	font-weight: bold;
	padding: 3px 7px;
}







#pagetop img{
	padding: 7px 0;
}



.pager{
	text-align: center;
}



.credit{
	font-size: 12px;
}

.genre{
	text-align: right;
}

.loglink{
	text-align: right;
}

#search_top{
	text-align: center;
	margin: 10px 0;
	height: 100px;
}

#index_page{
}

.block{
	border: 1px dotted #FFA500;
	padding: 5px;
	margin-bottom: 13px;
}

#unit{
}

.midashi{
	margin: 0;
	font-weight: bold;
	color: #9F2D41;
}


#kanren_more{
}

div.to_top{
	clear: both;
	margin: 7px 0;
}

p.to_top{
	font-weight: bold;
}

#search{
}

.result{
	margin-bottom: 13px;
}

.result_summary{
	font-size: 90%;
	color: #666;
	line-height: 1.4;
}

.y_desc{
	font-size: 90%;
}

.result_url{
	font-size: 70%;
	color: #009900;
}


.cached{
	text-align:right;
}

/* 過去ログ
---------------------*/
.log_title{
	margin-bottom: 15px;
}

.log_day{
/*	margin-bottom: 7px;*/
}

/* Google
---------------------*/
.googlesearch{
	clear: both;
	text-align: left;
}

.g_unit{
	margin-bottom: 15px;
}

/* amazon
---------------------*/
/*
.ama{
	width: 150px;
}

.ama_items{
	margin-bottom: 13px;
}

.ama_item{
	margin-bottom: 13px;
}

.ama_title{
	font-size: 13px;
	line-height: 1.2;
}

.amz_kuru2{
	margin: 10px auto;
}
*/

/* New_AWS
---------------------*/
.ama{
	font-size: 13px;
	text-align: center;	
}
.ama img{
	border: 0;
}

.ama_block_tate{
	width: 150px;
	margin-bottom: 13px;
}

.ama_block_tate .imgwrap{
}


.ama_block_tate .bg_up{
	height: 22px;
	background: url(http://www.netaseek.com/images/bg_amzimg75_u.png) no-repeat;
}

.ama_title{
	padding: 0 9px 0 13px;
	margin: 0;
	text-align: left;
	background: url(http://www.netaseek.com/images/bg_amzimg75_m.png) repeat-y;
}

.ama_title a{
	color: #FFF;
	text-decoration: none;
}

.ama_block_tate .bg_bottom{
	height: 13px;
	background: url(http://www.netaseek.com/images/bg_amzimg75_b.png) no-repeat;
}


.clear{
	clear: both;
}