/*  
Theme Name: PULLTOP
Description: PULLTOP theme.
Version: 1.0
Author: PULLTOP
Author URI: http://www.pulltop.com/
Tags: PULLTOP
*/

body
{	
	margin: 0;
	padding: 0;
	color: #393939;
	font: 13px/18px Verdana, Tahoma, sans-serif;	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #ffffeb;
}

a
{
	color: #393939;
}


/*** Header ***/
#header
{
	width:914px;
	height: 296px;
	line-height: 100em;
	margin: 0px auto;
	overflow:hidden;
	text-align:center;
	background-image: url("img/bg.png");
	background-repeat: repeat-y;
	color:#FFFFFF;
}
#header img {
	border:none;
}
#header a
{
	width:914px;
	height:296px;
	display:block;
	margin;0px auto;
	background: transparent;
}

#header h1
{
	font-weight: normal;
	font-size: 30px;	
}

#header h2
{
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
}

#header h1 a
{
	color: #273647;
	text-decoration: none;
}

#header #logotitle
{
}

#header #logotitle #logo
{	
	float: left;
	width: 34px;
	height: 40px;	
}

#header #logotitle #title
{	
	position: relative;
	top: 10px;
	left: 24px;
}

#header #menu
{	
	float: right;
	width: 500px;
	position: relative;
	height: 30px;
	bottom: 42px;
	left: 100px;
	list-style:none;
}

#header #menu li
{
	float: left;
}

#header #menu a
{
	margin: 0 40px 0 0;
	padding: 0px;
	color: #ffffff;
	text-decoration: none;
	font: normal 15px Verdana, Tahoma, sans-serif;
}

#header #menu a:hover 
{
	color: #273647;
}

/*** Main ***/
#main
{
	display:block;
	margin: 0 auto;
	width: 914px;
	height:100%;
	background-image: url("img/bg.png");
	background-repeat: repeat-y;
}
.clear {clear:both;}

#content
{
	float: left;
	width: 600px;
	margin-top: 25px;
	margin-left:25px;
	background:#FFFFFF;
}

.post
{
	margin-bottom: 70px;
	line-height: 20px;
	background:#FFFFFF;
	padding:0px 0px;
	border-bottom:3px solid #CCCCCC;
}

.post .postheader h2
{
	font-size: 15px;
	margin:0px 0px 0px 0px;
	border-left:20px solid #09a58e;
	padding:2px 10px;
	background-color:#f5f5f5;
}

.post .postheader h2 a
{
	text-decoration: none;
	color: #273647;
}

.post .postheader h2 a:hover
{
	text-decoration: underline;
}

.post .postheader .postmeta
{
	width: 600px;
	font-size: 11px;
	border-bottom: solid 1px #ababab;
	padding-bottom: 5px;
}
.postmeta
{
	text-indent:1em;
}

.post img
{
	padding: 5px;
	border: solid 1px #ababab;
}

.post p
{
	padding:5px 10px 5px 10px;
}

/*** Sidebar ***/
#sidebar
{
	float: right;
	width: 230px;
	line-height: 23px;
	margin-top: 20px;
	padding: 10px 0 0 20px;
	border-left: solid 1px #ababab;
}

#sidebar img
{
	border: none;
}

#sidebar li
{
                     width: 230px;
}

#sidebar ul
{
	list-style: none;
	margin-top: 0;			
	white-space: nowrap;
	margin-left: 0;
	padding-left: 10px;
	text-indent: -10px;

}

#sidebar .sidebarbox
{
	margin-bottom: 20px;
}

#sidebar .sidebarbox h3
{
	width:200px;
	background-color:#F5F5F5;
	border-left:6px solid #09a58e;
	text-indent:0.5em;
	color: #273647;
	font-size: 15px;
	margin-bottom: 2px;
}

/***  Search form ***/
.searchform form
{
	margin-top: 4px;
}
.searchform #search
{
	width: 180px;
}

/*** Comments ***/
.allcomments h3
{
	font-size: 15px;
}

.commentbox
{
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #ababab;
	background: #f6f6f6;
}

.commentbox .avatar
{
	float: left;
	margin-right: 5px;
}

.commentbox small
{
	font-size: 11px;
}

.commentbox p {
	margin-bottom: 0px;
}

.commentbox .commentmeta
{
	width: 300px;
}

#commentform label
{
    display:block;
    margin: 0;
}

#commentform .text {
	width: 300px;
    margin: 0 0 15px 0;
}

#commentform strong
{
	font-size: 11px;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}

/*** Footer ***/
#footer
{
	clear:left;
	margin-left: auto; 
	margin-right: auto; 
	width: 914px;
	height: 52px;
	text-align: right;
	color: #FFFFFF;
	background-image:url(img/bg_foot.png);
	background-repeat:  no-repeat;
	background-position-x: center;
}
.footertxt
{
	padding-right:20px;
}
.footertxt a
{
	color:#FFFFFF;
}

/*** Wordpress ***/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

/*** calendar ***/
#calendar_wrap
{
	width:200px;
	text-align:center;
}
#wp-calendar
{
	margin:0px auto;
}

/*** rss ***/
#rss
{
	margin-bottom:20px;
}




