﻿@charset "utf-8";


/*+++++++++++++++++++++++++++++++++++++++++++ contents */

#contents form#links{
	clear: both;
	text-align: right;
	margin: 0px 20px 10px 0px;
}

.link_sub{
	clear: both;
}
.link_sub dl{
   line-height: 2.0em;
   padding: 0 0 10px 10px;
}
.link_sub dt{
   float: left;
   width: 250px;
}
.link_sub dt a{
   color: #f60;
   background-image: url(../common/images/listBg.gif);
   background-repeat: no-repeat;
   background-position: 3px 2px;
   padding: 0px 0px 0px 26px;
}
.link_sub dd{
}
.link_sub dt.dtWide{
	float: left;
	width: 500px;
}

h3{
	clear: both;
}