* {
	padding:0px;
	margin:0px;
}
body {
	font-size: small;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body { /* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
a {
	color: darkblue;
}

a:visited {
	color: purple;
}
a.tebiki {/*リンクされた文字*/
	color:red;
	text-decoration:none;
}
a:link.tebiki {/*未訪問のリンク*/
	color:red;
	text-decoration:none;
}
a:visited.tebiki {/*訪問後のリンク*/
	color:red;
	text-decoration:none;
}
a:hover.tebiki {/*マウスをのせたとき*/
	color:red;
	text-decoration:none;
}
a:active.tebiki {/*クリック中*/
	text-decoration:none;
}
a img {
	border: none;
}
.chapter-title {
	background-color: #EDEDED;
	border:solid 1px #cccccc;
	padding: 6px 0px 6px 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
	font-size: 1.2em;
	font-weight:bold;
}
.mid-title { /* 中見出し用スタイル　*/
	font-size: 1.2em;
	font-weight: bold;
}
.part-title {
	color: #FF6600;
	display: block;
	margin: 0 0 6px 0;
	line-height: 1.5;
}
p {
	font-size: .8em;
	line-height: 1.5;
	padding-bottom:6px;
}
span.link { /* 一行リンクでリンクボタン画像の下が欠ける場合に使用 */
	height: 18px;
}
.caption {
	font-size: 80%;
	line-height: 1.4;
}
.dotline {
	line-height: 1.5;
	border-top:dotted #666666 1px;
}
.dotline-s {
	line-height: 1.5;
	border-top:dotted #666666 1px;
	padding: 0px 0px 0px 20px;
	margin: 6px 0px 6px 10px;
}
.decod {
	border:solid #66ccff 1px;
	background-image: url(images/icn_kaisetu.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 5px 70px;
	min-height: 64px;
	height: auto !important;
	height: 64px;
	margin-top:6px;
	margin-bottom:6px;
}
.decod-kuwa {
	border:solid #66ccff 1px;
	background-image: url(gallery/1252309922555.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 5px 70px;
	min-height: 64px;
	height: auto !important;
	height: 64px;
	margin-top:6px;
	margin-bottom:6px;
}
.decod-noimg {
	border:solid #66ccff 1px;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 70px;
	min-height: 64px;
	height: auto !important;
	height: 64px;
	margin-top:6px;
	margin-bottom:6px;
}
.toJump {
	background-image: url(images/btn_jump.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
.kakkoichi {
	background-image: url(gallery/1259402875814.gif);
	background-repeat: no-repeat;
	background-position : 0px 5px;
	padding-left: 18px;
}
.kakkoni {
	background-image: url(gallery/1259397160504.gif);
	background-repeat: no-repeat;
	background-position : 0px 5px;
	padding-left: 18px;
}
.kakkosan {
	background-image: url(gallery/1259398062012.gif);
	background-repeat: no-repeat;
	background-position : 0px 5px;
	padding-left: 18px;
}
.komeichi {
	background-image: url(gallery/1259401334331.gif);
	background-repeat: no-repeat;
	background-position : 0px 5px;
	padding-left: 35px;
}
.komeni {
	background-image: url(gallery/1259400764018.gif);
	background-repeat: no-repeat;
	background-position : 0px 5px;
	padding-left: 35px;
}
p.pagetop {
	text-align: right;
}
p.pagetop a {
 	font-size: .9em;
	text-decoration: none;
}
ul {
	font-size: .8em;
	line-height: 1.5;
	list-style-type: none;
	list-style-image: url(images/list_style.gif);
	padding-left: 20px;
/*	margin-left: 4px; backgroundimage使用時はpaddingの代わりにコレを使う */
	margin-bottom: 6px;
}
/* backgroundimageを使用してリストマーカを表示する場合は以下
ul li {
	background-image: url(images/list_style.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 6px center;
}
*/
ol {
	font-size: .8em;
	line-height: 1.5;
	margin-left: 30px;
	margin-bottom: 6px;
}
ol.skip { /* olにフォントサイズを適用させたくない場合 */
	font-size: 1em;
}
ol.alpha { /* olスタイルアルファベット */
	list-style-type: upper-alpha;
}
ol.roman { /* olスタイルローマン文字 */
	list-style-type: upper-roman;
}

.hyou { /* 全ての表組に設定 */
	border-collapse: collapse;
	border-spacing: 0;
	font-size: .8em;
	line-height: 1.5;
	border: 1px solid #c0c0c0;
	margin-bottom: 6px;
}
.hyou th,
.hyou td {
	padding: 4px;
	border: 1px solid #c0c0c0;
}
.hyou caption {
	text-align: left;
	font-weight: bold;
}

/*------------------ここから足しました-------------------*/
/*目次以外の定義リスト（dl要素）のCSSです*/
 dl.dl_style{
padding-left:20px;
}
 dl.dl_style dt{
	font-weight:bold;
	padding-bottom:10px;
}


/*調べるの関係項目以下二段を再現するCSSです */
/*左のコンテンツの位置を決めます */
 .sirabe_left{
	float:left;
	width:49%;
}
/*右のコンテンツの位置を決めます */
 .sirabe_right{
	float:right;
	width:49%;
}

/*相談するの消費者トラブルボタンを左によせます */
 .sodan_left{
	float:left;
	width:260px;
	padding-right:20px;
}
/*相談するの法解釈ボタンを左によせます */
 .sodan_right{
	float:left;
	width:260px;
}

.longbox {
	background-image: none;
	background-repeat: repeat-x;
	padding-left: 10px;
	background-position: bottom;
	height:32px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #7A7A7A;
	line-height: 2.5;
}

.notrouble-gold { 
	background-color: #FFE5A0;
	background-image: url(http://www.no-trouble.jp/gallery/1245768745479.gif); 
}
	
.insideLinks3  {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #FFFFFF;
	padding: 3px 3px 3px 10px;
	margin: 0px 0px 0px 0px;
	height: 80px;	
}
.grayLinks  {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #dbdbdb;
	padding: 3px 36px 3px 10px;
	margin: 0px 0px 0px 0px;
	
}

.longbox {
	background-image: none;
	background-repeat: repeat-x;
	padding-left: 10px;
	background-position: bottom;
	height:32px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #7A7A7A;
	line-height: 2.5;
}

.notrouble-gold { 
	background-color: #FFE5A0;
	background-image: url(http://www.no-trouble.jp/gallery/1245768745479.gif); 
}
	
.insideLinks3  {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #FFFFFF;
	padding: 3px 3px 3px 10px;
	margin: 0px 0px 0px 0px;
	height: 80px;	
}
.grayLinks  {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #dbdbdb;
	padding: 3px 36px 3px 10px;
	margin: 0px 0px 0px 0px;
	
}
.fake-title {
	background-color: #EDEDED;
	border:solid 1px #cccccc;
	padding: 6px 0px 6px 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
	font-size: 1.2em;
	font-weight:bold;
}
.hyou_n { 
	border-collapse: collapse;
	border-spacing: 2;
	font-size: .8em;
	line-height: 1.5;
	margin-bottom: 6px;
}
.hyou_n th,
.hyou_n td {
	padding: 4px;
}
/*------------------割賦角丸-------------------*/
.kappkm{display:block}
.kappkm *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffcc00
}
.kappkm1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #ffe991;
  border-right:1px solid #ffe991;
  background:#ffd83f
}
.kappkm2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fff9e5;
  border-right:1px solid #fff9e5;
  background:#ffd530
}
.kappkm3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ffd530;
  border-right:1px solid #ffd530;
}
.kappkm4{
  border-left:1px solid #ffe991;
  border-right:1px solid #ffe991
}
.kappkm5{
  border-left:1px solid #ffd83f;
  border-right:1px solid #ffd83f
}
.kappkmfg{
  background:#ffcc00
}
