/* Base */
@import url(http://blog.catch-ball.co.jp/.shared-ja/themes/common/base-weblog.css);

/* Portal */


/* Theme */
/* general page elements */


a
{
	text-decoration: underline;
	
}

a:link { color: #126287; }
a:visited { color: #126287; text-decoration:none;}
a:hover { color: #002458;text-decoration:none; }
a:active { color: #126287; }


/* layout */

body
{
	margin: 0;
	color: #666;
	background-color: #f6f6f6;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
}

#container { 
position: static; 
width : 810px;

}

#container-inner
{
	position: static;
	border: 0;

}

#banner
{
	border-bottom: 1px dotted #6699CC;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #FFFFFF;
	background: #99CC66;
	text-align: left;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}

#banner-inner { padding: 15px; }

#banner a
{
	color: #FFFFFF;
	text-decoration: none;
}

#banner-header
{
	margin: 0.25em 0;
	font-size: xx-large;
	font-weight: bold;
	
	
}

#banner-description
{
	margin: 0.25em 0;
	font-size: small;
}




/* default to artistic/calendar/timeline layout */

#container
{
	width: 780px;
}

.layout-artistic #alpha,
.layout-calendar #alpha
{
			width: 315px; /* 285px + 15px + 15px */
	
	
}

.layout-artistic #alpha-inner,
.layout-calendar #alpha-inner,
.layout-timeline #alpha-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
}

.layout-artistic #beta,
.layout-calendar #beta
{
	width: 465px;
	
}

.layout-artistic #beta-inner,
.layout-calendar #beta-inner,
.layout-timeline #beta-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
}

/* in artistic/calendar/timeline layouts, #gamma and #delta are inside #beta */

#beta #gamma, #beta #delta { width: 210px; margin: 15px 0; }
#beta #gamma-inner, #beta #delta-inner { padding: 0; }


/* content */

.content-nav { margin-top: 0; }

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #333333;
	padding: 3px;
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	
	
}

.entry-header
{
	margin: 1px 0 10px 0;
	border: 0;
	
	color: #000000;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 130%;
	text-align: left;
	font-weight: bold;
	
	
}

.entry-header a
{
	text-decoration: none;
	font-weight: bold;
}

.entry-header a:link { color: #62c3ee; }
.entry-header a:visited { color: #62c3ee; }
.entry-header a:hover { color: #62c3ee; }
.entry-header a:active { color: #62c3ee; }

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comments-info,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin : 0;
}

.entry-content p { text-align: left; }

.entry-footer,
.trackback-footer,
.comment-footer
{
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	width: 100%;;
}


/* modules */

	.module a
	{
		text-decoration: none;
		font-weight: inherit;
	}

	.module a:link { color: #; }
	.module a:visited { color: #; }
	.module a:hover { color: #; }
	.module a:active { color: #; }


.module-header
{
}

.module-content
{
	margin: 5px 0 20px 0;
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 100%;
	line-height: 150%;
	text-align: left;
}

.module-list { 
	margin-top: 10px;
	list-style-type: none;
	padding-left : 5px;
 }
div.module-tags ul.module-list{
	list-style-type: none;
	list-style-image : none;
	padding-left : 0px;
}
.module-list-item { margin: 2px 0; }
.typelist-thumbnailed .module-list-item { margin: 10px 0; }

.module img,
.module-photo img
{
	border: 5px solid #EEEEEE;
}

.module-photo .module-content
{
	text-align: left;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
}

.module-calendar th,
.module-calendar td
{
	text-align: center;
	font-weight: normal;
}

.typelist-thumbnail img { margin: 0; }

.module-featured-photo { margin-bottom: 5px; }
.module-featured-photo .module-content img { width: 420px; }

.module-recent-photos .module-content { padding: 2px 0 0 0; }
.module-recent-photos .module-list { margin: 0; }

.module-recent-photos .module-list-item
{
	width: 70px; /* ie mac fix */
	height: 70px; /* for appearance with varying image border widths */
	margin: 0 2px 2px 0;
}
.module-tipjar-r2 .tipjar-button
{
			float: left;
	
}


/* three-column-right tweaks */

	.layout-three-column-right #container
	{
		width: 840px;
		width : 918px;
	}
	*html .layout-three-column-right #container
	{
		width: 830px;
		width : 918px;

	}

	.layout-three-column-right #alpha
	{
		width: 500px;
		height : 100%;
		float : left;
		margin-top : -30px;
	}

	.layout-three-column-right #alpha-inner
	{
		border: 0;
	}
	div#container-sidebar{
		position :relative;
		background: transparent url(http://blog.catch-ball.co.jp/images/sidebar_background.jpg) repeat-y 0 0;
		width : 370px;
		float : right;
		padding: 0;
		margin : 0;
		margin-right : 0px;
		padding-bottom : 0px;
		z-index : 1000;
	}
	*html div#container-sidebar{
		width : 370px;
		margin-right : -9px;
	}

	#pagebody{
		background : transparent url(http://blog.catch-ball.co.jp/images/pagebody.jpg) repeat-y 0 0;
		width : 918px;
		position :relative;
		z-index : 1;
	}
	*html #pagebody{
	}
	#pagebody-inner{
		width :918px;
		padding : 0;
		margin :0;
	}
	*html #pagebody-inner{
		width : 909px;
	}

	.layout-three-column-right #beta
	{
		width: 185px;
		padding-left : 10px;
		margin-top : -50px;
		position :relative;
		z-index : 20;
		
	}

	.layout-three-column-right #beta-inner
	{
		border: 0;
		padding: 10px;
	}
	*html 	.layout-three-column-right #beta-inner{
	}

	.layout-three-column-right #gamma
	{
		width: 170px;
		position :relative;
		z-index : 100;
		margin-top : -50px;		
	}

	.layout-three-column-right #gamma-inner
	{
		border: 0;
		padding:12px 0 12px 12px;
	}


/*メニュー*/
div#title{
	padding :0;
	margin :0;
	position:relative;
	z-index : 0;
}
div#header-menu{
	position:relative;
	padding : 0;
	background: transparent url(http://blog.catch-ball.co.jp/images/header_menu_04.png) no-repeat center 0;
	width : 100%;
	height : 92px;
	z-index : 0;
	width : 918px;
	margin:-38px auto 0;
	text-align : center;
	padding-left : 20px;
}

*html div#header-menu{
	margin-top : -28px;
	padding-left : 0px;
}

*:first-child+html div#header-menu{
	margin-top : -28px;
}
html:first-child div#header-menu{
	margin-top : -28px;
}

div#header-menu ul{
	margin-top : 0px;	
	width : 918px;
	margin-left : 0px;
	padding : 0;
}
*html div#header-menu ul{
	margin-left : 20px;
}
*:first-child+html div#header-menu ul{
	margin-left : 0px;
	margin-top : 0px;
}


div#header-menu ul li{
	float : left;
	height : 50px;
	list-style : none;
	margin-top : 3px;
}
div#header-menu ul li div#search{
	padding: 0;
	margin-top : -17px;
}

html:first-child div#header-menu ul li div#search{
	margin-top : 0px;
}

div#header-menu ul li img{
	height : 25px;
}
div#header-menu ul li a{
	display : block;
	height : 25px;
}
div#mBlog a,
div#mBlog a:hover{
	background-image: url(http://blog.catch-ball.co.jp/images/menu_over_04.jpg);
}
div#mAbout a,
div#mAbout a:hover{
	background-image: url(http://blog.catch-ball.co.jp/images/menu_over_05.jpg);
}
div#mContact a,
div#mContact a:hover{
	background-image: url(http://blog.catch-ball.co.jp/images/menu_over_06.jpg);
}
div#mRss a,
div#mRss a:hover{
	background-image: url(http://blog.catch-ball.co.jp/images/menu_over_07.jpg);
}



div#mBlog a{
	width : 147px;
	background: transparent url(http://blog.catch-ball.co.jp/images/menu_04.jpg) no-repeat 0 0;
}
div#mAbout a{
	width : 133px;
	background: transparent url(http://blog.catch-ball.co.jp/images/menu_05.jpg) no-repeat 0 0;
}

div#mContact a{
	width : 139px;
	background: transparent url(http://blog.catch-ball.co.jp/images/menu_06.jpg) no-repeat 0 0;
}

div#mRss a{
	width : 131px;
	background: transparent url(http://blog.catch-ball.co.jp/images/menu_07.jpg) no-repeat 0 0;
}

div#search{
	width : 313px;
	/*background: transparent url(http://blog.catch-ball.co.jp/images/menu_01.png) no-repeat 0 0;*/
}


div#footer{
	background : transparent url(http://blog.catch-ball.co.jp/images/footer.jpg) no-repeat 0 0;
	width : 918px;
	height :20px;
	padding:0;
	margin: 0 auto;
	text-indent : -99999em;
}

h3.entry-header{
	background : transparent url(http://blog.catch-ball.co.jp/images/title_mark.gif) no-repeat 0 0;
	padding-left : 45px;
	height : 30px;
	font-size : 18px;
	color : #62c3ee;
	padding-top : 7px;
}
div.entry-category,
span.date-header{
	color :#666;
}

h3.entry-header{
	margin-left : 0px;
	margin-bottom : 0px;
	margin-top	: 10px;
}
div.entry{
	background : transparent url(http://blog.catch-ball.co.jp/images/border.gif) no-repeat center 0;
	padding : 15px 0px;
	font-size : 100%;
	margin-left : 35px;
}
div.entry-category,
span.date-header,
div.entry-content{
	padding : 5px;
}
div.entry-content{
  padding : 0px;
}

div.entry-body p{
 color: #636363;
 line-height : 1.6em;
}


span.recent_title{
	display:block;
}
.module-archives{
	background : transparent url(http://blog.catch-ball.co.jp/images/archives.gif) no-repeat 0 0;
}
.module-categories{
	background : transparent url(http://blog.catch-ball.co.jp/images/category.png) no-repeat 0 0;
}
.module-tags{
	background : transparent url(http://blog.catch-ball.co.jp/images/tags.gif) no-repeat 0 0;
}
.module-entries{
	background : transparent url(http://blog.catch-ball.co.jp/images/entries.gif) no-repeat 0 0;
}

.module-entries h2,
.module-archives h2,
.module-tags h2,
.module-categories h2{
	text-indent : -999999em;
	font-size : 1px;
	margin : 5px 0;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
	height: 0;
	line-height: 	0;
	font-size: 0;
	clear: both;
}
.module-content{
	padding : 0px 0px 0 10px;
}
#searchbox{
	width : 357px;
	height : 57px;
	padding-top : 5px;

}
#searchbox input.txtSearch{
	background-color : #5f98f3;
	border :1px solid #5f98f3; 
	width : 200px;
	margin-right : 10px;
}
*html #searchleft{
	padding : 0;
	margin :0;
	width : 58px;
}
*html #searchbox{
	width : 357px;
}

html:first-child #searchbox{
	border : 1px solid red;
}




blockquote{
	background-color :#C0E7F8;
	padding : 5px 10px;
}

blockquote p{
}
div.entry-footer{
	color : #666;
	text-align :right;
	margin-top : 40px;
}


.content-nav{
	margin : 0 0 10px 0;
}
body#bodyCategory  #alpha-inner,
body#bodyDate #alpha-inner,
body#bodyArchives #alpha-inner{
	margin-top : -30px;
}
body#bodyCategory h2.content-header,
body#bodyDate h2.content-header{
	padding-left : 20px;
	font-size : 95%;
}



* html .module-categories{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

div#search input.txtSearch{
	margin-top : 15px;
	width : 200px;
	border :1px solid #348eba;
	background-color :#348eba;
	color : #fff;
	padding : 3px;
}
div#search input.btnSearch{
	font-familiy : 'Verdana','Helvetica','Arial';
	background-color : #23749c;
	border : 2px solid #23749c;
	cursor: pointer;
	color : #fff;
}


.module-tags .module-content ul li{
	float : left;
	padding : 0 4px;
}
.cloud-weight-10{
	font-size : 120%;
	font-weight: 600;
}
.cloud-weight-1{
	font-size : 100%;
	font-weight: 300;
}

div.module-entries a,
div.module-categories a,
div.module-archives a{
	padding-left :0px;
}

span.lb{
	font-size : 4px;
	color :#fff;
	position:absolute;
	margin-top : 7px;
	margin-left : -5px;
}

span.lb img{
	border: 0px;
}


span.recent_title{
}
div.entry-recent-lists{
	color:#5db1d6;
	margin-left : 20px;
	width : 500px;
	padding-left :0px;
	margin-top : 15px;
}
div.recent-lists-content{
	color:#5db1d6;
	margin-top : 10px;
}
div.recent-lists-content a{
	padding-left: 5px;
}
div#company a{
	color : #126287;
}
div#company{
	color : #126287;
	position :relative;
	background : transparent url(http://blog.catch-ball.co.jp/images/company_back_03.jpg) no-repeat 0 0;
	z-index : 10;
	width : 340px;
	margin : -40px  0px 0px 20px;
	padding :0;
	padding-bottom : 20px;
	height : 145px;
}

	div#company div#profPhoto{
		width : 70px;
		float : left;
	}
	div#company div#profText{
		width : 240px;
		float : left;
		margin-left: 10px;
		font-size : 10px;
		line-height : 1.4em;
	}
	*html div#company div#profText{
		line-height : 1.6em;
		font-size : 10px;
	}
	*:first-child+html div#company div#profText{
		font-size : 9px;
	}
	div#company div#profText p{
		margin-top : 0px;
	}
*html div#company{
	margin-top : -40px;
}

/*エントリーのタイトルのフォントを変える*/
h3.entry-header{

}
/*エントリーのフォントを変える*/

div.entry{

}
/*エントリーの日付フォントを変える*/
span.date-header{

}

/* ph=1 */

