@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{
	background: #fdb200;
}

body{
	margin: 0;
	padding: 0;
	background: #fed500;
	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 0;
}

h3{
	margin: 0;
	padding: 10px;
}

a:link{
	
}

a:hover{
	
}

a:visited{
	
}

a img{
	border: none;
}

/* @end */

/* @group layout */

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

#header{
	margin: 0;
	padding: 0;
	background: #ffffff;
}

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

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

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

#subColumn div{
	background: #ffffff;
}

#subColumn .section{
	width: 200px;
	margin: 0 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{
	color: #896110;
	padding: 5px;
	background: #fed500;
	border: 1px solid #fdb200;
}

div.pager a:hover{
	text-decoration: none;
	background: #fcf443;
}

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

/* @end */

/* @group  header */

#header .section h1{
	position: relative;
	width: 841px;
	height: 65px;
	background-image: url(images/hiboalnow.gif);
}

#header .section h1 .title{
	display: none;
}

#header .section h1 .description{
	position: relative;
	top: 25px;
	left: 415px;
	color: #ffffff;
	font-size: small;
}

#header .tweetallcount{
	position: relative;
	width: 290px;
	height: 263px;
	float: left;
	background: url(images/bg_hiboaltweetallcount.jpg) no-repeat;
}

#header .tweetallcount p{
	position: relative;
	top: 145px;
	left:140px;
	width: 130px;
	height: 40px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 30px;
	font-family: verdana;
	font-weight: bold;
	text-align: center;
}

#header .graph{
	width: 560px;
	height: 210px;
	float: right;
	margin-top: 15px;
}

/* @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 h3{
	text-align: center;
}

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

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

.count{
	width:200px;
	height: 75px;
	margin: 0 auto;
	padding: 0;
	position:relative;
	background: url(images/bg_tweetcount.jpg) no-repeat;
}

.count span{
	display: block;
	position: relative;
	top: 25px;
	left: 65px;
	width: 125px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 16px;
	font-family: verdana;
	font-weight: bold;
	text-align: center;
}

/* @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 blogparts */

#blogparts{
	_width: 210px;
	margin-top: 10px;
	padding: 10px;
	_padding:5px;
}

.AMN-contents-head{
	margin: 0;
}

.AMN-section p{
	margin: 5px 0;
	font-size: x-small;
	line-height: 1.3;
}

input#partscode{
	width: 95%;
}

.AMN-item{
	padding: 10px;
	border: 1px solid #fed500;
}

p.AMN-name{
	width: 187px;
	margin: 0 auto 10px;
	padding: 0;
	text-align: center;
}

ul#AMN-entry-list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#AMN-entry-list li{
	padding: 10px 0;
	font-size: x-small;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
}

#AMN-entry-list li a{
	display: block;
	color: #c98300;
	font-size: small;
	font-weight: normal;
	line-height: 1.3;
}

.AMN-item div a{
	font-size: small;
}

/* @end */

/* @group footer */

#footer{
	background: #fdb200 url(images/bg_footer.gif) repeat-x 0 top;
}

#footer p{
	position: relative;
	width: 960px;
	height: 200px;
	margin: 0 auto;
	text-align: right;
}

#footer p span{
	position: relative;
	top: 120px;
	right: 50px;
}

/* @end */


