/*
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: print.css
description: プリントサービス専用スタイルシート

1.レイアウト


///////////////////////////////////////////////////////// */

/* ===========  1.レイアウト  =========== */
ul.lnaviPrint {
    list-style-type: none;
    width: 200px;
	margin-bottom: 0;
}

ul.lnaviPrint li {
    list-style-type:none;
	background: url(../../../images/common/bg_lnavi.gif) center bottom no-repeat;
	padding-left: 10px;
}

ul.lnavi li.category, ul.lnaviPrint li.category {
    list-style-type:none;
	background: url(../../../images/print/bg_lnaviCategory.gif) left center no-repeat;
	color: #FFF;
	padding-left: 10px;
	padding-top: 6px;
	font-weight: bold;
	font-size: 116.6%;
}

ul.lnavi li.category, ul.lnaviPrint li.category {/* Min-Height Fast Hack */
	min-height: 25px;
	height: auto !important;
	height: 25px;
}

ul.lnaviPrint a {
    display: block;
	overflow: hidden;
	background-image: url(../../../images/common/lnavi_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	height:25px;
	width: 165px;
	padding: 8px 0 0 20px;
}

ul.lnaviPrint a.lnavi-act {
    background-image: url(../../../images/common/lnavi_arrow_act.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

ul.lnaviPrint li a:link {
	color: #a71538;
	font-weight: bold;
	text-decoration: none;
}

ul.lnaviPrint li a:visited {
	color: #a71538;
	font-weight: bold;
	text-decoration: none;
}

ul.lnaviPrint li a:active {
	color: #f29700;
	font-weight: bold;
	text-decoration: none;
}

ul.lnaviPrint li a:hover {
	color: #f29700;
	font-weight: bold;
	text-decoration: none;
}

ul.lnaviPrint li a.lnavi-act:link {
	color: #59493f;
	font-weight: bold;
	text-decoration: none;
}

ul.lnaviPrint li a.lnavi-act:visited {
	color: #59493f;
	font-weight: bold;
	text-decoration: none;
}

ul.lnaviPrint li a.lnavi-act:active {
	color: #f29700;
	font-weight: bold;
	text-decoration: none;
}

ul.lnaviPrint li a.lnavi-act:hover {
	color: #f29700;
	font-weight: bold;
	text-decoration: none;
}

/*マルプリント*/
dl.list-product {
	width: 320px;
}

dl.list-product dt {
	width: 110px;
	float: left;
	clear: left;

}

dl.list-product dd {
	padding-left: 120px;
	padding-top: 5px;
}

/*ポストカード*/
dl.list-postcard {
	width: 600px;
}

dl.list-postcard dt {
	width: 120px;
	float: left;
	clear: left;

}

dl.list-postcard dd {
	padding-left: 130px;
	padding-top: 5px;
}

/*アルバム*/
.albPhoto01 {
	width: 160px;
	float: left;
}

.albTxt01 {
	width: 440px;
	float: left;
}

.albPhoto02 {
	width: 180px;
	float: left;
}

.albTxt02 {
	width: 360px;
	float: left;
	margin-right: 20px;
}


/*saorin*/
.ppBoxSaorin01 {
	width: 340px;
	float: left;
	margin-right: 20px;
}

.ppBoxSaorin02 {
	width: 200px;
	float: left;
}

/*フィルムプリント*/
.boxFormat {
	width: 270px;
	background:  url(../../../images/print/film/bg_format.jpg) left top no-repeat;
	padding-right: 330px;
}

.boxFormat {/* Min-Height Fast Hack */
	min-height: 135px;
	height: auto !important;
	height: 135px;
}
