@charset "UTF-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
	vertical-align: middle;
	text-align: center;
}
address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

html {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #333333;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a img {
	border: 0;
}
body {
	background-color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	line-height: 1.7;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;	
}
#wrapper {
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#header {
	width: 710px;
	height: 282px;
}
#left {
	float: left;
	padding-top: 12px;
	width: 440px;
}

.box {
	width: 440px;
	clear: both;
	background-color: #EAE6D1;
	margin-bottom: 40px;
	padding: 20px;
}

.date {
	font-size: 11px;
	margin-bottom: 20px;
	float: left;
	font-weight: normal;
}
.title {
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;
}
.title2 {
	font-size: 18px;
	margin-bottom: 15px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 435px;
	margin-top: 0px;
	padding-bottom: 6px;
	padding-top: 0px;
	color: #1B4806;
	font-weight: bold;
}

.title2 a {
	color: #1B4806;
}
.title2 a:link {
	color: #1B4806;
}
.title2 a:visited {
	color: #1B4806;
}
.title2 a:hover {
	color: #1B4806;
}
.title2 a:active {
	color: #1B4806;
}

.text {
	width: 420px;
	padding-bottom: 10px;
}
.comme_track {
	width: 435px;
	text-align:right;
	padding-top: 10px;
	margin-top: 20px;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	clear: both;
}
#right {
	float: right;
	width: 160px;
	color: #FFFFFF;
	padding-bottom: 30px;
	padding-top: 12px;
}

.menu {
	width: 160px;
	margin-bottom: 20px;
}
.menu ul {
	list-style-type: none;
	line-height: 2.0;
}
.menu a {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:link {
	color: #FFFFFF;
}
.menu a:visited {
	color: #FFFFFF;
}
.menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.menu a:active {
	text-decoration: underline;
	color: #F00;
}
.menu_title {
	width: 150px;
	padding-top: 0px;
	font-size: 14px;
	padding-left: 15px;
	font-weight: bold;
	color: #636B00;
	background-image: url(img/listmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
}

.calendar {
	width: 160px;
	background-color: #000;
	font-size: 12px;
	color: #FFF;
}
.calendar a {
	text-decoration: underline;
	color: #FF0000;
}
.calendar a:link {
	color: #FF0000;
}
.calendar a:visited {
	color: #0033FF;
}
.calendar a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.calendar a:active {
	text-decoration: underline;
	color: #FF0000;
}
.calendar tr td .red {
	color: #F00;
}
.calendar tr td .blue {
	color: #06F;
}

.calendar caption {
	color: #FFF;
	text-align: center;
	padding-top: 5px;
}

/*======エントリーアーカイブ======*/
.content-nav {
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-nav a {
	text-decoration: none;
	color: #FFFFFF;
}
.content-nav a:link {
	color: #FFFFFF;
}
.content-nav a:visited {
	color: #FFFFFF;
}
.content-nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.content-nav a:active {
	text-decoration: underline;
	color: #F00;
}
/*======エントリーアーカイブ======*/


/*======clearfix======*/

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


.clearfix { display: inline-block;}


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

/*======clearfix======*/