@charset "utf-8";
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.align_c {
  text-align: center!important;
}
.heightAuto {
  height: auto!important;
}
/*
------------------------------------------------
FRAME
------------------------------------------------
*/

#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#header {
}
#wrapper .container {
  width: 1200px!important;
  float: none!important;
}
/*.contentHeader {
  display: block;
  width: 1200px;
  height: 55px;
  background: url(../images/common/idea_note_header.png) no-repeat;
  margin: 10px 0 0 0;
}*/
#contentArea h1 {
  background-color: #EEEEEE;
  border-top: 3px solid #0169C6;
  color: #333333;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 10px 0 10px 10px;
}

/*
------------------------------------------------
GENERAL
------------------------------------------------
*/

.font_red {
  color: #db1b32;
}
.rightContent h2,
.leftContent h2,
.bottomContent h2 {
  margin: 0;
  padding: 1px 0 0 0;
  height: 35px;
  background: url(../images/common/title_bg.gif) repeat-x left top;
}
.rightContent p {
  margin: 0;
  padding: 20px 0;
}
.list01 {
  padding: 10px 0 12px 0;
}
.list01 a {
  text-decoration: underline;
}
.list01 a:hover {
  text-decoration: none;
}
.list01 li {
  margin: 3px 0 8px 0;
  padding: 0 0 0 25px;
  /*background: url(../images/common/bull_03.gif) no-repeat 10px 0.5em;*/
}
.list01 li ul {
  margin: 0;
  padding: 3px 0;
}
.list01 li ul li {
  margin: 0 0 0 0;
  padding: 3px 0 0 15px;
  background: url(../images/common/bull_01.gif) no-repeat 0 0.6em;
  font-size: 12px;
  color: #555555;
}
.infoText {
  padding: 0 20px 10px 20px;
  font-size: 11px;
}
h2 span {
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 16px;
  color: #333333;
  height: 35px;
  line-height: 35px;
  display: block;
}
.bborder01 {
  border-bottom: #95b0e5 1px dotted;
}
.pb00 {
  padding-bottom: 0px!important;
}

/*
------------------------------------------------
CATEGORY NAVIGATION
------------------------------------------------
*/
#categoryNavi {
  margin: 20px 0 0 0;
  background: #f7f7f7 url(../images/top/category_bg.jpg) repeat-x left bottom;
  width: 1199px;
  min-height: 42px;
  height: auto !important;
  height: 42px;
  border-left: #c7c7c7 1px solid;
  border-bottom: 1px solid #f0f0f0;
}
#categoryNavi li {
  width: 108px;
  float: left;
  border: #c7c7c7 1px solid;
  border-left: none;
}
#categoryNavi li a {
  display: block;
  font-size: 12px;
  min-height: 40px;
  height: auto !important;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#categoryNavi li a:hover,
#categoryNavi li a.linkActive {
  background: url(../images/top/category_bghover.jpg) repeat-x left top;
  color: #ffffff;
}
/*
PRODUCT NAVIGATION
------------------------------------------------
*/

#productLinkArea {
  padding: 25px 0 0 0;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}
#productLinkArea li {
  padding: 0 15px 25px 0;
  float: left;
  width: 227px;
  height: 141px;
}
#productLinkArea li.pr0 {
  padding-right: 0!important;
}
#productLinkArea li a {
  display: block;
  border: 1px solid #ccc;
}
#productLinkArea li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: 1px solid #999;
}
/*
------------------------------------------------
CATEGORY NAVIGATION
------------------------------------------------
*/

.mainTitle {
  padding: 15px 0 0 0;
  position: relative;
  width: 1200px;
  height: 122px;
}
/*
.btnInfo {
  position: absolute;
  right: 10px;
  top: 79px;
  display: block;
  width: 176px;
  height: 28px;
}
*/
/*
------------------------------------------------
DISCLAIMER
------------------------------------------------
*/

.disclaimer h3 {
  margin: 0 0 5px 0;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: bold;
  background: #eeeeee;
}
.disclaimer {
  padding: 15px 0 0 0;
  font-size: 12px;
  clear: both;
}
.disclaimer p {
  margin: 0;
  padding: 0 0 2px 0;
}
/*
----------------------------------------
POPUP AREA
----------------------------------------
*/
/*
.popArea {
  padding: 0 5px 0 0;
  width: 573px;
  height: 550px;
  overflow: auto;
  position: relative;
}
.popArea.cancelHeight {
  padding: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.popArea h3 {
  position: relative;
  padding: 8px 5px;
  background: #f0f0f0;
  border-top: 2px solid #0166c4;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}
.popArea h4 {
  position: relative;
  margin: 10px 0 0 0;
  padding: 5px;
  background: #e6f1ff;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
}
/*
.box_navi {
  padding: 8px 0 10px 0;
  text-align: left;
}
.popArea p {
  margin: 0;
  padding: 10px 0;
}
.popArea .pageTop {
  margin: 0 0 10px 0;
  padding: 0;
}
ol.list02 {
  padding: 0 0 12px 0;
}
ol.list02 li {
  margin: 3px 0 8px 0;
  padding: 0 0 0 25px;
  list-style: none;
}
ol.list02 li.num01 {
  background: url(../images/top/num01.gif) no-repeat 5px center;
}
ol.list02 li.num02 {
  background: url(../images/top/num02.gif) no-repeat 5px center;
}
ol.list02 li.num03 {
  background: url(../images/top/num03.gif) no-repeat 5px center;
}
ol.list02 li.num04 {
  background: url(../images/top/num04.gif) no-repeat 5px center;
}

/*
------------------------------------------------
TOP LIST
------------------------------------------------
*/
.toplist_box {
  border: #cccccc solid 2px;
  margin-top: 0px;
  clear: both;
}
.toplist_box01 {
  display: block;
  padding: 10px 0;
  margin-left: 10px;
  width: 1180px;
}
.toplist_box_l {
  float: left;
  display: block;
  width: 200px;
  font-weight: bold;
}
.toplist_box_r {
  float: left;
  display: block;
  width: 976px;
  border-left: #cccccc solid 1px;
}
.toplist_box_r li {
  float: left;
  margin: 0 0 0 10px;
}
.toplist_box02 {
  display: block;
  padding: 10px 0;
  margin-left: 10px;
  width: 1180px;
  border-top: #cccccc solid 1px;
}
.color_g {
  color: #cccccc;
}
/*
------------------------------------------------
TOP SEARCH 
------------------------------------------------


.searchIdeaNote_box {
  width: 400px;
  height: 25px;
  margin: 15px 0 15px 0;
}
.searchIdeaNote_txt {
  float: left;
  display: block;
  width: 295px;
  height: 23px;
  border-top: #CCC solid 1px;
  border-left: #CCC solid 1px;
  border-bottom: #CCC solid 1px;
}
.searchIdeaNote_txt span {
  display: block;
  color: #CCC;
  margin-left: 10px;
  margin-top: 3px;
}
.searchIdeaNote_btn a {
  float: left;
  display: block;
  width: 104px;
  height: 25px;
  text-indent: -9999px;
  background: url(../images/common/search_btn.png) no-repeat;
}
*/
/*
------------------------------------------------
UNIT LIST
------------------------------------------------
*/

.unitListArea {
  margin-top:30px;
}


/*
------------------------------------------------
NEWS LIST
------------------------------------------------
*/
.news_table{
  border:1px solid #ccc;
  margin:10px auto 0;
  padding:10px 5px;
  width:1200px;
  border-collapse:collapse;
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
}
.news_table th{
  vertical-align:middle;
  width:100px;
}
.news_table th .news_title{
  margin: 0 5px;
}
.news_table td{
  vertical-align:middle;
  padding:5px 0;
}
.news_table th .news_title span{
  border-left:4px solid #ccc;
  padding-left:8px;
  font-size:14px;
  font-weight:bold;
  height:18px;
  line-height:18px;
}
.news_table .news_list_box{
  border-left:1px solid #ccc;
  padding-left:10px;
}
.news_table td dl{
}
.news_table td dl dt{
  display: inline;
  margin-right:10px;
  line-height:20px;
}
.news_table td dl dd{
  display: inline;
  line-height:20px;
}
.news_box{
  margin:10px auto 0;
  padding:10px 5px;
  width:980px;
  border:1px solid #ccc;
}

.news_box .news_title{
  margin: 0 5px 8px 5px;
}
.news_box .news_title span{
  border-left:4px solid #ccc;
  padding-left:8px;
  font-size:14px;
  font-weight:bold;
  height:18px;
  line-height:18px;
}

.news_box .news_list_box{
  padding:0 10px;
}
.news_box dl{
  margin-top:5px;
}
.news_box dl dt{
  display: inline;
  margin-right:10px;
}

/*
------------------------------------------------
TOP FILTER
------------------------------------------------
*/


.filter_box {
  float: left;
  display: block;
  background: #ededed;
  width: 230px;
  margin-right: 10px;
  height: 1330px;
}
.filter_box_title {
  margin:15px 0 0 10px;
}
.filter_box_selector {
  margin:0 0 10px;
}
.filter_box ul li {
  display: block;
  width: 200px;
  margin-left: 15px;
  margin-top: 20px;
}
.filter_box .filterselect {
  width: 200px;
}
