@charset "utf-8";
/*
 * タイトルの装飾 コラム専用
 * lastUpdate 2009.03.10
 * 
 *
 */
 
 
h1{
	margin: 0 0 0.5em 0;
	padding: 0.2em 0.3em;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #cc0033;
	border-left: 1px solid #e0e0e0;
	font-weight: bold;
	background: url(/common/images/bg_heading_h1.gif) no-repeat bottom right;
}

div#wrapContents h2{
	letter-spacing: 0.1em;
	margin: 0 0 0.5em 0;
	padding: 2px 0;
	font-weight: bold;
	background: none;
}
div#wrapContents h3{
	margin-top: 0;
	margin-bottom: 0.3em;
	padding: 2px 0;
	font-weight: normal;
	background: none;
}
div#wrapContents h4{
	margin-top: 0;
	margin-bottom: 0.1em;
	padding: 2px 0;
	background: none;
}
div#wrapContents h5{
	margin-top: 0;
	margin-bottom: 0.1em;
	padding: 2px 0;
	background: none;
}


/* module（主に田口さんコラム）*/
ul.listGeneralFloat li.ico {
	float: right;
	margin-left: 15px;
}
ul.listGeneralFloat li.ico img{
	margin: 5px 3px 0 0;
}

div.colum_list {
	width:49%;
	line-height:150%;
	float: left;
	margin: 10px 0 0 5px;
}
div.colum_list ul {
	list-style: none;
}
div.colum_list ul.listWhatsnew li a {
	padding-left: 25px;
}
div.colum_list ul.listWhatsnew li img {
	margin: 0 0 8px 3px;
}
ul.listWhatsnew li.camera a {
	background: url(/photo/repairer/images/btn_icon_camera_s.jpg) no-repeat left top;
}
ul.listWhatsnew li.soba a {
	background: url(/photo/repairer/images/btn_icon_soba_s.jpg) no-repeat left top;
}
ul.listWhatsnew li.other a {
	background: url(/photo/repairer/images/btn_icon_other_s.jpg) no-repeat left top;
}

.right {
		text-align: right;
}
div.paragraph p img {
	margin-left: 13px;
}
.fr {
	float: right;
	margin: 0 0 1em 1em;
}

p.fancyBorder img{
	margin-left: 10px;
	padding: 2px 2px 28px 2px;
	background: url(/common/images/btn_zoom.gif) no-repeat center bottom #fff;
}

p.fancyBorder a img{
	border: 1px solid #c5e9fe;
}
p.fancyBorder a:hover img{
	border: 1px solid #33ccff;
	background: url(/common/images/btn_zoom_over.gif) no-repeat center bottom #fff;
}

