@charset "utf-8";

/* Commmon
----------------------------------------------- */
a {
	color: #4169e1;
}
a:hover {
	color: #4682d4;
}
img {
	border: 0;
	vertical-align: bottom;
}
body {
	background: #eee url(img/bg.png);
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.3;
	word-break: break-all;
	margin: 15px 0;
	margin: 0;
}
#page {
	width: 780px;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
	background: rgba(200, 200, 200, 0.1);
}
/* Side
----------------------------------------------- */
#side {
	float: left;
	width: 220px;
	margin-right: 15px;
	background: #fff;
	padding: 10px 10px 5px 10px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
h1 {
	margin: 0;
	padding: 0;
	text-align: center;
}
h1 a {
	padding: 12px 10px 18px 10px;
	outline: none;
	display: block;
}
#side h3 {
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 14px;
}
#side > div {
	padding: 7px 0;
}
#menu {
	margin-top: 3px;
	font-size: 14px;
}
#menu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-top: 1px solid #ddd;
}
#menu li a {
	display: block;
	padding: 20px 0 20px 30px;
	border-bottom: 1px solid #ddd;
	color: #333;
	text-decoration: none;
}
#menu-list {
	background: url(img/list.png) no-repeat 0px 17px;
}
#menu-daily {
	background: url(img/daily.png) no-repeat 0px 17px;
}
#menu-twitter {
	background: url(img/twitter.png) no-repeat 0px 17px;
}
#menu-feed {
	background: url(img/feed.png) no-repeat 0px 17px;
}
#menu li a:hover {
	background-color: #f3f3f3;
}
#menu img {
	margin: 0 5px 3px 0;
}
#side #searchbar {
	height: 33px;
	padding: 3px;
	border-bottom: 1px solid #ddd;
}
#side #searchbar form {
	position: absolute;
	width: 210px;
}
#searchbar input[type="text"] {
	position: absolute;
	top: 0; left: 0;
	padding: 2px 2px;
	width: 160px;
	height: 20px;
	border: 1px solid #aaa;
	border-radius: 2px;
}
#searchbar input[type="submit"] {
	position: absolute;
	top: 0; right: 0;
	padding: 0;
	width: 40px;
	height: 26px;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 2px;
	color: #444;
}
#searchbar input[type="submit"]:hover {
	border: 1px solid #777;
}
#about, #info {
	font-size: 12px;
}
/* Top main
----------------------------------------------- */
.pr {
	margin: 0 0 5px;
	padding: 0 0 3px;
	font-size: 12px;
	/*text-align: right;*/
	border-bottom: 1px solid #ddd;
	list-style-type: none;
}
h2.menu {
	margin: 0 0 5px;
	padding: 3px;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	border-radius: 3px;
	background: #2ca9e1;
}
#main {
	float: left;
	width: 500px;
	background: #fff;
	padding: 10px 10px 5px 10px;
	border-radius: 3px;
	position: relative;
	border: 1px solid #ccc;
}
.entry {
	overflow: hidden;
	zoom: 1;
	position: relative;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
.entry:last-child {
	border: none;
}
.entry-thumb {
	float: left;
	margin-right: 10px;
}
.entry-date {
	font-size: 12px;
}
.entry-title {
	margin-top: 3px;
	font-size: 15px;
}
.entry-new {
	font-size: 10px;
	color: #f66;
}
.entry-text {
	margin-top: 3px;
	font-size: 13px;
	color: #333;
}
.entry-newpage {
	margin-top: 3px;
	font-size: 13px;
}
.entry-comment {
	margin-top: 3px;
	font-size: 13px;
	position: absolute;
	right: 3px;
	bottom: 3px;
}
.pager {
	margin: 10px 0;
}
.pager .next{
	float: right;
}
/* Comic
----------------------------------------------- */
.comic-info {
	overflow: hidden;
	zoom: 1;
}
.comic-id {
	margin-top: 30px;
	text-align: right;
	font-size: 12px;
}
.comic-thumb {
	float: left;
	margin-right: 5px;
}
.comic-title h2 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}
.comic-url {
	float: left;
	width: 380px;
}
.comic-update h3, .comment h3 {
	margin: 0 0 10px;
	padding: 3px;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	border-radius: 3px;
	background: #2ca9e1;
}
.comic-update {
	margin-top: 15px;
}
.comic-update ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.comic-update li {
	margin-bottom: 20px;
	font-size: 14px;
}
/* Tweet
----------------------------------------------- */
.comment {
	overflow: hidden;
}
.tweet-loading {
	text-align: center;
	margin: 20px 0;
}
.tweet-post {
	font-size: 12px;
	background: url(img/tweet.png) no-repeat;
	background-size: 12px;
	padding-left: 15px;
}
.tweet {
	overflow: hidden;
	position: relative;
	margin: 5px;
	padding: 5px 5px 10px 5px;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
}
.tweet-more-button:hover {
	cursor: pointer;
}
.tweet a {
	text-decoration: none;
}
.tweet a:hover {
	text-decoration: underline;
}
.tweet-thumb {
	float: left;
}
.tweet-username {
	margin-left: 10px;
}
.tweet-username a {
	color: #000;
}
.tweet-userid {
	margin-left: 5px;
}
.tweet-userid a, .tweet-date a, .tweet-action a {
	color: #888;
}
.tweet-date {
	position: absolute;
	top: 5px;
	right: 3px;
	font-size: 12px;
}
.tweet-text {
	margin-left: 57px;
}
.tweet-text a {
	color: #69f;
}
.tweet-action {
	display: none;
	position: absolute;
	bottom: 3px;
	right: 3px;
	background: #fff;
}
.tweet-reply, .tweet-retweet, .tweet-favorite {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-right: 3px;
}
.tweet-reply {
	background: url(img/tweet-reply.png) no-repeat;
}
.tweet-reply:hover {
	background: url(img/tweet-reply-hover.png) no-repeat;
}
.tweet-retweet {
	background: url(img/tweet-retweet.png) no-repeat;
}
.tweet-retweet:hover {
	background: url(img/tweet-retweet-hover.png) no-repeat;
}
.tweet-favorite {
	background: url(img/tweet-favorite.png) no-repeat 0 -1px;
}
.tweet-favorite:hover {
	background: url(img/tweet-favorite-hover.png) no-repeat 0 -1px;
}
.tweet-more {
	display: none;
}
.tweet-more-button {
	text-align: center;
	margin: 5px;
	padding: 3px;
	font-size: 14px;
	border: 1px solid #ccc;
}
.tweet-search {
	margin: 10px;
	width: 200px;
	float: left;
}
.twitter-bird {
	float: right;
	
}
/* List
----------------------------------------------- */
#list {
	overflow: hidden;
	width: 480px;
	margin: 20px auto 0;
}
#list > div {
	float: left;
	width: 100px;
	height: 130px;
	margin: 0 10px 10px;
	text-align: center;
}
.list-title {
	margin-top: 3px;
	font-size: 12px;
}
/* Search
----------------------------------------------- */
#search-message{
	margin: 50px 10px 45px;
	font-size: 14px;
}
/* Mail
----------------------------------------------- */
#mail textarea {
	margin-top: 10px;
	width: 485px;
	height: 200px;
	padding: 5px;
	border: 1px solid #aaa;
	overflow: auto;
}
#mail input[type="submit"] {
	margin: 5px 0;
	width: 100px;
	height: 35px;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 2px;
	color: #444;
}
#mail input[type="submit"]:hover {
	border: 1px solid #777;
	border-radius: 2px;
}
.mail-message {
	margin: 15px 0 5px;
	font-size: 15px;
}
.mail-error {
	color: #f33;
}
