@charset "UTF-8";

html { background: #FFF; }

a, a:link, a:visited, a:active {
	color: #1D2087;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*----------------------------------------------------------
 塗料詳細
----------------------------------------------------------*/
#paint-detail {
	background: #FFF;
	width: 496px;
	padding: 0 0 10px 0;
	color: #000;
	text-align: left;
	overflow: hidden;
}

#charactor {
	float: left;
	width: 104px;
	margin: 15px 0 0 0;
}

.content {
	background: url(../images/tp_labo_vborder.gif) repeat-y right 0;
	float: left;
	width: 250px;
	margin: 10px 10px 0 0;
	padding: 0 10px 0 5px;
}
.content h2 {
	width: 250px;
	height: 46px;
	text-indent: -9999px;
}
#paint01 h2 { background: url(../images/tp_labo_title01.gif) no-repeat 0 0; }
#paint02 h2 { background: url(../images/tp_labo_title02.gif) no-repeat 0 0; }
#paint03 h2 { background: url(../images/tp_labo_title03.gif) no-repeat 0 0; }
#paint04 h2 { background: url(../images/tp_labo_title04.gif) no-repeat 0 0; }
#paint05 h2 { background: url(../images/tp_labo_title05.gif) no-repeat 0 0; }
#paint06 h2 { background: url(../images/tp_labo_title06.gif) no-repeat 0 0; }

.content p {
	font-size: 0.85em;
	line-height: 130%;
	margin: 10px 0 0 0;
}
#productsite {
	width: 240px;
	margin: 10px 0 0 0;
	text-align: right;
}

#lineup {
	float: left;
	margin: 15px 0 0 0;
}
#lineup h3 {
	background: url(../images/tp_labo_lineup.gif) no-repeat 0 0;
	width: 103px;
	height: 12px;
	text-indent: -9999px;
}
#lineup ul {
	margin: 12px 0 0 0;
}
#lineup ul li {
	background: url(../images/tp_labo_linehead.gif) no-repeat 0 1px;
	width: 103px;
	margin: 0 0 8px 0;
	padding: 0 0 0 14px;
	font-size: 0.85em;
	font-weight: bold;
	color: #1D2087;
	line-height: 125%;
}
