@charset "UTF-8";

/* == ヘッダー ============================================================ */
#header {
	background: url(/deco/img/head_bg.jpg) no-repeat left top #328cc8;
}
#header_inner {
	background: url(/deco/img/headinner_bg.jpg) no-repeat;
}

.gallery #header_inner #logo_area {
	text-align: right;
	padding: 0px 13px 0px 0px;
}
.gallery #header #head_menu_main {
	padding-top: 30px;
	padding-bottom: 9px;
}

#deco_navi {
	list-style: none;
	margin: 0 0 2.5em;
	padding: 0;
}
#deco_navi li {
	display: inline;
	margin: 0;
	padding: 0;
}
#deco_navi li img {
	margin: 0 6px;
}


#footer h3,
#footerphp h3 {
	background: #328cc8 url(/deco/img/foot_bg.jpg) no-repeat 23px top;
}



/* == メインボックス =================================================== */

/* -- デコギャラリー -- */
.decowork {
	width: 140px;
	padding: 10px;
	margin: 0 13px 13px 0;
	border: 1px solid #555;
	float: left;
}
.decowork .entry-photo {
	margin: 0 0 5px 0;
}
.decowork .jirei-title {
	color: #A07A40;
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
	padding-bottom: 5px;
	margin: 0;
}
.decowork .jirei-title span {
	display: block;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #555;
}
.decowork .entry-txt {
	font-size: 0.9em;
	margin: 0 0 5px 0;
}
.decowork .entrylink {
	font-size: 0.9em;
	text-align: center;
	margin: 0;
}
.decowork .entrylink a {
	display: block;
	color: #F18C42;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #555;
}
.decowork .entrylink a:hover {
	color: #FFF;
	background: #F18C42;
}


/* == エントリー =================================================== */
#entrybox {
	margin-bottom: 15px;
}
.comment {
	background: #EDEAD0;
	width: 205px;
	float: left;
}
.comment-inner {
	padding: 15px;
}
.categorylavel {
	margin: 0 0 5px 0;
}
.entry-title {
	color: #A07A40;
	font-size: 1em;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #A07A40;
}
.entry-body {
	color: #555;
	margin-bottom: 0.5em;
}
.entry-body p {
	margin-top: 0;
}

/* -- 前後のエントリー -- */
.next-prev {
	list-style: none;
	padding: 0;
	margin: 0;
}
.next-prev li {
	text-align: center;
	width: 80px;
}
.next-prev li a {
	display: block;
	text-decoration: none;
}
.next-prev .prev {
	float: left;
}
.next-prev .prev a {
	background: url(/gallery/img/deco-prev.gif) no-repeat left 12px;
	padding-left: 17px;
}
.next-prev .next {
	float: right;
}
.next-prev .next a {
	background: url(/gallery/img/deco-next.gif) no-repeat right 12px;
	padding-right: 17px;
}

/* -- ギャラリー -- */
.phbox {
	text-align: center;
	background: #B8B39D;
	width: 495px;
	padding: 15px 0;
	float: right;
}
.phbox p {
	margin: 0;
}
.phbox table {
	border-collapse: separate;
	border-spacing: 15px;
}
.phbox td {
	text-align: center;
	vertical-align: middle;
	width: 105px;
	height: 105px;
	border: 1px solid #FFF;
}

/* -- 一覧へ -- */
.linktopbtn {
	clear: both;
	text-align: right;
	margin: 0;
}

#header {
	height: 200px;
}
#header #head_menu_main ul {
	margin-top: 0px;
}

