@charset "UTF-8";
body {
	/*font-family: "Verdana", "Arial", "Helvetica", "sans-serif";*/
	font-family:'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	font-size: small;
	background-color: #404040;
	color : #AAA;
	text-align: left;
	margin: 0px 16px;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
}
.small {
	font-size: x-small;
}
.category {
	font-size: small;
	font-weight: normal;
}
.selectedCategory {
	font-size: small;
	color: #CCCCCC;
	font-weight: normal;
}
category a:link, category a:visited, category a:active {
	font-weight: normal;
}
.photo {
  margin: 5px;
  text-align: center;
}
a:link, a:visited, a:active {
  color: #FFB56A;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.bodyContentEven {
}
.bodyContentOdd {
	background: #333333;
}
.header {
	background-image: url(images/header.jpg);
	background-color: #404040;
	background-repeat: no-repeat;
	background-position: center top;
	height: 142px;
	color: #DDD;
	font-weight: bold;
}
.header a:link, .header a:visited, .header a:active {
  color : #DDD;
}
.blogName {
  font-size: 18px;
  text-align: right;
  padding-right: 20px;
  padding-top: 2px;
}
.blogDescription {
  font-size: 10px;
  text-align: right;
  font-weight: none;
  padding-top: 75px;
  padding-bottom: 2px;
  padding-right: 20px;
}
.menu {
	background-image: url(images/menu_base.jpg);
	background-color: #404040;
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	color: white;
	font-weight: bold;
}
.menu a:link, .menu a:visited, .menu a:active {}
.menu-in {
	color : #CCCCCC;
	padding-top: 13px;
	padding-left: 25px;
}
.menu-in a:link, .menu-in a:visited, .menu-in a:active {
	color : #CCCCCC;
}
.winheader {
	background-color: #000000;
	color: white;
	font-weight: bold;
}
.winheader a:link, .winheader a:visited, .winheader a:active {
  color : white;
}
.content {
	background-image: url(images/content_base.jpg);
	background-color: #404040;
	background-repeat: repeat-y;
	background-position: center top;
}
.content-header {
	background-image: url(images/content_header.jpg);
	background-color: #404040;
	background-repeat: no-repeat;
	background-position: center top;
	height: 53px;
}
.content-header-in {
	font-size: 9px;
	padding-top: 20px;
	padding-left: 25px;
}
.content-header-in a:link, .content-header-in a:visited, .content-header-in a:active {
	color : #CCCCCC;
}
.content-header-in img {
	vertical-align:bottom;
}
.content-bottom {
	clear: both;
	background-image: url(images/content_bottom.jpg);
	background-color: #404040;
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
}
.main {
  float: left;
  width: 520px;
}
.main-in {
  padding: 10px;
  padding-left: 15px;
}
.sidebar {
  float: right;
  width: 200px;
}
.sidebar-in {
  margin-right: 4px;
  padding-top: 4px;
  background-color: #1A1A1A;
}
.sb-top {
  margin-right: 4px;
	margin-top: 10px;
	background-image: url(images/sb_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 26px;
}
.sb-header {
	background-image: url(images/sb_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
	padding-top: 2px;
	padding-right: 4px;
	text-align: right;
	font-size: 10px;
}
.sb-bottom {
  margin-right: 4px;
	background-image: url(images/sb_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 12px;
}

.footer-top {
	background-image: url(images/footer.jpg);
	background-color: #404040;
	background-repeat: no-repeat;
	background-position: center top;
	height: 36px;
}
.footer-base {
	background-image: url(images/footer_base.jpg);
	background-color: #404040;
	background-repeat: no-repeat;
	background-position: center top;
	color: #CCCCCC;
	font-size: x-small;
	height: 58px;
}
.footer-base a:link, .footer-base a:visited, .footer-base a:active {
	color : #CCCCCC;
}
.footer {
	height: 20px;
	color: #CCCCCC;
	background-color: #000000;
	font-size: x-small;
}
.footer-in1 {
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	width: 400px;
}
.footer-in2 {
	padding: 10px;
	padding-top: 36px;
	float: right;
}
.footer-in2 a:link, .footer-in2 a:visited, .footer-in2 a:active {
	color : #000;
}
.footer-in2 a:hover {
	color: #333;
}
.calendar {
  font-size: x-small;
  text-align: center;
}
.calendarDayHeader {
  font-size: x-small;
}
.calendarDay {
  font-size: x-small;
  text-align: right;
}
.calendarDayWithEntries, .calendarDayWithEntries a:link, .calendarDayWithEntries a:visited, .calendarDayWithEntries a:active {
  font-size: x-small;
  font-weight: bold;
  text-align: right;
}
.calendarToday, .calendarToday a:link, .calendarToday a:visited, .calendarToday a:active {
  font-size: x-small;
  background-color: #FF6633;
  color: white;
  font-weight: bold;
  text-align: right;
}
.blogEntry {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 10px;
    zoom: 100%;
}
.blogEntry:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
}
  .blogEntryHeader {
	color: #CCCCCC;
	font-size: medium;
	font-weight: bold;
	padding-left: 8px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FF6633;
}
.blogEntryHeader a:link, .blogEntryHeader a:visited, .blogEntryHeader a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.blogEntryBody {
	margin: 10px;
	font-size: small;
 	line-height: 140%;
	letter-spacing: 0.05em;
}
.blogEntryBody dl {
	margin:0;
	display: block;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #222;
	border-top: #444 1px solid;
}
.blogEntryBody dl dt {
	margin:0;
	font-weight: bold;
	padding: 4px;
	width: 112px;
	float: left;
	clear: both;
}
.blogEntryBody dl dd {
	margin:0;
	padding: 4px;
	padding-left: 120px;
	border-bottom: #444 1px solid;
}
.blogEntryMetadata, .blogEntryMetadata a:link, .blogEntryMetadata a:visited, .blogEntryMetadata a:active {
  color: gray;
  font-size: x-small;
}
.comment {
  font-size: small;
}
.commentHeader, .commentHeader a:link, .commentHeader a:visited, .commentHeader a:active {
  font-weight: bold;
}
.commentBody {
  font-size: small;
}
.commentMetadata, .commentMetadata a:link, .commentMetadata a:visited, .commentMetadata a:active {
  color: gray;
  font-size: x-small;
}
.trackback {
  font-size: small;
}
.trackbackHeader, .trackbackHeader a:link, .trackbackHeader a:visited, .trackbackHeader a:active {
  font-weight: bold;
}
.trackbackBody {
  font-size: small;
}
.trackbackMetadata, .trackbackMetadata a:link, .trackbackMetadata a:visited, .trackbackMetadata a:active {
  color: gray;
  font-size: x-small;
}
.item {
	font-size: small;
	text-align: left;
	margin-bottom: 5px;
}
.itemHeader, .itemHeader a:link, .itemHeader a:visited, .itemHeader a:active {
  font-size: x-small;
  font-weight: bold;
  padding: 4px;
}
.itemBody {
  font-size: x-small;
  padding-bottom: 10px;
}
.footer-in1 .itemHeader {
  margin:0;
  font-size: 10px;
  padding: 2px 0;
}
.footer-in1 .itemBody {
  margin:0;
  padding: 0;
  font-size: 10px;
  line-height: 110%;
}
.itemBodyEven {
}
.itemBodyOdd {
	background: #333333;
}
.itemMetadata, .itemMetadata a:link, .itemMetadata a:visited, .itemMetadata a:active {
  color: gray;
  font-size: x-small;
}
.blogEntryLinks, .itemLinks, .commentLinks, .trackbackLinks {
  float: right;
  color: gray;
  font-size: x-small;
  height:1%;
}
.blogEntryLinks { clear: both; }
blockquote {
	color: #888888;
	margin: 15px 15px 10px 15px;
	padding: 7px;
	border: 1px solid #333;
}
.help, .help a:link, .help a:visited, .help a:active {
  color: gray;
  font-size: 11px;
  text-align: right;
}
.validationError {
  color: white;
  background-color: #B20D1C;
}
code, pre {
	margin: 5px;
	padding: 2px;
	font-family: "courier new";
	font-size: 12px;
	line-height: 120%;
	overflow: auto;
	border: 1px solid gray;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	padding: 3px 0;
	font-size: 12px;
	list-style-type: none;
	list-style-position: outside;
	padding-left: 8px;
}
li a.sel {
	color: #CCCCCC;
}
form {
	margin: 2px;
}
li a:hover {
  background-color: #FFB56A;
  color: #333333;
  text-decoration: none;
}

.tagCloud {line-height: 36px;}
.tagCloud1 {font-size: 10px;}
.tagCloud2 {font-size: 12px;}
.tagCloud3 {font-size: 14px;}
.tagCloud4 {font-size: 16px;}
.tagCloud5 {font-size: 18px;}
.tagCloud6 {font-size: 20px;}
.tagCloud7 {font-size: 22px;}
.tagCloud8 {font-size: 24px;}
.tagCloud9 {font-size: 26px;}
.tagCloud10 {font-size: 28px;}
