/*  
Theme Name: photostudio01
Theme URI: http://re-s.jp/photostudio/
Description: photostudio template
Author: Hideaki Hamada
Author URI: http://re-s.jp
Version: 1.0
*/

body {
    margin: 0;
    padding: 0;
	font-size: 14px;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, monospace;
    color:#555;
	letter-spacing:0.3px;
	background-image:url(http://re-s.jp/photostudio/wp-content/uploads/image/back.jpg);
    background-position:left top;
    background-repeat:repeat;
}

/* ***********************************************************************
	1 :layout
*********************************************************************** */

#wrapper {
    width: 760px;
	height: auto;
	background-image:url(http://re-s.jp/photostudio/wp-content/uploads/image/wrapper.png);
	background-position:center;
	background-repeat:repeat-y;
}

#head {
    width: 680px;
	height: 475px;
    margin: 0 0 0 0;
	padding: 0 40px 0 40px;
}

#head2 {
    width: 680px;
	height: 45px;
    margin: 0 0 0 0;
	padding: 30px 40px 0 40px;
	text-align:left;
}


#box {
    width: 680px;
	height: auto;
    margin: 15px 0 0 0;
    padding: 0 40px 0 40px;
}

#content {
    float: right;
    width: 465px;
    margin: 0 0 0 0;
	padding: 0 15px 0 20px;
	text-align: left;
}

#sidebar {
    float: left;
    width: 160px;
    margin: 30px 0 120px 0;
	padding: 0 20px 0 0;
	text-align: left;
}

#home {
	margin:0 0 100px 0;
	padding: 0 0 0 0;
}

#banner {
	margin:20px 0 20px 0;
	padding: 0 0 0 0;
}

#separate {
    clear: both;
	}

#foot {
	width: 680px;
	height: 80px;
    margin: 30px 0 0 0;
    padding: 0 40px 25px 40px;
	font-size:10px;
	text-align: center;
}

#page-title {
    margin:19px 0 0 0;
}


/* ***********************************************************************
	2 :article
*********************************************************************** */

.blog {
    margin:0 0 0 0;
    padding:0 0 0 0;
	line-height:170%;
}

.entry {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
}

.entry-header {
	margin: 0 0 20px 0;
	padding:6px 10px 6px 7px;
	color:#333333;
	background:#e5d9bf;
	font-family: Georgia, Times, serif;
	font-weight:bold;
	font-size:12px;
	line-height:100%;
	letter-spacing: 0.6px;
    text-align: left;
}

.entry-body {
    margin: 0 0 20px 0;
	text-align:left;
}

.page-header {
    text-align: left;
	font-size: 14px;
	margin:0 0 0 0;
}

.page-body {
    margin: 20px 0 30px 0;
	text-align:justify;
}

#content p {
    margin:0 0 25px 0;
}

.price {
   font-size:14px;
   color:#996633;
}

.note {
   font-size:12px;
   color:#996633;
   letter-spacing:0.3px;
   line-height:170%;
}

.small {
   font-size:12px;
   letter-spacing:0.3px;
   line-height:170%;
}

.line {
    width:auto;
	height: 1px;
    border-bottom: 1px dotted #CCCCCC;
    margin:0 0 10px 0;
	padding:0 0 0 0;
}

.line_short {
    width:400px;
	height: 1px;
    border-bottom: 1px dotted #CCCCCC;
    margin:10px 0 25px 0;
	padding:0 0 0 0;
}


/* ***********************************************************************
	4 :anchor
*********************************************************************** */

/* anchor */
a:link { color: #996633; text-decoration: none; }
a:visited { color: #996633; text-decoration: none; }
a:hover { color: #CC9933; text-decoration: none; }

/* image anchor */
a img { border: none; }
.imgbd a:link img,
.imgbd a:visited img {	border : 1px solid #CDCDCD;}
.imgbd a:hover img {	border : 1px solid #999999;}
.imgbd a:hover {	border-color : #999999;}



/* ***********************************************************************
	4 :anchor
*********************************************************************** */

#sidebar ul#leftMenu {
	list-style:none;
	padding:1px 0;
	background:url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_dot.gif);
	margin-bottom:20px;
}

#sidebar ul#leftMenu ul {
	list-style:none;
	padding:6px 0 0;
	margin:0;
	background:none;
	width:100%;
}

#sidebar ul#leftMenu li {
	width:100%;
	height:23px;
	padding:6px 0;
	margin-top:1px;
	text-indent:-9999px;
}

#sidebar ul#leftMenu li a {
	display:block;
	width:100%;
	height:23px;
}

#sidebar ul#leftMenu li li {
	padding:0 0 1px;
	background:none;
}

#sidebar ul#leftMenu li#leftMenuTop {
	background:#FFF url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_top_over.jpg) no-repeat left 6px;
	margin-top:0;
}
#sidebar ul#leftMenu li#leftMenuTop a {
	background:url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_top.jpg) no-repeat;
}
#sidebar ul#leftMenu li#leftMenuAbout {
	background:#FFF url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_about_over.jpg) no-repeat left 6px;
}
#sidebar ul#leftMenu li#leftMenuAbout a {
	background:url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_about.jpg) no-repeat;
}
#sidebar ul#leftMenu li#leftMenuNews {
	background:#FFF url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_news_over.jpg) no-repeat left 6px;
}
#sidebar ul#leftMenu li#leftMenuNews a {
	background:url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_news.jpg) no-repeat;
}

#sidebar ul#leftMenu li#leftMenuSchedule {
	background:#FFF url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_schedule_over.jpg) no-repeat left 6px;
}
#sidebar ul#leftMenu li#leftMenuSchedule a {
	background:url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_schedule.jpg) no-repeat;
}
#sidebar ul#leftMenu li#leftMenuDocument {
	background:#FFF url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_document_over.jpg) no-repeat left 6px;
}
#sidebar ul#leftMenu li#leftMenuDocument a {
	background:url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_document.jpg) no-repeat;
}
#sidebar ul#leftMenu li#leftMenuReserve {
	background:#FFF url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_reserve_over.jpg) no-repeat left 6px;
}
#sidebar ul#leftMenu li#leftMenuReserve a {
	background:url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_reserve.jpg) no-repeat;
}
#sidebar ul#leftMenu li#leftMenuContact {
	background:#FFF url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_contact_over.jpg) no-repeat left 6px;
}
#sidebar ul#leftMenu li#leftMenuContact a {
	background:url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_contact.jpg) no-repeat;
}
#sidebar ul#leftMenu li#leftMenuIto {
	background:#FFF url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_ito_over.jpg) no-repeat left 6px;
}
#sidebar ul#leftMenu li#leftMenuIto a {
	background:url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_ito.jpg) no-repeat;
}
#sidebar ul#leftMenu li#leftMenuSei {
	background:#FFF url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_sei_over.jpg) no-repeat left 6px;
}
#sidebar ul#leftMenu li#leftMenuSei a {
	background:url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_sei.jpg) no-repeat;
}
#sidebar ul#leftMenu li#leftMenuMount {
	background:#FFF url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_mount_over.jpg) no-repeat left 6px;
}
#sidebar ul#leftMenu li#leftMenuMount a {
	background:url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_mount.jpg) no-repeat;
}
#sidebar ul#leftMenu li#leftMenuPrice {
	background:#FFF url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_price_over.jpg) no-repeat left 6px;
}
#sidebar ul#leftMenu li#leftMenuPrice a {
	background:url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_price.jpg) no-repeat;
}
#sidebar ul#leftMenu li#leftMenuFamily {
	background:#FFF url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_family_over.jpg) no-repeat left 6px;
}
#sidebar ul#leftMenu li#leftMenuFamily a {
	background:url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_family.jpg) no-repeat;
}
#sidebar ul#leftMenu li#leftMenuHall {
	background:#FFF url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_hall_over.jpg) no-repeat left 6px;
}
#sidebar ul#leftMenu li#leftMenuHall a {
	background:url(http://re-s.jp/photostudio/wp-content/uploads/image/menu_hall.jpg) no-repeat;
}

#sidebar ul#leftMenu li#leftMenuTop a:hover,
#sidebar ul#leftMenu li#leftMenuAbout a:hover,
#sidebar ul#leftMenu li#leftMenuNews a:hover,
#sidebar ul#leftMenu li#leftMenuSchedule a:hover,
#sidebar ul#leftMenu li#leftMenuDocument a:hover,
#sidebar ul#leftMenu li#leftMenuReserve a:hover,
#sidebar ul#leftMenu li#leftMenuContact a:hover,
#sidebar ul#leftMenu li#leftMenuIto a:hover,
#sidebar ul#leftMenu li#leftMenuSei a:hover,
#sidebar ul#leftMenu li#leftMenuMount a:hover,
#sidebar ul#leftMenu li#leftMenuPrice a:hover,
#sidebar ul#leftMenu li#leftMenuFamily a:hover,
#sidebar ul#leftMenu li#leftMenuHall a:hover {
	background:none;
}
