@charset "UTF-8";
@import url("lib/reset.css");
@import url("lib/reset-fonts.css");
@import url("footer.css");/*footer position class*/

/*--------------------------------------------------
/*	layout
/*--------------------------------------------------*/

html,
body {
	margin: 0;
	padding: 0;
}

div#header {
	width: 800px;
	margin: 0 auto 60px;
	padding-top: 60px;
}

div#contents {
	width: 800px;
	margin: 0 auto;
}

div#body {
	float: left;
	width: 600px;
}

div#side {
	float: right;
	width: 150px;
}

div#ads {
	width: 800px;
	margin: auto;
	clear: both;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 70px;
}

div#footer {
	background: url(../img/bg_footer.gif) repeat-x;
	height: 30px;
}


/*--------------------------------------------------
/*	styling global
/*--------------------------------------------------*/
body {
	color: #333333;
	background: #FFFFFF;
}

div#container {
	background: url(../img/bg.gif) no-repeat 100% 100% fixed;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.entryBody p a,
.commentBody p a {
	background: #EEEEEE;
	padding: 2px;
}

.entryBody p a.image,
.commentBody p a.image {
	text-decoration: none;
	line-height: 0;
	background: transparent;
	padding: 0;
	background: none;
}

a.external {
	background: url(../img/external.gif) #EEEEEE no-repeat 2px 0.5em !important;
	padding: 2px 2px 2px 14px !important;
}

.dbg {
	border: 1px solid #FF0000;
}

/*--------------------------------------------------
/*	styling global classes
/*--------------------------------------------------*/
.bodySize {
	font-size: 90%;
	line-height: 1.5;
}

.infoSize {
	font-size: 80%;
	line-height: 1.5;
}

.date {
	color: #999999;
	font-size: 80%;
}

.hide {
	display: none;
}

.error {
	padding: 20px;
	background: #FFDDDD;
}


/*--------------------------------------------------
/*	styling pager
/*--------------------------------------------------*/
div#body .pager {
	margin-bottom: 30px;
}

div#body .pager li {
	display: block;
	float: left;
	overflow: hidden;
	font-size: 80%;
	height: 1.2em;
}

.pager li.new {
	text-align: left;
	width: 250px;
}

.pager li.top {
	text-align: center;
	width: 100px;
}

.pager li.old {
	text-align: right;
	width: 250px;
}


/*--------------------------------------------------
/*	styling entry section
/*--------------------------------------------------*/
div.entry {
	margin-bottom: 100px;
}

div.entryHeader {
	margin-bottom: 50px;
}

div.entryFooter {
	margin-bottom: 0px;
}

div.entry .date {
	margin-bottom: 15px;
}

div.entry h2.title {
	margin-bottom: 15px;
	font-family: "Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","Times New Roman","Times","Georgia","MS P Mincho","ＭＳ Ｐ明朝",serif;/*"ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "細明朝体";*/
	font-size: 200%;
}

div.entry h2.title a {
	color: #333333;
	text-decoration: none;
}

div.entry .entryBody {
	font-size: 90%;
	line-height: 1.5;
}

div.entry .entryBody p {
	margin: 0.5em 0 0.7em 0;
}

div.entry .entryBody img {
	padding: 10px;
	margin: 5px 0;
	background: url(../img/bg_img.gif);
}

div.entry .entryBody a:hover img {
}

div.entry .entryBody h3 {
    margin-top: 1.25em;
    font-weight: bold;
    font-size: 120%;
}

div.entry code {
	display: block;
	padding: 20px;
	width: 560px;
	background: #E5E5E5;
	white-space: pre;
	font-family: "ＭＳ　ゴシック", "MS Gothic", monospace;
	line-height: 1.5;
	overflow: auto;
}

div.entry .entryFooter {
	margin-top: 10px;
	font-size: 90%;
}
div.entry .entryFooter a {
	color: #666666;
}

div.entry .entryFooter .entryFooterComment {
	float: left;
}

div.entry .entryFooter .entryFooterMore {
	float: right;
}

div.entry .entryFooter ul li {
	display: inline;
	margin-right: 5px;
	list-style: none;
}

div#entryHeadAds {
	text-align: center;
	margin: 0 auto 50px auto;
}

div#entryad {
	text-align: center;
	margin: 0 auto 20px auto;
}


/*--------------------------------------------------
/*	styling side section
/*--------------------------------------------------*/
div#side {
}

div#side .sideUnit {
	margin-bottom: 35px;
}

div#side .sideUnit h2 {
	margin-bottom: 5px;
}

div#side #archive {
	font-size: 80%;
	line-height: 1.5;
}

div#side #archive select {
	width: 150px;
}

div#side #category {
	font-size: 80%;
	line-height: 1.5;
}

div#side #profile {
	font-size: 80%;
	line-height: 1.5;
}

/*div#side #profile ul.service li {
	display: inline;
	margin-right: 3px;
}*/

div.amazon {
	margin-bottom: 15px;
	text-align: center;
}


/*--------------------------------------------------
/*	styling footer section
/*--------------------------------------------------*/
div#footer {
	text-align: center;
}

div#footer address {
	display: block;
	height: 5px;
	padding-top: 13px;
}


/*--------------------------------------------------
/*	clearfix
/*--------------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}