* {
	margin: 0;
	padding: 0;
}
/* general styles */
body {
	height: 100%;
	min-width:980px;    /* Minimum width of layout - remove line if not required */
	font-size: 14px;
}
h1{
	margin:10px 0 10px 10px;
	font-weight:lighter;
	text-align:center;
	line-height: 30px;
}

img {
 border:0;
}
a {
	color:#333333;
	text-decoration:none;
}
.bluelink{
	color:#4169e1;
	text-decoration:underline;
}
.bluelink:visited{
	color:#4169e1;
	text-decoration:underline;
}


a:visited {
 color: #333333;
}
a:hover {
 color: #333333@;
 background-color:#7fbfff;
}
td{
	white-space:normal;
}
/* Header */
#header {
	background-color: #333333;
	text-align:center;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color:#ffffff;
}

#header h1 a{
	padding: 0px;
	color:#ffffff;
	font-size:1.5em;
	text-align: left;
	letter-spacing:0.1em;
	display: inline;
}

#header .title_date{
	color:yellow;
	font-weight:bold;
	letter-spacing:0.1em;
}

#footer{
	clear: both;
}
/* Navigation */
#navigation {
	line-height:24px;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #222;
	text-align:center;
}

#navigation ul {
	padding:2px;
	height:auto;
	margin:auto;
}
#navigation li{
	margin: 5px 0;
	margin-right:3px;
	float:left;
	list-style:none;
}
#navigation li a{
	display:block;
	color: #fff;
	padding: 0 8px;
	height:25px;
	float:left;
	/*width:80px;*/
	background-image:url("http://chiku-antena.com/img/navi.jpg");
	background-position:0px 0px;
	background-repeat:repeat-x;
}
#navigation .red{
	border-bottom: 2px solid #ff7f7f;
	border-top: 1px solid #ff7f7f;

}
#navigation .blue{
	border-bottom: 2px solid #7f7fff;
	border-top: 1px solid #7f7fff;
}
#navigation .green{
	border-bottom: 2px solid #7fffbf;
	border-top: 1px solid #7fffbf;
}
#navigation .pink{
	border-bottom: 2px solid #ff7fff;
	border-top: 1px solid #ff7fff;
}
#navigation .orange{
	border-bottom: 2px solid #ffbf7f;
	border-top: 1px solid #ffbf7f;
}
#navigation li a:hover {
	background:#003f8e;
	color:#ffff7f;
}

/* Main contents */
#right_bar .new{
	font-size:16px;
	color:#FF3300;
	display: inline;
	margin-left:5px;
	background-color:#FFEFEF;
}
#right_bar .renewal{
	margin-left:5px;
	font-size:10px;
	color:#3333cc;
	display: inline;
	background-color:#EFEFFF;
}
#right_bar .box,#left_bar .box{
	background-color:#2b2b2b;
	color:#ffffff;
	padding-bottom:1em;
	width:150px;
	line-height:25px;
	margin:1em 1px 1em 5px;
}
#right_bar .box,#left_bar .box a{
	color:#ffffff;;
	display: block;
}
#right_bar .box:HOVER,#left_bar .box a:HOVER{
	color:#333333;
}

#right_bar h3,#left_bar h3{
	 margin: 0px;
	 margin-bottom:1em;
	 padding: 0px;
	 border-bottom: 1px solid #d3a8ff;
	 border-top: 1px solid #d3a8ff;
	 background: #3a3a3a;
	 color: #ffffcc;
	 font: bold 1.0em 'arial', sans-serif;
	 text-align: center;
	 font-weight:lighter;
}

#right_bar h3 a,#left_bar h3 a{
	color: #ffffcc;
}
#left_bar .hatenacnt{
	border-bottom:2px solid #FF676C;
	color:#FF676C;
	background-color:#FFEFEF;
	padding-left:2px;
	display:inline;
	font-size:12px;
	letter-spacing:0.1em;
}


#contents .back,#contents .future{
	color:#3fc4ff;
	width:90px;
	padding:5px;
}
#contents .back:HOVER,#contents .future:HOVER{
	background-color:#000;
}
#contents .back{
	float:left;
	margin-left:15px;
}
#contents .future{
	float:right;
	margin-right:15px;
}
#contents .bar{
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
}
#contents .pagenate{
	float:left;
	width:20em;
	margin-left:3em;
	background-color:#E4D7AA;
	text-align:center;
	margin-top:5px;
}

#contents h2 {
	display:inline;
	padding: 5px 100px;
	border-top: 2px solid #ccc;
	border-bottom:2px solid #ccc;
	background: #2b2b2b;
	color: #fff;
	font: bold 1.0em 'arial', sans-serif;
	text-align: center;
}

#contents table {

	clear: both;
	width:100%;

}

#contents h2 a {
	color: #A8FFE4;
}



#contents .contents_body {
	margin: 5px 0px;
	margin-left:5px;
	padding: 0px;
}


#contents h3 {
	display:inline;
	padding: 10px;
	border-top: 1px solid #fff;
	border-bottom:1px solid #fff;
	background: #333;
	color: #fff;
	font: bold 1.0em 'arial', sans-serif;
	text-align: center;
}

#contents blockquote {
 padding: 10px;
 background: #efefef;
 border: #999999;
}

#contents .special_date {
	color:#ffffff;
	display:inline;
	margin:1px;
	padding:0px;
	margin-left:50px;
}
#contents .hatena_sort,#contents .img_sort,#contents .date_sort{
	display:inline;
	font-size:12px;
	padding:5px;
	margin:5px;
	background-image:url("http://chiku-antena.com/img/navi.jpg");
	background-position:0px 0px;
	background-repeat:repeat-x;
}
#contents .hatena_sort:HOVER,#contents .img_sort:HOVER,#contents .date_sort:HOVER{
	background:#666;
}

#contents .hatena_sort{
	color:#FFCBCB;
	border-bottom:1px #FF0707 solid;
}
#contents .img_sort{
	color:#CBCBFF;
	border-bottom:1px #0707FF solid;
}
#contents .date_sort{
	color:#66ff99;
	border-bottom:1px #006633 solid;
}
#contents .hatenacnt_min{
	border-bottom:2px solid #FF676C;
	color:#FF676C;
	background-color:#FFEFEF;
	padding-left:2px;
	display:inline;
	font-size:10px;
}
#contents .hatenacnt_max{
	border-bottom:2px solid #FF0707;
	color:#FF0707;
	background-color:#FFCBCB;
	padding-left:2px;
	display:inline;
	font-size:12px;
}
#contents .imgcnt_min{
	border-bottom:2px solid #676CFF;
	color:#676CFF;
	background-color:#EFEFFF;
	padding-left:2px;
	display:inline;
	font-size:10px;
}
#contents .imgcnt_max{
	border-bottom:2px solid #0707FF;
	color:#0707FF;
	background-color:#CBCBFF;
	padding-left:2px;
	display:inline;
	font-size:12px;
}
#contents .zerocnt{
	visibility:false;
}
#contents .feed_date{
	font-size:10px;
}
#where {
	color:#fff;
	text-align:center;
	display: inline;

}
a img {
	border: 0;
}
h1 {
	font-size:1em;
}
table {
	font-size:13px;
	empty-cells:show;
	margin-bottom: 10px;
}
.method {
	font-size:14px;
	margin-left:0.3em;
	text-decoration: none;
	font-weight:nomal;
	background-color:#ccffff;
	color:#003300;
	display:inline;
}
input {
	font-size:12px;
	background-color:#ccc;
}
select {
	background-color:#ccc;
	margin:0;
	padding:0;
	font-size:12px;
}

/*urls_table*/
.url_title{
	min-width:450px;
	font-size:12px;
	
}

.feed_date{
	display:inline;
}
.feed{
	font-size:10px;
	width:150px;
}
.url_title a{
	display:block;
	padding:1em 0;
	padding-left:15px;
}
table.sortable {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #FFFFFF;
	border:1px #cccccc solid;
}
table.sortable th, table.sortable td {
	text-align: left;
}

table.sortable td {
	padding: 2px;
	height:	45px;
	border-bottom:1px #ccc solid;
}
table.sortable th {
	background-color: #333333;
}
table.sortable th a {
	color:#99ff66;
}
table.sortable td a {
	display: block;
}
table.sortable tr.odd td {
	background-color:#eeeeee;
	/*background-color: #CCFFCC;*/
}
table.sortable tr.even td {
	background-color: #fcfcfc;
}
table.sortable tr.sortbottom td {
	background-color: #ffffff;
	font-weight: bold;
}
.un_scroll_table{
	_height:30px;
}
.scroll_table{
	clear:both;
	width:100%;
	overflow:auto;
	padding:0x;
	margin-bottom: 10px;
}
.search_field{
	clear:both;
	text-align:center;
	background-color:#CCCCCC;
	padding:5px;
	margin-bottom: 10px;
}
.rakuten{
	width:60px;
	margin:2px 0px 2px 6px;
	float:left;
}
.amazon{
	margin:auto;
	margin-top:2px;
	margin-bottom:10px;
	word-break:break-all;
	padding:0px;
	text-align:center;
	width:150px;
	background:#fff;
	font-size:12px;
	color:blue;
}












/*3col_style*/
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;		/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* holy grail 3 column settings */
.holygrail {
    background:#5f5f5f;    	/* Right column background colour */
}
.holygrail .colmid {
	float:left;
	width:200%;
	margin-left:-165px; 	/* Width of right column */
	position:relative;
	right:100%;
	background:#494949;    	/* Centre column background colour */
}
.holygrail .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:330px;         	/* Left column width + right column width */
	background:#5f5f5f;    	/* Left column background colour */
}
.holygrail .col1wrap {
	float:left;
	width:50%;
	position:relative;
	right:165px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.holygrail .col1 {
	margin:0 166px;
		/* Centre column side padding:
		Left padding = left column width + centre column left padding width
		Right padding = right column width + centre column right padding width */
	position:relative;
	left:200%;
	overflow:hidden;
}
.col2 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:161px;        	/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	right:1px;         	/* Width of the left-had side padding on the left column */
}
.holygrail .col3 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:166px;        	/* Width of right column content (right column width minus left and right padding) */
	margin-right:1px;  	/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
}
