@charset "utf-8";

/*====================================================================

level2.css

======================================================================

	01. common elements
	02. box
	03. repair
	04. contact
	05. used
	06. gallery

last update 00/00/00
produced by 0510office (http://www.0510office.co.jp/)

====================================================================*/


/*--------------------------------------------------------------------/
	01.common elements
/--------------------------------------------------------------------*/



/*--------------------------------------------------------------------/
	02.box
/--------------------------------------------------------------------*/

.box {
	width: 535px;
	margin: 8px 0 30px 17px;
}

.box img.right {
	margin-left: 15px;
}

.box p img { margin-top: 7px;}

.box strong {
	color: #669900;
	font-size: 11pt;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.box img.inl { display: inline;}
.box a:hover img {
	background: #fff;
	opacity:0.4;
	filter: alpha(opacity=70);
}

.box:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* box table01
-----------------------------------------*/

.table01 {
	width: 515px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
	background: url(../img/table_bg.gif) repeat-x 0 0;
}

.table01 th,
.table01 td {
	vertical-align: top;
	background: url(../img/table_bg.gif) repeat-x 0 100%;
}

.table01 th {
	width: 140px;
	font-size: 11pt;
	padding: 5px;
	border-right: 2px solid #3366CC;
}

.table01 td {
	padding: 7px 10px;
}

.table01 th em {
	color: #CC0000;
	font-style: normal;
	font-size: 12px;
	padding-left: 5px;
}

/*--------------------------------------------------------------------/
	02.repair
/--------------------------------------------------------------------*/

#repair dl {
	width: 534px;
	margin: 10px 0 20px 0;
}

#repair h4 { display: none;}

#repair dt {
	width: 534px;
	height: 56px;
}

#repair dt.bg01 { background: url(../../repair/img/h4_01.gif) no-repeat 0 0;}
#repair dt.bg02 { background: url(../../repair/img/h4_02.gif) no-repeat 0 0;}
#repair dt.bg03 { background: url(../../repair/img/h4_03.gif) no-repeat 0 0;}
#repair dt.bg04 { background: url(../../repair/img/h4_04.gif) no-repeat 0 0;}
#repair dt.bg05 { background: url(../../repair/img/h4_05.gif) no-repeat 0 0;}

#repair dd {
	padding: 10px 13px;
	border-bottom: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
}

#repair dd em {
	color: #cc6600;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 1px;
}

/*--------------------------------------------------------------------/
	04.contact
/--------------------------------------------------------------------*/

.table02 {
	width: 530px;
	margin-top: 10px;
	text-align: left;
	background: url(../img/table_bg.gif) repeat-x 0 0;
}

.table02 th,
.table02 td {
	vertical-align: top;
	background: url(../img/table_bg.gif) repeat-x 0 100%;
}

.table02 th {
	width: 210px;
	font-size: 11pt;
	padding: 5px 0 5px 5px;
	border-right: 2px solid #3366CC;
}

.table02 td { padding: 7px 0 7px 10px;}
.table02 td.none {
	text-align: center;
	padding-top: 25px;
	background: none;
}

.table02 th em {
	color: #CC0000;
	font-style: normal;
	font-size: 12px;
	padding-left: 5px;
}

.imeon{ ime-mode:active; }
.imeoff{ ime-mode:disabled; }
.stick{height: 500px;}


/*--------------------------------------------------------------------/
	05.used
/--------------------------------------------------------------------*/

#usedcamera table {
	width: 530px;
	margin-bottom: 25px;
	border: 1px solid #dddddd;
}

#usedcamera th,
#usedcamera td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
}

#usedcamera th {
	width: 128px;
}

#usedcamera td { padding-left: 18px;}

#usedcamera ul,
#usedcamera ol,
#gallery ul,
#gallery ol { display: block;}
#usedcamera ul li,
#gallery ul li{
	margin-left: 18px;
	list-style-type: circle;
}
#usedcamera ol li,
#gallery ol li {
	margin-left: 18px;
	list-style-type: decimal;
}


#usedcamera dl {
	width:490px;
	margin-top: 10px;
	margin-left: 15px;
}
#usedcamera dl dt {
	float: left;
}
#usedcamera dl dd {
	margin-left: 40px;
	padding-top: 8px;
	margin-bottom: 15px;
}

#usedcamera dl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*--------------------------------------------------------------------/
	06.gallery
/--------------------------------------------------------------------*/

#gallery table{
	width: 530px;
	margin-bottom: 20px;
}

#gallery th,
#gallery td {
	vertical-align: top;
	line-height: 1.4;
}

#gallery th {
	width: 276px;
	text-align: center;
}
#gallery th img {
	display: inline;
	border: 1px solid #dddddd;
	padding: 3px;
}


#gallery td {
	text-align: left;
	padding-top: 5px;
	padding-left: 15px;
}

