@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	zoom:1;
}
body {
	text-align: center;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	font-family: sans-serif;
}
div {
	text-align: left;
	margin: 0 auto;
}
img {
	border: none;
}
a {
	color: #0033CC;
/*	color: #0000DD;*/
	display: inline;
}
div.item a:visited, div.ranking a:visited {
/*	color: #941D55;	*/
	color: #883388;
}
#container {
	margin: 0 30px;
	clear: both;
	overflow:hidden;
	padding:10px 520px 0 10px;
}
#header {
	margin: 0 -520px 10px 0;
	padding: 0 0;
	height: 80px;
}
h1 {
	padding: 8px 8px 8px 0;
	float: left;
}
.description {
	font-size: 100%;
}
div.headerbutton {
	text-align: right;
	float: right;
	margin-top: 3px;
}
#main {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-right: 200px;
	clear: both;
}
.top-thumbs {
	margin-right: -200px;
	overflow: hidden;
}

#mainLeft {
	float: left;
	width: 100%;
}
#mainRight {
	float: left;
	width: 170px;
	margin-left: 20px;
	margin-right: -190px;
}

div.entry {
	border-bottom: solid #9FB7D4 1px;
	padding: 0.8em 0 1.2em 0;
}
div.entry:after {
	content: "";
	display: block;
	clear: both;
}
div.item {
	margin-bottom: 0.5em;
}
div.item a {
	font-size: 124%; 
}
span.blog_title {
	padding-left: 0.5em;
	font-size: 100%;
	color: #666;
}
span.clock {
	padding-left: 18px;
	background: #FFF url(../images/bg_icons.gif) no-repeat 0 0px;
	color: #666;
	padding-bottom: 0.5em;
}
span.folder {
	padding-left: 18px;
	background: #FFF url(../images/bg_icons.gif) no-repeat 0 -50px;
	padding-bottom: 0.5em;
}
span.user {
	padding-left: 18px;
	background: #FFF url(../images/bg_icons.gif) no-repeat 0 -100px;
	padding-bottom: 0.5em;
}
span.tag {
	padding-left: 18px;
	background: #FFF url(../images/bg_icons.gif) no-repeat 0 -150px;
	padding-bottom: 0.5em;
}
div.desc {
	line-height: 1.5;
	margin-bottom: 0.5em;
	max-width: 42em;
}
div.desc .article-img {
	float: left;
}
div.desc img {
	margin-right: 5px;
}
div.iteminfo {
	color: #000;
	line-height: 150%;
	margin-bottom: 0.5em;
}
div.iteminfo a {
	color: #008000;
	text-decoration: none;
}
div.iteminfo a:visited {
	color: #008000;
}
#menu {
	float: left;
	width: 300px;
	margin-right: -320px;
	margin-left: 10px;
}
h2 {
	background: #FFFFFF url(../images/bg_all.gif) repeat-x scroll 0 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
	padding: 4px 1em 3px 1em;
	border: solid #9FB7D4 1px;
	border-bottom: 0;
}
div.pankuzu {
	background: none;
	color: #333;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 1em;
	border: 0;
	text-align: left;
	clear: both;
}
div.box {
	margin-bottom: 8px;
	border: solid #9FB7D4 1px;
	padding: 0.5em 10px;
	line-height: 1.5;
}
div.box table {
	border: none;
	border-color: #FFF;
}
div.white {
	margin-bottom: 20px;
    background:#FFF;
	height: 240px;
}

/*タグクラウド*/
ul.tagcloud {
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
}
ul.tagcloud li {
	display: inline;
}
li.tagcloud a {
	position: relative;
	text-decoration: none;
/*	white-space: nowrap; */
	font-weight: bold;
	padding: 0 3px;
	margin-left: 3px;
	background-color: #FAFAFA;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
li.tagcloud a:visited {
	color: #1D3994;
}
ul.tagcloud li.rank0 {
	display: none;
}
li.rank0 a {
	font-size: 9px;
	font-weight: normal;
	z-index: 1;
}
li.rank1 a {
	font-size: 12px;
	font-weight: normal;
	z-index: 2;
}
li.rank2 a {
	font-size: 20px;
	font-weight: normal;
	z-index: 3;
}
li.rank3 a {
	font-size: 24px;
	z-index: 4;
}
li.rank4 a {
	font-size: 32px;
	z-index: 5;
/*	top: 5px; */
}
li.rank5 a {
	font-size: 36px;
	z-index: 6;
}
li.tagcloud a:hover {
	color: #000;
	z-index: 10;
}

/*フッター*/
#footer {
	clear: both;
	margin-top: 2em;
}
div.footerbutton {
	text-align: right;
	margin-top: 2em;
	margin-bottom: 0.6em;
}
div.footertext {
	border-top: solid 1px #666;
	margin-bottom: 40px;
	text-align: center;
	padding: 10px;
}
/*フォーム*/
form th, form td {
	font-size: 15px;
}
div.inputbox {
    background:#eeeeee;
    background:#fff;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 16px;
}
div.inputbox th {
	font-weight: normal;
	text-align: right;
	padding: 4px;
	vertical-align: top;
	width: 160px;
}
div.inputbox td {
	padding: 4px;
}
div.inputbox p{
	margin: 1em;
	line-height: 1.6;
	font-size: 15px;
}
div.msg {
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
}
span.req {
	font-size: 80%;
	color: #CC0000;
}
span.normal {
	color: #0066CC;
}
span.err {
	color: #FF0000;
}


/*ページナビゲーション Flickr style*/
div.pagination {
	padding: 3px;
	margin: 1.5em 0 0 0;
	text-align: center;
	font-size: 120%;
}

div.pagination a {
	border: 1px solid #dedfde;
	margin-right:3px;
	padding:3px 8px;
	background-position:bottom;
	text-decoration: none;
	color: #1D3994;
}
div.pagination a:hover, div.meneame a:active {
	background-color:#F2F2F2;
}
div.pagination a.current {
	border: none;
	margin-right:3px;
	padding:2px 6px;	
	font-weight: bold;
	color: #666;
	cursor: default;
}
div.pagination a.current:hover {
	background-color:#FFF;
}
div.pagination span.disabled {
	margin-right:3px;
	padding:2px 6px;
	color: #adaaad;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* ランキング */
tr {
	display: table-row;
}
td {
	display: table-cell;
}
td.rank {
	vertical-align: top;
}
#menu tr.extra {
	display: none;
}
a {
	display: inline;
}

/*広告*/
.adTop {
	padding-bottom: 2em;
}
.adSide {
	margin-bottom: 2em;
}
.ad {
	margin-bottom: 2em;
}
.adt {
	font-size:14px;
	font-weight:bold;
/*	line-height:17px; */
}
.adb {
	color:#333333;
	display:block;
	font-size:12px;
/*	line-height:16px; */
}
.adu {
	color:#008000;
	font-size:10px;
/*	line-height:12px; */
	overflow:hidden;
	white-space:nowrap;
}
.adu a {
	text-decoration: none;
}
.aboutAd {
	text-align: right;
	margin-bottom: 2em;
}

/*カレンダー*/
div#cal a {
	cursor: pointer;
}