/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://blog.trotters.jp/mt-static/themes-base/blog.css);
@import url(http://blog.trotters.jp/mt-static/themes/trotters/screen.css);
/* end StyleCatcher imports */
/* Header */
#header{
	margin-top:3px;
	font-size:10px;
	padding:2px 5px;
	height:20px;
	width:auto;
	background-color:white;
	border:0;
	border-bottom:1px solid #666666;
}
#header h1{
	margin:0;
	padding:0;
}
#header_img{
	margin:0 auto;
	width:940px;
	height:150px;
}
#header_img h2{
	padding:25px 12px 6px 25px;
	margin:0;
	font-size:24px;
	font-weight:bold;
	color:white;
}
#header_img div{
	padding:0 25px;
	color:white;
}
#header_img h2 a{
	color:white;
	text-decoration:none;
}
#container-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

#header-inner,
#content-inner{
    position: relative;
    width: 942px;
    margin: 0 auto;
}
#footer-inner{
	padding:10px 0;
}

#beta-inner{
    background-color:#eaeaea;
    border-left:1px solid #cbcfd8;
    border-right:1px solid #cbcfd8;
}
#gamma-inner{
	margin-left:1px;
    background-color:#eaeaea;
    border-left:1px solid #cbcfd8;
    border-right:1px solid #cbcfd8;
}
#free{
	padding:0 5px 5px 5px;
}
/* Footer ----------------------------------------------------------------- */

#footer { 
	border-top:1px solid #9b9b9b;
	width:100%;
    background-color: #ffffff; 
    color:black;
    text-align:center;
}

#footer-content {
	margin:0 auto;
    color:black;
    height:20px;
}
#footer-link{
	margin:0 0 10px 10px;
    height:20px;
    text-align:left;
}



