
/* Global
----------------------------------------------------- */
body{
	font-size: 84%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", メイリオ, Meiryo, Osaka, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}
a:link{
	color: #DDFFFF;
	background: transparent;
	text-decoration: underline;
	cursor: hand;
}
a:visited{
	color: #BBFFFF;
	background: transparent;
	text-decoration: underline;
	cursor: hand;
}
a:hover, a:active{
	color: #FFFFFF;
	background: transparent;
	text-decoration: underline;
}
body img{
	border: 0px;
}
strong{
	font-weight: bold;
}
#all{
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.signature{
	z-index:9000;
	background: url(/blog/img/signature.png) bottom right no-repeat;
}
.signature img{
	z-index:100;
}

/* header
----------------------------------------------------- */
#header{
	width: 900px;
	height: auto;
	padding-top: 10px;
}
#headerTop{
	width: 900px;
	height: auto;
}

#headerTop:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#headerTop span{
	float:left;
}
#headerTopLeft, #headerMainLeft{
	float: left;
}
#headerTopRight{
	margin-bottom: 12px;
	float: right;
}
#headerMainRight{
	width: 550px;
	text-align: right;
	font-size: 85%;
	line-height: 1.4;
	margin-top: 2px;	
	margin-bottom: 11px;
	float: right;
}
#info, #url{
	margin-right: 8px;
}
#letterSize{
	position: absolute;
	top: 11px;
	left: 582px;
	font-size: 0;
	height: 20px;
}
#letterSize ul, #letterSize li, #letterSize h4{
	display: block;
	float: left;
}
#letterSize h4{
	margin-right: 8px;
}
#letterSize:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#letterSize ul{
	margin: 0px;
	list-style: none;
}
#letterSize ul img{
	display: none;
}
a#letterSizeS{
	position: absolute;
	top: 0px;
	left: 87px;
	width: 24px;
	height: 20px;
	background: url(/blog/img/textS.gif) no-repeat;
	z-index: 100;
}
a#letterSizeM{
	position: absolute;
	top: 0px;
	left: 111px;
	width: 21px;
	height: 20px;
	background: url(/blog/img/textM_over.gif) no-repeat;
	z-index: 100;
}
a#letterSizeL{
	position: absolute;
	top: 0px;
	left: 132px;
	width: 24px;
	height: 20px;
	background: url(/blog/img/textL.gif) no-repeat;
	z-index: 100;
}
a#letterSizeS:hover{background: url(/blog/img/textS_over.gif) top left no-repeat;}
a#letterSizeM:hover{background: url(/blog/img/textM_over.gif) top left no-repeat;}
a#letterSizeL:hover{background: url(/blog/img/textL_over.gif) top left no-repeat;}

#letterSize:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#headerMain{
	width: 900px;
	height: auto;
}

#searchBox{
	width: 144px;
	height: auto;
	margin-top: 2px;
	position: relative;
	left: 0px;
	background: url(/blog/img/searchBoxBG.gif) top left repeat-y;
}
#searchBox input{
	font-size: 90%;
	padding: 0px;
	margin: 1px 0px;
	border: 0px;
}
#searchBox img{
	margin-right: 8px;
}
#search{
	width: 76px;
	font-size: 90%;
	border: 0px;
}
.searchBoxL1{
	width: 10px;
	height: 8px;
	background: url(/blog/img/searchBoxL1.gif) top left no-repeat;
}
.searchBoxR1{
	width: 10px;
	height: 8px;
	background: url(/blog/img/searchBoxR1.gif) top right no-repeat;
}
.searchBoxC1{
	width: 18px;
}
.searchBoxC2{
	width: 76px;
	background-color: #FFFFFF;
}
.searchBoxC3{
	width: 30px;
	background: url(/blog/img/yellowBG.gif) top left repeat-y;
}
.searchBoxL2{
	width: 10px;
	height: 3px;
	/*background: url(/blog/img/searchBoxL2.gif) top right repeat-y;*/
}
.searchBoxR2{
	width: 10px;
	height: 3px;
	/*background: url(/blog/img/searchBoxR2.gif) top left repeat-y;*/
}
.searchBoxL3{
	width: 10px;
	height: 8px;
	background: url(/blog/img/searchBoxL3.gif) bottom left no-repeat;
}
.searchBoxR3{
	width: 10px;
	height: 8px;
	background: url(/blog/img/searchBoxR3.gif) bottom right no-repeat;
}
#header img{
	border: 0;
}
#logo{
	width: 347px;
	height: 26px;
}
#header:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* main
----------------------------------------------------- */
#main{
	width: 900px;
	height: auto;
	padding: 0px 0px;
	margin: 0;
	position: relative;
	background: url(/blog/img/containerBG.gif) top left no-repeat;
	/*background: url(/blog/img/mainBG.gif) top left repeat-y;*/
}
.image{
	display: block;
	font-size: 0;
}
#pageTopImg{
	width: 900px;

	background-color: #000000;
	background: url(/blog/img/topImage_edge.png) top left no-repeat;
	z-index: 100;
}
#pageTopImg img{
	z-index: 50;
}
#pageBottomImg{
	width: 900px;
	height: auto;
}
#container{
	position: relative;
	left: 2px;
	width: 724px;
	height: auto;
	float: left;
}
#containerRight{
	width: 552px;
	height: auto;
	float: right;
	background-color: #000000;
}
#containerLeft{
	position: relative;
	right: 2px;
	width: 172px;
	height: auto;
	float: left;
	background-color: #000000;
	font-family: "ＭＳ Ｐ明朝", "MS P mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", メイリオ, Meiryo, Osaka, Verdana, Arial, sans-serif;
}
#right{
	position: relative;
	right: 2px;
	width: 172px;
	height: auto;
	float: right;
	background-color: #000000;
	font-family: "ＭＳ Ｐ明朝", "MS P mincho", "細明朝", "Hiragino Mincho Pro", "メイリオ", Meiryo, Osaka, Verdana, Arial;
}

div.alpha{
	filter:alpha(opacity=20); /*IE*/
	-moz-opacity:0.2; /*FF*/
	opacity:0.2;
}
div.alpha:hover, div.alphaHover{
	filter:alpha(opacity=100); /*IE*/
	-moz-opacity:1; /*FF*/
	opacity:1;
}

div.alpha2{
	filter:alpha(opacity=40); /*IE*/
	-moz-opacity:0.4; /*FF*/
	opacity:0.4;
}
div.alpha2:hover, div.alpha2Hover{
	filter:alpha(opacity=100); /*IE*/
	-moz-opacity:1; /*FF*/
	opacity:1;
}

#main:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.paginate{
	padding: 5px 0px 25px 0px;
}

/* footer
----------------------------------------------------- */
#footer{
	width: 900px;
	height: auto;
	padding: 0px auto;
	position: relative;
	font-size: 90%;
	background-color: #000000;
}
#footer a:link{color: #999999; background: transparent; text-decoration: none;}
#footer a:visited{color: #999999; background: transparent; text-decoration: none;}
#footer a:hover, a:active{color: #BBFFFF; background: transparent; text-decoration: underline;}
#copyright{
	width: 900px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #8a8b82;
	font-size: 90%;
}
#footerMenu{
	width: 900px;
	height: auto;
	margin-top: 20px;
	font-size: 90%;
}
#footerMenu:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#footerMenu table{
	margin: 0px auto;
}
#footerMenu td{
	vertical-align: top;
}
#footerMenuTag{
	padding-right: 5px;
}
#footerMenuLink{
	padding-left: 5px;
}
#footerMenuTag ul, #footerMenuLink ul{
	margin-top: 10px;
}

#footerMenu li{
	margin-left: 13px;
	margin-right: 5px;
}
#footerMenu li li{
	margin-left: 0px;
}
#footerMenuCategory{
	display: block;
	margin: 0px 10px;
	padding: 0px 15px;
	border-right: 1px solid #555555;
	border-left: 1px solid #555555;
}
#footerMenuCategory ul{
	margin-top: 2px;
}
#footerMenuCategory li{
	margin-left: 15px;
	margin-right: 5px;
	float: left;
}
#footerMenuCategory li li{
	margin: 3px 0px 0px 0px;
	clear: both;
}
#footerMenuCategory li img{
	margin-top: 2px;
	margin-bottom: 3px;
	vertical-align: middle;
	margin-right: 3px;
}
#footerMenuCategory:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* side
----------------------------------------------------- */
#leftBG{
	width: 172px;
	height: auto;
	padding-top: 14px;
	background: url(/blog/img/leftBG.gif) top left repeat-y;
}
#rightBG{
	width: 172px;
	height: auto;
	padding-top: 14px;
	background: url(/blog/img/rightBG.gif) top left repeat-y;
}
#leftHeaderBG{
	width: 172px;
	height: 4px;
	font-size: 0;
	background: url(/blog/img/leftHeaderBG.gif) top no-repeat;
}
#rightHeaderBG{
	width: 172px;
	height: 4px;
	font-size: 0;
	background: url(/blog/img/rightHeaderBG.gif) top no-repeat;
}
#leftFooterBG{
	width: 172px;
	height: 20px;
	margin-bottom: 10px;
	/*position: relative;*/
	margin-top: -12px;
	font-size: 0;
	display: block;
	background: url(/blog/img/leftFooterBG.gif) top no-repeat;
}
#rightFooterBG{
	width: 172px;
	height: 20px;
	margin-bottom: 10px;
	/*position: relative;*/
	margin-top: -10px;
	font-size: 0;
	background: url(/blog/img/rightFooterBG.gif) top no-repeat;
}
.sideModule{
	width: 163px;
	height: auto;
	margin: 0px 4px 12px 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}
.narrow{
	letter-spacing: 0px ;
	/*position: relative;
	left: -3px;*/
}

.sideModule ul,li{
	margin: 3px 0px 5px 4px;
	line-height: 1.6;
}
.sideModule ul ul li{
	margin: 5px 0px 5px 6px;
	line-height: 1.4 ;
}

.sideModule ul li img{
	/*position: relative;*/
	margin-top: 3px;
	margin-right: 3px;
	text-decoration: none;
}
.list{
	/*position: relative;
	left: -5px;*/
	width: 150px;
}
.listItem{
	margin-left: 1em;
}
.sideModule h4{
	width: 163px;
	height: auto;
}
.sideModuleCopy{
	width: 150px;
	height: auto;
	margin: 10px auto 0px auto;
	padding-bottom: 15px;
	background-color: #49431E;
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, Arial, sans-serif;
}
.sideModuleCopy h4{
	width: 150px;
	height: auto;
}
.sideModuleCopy p{
	width: 140px;
	height: auto;
	margin: 9px 4px 0px 6px;
}
.profile p{
	margin: 5px 7px 5px 7px; 
	line-height: 1.4;
}
.profile table{
	margin-top: 7px; 
	line-height: 1.4;
}
#profilePhoto{
	margin: 2px 1px 3px 4px;
}
.category{
	font-style: italic;
}
.category a{
	font-style: normal;
}

#tags{
	margin: 5px 5px 5px 9px;
	line-height: 1.6;
}
#tags a{
	font-style: normal;
}
.books h4{
	margin-bottom: 10px;
	line-height: 1.6;
}
.books p{
	margin: 3px 10px 4px 12px !important;
	line-height: 1.6;
}
.books p img{
	border: 1px #000000 solid;
}

.lfont{
	font-size:110%;
}
.sfont{
	font-size:75%;
}
.sfont p{
	line-height:1.6 !important;
}
.gfont{
	color: #cccccc;
}

/* entry
----------------------------------------------------- */
.entryBox{
	width: 534px;
	height: auto;
	margin: 22px auto 40px auto;
}
.entryTitle h3{
	font-family: "ＭＳ Ｐ明朝", "MS P mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", メイリオ, Meiryo, Osaka, Verdana, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #C6F2FF;
	width: 430px;
}
.entryHeader{
	width: 528px;
	height: auto;
	position: relative;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #262626;
	background: url(/blog/img/entryHeaderBG.gif) top left repeat-y;
	border: 3px double #2E2E2E;
}
.entryHeader:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.entryFooter{
	width: 514px;
	height: auto;
	margin: 10px 10px;
	font-family: "ＭＳ Ｐ明朝", "MS P mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", メイリオ, Meiryo, Osaka, Verdana, Arial, sans-serif;
	font-size: 90%;
	line-height: 1.6;
}
.entryFooter p{
	margin: 5px 3px 3px 3px;
}

.entryTitle{
	width: 473px;
	height: auto;
	padding: 7px 15px 8px 40px;
	background: url(/blog/img/entryHeader.gif) top left no-repeat;
}
.entryFlag{
	width: 67px;
	height:57px;
	position: absolute;
	top: -10px;
/*	left: 470px;*/
	right: -7px;
	filter:alpha(opacity=50); /*IE*/
	-moz-opacity:0.5; /*FF*/
	opacity:0.5;
}
.entryFlag:hover, div.entryFlagHover{
	filter:alpha(opacity=100); /*IE*/
	-moz-opacity:1; /*FF*/
	opacity:1;
}
.entryBody{
/*	width: 510px;*/
	width: 520px;
	height: auto;
	margin: 13px auto 2em auto;
}
.entryBody p{
	width: auto;
	height: auto;
	margin-bottom: 1em;
	letter-spacing: -0.01em;
	line-height: 1.4;
	font-weight: normal;
}
.entryBody .p{
	width: auto;
	height: auto;
	margin-bottom: 1em;
	letter-spacing: -0.01em;
	line-height: 1.4;
}
.entryBody ol{
	list-style: decimal;
	list-style-position: inside;
}
.entryBody ul{
	list-style: disc;
	list-style-position: inside;
}
.entryBody blockquote{
	margin-left: 2em;
}
.entryBody hr{
	position: relative;
	top: -1px;
	border: 0px;
	height: 1px;
	color: #555555;
	background-color: #555555;
}
.entryBody strong{
	font-weight: bold;
}
.entryBody em{
	font-style: italic;
}
.entryBody:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.entryInfo{
	margin-top: 15px !important;
	font-size: 90%;
}
.entryInfo a{font-family: "ＭＳ Ｐゴシック", "MS P Gothic", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, Arial, sans-serif;}
.entryInfo a:link{color: #999999; background: transparent; text-decoration: underline;}
.entryInfo a:visited{color: #999999; background: transparent; text-decoration: underline;}
.entryInfo a:hover, a:active{color: #BBFFFF; background: transparent; text-decoration: underline;}
.separator{
	margin: 0px 5px 0px 6px;
}

.entryDate{font-family: Garamond, "ＭＳ Ｐ明朝", "MS P mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", メイリオ, Meiryo, Osaka, Verdana, Arial, sans-serif;}
.entryDate{
	font-family: Garamond !important;
}
.paginate{
	width: 534px;
	height: auto;
	margin: 10px auto;
	text-align: center;
}
#trackback{
	width: 502px;
	height: auto;
	margin: 10px 5px;
	padding: 10px;
	border: 1px solid #333333;
}
.trackback{
	width: 498px;
	height: auto;
	margin: 10px 5px;
	padding: 10px;
	border: 3px double #333333;
}
.trackbackContent{
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #212121;
}

.comment{
	width: 498px;
	height: auto;
	margin: 10px 5px;
	padding: 10px;
	border: 3px double #333333;
}
.commentContent{
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #212121;
}
#commentForm{
	width: 502px;
	margin: 10px 5px 20px 5px;
	padding: 10px;
	border: 1px solid #333333;
}
#commentForm table{
}
#commentForm td{
	padding: 5px;
}
.tr2{
	vertical-align: top;
}
/* category
----------------------------------------------------- */
.categoryBox{
	width: 534px;
	height: auto;
	margin: 10px auto 30px auto;
}
.categoryBox td{
	padding: 5px 10px;
	vertical-align: top;
}
.date{
	margin-left: 6px;
}
.searchResult{
	width: 508px;
	height: auto;
	margin: 10px auto;
	padding: 15px 10px 10px 10px;
	border: 3px double #333333;
}
.searchResult h3{
	font-family: "ＭＳ Ｐ明朝", "MS P mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", メイリオ, Meiryo, Osaka, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #C6F2FF;
	margin-bottom: 8px;
	line-height: 1.6;
	padding-left: 0px;
}
.searchResultHeader{
	position: relative;
	display: block;
	margin:0;
}
.searchResultHeader img{
	float: left;
	display: block;
}

.searchResultHeader h3{
	float: right;
	margin-left: 4px;
	width: 463px;
}

.searchResultHeader:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.searchResult p{
	margin-top: 5px;
	display: block;
	clear: both;
}
.searchResultFooter{
	width: 478px;
	height: auto;
	margin: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS P mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", メイリオ, Meiryo, Osaka, Verdana, Arial, sans-serif;
	font-size: 90%;
	line-height: 1.6;
}
#searchForm p{
	margin: 15px 10px 20px 0px;
}