@charset "Shift_JIS";


#photo-header {
    height: 98px;
    background-image: url(images/title_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 8px;
	position: relative;
}
#photo-header-left {
    float: left;
	width: 475px;
}
#photo-header-right {
	float: right;
	width: 320px;
	margin-right: 8px;
	position: absolute;
	left: 500px;
	top: -2px;
}

#photo-container {
    background-image: url(images/photo_main_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#photo-leftmenu {
    float: left;
    width: 182px;
	font-size: 84%;
	line-height: 120%;
}
#photo-leftmenu ul {
    list-style: none;
	margin: 0px;
	padding: 0px;
}
#photo-leftmenu ul li {
	margin: 4px 0px 2px;
	padding: 0px;
}

.photo-leftmenu-innerbox {
    width: 158px;
	text-align: left;
	margin: 0px auto;
	padding: 5px;
	background: url(images/leftmenu03_waku_center.jpg) repeat-x;
}


#photo-main {
    float: right;
    width: 617px;
	font-size: 84%;
	line-height: 120%;
	/*border-top: 1px solid #878787;
	padding-top: 4px;*/
}

#photo-main h4.h4-type-p01 {
    color: #444D40;
    font-size: 120%;
    background-color: #FFF;
    border-bottom: 1px solid #878787;
	margin: 16px 0px 8px;
}
#photo-main h5.h5-type-p01 {
    border-left: none;
}

#photo-main-left {
    float: left;
    width: 253px;
	text-align: center;
}
#photo-main-left ul {
    list-style: none;
	margin: 0px;
	padding: 0px;
}
#photo-main-left ul li {
	margin: 4px 0px 2px;
	padding: 0px;
}


#photo-main-right {
    float: right;
    width: 339px;
}

table.table-type-photo {
	border-left: 2px solid #FF601F;
	border-top: 2px solid #FF601F;
}
.table-type-photo th {
	color: #5B453C;
	border-right: 2px solid #FF601F;
	border-bottom: 2px solid #FF601F;
	text-align: center;
	background-color: #D8D19B;
}
.table-type-photo td {
	border-right: 2px solid #FF601F;
	border-bottom: 2px solid #FF601F;
	padding-left: 4px;
}

td.hissu-komoku{
   background-color: #FFD5C4;
}


p.sub-midashi {
    color: #444D40;
    font-size: 120%;
	font-weight: bold;
}

/*-------------------- 追加 --------------------*/
/*-------------------- トップページ --------------------*/
.paging {
	text-align:right;
	margin-bottom: 20px;
	padding: 1px;
	clear: both;
}
.paging a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #330033;
	text-decoration: none; /* no underline */
	color: #330033;
}
.paging a:hover,
.paging a:active {
	border: 1px solid #330033;
	color: #330033;
	text-decoration: none;
}
.paging .current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #330033;
	font-weight: bold;
	background-color: #330033;
	color: #FFF;
}
.paging a.disabled,
.paging a.next {
	border: 1px solid #FFFFFF;
	color: #330033;
	text-decoration: none;
}
.paging a:hover.disabled,
.paging a:hover.next {
	border: 1px solid #FFFFFF;
	color: #330033;
	text-decoration: none;
}

table.table-type-photo-search {
	border-left: 1px solid #FF601F;
	border-top: 1px solid #FF601F;
}
.table-type-photo-search th {
	color: #5B453C;
	border-right: 1px solid #FF601F;
	border-bottom: 1px solid #FF601F;
	text-align: left;
	background-color:#FFD5C4;
}
.table-type-photo-search td {
	border-right: 1px solid #FF601F;
	border-bottom: 1px solid #FF601F;
	padding-left: 4px;
	background-color:#FFFFFF;
}

#pickup {
	width:100%;
	border-top: 1px solid #878787;
	padding-top:4px;
}
#pickup-photo {
	float:left;
	width:405px;
	text-align:center;
}
#pickup-memo {
	float:left;
	width:205px;
	font-size:90%;
}
#pickup-memo span {
	width:130px;
	font-size:120%;
	font-weight:bold;
}
#pickup hr {
	 border:none;
	 border-top:dashed 1px;
}
#pickup a {
	text-decoration:underline;
}

#popularity {
	margin:0 0 10px 0;
}

#new {
	margin:0 0 10px 0;
}

.photo-box {
	border:1px solid #A9A9A9;
	float:left;
	width:115px;
	height:140px;
	padding:1px;
	margin:2px;
	text-align:center;
	background-color:#FFFFFF;
}
.photo-box .photo-memo {
	text-align:left;
	font-size:90%;
	padding:1px;
}
.photo-box a {
	text-decoration:underline;
}

#tag-list {
	font-size:90%;
	text-align:left;
	margin:0 0 1em 1em;
}
#tag-list a {
	text-decoration:underline;
}

.photo-leftmenu-innerbox a {
	text-decoration:underline;
}

/*-------------------- リストページ -------------------*/
#search-box-parent {
	background-color:#F5E8E5;
	width:580px;
	padding:0.7em;
	margin:0.5em 0.5em 1em 0.5em;
}
#search-box-parent hr {
	border:none;
	border-top:dotted 1px;
}

/*-------------------- 詳細ページ -------------------*/
#detail-photo {
	background-color:#FFE3D4;
	padding:10px;
	width:590px;
	margin-top:5px;
	margin-bottom:1em;
	text-align:center;
}
#detail-title {
	margin-top:5px;
	width:100%;
}
#detail-title span {
	font-size:110%;
	font-weight:bold;
	padding-left:5px;
}
#detail-vote {
	width:100%;
	text-align:right;
	padding-right:1em;
}
#detail-vote hr {
	 border:none;
	 border-top:solid 1px;
}
#detail-memo {
	float:left;
	padding-left:10px;
	width:320px;
	font-size:90%;
}
#detail-memo a {
	text-decoration:underline;
}
#detail-download {
	float:right;
	width:250px;
	text-align:left;
	font-size:90%;
	padding:5px;
}
#detail-download-file {
	background-color:#D0D0D0;
	width:200px;
	padding:3px;
	margin-bottom:5px;
}
#detail-download p {
	color:#005000;
}
#detail-download a {
	color:#0000FF;
}

/*-------------------- ID登録・投稿ページ -------------------*/
.error-msg {
	font-size:90%;
	color:#FF0000;
}

table.table-type-border-none {
	border: none;
}
.table-type-border-none th {
	border: none;
}
.table-type-border-none td {
	vertical-align: top;
	border: none;
}
