/* 全体構造
---------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	font: 100%/normal "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

body {
	background: url(img/blog_bg.gif) repeat;
	color: #666666;
}


.layout-three-column {
	/*background: #FCF0E7;*/
}

#container {
	/*background: #FFFFFF url(img/bg_01.gif) repeat;*/
	background: #FFFFFF;
	height: auto;
	width: 870px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}


/* リンク色
---------------------------------------------------- */
a:link {
	color: #666666;
	text-decoration: none;
	background: no-repeat;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF3366;
	position: relative;
	right: -1px;
	bottom: -1px;
}
a:active {
}


/* ヘッダー
---------------------------------------------------- */
#header {
	height: 137px;
	width: 100%;
	background: url(img/blog_header_non.gif) no-repeat;
}
#header-inner {
	padding-left: 200px;
	padding-top: 20px;
	height: 107px;
	position: relative;
}

#blogtitle{
	text-decoration: none;
	color: #FFFF66;
	letter-spacing: -0.1em;
	height: 20px;
	width: 450px;
}


#blogtitle a {
	text-decoration: none;
	display:block;
	overflow:hidden;
	height: 45px;
	width: 450px;
	margin: 0px;
	padding: 0px;
	
}


#blogdescription {
	font-size: 12px;
	color: #A06C48;
	width: 450px;
	margin-top: 0px;
	line-height: 130%;
	font-weight: bold;
	padding: 0px;
	height: auto;
	position: absolute;
	left: 210px;
	top: 70px;
}
/*#blogtitle em {
	text-indent: -9999px;
	float: left;
}
#blogdescription em {
	text-indent: -9999px;
	float: left;
}*/

/* 全体ボックス
---------------------------------------------------- */
#contents {
	background: #FFFFFF;
	height: auto;
	width: 850px;
	margin: 0px;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
	float: left;
	min-height: 600px;
}
#contents-2nd {
	height: auto;
	width: 180px;
	float: left;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
}
#contents-3rd {
	float: right;
	height: auto;
	width: 182px;
	padding-top: 25px;
	padding-right: 9px;
	padding-left: 9px;
}
#contents-1st {
	height: auto;
	float: left;
	padding-left: 14px;
	padding-right: 13px;
	border-right: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
	margin-top: 25px;
	width: 420px;
	margin-bottom: 25px;
}

/* エントリー部分
---------------------------------------------------- */
.entrydate {
	background: #FF9999;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1.3px solid #CC6666;
	font-weight: bolder;
	margin-bottom: 13px;
}
.entrytitle {
	font-size: 16px;
	color: #FF3366;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.3em;
}
.entry p {
	font-size: 13px;
	line-height: 1.5em;
}
.entry strong {
	font-size: 14px;
	font-weight: bold;
}

.entry strong span {
	font-weight: bold;
}


.entry {
	margin-right: auto;
	margin-left: auto;
}
.entry-2 {
	padding: 10px 20px 20px 10px;
}
p.posted {
	margin-bottom: 40px;
	padding-top: 5px;
	margin-top: 30px;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	text-decoration: none;
	letter-spacing: normal;
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
}



p.posted a {
	color: #0000FF;
}

p.posted a:hover {
	color: #FF3366;
}


span.span-bold {
	font-weight: bold;
}


/* サイドバー部分
---------------------------------------------------- */
.sidebarlist {
	list-style: square url(none) inside;
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: 7px;
	text-decoration: none;
	line-height: 130%;
	color: #666666;
	letter-spacing: -0.03em;
}
.sidebartitle {
	font-size: 12px;
	background: #FFCC99;
	color: #FFFFFF;
	margin-bottom: 5px;
	width: 178px;
	font-weight: bolder;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom: 1px solid #CC9966;
}
.sidebarbox {
	margin-bottom: 30px;
	width: 180px;
}
#tbdata h3 {
	font-size: 12px;
	color: #333333;
}
#tbdata p {
	font-size: 12px;
	color: #666666;
}
#calendar {
	height: auto;
	width: 180px;
	margin-top: 7px;
	color: #666666;
	font-size: 11px;
}
.searchbox {
	margin-bottom: 12px;
	margin-top: 12px;
	border-bottom: .5px dotted #999999;
}
#calendar a {
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}
#calendar a:hover {
	font-size: 11px;
	color: #FF3366;
}
#rss-format {
	background: #FF9900;
	padding: 0.5px;
}


/* エントリーページ部分
---------------------------------------------------- */
#entrynavi {
	font-size: 11px;
	margin-bottom: 20px;
}
#trackback {
	background: #FF9999;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1.3px solid #CC6666;
	font-weight: bolder;
	margin-bottom: 13px;
}
#tbdata {
	margin-bottom: 25px;
	clear: both;
}
#categorytitle {
	font-size: 14px;
	color: #FFFFFF;
	background: #FF3366;
	padding: 6px;
	font-weight: bolder;
	border-bottom: 2px solid #CCCCCC;
}
.error {
	font-size: 16px;
	text-align: center;
	padding: 5px;
	font-weight: bolder;
	color: #FFFFFF;
	background: #FF0000;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* フッター部分
---------------------------------------------------- */
#footer {
	height: 50px;
	margin-top: 10px;
}
#footer p {
	font-size: 10px;
	padding-left: 15px;
}
img {
	border-width: 0px;
}

img.bana {
	margin-bottom:15px;
}


#commentfield {
	height: auto;
	width: 420px;
}


/****************************************************************************/
/*blognew*/
/****************************************************************************/

em.em-non {
	text-align: left;
	text-indent: -9999px;
	float: left;

}



/*h2*/
h2#h2-senboku {
	background: #E38195;
	border-bottom-color: #E38195;

}


h2#h2-takarazuka {
	background: #EEB125;
	border-bottom-color: #EEB125;
}


h2#h2-izumiotsu {
	background: #83C3EF;
	border-bottom-color: #83C3EF;
}

h2#h2-tokushima {
	background: #A8C51D;
	border-bottom-color: #A8C51D;
}


/************************************************************************/
div#contents-1st h2 {
	display: block;
	margin-bottom: 15px;
}


/*h2-category*/
h2.h2-category {
	background: url(img/h2_category_bg.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 63px;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	font-weight: bolder;
	font-size: x-large;
	line-height: 2.5em;
	letter-spacing: 0.1em;
}





/*********************************************************************/
ul#btn-bloghome {
	list-style: none;
	display: block;
	margin: 0px 0px 10px;
	padding: 0px;
	height: auto;
	width: 100%;
}


ul#btn-bloghome li {
}



/**************************************************************************/
table#calendar th {
}


table#calendar td {
	text-align: center;
}



/**************************************************************************/
ul#ul-link {
	list-style: square url(none) inside;
	margin: 0px 0px 20px;
	padding: 0px;
	height: auto;
	width: 182px;
	display: block;
}

ul#ul-link li {
	font-size: 11px;
	line-height: 130%;
	color: #666666;
}



/**************************************************************************/
img#img-acc {
	clear: both;
	float: left;
	text-align: left;
	text-indent: -9999px;
}


div#box-acc {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: auto;
}




img#img-hidden {
	visibility: hidden;
}

