@charset "utf-8";

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #333333;
  background: #DBD4C6 url(../shared_img/bg.gif) repeat;
}
#maincontenets {
  width: 786px;
  color: #333333;
  margin: auto;
  background: #DBD4C6 url(../shared_img/bg_body.gif) repeat-y;
}

/* リンク
---------------------------------------------------- */
a:link {
  color: #333333;
  background: transparent;
}
a:visited {
  color: #333333;
  background: transparent;
}
a:hover, a:active {
  color: #ff9933;
  background: transparent;
}

/* ヘッダ
---------------------------------------------------- */
#header {
  margin-left:3px;
  width: 780px;
}

/* ページ本体
---------------------------------------------------- */
#pagebody {
  margin-left:3px;
  width: 780px;
}

/* コンテンツ
---------------------------------------------------- */
#content {
  float: right;
  width: 620px;
  padding-right: 6px;
  margin: 0px;
  background: url(../shared_img/bg_contents.gif) repeat-y;
}
#content02 {
  float: right;
  width: 760x;
  padding: 0px 10px;
  margin: 0px;
}
#timg {
  width:620px;
  height:2px;
  background: url(../shared_img/contents_top.gif) top no-repeat;
}
#bimg {
  width:620px;
  height:6px;
  background: url(../shared_img/contents_bottom.gif) bottom no-repeat;
}
#content .pnavi {
  margin:2px 10px 2px 10px;
  font-size:10px;
}
#content .ptop a {
  text-decoration: none;
  font-size:10px;
}
#content .ptop {
  margin:2px 10px 2px 10px;
  text-align:right;
}
#content .ptop a {
  text-decoration: none;
}
.drop {
  font-size: 10px;
  margin-top: 2px;
  width: 600px;
  text-align: right;
}
.date {
  font-size: 10px;
  text-align: right;
  margin-top: 2px;
  margin-bottom: 10px;
  width: 600px;
}
#content h1 {
  margin: 2px 10px 10px 100px;
  padding-bottom: 4px;
  border-bottom:1px #9E937E dotted;
  font-size: 12px;
}
#content h2 {
  margin: 2px 10px 4px 100px;
  padding-bottom: 4px;
  border-bottom:1px #9E937E dotted;
  font-size: 10px;
}
#content p {
  margin: 2px 10px 10px 100px;
  font-size: 10px;
  line-height: 1.6;
}


#content th {
  font-size: 10px;
  line-height: 1.6;
}

#content td {
  font-size: 10px;
  line-height: 1.6;
}

#content dl {
margin:2px 20px 10px 120px;
font-size:10px;
}
#content dt {
text-indent:-1em;
line-height:1.4;
}
#content dd {
line-height:1.4;
}
#content .lead p {
  margin: 2px 10px 10px 100px;
  padding: 4px;
  background:#EEEEEE;
  font-size: 10px;
  line-height: 1.4;
}
#content .l1 {
  margin:2px 20px 10px 120px;
  line-height:1.4;
  list-style-type: disc;
  font-size:10px;
}
#content .l2 {
  margin:2px 20px 10px 105px;
  line-height:1.4;
  list-style-type: none;
  font-size:10px;
}
#content .l3 {
  margin:2px 20px 10px 130px;
  line-height:1.4;
  list-style-type: square;
  font-size:10px;
}
#content .l4 {
  margin:2px 10px 10px 120px;
  line-height:1.4;
  font-size:10px;
}
#content02 .pnavi {
  margin:2px 10px 2px 10px;
  font-size:10px;
}
#content02 .ptop a {
  text-decoration: none;
  font-size:10px;
}
#content02 .ptop {
  margin:2px 10px 2px 10px;
  text-align:right;
}
#content02 .ptop a {
  text-decoration: none;
}
#content02 h1 {
  margin: 2px 10px 10px 10px;
  padding-bottom: 4px;
  border-bottom:1px #9E937E dotted;
  font-size: 14px;
}
#content02 h2 {
  margin: 2px 10px 4px 10px;
  padding-bottom: 4px;
  border-bottom:1px #9E937E dotted;
  font-size: 12px;
}
#content02 p {
  margin: 2px 10px 10px 10px;
  font-size: 12px;
  line-height: 1.6;
}

#content02 th {
  font-size: 12px;
  line-height: 1.6;
}

#content02 td {
  font-size: 12px;
  line-height: 1.6;
}

#content02 dl {
margin:2px 20px 10px 30px;
font-size:12px;
}
#content02 dt {
text-indent:-1em;
line-height:1.4;
}
#content02 dd {
line-height:1.4;
}
#content02 .lead p {
  margin: 2px 10px 10px 10px;
  padding: 4px;
  background:#EEEEEE;
  font-size: 12px;
  line-height: 1.4;
}
#content02 .l1 {
  margin:2px 20px 10px 30px;
  line-height:1.4;
  list-style-type: disc;
  font-size:12px;
}
#content02 .l2 {
  margin:2px 20px 10px 15px;
  line-height:1.4;
  list-style-type: none;
  font-size:12px;
}
#content02 .l3 {
  margin:2px 20px 10px 40px;
  line-height:1.4;
  list-style-type: square;
  font-size:12px;
}
#content02 .l4 {
  margin:2px 10px 10px 30px;
  line-height:1.4;
  font-size:12px;
}
.tablec1 { 
border-collapse: collapse;
}
#column {
  width: 510px;
  margin-left:70px;
  line-height:2;
  font-size:10px;
}
#column01 {
  width: 255px;
  float: left;
}
#column02 {
  width: 255px;
  float: left;
}
.sm_ulist {
margin-left: 0px;
}
.sm_list {
list-style: none;
padding-left: 12px;
background: url("../sitemap/image/square.gif") no-repeat 0px 50%;
}
.sm_list2 {
list-style: none;
padding-left: 18px;
}


/* ナビゲーション
---------------------------------------------------- */
#navigation {
  float: left;
  width: 142px;
  padding-top: 0px;
  padding-left: 6px;
  padding-right: 6px;
}

#navigation ul {
  padding: 0;
  margin:0;
  list-style: none;
}
#navigation li {
  margin-bottom: 2px;
  padding: 0;
  width: 142px;
  height: 28px;
}
#navigation li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  width: 142px;
  height: 28px;
}
#navigation .sub {
  padding-top: 6px;
  margin-bottom: -2px;
  color: #666666;
  text-align: center;
  font-size: 10px;
  /*background: url(../shared_img/submenu_bg.gif) no-repeat 0 0;*/
}
#navigation .subh {
  padding-top: 6px;
  margin-bottom: -2px;
  color: #666666;
  text-align: center;
  font-size: 10px;
  background: url(../shared_img/submenu_bg.gif) no-repeat 0 0;
}
#navigation li#news      {
  text-indent: -9999px;
  background: url(../shared_img/menu_news.gif) no-repeat 0 0;
}
#navigation li#products    {
  text-indent: -9999px;
  background: url(../shared_img/menu_products.gif) no-repeat 0 0;
}
#navigation li#netshop  {
  text-indent: -9999px;
  background: url(../shared_img/menu_netshop.gif) no-repeat 0 0;
}
#navigation li#agency {
  text-indent: -9999px;
  background: url(../shared_img/menu_agency.gif) no-repeat 0 0;
}
#navigation li#procure      {
  text-indent: -9999px;
  background: url(../shared_img/menu_procure.gif) no-repeat 0 0;
}
#navigation li#company      {
  text-indent: -9999px;
  background: url(../shared_img/menu_company.gif) no-repeat 0 0;
}
#navigation li#recruit      {
  text-indent: -9999px;
  background: url(../shared_img/menu_recruit.gif) no-repeat 0 0;
}
#navigation li#link      {
  text-indent: -9999px;
  background: url(../shared_img/menu_link.gif) no-repeat 0 0;
}
#navigation li#newse      {
  text-indent: -9999px;
  background: url(../shared_img/menu_news_e.gif) no-repeat 0 0;
}
#navigation li#productse    {
  text-indent: -9999px;
  background: url(../shared_img/menu_products_e.gif) no-repeat 0 0;
}
#navigation li#netshope  {
  text-indent: -9999px;
  background: url(../shared_img/menu_netshop_e.gif) no-repeat 0 0;
}
#navigation li#agencye {
  text-indent: -9999px;
  background: url(../shared_img/menu_agency_e.gif) no-repeat 0 0;
}
#navigation li#companye      {
  text-indent: -9999px;
  background: url(../shared_img/menu_company_e.gif) no-repeat 0 0;
}
#navigation li#newsh      {
  text-indent: -9999px;
  background: url(../shared_img/menu_news_h.gif) no-repeat 0 0;
}
#navigation li#productsh    {
  text-indent: -9999px;
  background: url(../shared_img/menu_products_h.gif) no-repeat 0 0;
}
#navigation li#netshoph  {
  text-indent: -9999px;
  background: url(../shared_img/menu_netshop_h.gif) no-repeat 0 0;
}
#navigation li#agencyh {
  text-indent: -9999px;
  background: url(../shared_img/menu_agency_h.gif) no-repeat 0 0;
}
#navigation li#procureh      {
  text-indent: -9999px;
  background: url(../shared_img/menu_procure_h.gif) no-repeat 0 0;
}
#navigation li#companyh      {
  text-indent: -9999px;
  background: url(../shared_img/menu_company_h.gif) no-repeat 0 0;
}
#navigation li#recruith      {
  text-indent: -9999px;
  background: url(../shared_img/menu_recruit_h.gif) no-repeat 0 0;
}
#navigation li#linkh      {
  text-indent: -9999px;
  background: url(../shared_img/menu_link_h.gif) no-repeat 0 0;
}
#navigation li#newseh      {
  text-indent: -9999px;
  background: url(../shared_img/menu_news_e_h.gif) no-repeat 0 0;
}
#navigation li#productseh    {
  text-indent: -9999px;
  background: url(../shared_img/menu_products_e_h.gif) no-repeat 0 0;
}
#navigation li#netshopeh  {
  text-indent: -9999px;
  background: url(../shared_img/menu_netshop_e_h.gif) no-repeat 0 0;
}
#navigation li#agencyeh {
  text-indent: -9999px;
  background: url(../shared_img/menu_agency_e_h.gif) no-repeat 0 0;
}
#navigation li#companyeh      {
  text-indent: -9999px;
  background: url(../shared_img/menu_company_e_h.gif) no-repeat 0 0;
}
#navigation .qlinktop {
width:142px;
height:21px;
background:url(../shared_img/qlink_top.gif) no-repeat;
}
#navigation .qlinktope {
width:142px;
height:21px;
background:url(../shared_img/qlink_top_e.gif) no-repeat;
}
#navigation .qlinkbottom {
width:142px;
height:5px;
background:url(../shared_img/qlink_bottom.gif) no-repeat;
}
#navigation .qlink {
padding:2px 6px 2px 6px;
font-size:10px;
background:url(../shared_img/qlink_bg.gif) repeat-y;
}
#navigation .qlink input{
font-size:10px;
border:1px solid #999999;
}
/* フッタ
---------------------------------------------------- */
#footer {
  width:786px;
  clear: both;
}


/*------------------*/
.show { display: block; }
.hidden { display: none; }

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */
