* {
	margin: 0;
	padding: 0;
	font-size:100%;
}

ol, ul{
	list-style-type: none;
}

body {
	background: url(./template/baseball2/img/bg_all.jpg) left top repeat;
	line-height:140%;
	color: #666;
	font-size: 78%;
}

a img {
	border:0;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: '[.]';
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* End hide from IE-mac */


h2,h3 {
	font-size: 100%;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}


/*----画像----*/

.pict {
border:0;
margin:5px 0;
}

/*------------------------------------
  レイアウト
--------------------------------------*/

#head{
	position:relative;
	margin:0 auto;
	width:940px;
}

/*CALENDAR--------*/

.calendarbox {
	width:160px;
	position:absolute; top:70px; left:726px;
}

#head .calendarbox dl dt{
	text-align:center;
	margin-bottom:10px;
}

.calendar{
	width:160px;
	margin:0 0 0 8px;
}

td.weekday{
	width: 13px;
	font-size: 80%;
	text-align:center;
	color:#7c4e4e;
}

.cell {
	width: 13px;
	height: 15px;
	font-size: 90%;
	text-align:center;
}

.calendar_month{
	text-align:center;
	font-weight:bold;
	padding:5px 0px;
}

#contents {
	margin:0 auto;
	width:940px;
	background: url(./template/baseball2/img/bg_main.jpg) left top repeat-y;
}


#main {
	margin:0;
	width:940px;
	padding-left:0px;
	padding-right:0px;
}

/*--------リンク--------*/

#leftbox a:link,
.calendarbox a:link {
	text-decoration: underline;
	color:#6359b2;
}

#leftbox a:visited,
.calendarbox a:visited {
	text-decoration: underline;
	color:#8da0b6;
}

#leftbox a:hover,
.calendarbox a:hover {
	text-decoration: underline;
	color:#41397f;
}

#rightbox a:link {
	text-decoration: underline;
	color:#cc7014;
}

#rightbox a:visited {
	text-decoration: underline;
	color:#c49a6a;
}

#rightbox a:hover {
	text-decoration: underline;
	color:#EE0000;
}

/*--------左側--------*/

#leftbox{
	width:210px;
	float:left;
	padding-left:30px;
}

#leftbox .profilebox {
	background: url(./template/baseball2/img/m_profile.jpg) left top no-repeat;
	padding-top:50px;
	padding-left:20px;
	height:25px;
}

#leftbox .menubox {
	background: url(./template/baseball2/img/bg_leftbox.gif) left top repeat-y;
	margin-top:15px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:20px;
}

#leftbox .menubox dl dt {
	margin-bottom:5px;
	font-weight:normal;
}

#leftbox .menubox dl dd {
	margin-bottom:20px;
}

/*AMAZON recommend--------*/

#leftbox .recommendbox {
	width:98%;
	margin-top:20px;
}

#leftbox .recommendbox h3 {
	margin-left:20px;
}

#leftbox .recommendbox .amazon{
	text-align: center;
	font-size:90%;
	margin-top:15px;
padding-left:5px;
padding-right:5px;
}

/*Search--------*/

.search {
	text-align: center;
	font-size:95%;
	margin:0.3em auto 2em;
	line-height:180%;
}

/*--------右側--------*/

#rightbox{
	margin:0 0;
	width:690px;
	float:left;
}

/*タイトル--------*/

#rightbox h1 {
	font-size: 200%;
	font-weight: bold;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	color:#5b5b5b;
	margin:10px 0 20px 35px;
}

#rightbox #title a,
#rightbox #title a:link,
#rightbox #title a:visited,
#rightbox #title a:active {
	color:#5b5b5b;
	text-decoration:none;
}

#rightbox #title a:hover {
	color:#000;
	text-decoration: underline;
}

#rightbox p.explain {
	margin:0 0 10px 35px;
}

/*ブログ記事の題名--------*/

#rightbox h2{
	font-size: 140%;
	font-weight: bold;
	padding-top:15px;
	margin-bottom:15px;
	color:#444;
}

#rightbox h2 a,
#rightbox h2 a:link,
#rightbox h2 a:visited,
#rightbox h2 a:active {
	color:#444;
	text-decoration:none;
}

#rightbox h2 a:hover {
	color:#000;
	text-decoration: underline;
}

/*ブログ記事--------*/

.blogbox {
	width:540px;
	margin:0 0;
	background: url(./template/baseball2/img/bg_entry.gif) left top repeat-y;
	padding:0 75px;
}

.blogbox p{
	margin:0.5em 0;
}

.blogbox .entrybox {
	padding-bottom:20px;
}

ul.day li{
	display:inline;
	margin:0px;
	list-style: none;
	color:#444;
}
ul.day {
	padding-bottom:10px;
	background: url(./template/baseball2/img/img_entry_underline.gif) 0 1.5em no-repeat;
}
.blogbox .time {
	text-align:right;
	margin:15px 0;
}

ul.listmenu li {
	display:inline;
	margin:0px;
	list-style: none;
}

.blogbox .sequelbox {
	text-align:center;
	margin:10px 0;
	padding:1em 0;
	border-bottom:1px dotted #999;
	border-top:1px dotted #999;
}

#rightbox #profilepage {
	padding-bottom:10px;
}

#rightbox #profilepage h3.proname,
.blogbox h3 {
	font-size: 120%;
	font-weight: bold;
	margin-top:1em;
	padding-bottom:0.5em;
	color:#6E5B4A;
}

blockquote {
	color: #6E5B4A;
	margin: 1em 2em 0;
	padding:0.5em 0.5em;
	background-color:#F5E6CD;
}

.blogbox .commentbox h3 {
	font-size: 120%;
	font-weight: bold;
	margin-top:1em;
	padding-bottom:0.5em;
	color:#946c45;
}

.blogbox .commentbox h4 {
	font-size: 86%;
}

.blogbox .commentbox ul{
	margin:0 0 0.5em 0;
	padding:0 0 0.5em 0;
	border-bottom:1px dotted #999;
}

.blogbox .commentbox .btn {
	margin:1em 0;
}

.blogbox .commentbox p.trackback {
	margin:0.5em 0 0 0;
}


/*page top--------*/

#rightbox p.gotop {
	text-align: right;
	margin:30px 50px 20px 0;
}


/*--------フッタ--------*/

#foot {
	width:940px;
	margin:0 auto;
}
