
#titleHeader {
	position: relative;
	height: 500px;
	margin-top: 25px;
	background: url(../images/img_city_1.jpg) no-repeat center top;
}
#logo {
	position: absolute;
	top: 0;
	left: 180px;
}
#renewal {
	position: absolute;
	left: 718px;
	top: 0;
}



/*
 * contentHeader
 */
#contentHeader {
	margin: 50px 0;
}

#yodogawa {
	width: 450px;
	font-weight: bold;
}

#basic {
	margin: 50px 0;
}

#mayor {
	margin-left: 500px;
}
#mayor h2 {
	position: relative;
}
#mayor .face {
	position: absolute;
	top: -10px;
	left: 80px;
}

#signInfo {
	margin: 50px 0 0 0;
	margin-left: 500px;
}
#signInfo h2 {
	font-weight: bold;
	line-height: 1em;
}

/*
 * content
 */
.content {
	padding: 25px 0;
	margin: 50px 0 0;
}



/* --------------------------------------------------------------------------------
 * 
 *	Index
 * 
 -------------------------------------------------------------------------------- */
#topicPath {
	font-size: 12px;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}
#pageIndex {
	
}
#pageIndex h3 {
	margin: 5px 0;
	font-weight: bold;
}
#pageIndex .section {
	margin: 50px 0;
}
#pageIndex .items {
	
}
.items ul {
	letter-spacing: -0.4em;
}
.items li {
	/* inline-block */
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.items ul > li {
	position: relative;
	/* /inline-block */
	width: 202px;
	margin: 25px 19px;
	padding: 0;
	letter-spacing: 0.075em;
}
.thumb {
	border: 1px solid #CCC;
}
.items ol {
	margin-top: 10px;
	letter-spacing: -0.4em;
}
.items ol > li {
	margin-right: 5px;
	letter-spacing: 0.075em;
	line-height: 1em;
}
.items ol > li img {
	vertical-align: center;
}
#pageIndex .item {
	cursor: pointer;
}
#pageIndex .item:hover {
	cursor: pointer;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
	filter: alpha(opacity=60);
}

#pageIndex .item p {
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}


.request {
	padding-top: 25px;
}



/* --------------------------------------------------------------------------------
 * 
 *	Detail
 * 
 -------------------------------------------------------------------------------- */
#pageDetail {
	height: auto;
	overflow: hidden;
	padding-bottom: 25px;
}

#preview {
	float: left;
	width: 500px;
}

#mainPhoto {
	width: 500px;
	height: 500px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	layout-grid-line:500px;
	
	background-color: #E6E6E6;
}

#mainPhoto img {
	max-width: 450px;
	max-height: 450px;
	vertical-align:middle;
}

#control {
	height: auto;
	overflow: hidden;
	margin-top: 1px;
	background-color: #E6E6E6;
	padding: 0 5px 5px 5px;
}
#control li {
	float: left;
	padding: 0 10px;
}
#control li.label {
	float: none;
	clear: both;
	padding-top: 10px;
	
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
#control li a.current {
	font-weight: bold;
	color: #333;
}
#control li a.current:hover {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	cursor: default;
}


#detail {
	width: 350px;
	margin-left: 550px;
}
#detail h2 {
	font-size: 18px;
	font-weight: bold;
}
#buttons {
	height: auto;
	overflow: hidden;
}
#buttons li {
	float: left;
}
#buttons li.label
{
	float: none;
	clear: both;
	padding-top: 25px;
}
#buttons h3 {
	padding-left: 3px;
	font-weight: bold;
}
#buttons h4 {
	padding-left: 3px;
	font-weight: bold;
	font-size: 13px;
	color: #4D4D4D;
}

.back {
	clear: both;
	padding-top: 50px;
}




/* --------------------------------------------------------------------------------
 * 
 *	Basic
 * 
 -------------------------------------------------------------------------------- */
#basic {
	padding-bottom: 50px;
	margin-bottom: 0;
}
#basic .inner {
	width: 500px;
	margin: 0 auto;
}
#basic h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 50px;
	background: url(/store/techo/2013_spring/images/bg_dashedline_h.gif) repeat-x scroll center bottom transparent;
}
#basic p {
	
}
#basic dt {
	margin: 25px 0 5px;
	font-weight: bold;
	color: #9067AD;
}
#basic .photo {
	width: 500px;
	margin: 25px auto;
}
#basic .back {
	text-align: center;
}


/*
 * common
 */
h2 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	background: url(/store/techo/2013_spring/images/bg_dashedline_h.gif) repeat-x scroll center bottom transparent;
}

img {
	vertical-align: middle;
}

.cap {
	font-size: 13px;
	line-height: 1.5em;
	color: #808080;
}

.new {
	position: absolute;
	top: -20px;
	left: -15px;
}
