@charaset "Shift_JIS";
/*
----------------------
cla フォトショ基本CSS
更新日：2008.5.21
---------------------*/


/*　基本構造
-----ー---------------*/
#contents {
	padding: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	margin-top: 5px;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	border:none;
	background-color:#FFF;
}
.left {
	float: left;
}
.right {
	float: right;
}
.backTop{
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	float:none;
	background-color:#FFF;
}

/*　信頼醸成バナー
----------------------*/
#creditHead{
	padding:0;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#creditHead li{
	margin:0;
	padding:0;
	border:0;
	display: inline;
}
.orderFree {
	float: left;
	width: 410px;
	text-align: right;
}


/*　コンテンツ
----------------------*/


#contents h2 {
	margin-top: 15px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height:auto;
}
#contents #userVoice {
	float: right;
	width: 345px;
	padding-left: 10px;
	margin-bottom: 15px;
}
#contents #userVoice h3 {
	padding-top: 30px;
	padding-bottom: 5px;
}
#contents #sample{
	float:right;
	width:350px;
}
#contents #sample ul {
	float:right;
	list-style:none;
}
#contents .whatTo {
	padding: 0px;
	list-style-type: none;
	margin-top: 20px;
	width: 531px;
}
#contents .whatTo li{
	margin: 0px;
	padding: 0px;
	display:inline;
}
#contents #whatToCla {
	float: right;
	width: 410px;
}
#contents #link {
	background-color: #E5E5E5;
	text-align: center;
	font-weight: bold;
}

#contents .menuH {
	line-height: 19px;
	background-image: url(../images/menu_icon_h.gif);
	height: 19px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 100px;
	margin-bottom:3px
}
#contents .menuT {
	line-height: 19px;
	background-image: url(../images/menu_icon_t.gif);
	height: 19px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 100px;
	margin-bottom:3px
}
#contents .menuJ {
	line-height: 19px;
	background-image: url(../images/menu_icon_j.gif);
	height: 19px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 100px;
	margin-bottom:3px
}
h3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4497BD;
	margin-top: 25px;
	font-size: 120%;
}

/*　注文ページフレーム
----------------------*/

.orderFrame {
	width: 258px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c1c1c1;
	border-left-color: #c1c1c1;
	padding-top: 10px;
	padding-bottom: 10px;
}
.orderFrame .thumb {
	float: left;
	width: 85px;
	height:100px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
	margin-bottom: 1em;
}
.orderFrame .orderButton {
	clear: both;
	text-align: center;
}
h2 {
	font-size: 145%;
	color: #484848;
	font-weight: bold;
	margin-top: 40px;
}

