@charset "UTF-8";
@import "http://www.saladdays.jp/weblog/lightbox.css";

body {
	background-color: #FFFFFF;
	background-image: url(img/bg_shadow.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height:1.4em;
}
#content {
	background-color: #FFFFFF;
	width: 760px;
	margin: 0px auto;
	text-align: center;
	padding-bottom: 10px;
}
#banner {
	background-image: url(img/img_tilte.png);
	background-position: 20px 20px;
	height: 240px;
	width: 760px;
	background-repeat: no-repeat;
}
#banner h1 {
	text-indent: -3000px;
	margin: 0px;
}
#navi {
	height: 50px;
	width: 740px;
	background-image: url(img/navi_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20px;
}
#navi ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#navi ul li {
	float:left;
	margin:0;
	padding:0 2px 0 0;
}
#navi ul li a {
	display:block;
	text-indent:-9000px;
	height:30px;
	text-decoration:none;
}
#navi #navi_1 a {
	background-image: url(img/navi_1.png);
	height: 30px;
	width: 116px;
	background-repeat: no-repeat;
}
#navi #navi_2 a {
	background-image: url(img/navi_2.png);
	height: 30px;
	width: 107px;
	background-repeat: no-repeat;
}
#navi #navi_3 a {
	background-image: url(img/navi_3.png);
	height: 30px;
	width: 108px;
	background-repeat: no-repeat;
}
#navi #navi_1 a:hover, #navi #navi_2 a:hover, #navi #navi_3 a:hover {
	background-position: 0 -30px;
}
#navi img {
	border: 0px none;
	vertical-align: bottom;
	margin: 0px;
}
#left {
	float: left;
	width: 500px;
}
.entry_day {
	background-color: #EDEDED;
	background-image: url(img/img_entry_under.png);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: left;
	margin-bottom:20px;
}
.entry_box {
	padding-bottom:10px;
}
.entry_box img {
	border: 0px none;
	vertical-align: bottom;
	margin: 0px;
}
.entry_day h2 {
	background-image: url(img/img_bar_entry_bg.png);
	margin: 0px;
	height: 20px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	background-color: #FF6B00;
	line-height:20px;
}
#main {
	margin-right: 20px;
	margin-left: 20px;
	background-color: #FFFFFF;
}
.entry_box h3 {
	font-size: 14px;
	line-height: 1.3em;
	font-weight: normal;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
	padding-bottom: 3px;
	width: 480px;
	padding-top: 10px;
	text-shadow: 2px 2px 3px #999999;
}

.entry_box h4 {
	font-size: 10px;
	color: #333333;
	text-align: right;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 480px;
	margin-left: 10px;
	padding-bottom: 10px;
}

.entry_box h5  {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 480px;
	margin-left: 10px;
}

.entry_box p {
	margin-top: 1em;
	margin-right: 10px;
	margin-bottom: 1em;
	margin-left: 10px;
	line-height: 1.4em;
	font-size: 12px;
}

.entry_box img.pic {
	margin-bottom: 10px;
	margin-left: 10px;
	float:right;
}

.entry_box img.pic_l {
	margin:0 10px 0;
}

.entry_box hr {
	background-color: #FFFFFF;
	height: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
}
.entry_box blockquote {
	font-size: 12px;
	color: #333333;
	background-color: #F5F5F5;
	padding: 8px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	line-height: 1.4em;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
}
.entry_box blockquote p {
	margin:0;
}
.entry_box p.txt_code {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	padding: 8px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	line-height: 1.4em;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
}
.entry_box code {
	font-style: normal;
	font-weight: normal;
}
.entry_box ul {
	font-size: 12px;
	padding: 0px 0px 10px;
	list-style-type: none;
	margin: 0px;
}
.entry_box ol {
	font-size: 12px;
	padding: 0px;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
}
.entry_box ul li {
	margin: 0px 10px;
	padding: 0px 0px 0px 14px;
	background: url(img/icon_dot.png) no-repeat left center;
}
.entry_box ol li {
	padding: 0 0 4px 3px;
	margin: 0px 0px 0px 20px;
	line-height: 1.3em;
}
.entry_box ul.link {
	list-style-type: none;
	margin-top: 10px;
}
.entry_box ul.link li {
	margin-left: 10px;
	padding-left: 18px;
	background-image: url(img/icon_arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.entry_box dl.list {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 1.4em;
	font-size: 12px;
	padding-bottom: 10px;
}
.entry_box dl.list dt {
	float:left;
	width:3em;
}
.entry_box dl.list dd {
	margin: 0px 10px;
	padding: 0px 0px 0px 18px;
}

.entry_box:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.entry_box {
	display:inline-table;
}

/*Hdes form IE-mac¥*/
*html .entry_box {
	height:1%;
}
.entry_box {
	display:block;
}
/*End hide from IE-mac*/


#page_btn {
	background-image: url(img/img_nextprev_under.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 500px;
	margin-bottom: 20px;
}
#page_btn_position {
	position: absolute;
	height: 30px;
	width: 500px;
}
#page_btn a#btn_prev {
	background-image: url(img/btn_prev.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 40px;
	left: 10px;
	top: 9px;
	display: block;
	position: absolute;
}
#page_btn a#btn_next {
	background-image: url(img/btn_next.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 41px;
	left: 449px;
	top: 9px;
	display: block;
	position: absolute;
}
#page_btn a#btn_prev span, #page_btn a#btn_next span {
	position: absolute;
	left: -2000px;
}





#sidebar {
	width: 200px;
	float: right;
	margin-right: 20px;
	margin-left: 20px;
}
#sidebar .box {
	background-color: #EDEDED;
	background-image: url(img/img_sidebox_under.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	margin-bottom: 20px;
	width: 200px;
	padding-bottom: 10px;
}
#sidebar .box h2 {
	height: 20px;
	width: 200px;
}
#sidebar .box span {
	position:absolute;
	left:-3000px;
}
#sidebar .box h2#recent {
	background-image: url(img/img_bar_recent_entry.png);
	background-repeat: no-repeat;
}
#sidebar .box h2#category_archive {
	background-image: url(img/img_bar_category_archives.png);
	background-repeat: no-repeat;
}
#sidebar .box h2#recent_comment {
	background-image: url(img/img_bar_recent_comments.png);
	background-repeat: no-repeat;
}
#sidebar .box h2#monthly {
	background-image: url(img/img_bar_monthly.png);
	background-repeat: no-repeat;
}
#sidebar .box h2#search {
	background-image: url(img/img_bar_search.png);
	background-repeat: no-repeat;
}
#sidebar .box h2#adwords {
	background-image: url(img/img_bar_adwords.png);
	background-repeat: no-repeat;
}
#sidebar .box:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#sidebar .box {
	display:inline-table;
}

/*Hdes form IE-mac¥*/
*html #sidebar .box {
	height:1%;
}
#sidebar .box {
	display:block;
}
/*End hide from IE-mac*/

#sidebar h2 {
	margin: 0px 0px 10px;
	height: 20px;
	width: 200px;
}
#sidebar .box ul {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	list-style-type: none;
	list-style-position: outside;
	padding: 0px 0px 0.4em;
}
#sidebar .box ul li {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#sidebar .box ul li ul {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
}
#sidebar .box ul li ul {
	margin-top: 0px;
	line-height: 1.6em;
}
#sidebar .box p {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 1.3em;
	color: #333333;
}
#sidebar form .txtbox {
	width: 116px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
	font-size: 12px;
	height: 14px;
}
#sidebar form .btn {
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#copyright {
	width:730px;
	height:40px;
	margin-left:20px;
	clear: both;
	background-image: url(img/img_copyright.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#copyright address {
	text-indent:-3000px;
}

.en {
	font-family: Arial, Helvetica, sans-serif;
}
.ja {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.nodisplay {
	display:none;
}
a:link, a:visited {
	color: #FF6C00;
	text-decoration: none;
}
a:hover {
	color: #FF6C00;
	text-decoration: underline;
}
form dt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	margin-left: 10px;
}
form dd {
	margin-left: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	padding: 0px;
}
form dl {
	margin: 0px;
	padding: 0px;
}
hr {
	display: none;
}
textarea, select, input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/*Creation
-----------------------------------------*/

#creation {
}

ul.creImg {
	margin:7px 10px 0;
	list-style-type:none;
}

ul.creImg img {
	border:1px solid #999999;
}

ul.creImg a:link img,
ul.creImg a:visited img {
	border-color:#999999;
}

ul.creImg a:hover img {
	border-color:#333333;
}

ul.creImg li {
	background-image:none;
	padding:0;
}

ul.creImg li.creImg1 {
	float:left;
	margin:0 17px 0 0;
}

ul.creImg li.creImg2 {
	margin:0;
}

dl.creHead {
	margin:0 10px 7px;
	padding:0;
	clear:both;
	font-size:12px;
}

dl.creHead dt {
	margin:0;
	padding:0;
	float:left;
	width:5em;
}

dl.creHead dd {
	margin:0 0 3px 5em;
	padding:0;
}

#creation .entry_box p {
	clear:both;
}