/*
Theme Name: TwentyTen
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 1.0.3
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: photography.css
description: 写真撮影専用スタイルシート

1.レイアウト


///////////////////////////////////////////////////////// */

/* ===========  1.レイアウト  =========== */
.reserve {
	width: 560px;
	padding: 7px 20px 0;
	font-size: 116.6%;
	background: url(../../../images/photography/bg_reserve.gif) left top no-repeat;
	text-align: center;
	margin-top: 30px;
}

.reserve {/* Min-Height Fast Hack */
	min-height: 30px;
	height: auto !important;
	height: 30px;
}

/*証明写真　価格表*/
table.tbl-price04 {
	border: 1px solid #9e9181;
	width: 458px;
}

table.tbl-price04 th {
	border: 1px solid #9e9181;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #59493f;
	padding: 4px 10px;
}

table.tbl-price04 td {
	border: 1px solid #9e9181;
	text-align: left;
	padding: 4px 10px;
	background: #FFF;
}

table.tbl-price04 td.line {
	background: #f5f5f5;
}

table.tbl-price04 td.priceNum {
	text-align: right;
}

table.tbl-price04 td.cen {
	text-align: center;
}

table.tbl-price04 td.rows {
	background: #dfd9d3;
	font-weight: bold;
}

.photoShomei {
	width: 120px;
	float: left;
	margin-right: 20px;
}

.txtShomei {
	width: 460px;
	float: left;
}


/*スーパーお受験・就職　ppBox内フロート*/
/*右写真左テキスト*/
.photoSuper01 {
	width: 140px;
	float: left;
	margin-right: 20px;
}

.txtSuper01 {
	width: 400px;
	float: left;
}

/*右テキスト左写真*/
.photoSuper02 {
	width: 140px;
	float: left;
}

.txtSuper02 {
	width: 400px;
	float: left;
	margin-right: 20px;
}

/*就職写真用*/
.photoRecruit {
	width: 270px;
	float: left;
}

.txtRecruit {
	width: 270px;
	float: left;
	margin-right: 20px;
}

.photo-right {
	float: right;
	margin: 0 0 20px 20px;
}
