@charset "UTF-8";

/*
--------------------------------------------------------------
	[ File Name   ] photogallery201007.css
	[ Last UpDate ] 18 July 2010
	[ Version     ] 1.0 
--------------------------------------------------------------
	[ Author       ] Kurehakan.co.jp
	[ Client       ] Move Co.,ltd
	[ Designed by  ] Kiyoo Ishida Qliem inc.
	[ Cord Making  ] Kiyoo Ishida 
--------------------------------------------------------------
*/

/*
--------------------------------------------------------------
	keyvisual_Styles
--------------------------------------------------------------
*/

div#keyvisualInner h2
	{
	background: #EFEFEF url(img/keyvisualBg.jpg) no-repeat left top;
	}

div.articleHead h3,
div.articleHead h3 a
	{
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 110%;
	text-shadow: #000 1px 2px 1px;
	font-family: serif;
	text-decoration: none;
	}

div.articleBody h4
	{
	letter-spacing: 0.1em;
	font-size: 105%;
	text-shadow: #000 1px 2px 1px;
	font-family: serif;
	}

div.articleBody h5
	{
	display: block;
	width: 600px;
	height: 18px;
	margin-bottom: 18px;
	padding-left: 9px;
	font-weight: bold;
	font-size: 105%;
	border-bottom: 1px solid #009999;
	color: #009999;
	}


p.information
	{
	display: block;
	width: 580px;
	height: 72px;
	height: auto !important;
	min-height: 72px ;
	margin-bottom: 36px;
	}

div.pgs
	{
	display: block;
	width: 600px;
	height: 400px;
	background:url(img/pgBg201007.jpg) no-repeat center top;
	position: relative;
	}

div.large
	{
	display: block;
	width: 240px;
	height: 320px;
	position: absolute;
	left: 47px;
	top:30px;
	text-indent: -9999em;
	}

div.small
	{
	display: block;
	width: 240px;
	height: 320px;
	position: absolute;
	left: 318px;
	top:30px;
	text-indent: -9999em;
	}
	
p.customername
	{
	display: block;
	width: 144px;
	height: 60px;
	position: absolute;
	left: 0px;
	top:360px;
	}

p.readmore
	{
	display: block;
	width: 600px;
	height: 36px;
	text-align: center;
	}

/*
--------------------------------------------------------------

Pager Style

--------------------------------------------------------------
*/

.articleBottom ul.pageNav
	{
	margin: 0px auto 36px auto;
	padding: 9px 9px 4px;
	text-align: center;

	}

.articleBottom ul.pageNav li 
	{
	display: inline;
	margin: 0 2px;
	padding: 0;

	}

.articleBottom ul.pageNav li span,
.articleBottom ul.pageNav li a 
	{
	display: inline-block;
	margin-bottom: 4px;
	padding: 4px 9px;
	background: #EFEFEF;
	text-decoration: none;
	vertical-align: middle;
	font-size: 80%;
	}

.articleBottom ul.pageNav li a:hover
	{
	color: #663300;
	background: #E5E5E5;
	}



