@charset "UTF-8";
/* [javascript/Ajax Samples]
 * Summary: global styles
 * Modified: 2009-05-12
 */


/* entry -- font / text styles
----------------------------------------*/
#entry-date { letter-spacing:.1em; }
#entry h2 { font-size: 140%; }

#entry-container h2 {font-weight: bold;}

#thumbs-container { }
#thumbs-container a,
#thumbs-container a:visited {
	text-decoration: underline;
}
#thumbs-container a:hover,
#thumbs-container a:focus,
#thumbs-container a:active {
	text-decoration: none;
}

/* content
----------------------------------------*/

#entry-container {
	position: relative;
	width: 635px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	height: 481px;
}

/* entry
------------------------------*/
#entry {text-align: center; }
#entry h2 {
	width: 520px;
	text-align: left;
	font-size: 140%;
	margin-top: 0;
	color: #000;
	line-height: 1.5;
	margin-right: 10px;
	margin-bottom: 1em;
	margin-left: 25px;
	clear: both;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #97B539;
	border-left-color: #97B539;
	padding-left: 7px;
	font-weight: bold;
	
}
p#entry-date {
	width: 520px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 20px;
	padding-top: 0px;
}

/* entry photo */

#entry-pct {
	width: 570px;
	min-height: 370px;
	height: 360px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
	html>body #entry-pct {height: auto;}
p#more {
	width: 520px;
	text-align: right;
	color: #FFF;
	font-size: 1px;
	text-decoration: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: 90px;
}

p#more a:link,
p#more a:hover,
p#more a:active {
	text-decoration: none;
	color: #FFF;
	font-size: 1px;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}

/* entry content (body) */

div.entry-content {
	clear: both;
	margin-top: 5px;
}
div.entry-content p {
	margin-bottom: 2px;
}





/* prev/next navigation
------------------------------*/
a#pctnav-prev,
a#pctnav-next {
	position: absolute;
	z-index: 2;
	top: 220px;
	width: 30px; height: 80px;
	overflow: hidden;
	text-indent: -9999px;
}
a#pctnav-prev {
	left: 0;
	background: url(http://www.exp-iwata.jp/wp-content/uploads/nav_entry.gif) no-repeat 0 0;
}
a#pctnav-next {
	right: 0;
	background: url(http://www.exp-iwata.jp/wp-content/uploads/nav_entry.gif) no-repeat 100% 0;
}
a#pctnav-prev:hover {
	background-position: 0 -80px;
}
a#pctnav-next:hover {
	background-position: 100% -80px;
}
.endL a#pctnav-prev,
.endL a#pctnav-prev:visited {
	background-position: 0 -160px;
	cursor: default;
}
.endR a#pctnav-next,
.endR a#pctnav-next:visited {
	background-position: 100% -160px;
	cursor: default;
}

/* thumbnail
------------------------------*/
#thumbs-container {
	clear: both;
	width: 640px;
	padding-bottom: 20px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
ul#thumbs {
	position: relative;
	width: 640px;
	margin: 0 -5px 9px 0;
	overflow: hidden;
	text-align: center;
}
ul#thumbs li {
	float: left;
	width: 75px;
}
ul#thumbs li a img,
ul#thumbs li a:visited img {
	border: 2px solid #FFF;
}
ul#thumbs li a.on img,
ul#thumbs li a:hover img,
ul#thumbs li a:active img {
	border: 2px solid #000;
}
/*
ul#thumbs li a.zoom {display: none;}
*/



/* widgets */

div.widget {
	display: inline;
	float: left;
	width: 180px;
	overflow: hidden;
	margin: 0 0 20px 10px;
	padding-top: 15px;
}
#recent-entries { margin-left: 90px; }

div.widget h2 {
	margin: 0 0 6px;
	font-size: 12px;
}
div.widget ul {
	padding-left: 1.4em;
	line-height: 1.3;
}
div.widget ul li {
	list-style-type: disc;
}
div.widget a:link,
div.widget a:visited {
	color: #FFF;
}
div.widget a:hover,
div.widget a:active{
	text-decoration: none;
}
