/*
 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
 *
 * http://www.lockon.co.jp/
 */

@charset "{$smarty.const.CHAR_CODE}";

/*FORM*/
.box3 { width: 33px; }	/*W3*/
.box6 { width: 54px; }	/*W6*/
.box10 { width: 82px; }	/*W10*/
.box12 { width: 96px; }	/*W12*/
.box18 { width: 138px; }	/*W18*/
.box19 { width: 145px; }	/*W19*/
.box20 { width: 152px; }	/*W20*/
.box30 { width: 222px; }	/*W30*/
.box33 { width: 243px; }	/*W30*/
.box40 { width: 292px; }	/*W40*/
.box47 { width: 341px; }	/*W47*/
.area40 { width: 302px; height: 134px; }	/*W40｡ﾟH8*/
.area45 { width: 337px; height: 290px; }	/*W40｡ﾟH20*/
.area46 { width: 337px; height: 134px; }	/*W40｡ﾟH8*/
.area50 { width: 372px; height: 290px; }	/*W50｡ﾟH20*/
.area55 { width: 407px; height: 290px; }	/*W55｡ﾟH20*/
.area65 { width: 444px; height: 290px; }	/*W65｡ﾟH20*/
.area68 { width: 498px; height: 134px; }	/*W68｡ﾟH8*/
.area80 { width: 572px; height: 134px; }	/*W80｡ﾟH8*/
.area80_2 { width: 572px; height: 420px; }	/*W80｡ﾟH30*/
.area92 { width: 666px; height: 160px; }	/*W92｡ﾟH10*/
.area96 { width: 694px; height: 420px; }	/*W80｡ﾟH30*/
.area96_2 { width: 694px; height: 160px; }	/*W80｡ﾟH10*/

/*LINK*/
a:link { color: #3a75af; text-decoration: underline; }
a:visited { color: #3a75af; text-decoration: underline; }
a:hover { color: #3a75af; text-decoration: none; }

/*OVER*/
a.over:link{ color:#4a6fa6; text-decoration: none; }
a.over:visited { color:#4a6fa6; text-decoration: none; }
a.over:hover { color:#4a6fa6; text-decoration: underline; }

/*COLOR*/
.white { color: #ffffff; }
.whitest { color: #ffffff; font-weight: bold; }
.red {
	color: #3731B3;
}
.redst {
	color: #000000;
	font-weight: bold;
}
.blue { color: #3a75af; }
.bluest { color: #3a75af; font-weight: bold; }
.black { color: #000000; }
.blackst { color: #000000; font-weight: bold; }
.orange { color: #ff6600; }
.orangest {
	color: #0000CC;
	font-weight: bold;
}

/*PHOTO*/
.picture { 
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}

/*PHOTO*/
img { 
	border: 0px;
}


#container #right #contents #right #price{
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	padding: 0;
	margin: 0;
	padding: 0;
	width: 295px;
	background-color: #F8ECFF;
}
.addContentArea {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 16px;
	text-align: left;
	color: #000000;
	font-size: 14px;
}
.addContentArea h1 {
	font-size: 18px;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #AEAEE4;
	border-right-color: #AEAEE4;
	border-bottom-color: #AEAEE4;
	border-left-color: #AEAEE4;
	padding-bottom: 2px;
	background-color: #DDDDF1;
	margin-right: -8px;
	margin-left: -8px;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
}
.addContentArea h2 {
	font-size: 14px;
	list-style-position: inside;
	list-style-type: square;
}
.addContentArea table {
	border-collapse: collapse;
	font-size:12px;
}

.addContentArea table td{
	border: 1px solid #333333;
	padding: 2px;
	background-color:#f0f0f0;
}

.addContentArea table td.fieldTitle{
	border: 1px solid #333333;
	background-color:#EEDDFF;
}

.categoryListEntry {
	clear: right;
	float: left;
	margin: 4px;
	padding: 2px;
	width: 130px;
	height: 150px;
	background-color: #E8E8FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F7F7FF;
	border-right-color: #E1DEFA;
	border-bottom-color: #E1DEFA;
	border-left-color: #F7F7FF;
}

.categoryListEntry td{
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
}

.categoryListEntry a {
	text-decoration: none;
}

.categoryListEntry a:hover {
	text-decoration: underline;
}

