@charset "utf-8";

/* ------------------------------------------

Style Name: site.css
Since:      2009-10-30
Auther:     Miki Ishijima

-------------------------------------------*/
/* ------------------------------------------

 *  1.regular tags style
 *  2.Layout
 *  3.Header
 *  4.twitterpost
 *  5.tweetcount
 *  6.tweetgraph
 *  7.blogparts
 *  2.footer
 
-------------------------------------------*/

/* @group regular tags style */

html{
}

body{
	margin: 0;
	padding: 0;
	background: #e7e7e7;
	font-size: small;
	font-family: "Hiragino Kaku Gothic Pro" , "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1{
	margin: 0;
	padding: 0;
}

h2{
	height: 25px;
	margin: 10px;
	padding-left: 30px;
	background: url(images/icon_bikkuri.gif) no-repeat 0 50%;
}

h3{
	width: 200px;
	margin: 10px auto 5px;
	padding: 3px;
	color: #ffffff;
	background: #1f0181;
}

a:link{
	color: #68a7fc;
}

a:hover{
	
}

a:visited{
	
}

a img{
	border: none;
}

/* @end */

/* @group layout */

.section{
	overflow: hidden;
	width: 850px;
	_width: 860px;
	margin: 20px auto;
}

#header{
	margin: 0;
	padding: 0;
	background: #1f0181;
}

#header .section{
	margin-bottom: 20px;
	padding: 10px 0 0;
}

#mainColumn{
	width: 620px;
	float: left;
	background: #ffffff;
}

#subColumn{
	width: 220px;
	float: right;
}

#subColumn{
	background: #ffffff;
}

#subColumn .section{
	width: 200px;
	margin: 10px auto;
}

/* @end */

/* @group pager */

div.pager{
	width: 580px;
	margin: 20px auto;
}

div.pager table{
	margin: 0 auto;
	color: #ffffff;
}

div.pager b,
div.pager a{
	padding: 5px;
	background: #ffffff;
	color: #68a7fc;
	font-weight: bold;
	border: 1px solid #cccccc;
}

div.pager a:hover{
	text-decoration: none;
	color: #ffffff;
	background: #999999;
}

.nextpage{
	width: 100px;
	text-align: right;
}

/* @end */

/* @group  header */

#header{
	overflow: hidden;
}

#header .section{
	margin: 0 auto;
}

#header .left{
	width: 252px;
	float: left;
}

#header .right{
	width: 570px;
	float: right;
}

#header .left h1{
	width: 210px;
	height: 232px;
	margin: 10px auto 20px;
}

#tweetAllPost h2{
	margin: 0 0 15px;
	padding: 0;
	background: none;
}

#tweetAllPost #tweetAllPostCount{
	margin: -20px 0 0;
	padding: 0;
	color: #ffffff;
	font-size: 42px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
}

#tweetAllPost p{
	margin: 0 0 10px;
	padding: 0;
	text-align: right;
}

#catchcopy{
	margin: 10px auto 25px;
	text-align: right;
}

#graph{
	width: 570px;
	height: 240px;
	background: url(images/bg_graph.gif) no-repeat;
}

#graph object{
	margin: 15px 5px;
}

/* @end */

/* @group twitterpost */

.post{
	clear: both;
	margin: 10px;
	padding: 10px 0;
	border-top: 1px solid #f2f2f2;
}

.post *{
	margin: 0;
	padding: 0;
}

.profileicon{
	width: 48px;
	float: left;
	margin-right: 10px;
}

.status{
	font-size: 14px;
}

.username{
	font-weight: bold;
	text-decoration: none;
}

.whenupdate{
	color: #b2a9b1;
	font-size: 12px;
	font-family: "Myriad Pro";
}

/* @end */

/* @group tweetcount */

.tweetcount h4{
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
}

.hotcount,.count{
	margin: 0 0 10px;
	padding: 5px;
	font-size: 16px;
	color: #cc0000;
	font-family: verdana;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px dotted #cccccc;
}

.count{
	color: #000000;
}


/* @end */

/* @group tweetgraph */

.tweetgraph{
	margin-top: 10px;
}

.tweetgraph ul{
	margin: 0;
	padding: 10px;
	list-style-type: none;
}

.tweetgraph ul li{
	position: relative;
	height: 25px;
	margin: 0;
	padding: 0;
}

.tweetgraph ul li span{
	display: block;
	position: relative;
	top: -18px;
	left:35px;
	width: 150px;
	height: 15px;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	background: #33ccff;
}

/* @end */

/* @group footer */

#footer{
	padding:10px;
	background: #cccccc
}

#footer p{
	text-align: center;
}

/* @end */


