﻿@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	line-height:20px;
	border: #999999;
	color: #333333;
   text-justify: inter-ideograph; /*和文の場合*/

}
html,body{
  height: 100%;
}

body {
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}

div {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}

table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding: 5px;
	font-weight: normal;
}

td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding: 5px;
}

a:link {
	color: #FF5566;
}

a:hover {
	color: #FF5566;
}
a:visited {
	color: #FF5566;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

h3 , p.h3ct {
	color: #660033;
	border-left-width: 8px;
	border-left-style: double;
	border-left-color: #660033;
	padding-left: 6px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-color: #660033;
	font-size: 14px;
	font-weight:bold;
}

strong {
	color: #CC0033;
}



form {
	padding-top: 10px;
	padding-bottom: 10px;
}
input,
checkbox{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 20px;
	padding-left: 5px;
}

textarea{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-left: 5px;
}
b {
	font-size: 14px;
}
/* ----- 基本構造 -------------------------------------- */

div#container,
div#container_eo,
div#container_so,
div#container_ea,
div#container_ov,
div#container_av,
div#container_ef,
div#container_si,
div#container_ms,
div#container_wp,
div#container_rg,
div#container_en,
div#container_md,
div#container_lk,
div#container_to,
div#container_dw,
div#container_top,
div#container_cgi{
	width: 740px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


div#header {
	float: none;
	clear: both;
	height: 100px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #FFFFFF;
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#menu {
	float: none;
	clear: both;
	background-color: #4E4E4E;
	height: 25px;
	border-bottom-width: 1px;

	border-bottom-style: solid;
	background-image: url(../img/bar01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}


div#menu_2 {
	float: none;
	clear: both;
	background-color: #666666;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(../img/b_0_0.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}

div#navigation {
	width: 189px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#main {
	float: right;
	width: 549px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
}

div#footer {
	clear: both;
	background-color: #3D3D3D;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 11px;
	font-weight: normal;
	padding-right: 20px;
	text-align: right;
	height: 50px;
	padding-top: 8px;
	color: #CCCCCC;
	background-image: url(../img/footer.jpg);
}

div#footer p{
	font-size:10px;
}

div#footer p a{
	font-size:10px;
}

/* ----- ヘッダー -------------------------------------- */

/* 080317 changed start */
h1 {
	float: left;
	margin: 0px;
	color: #333333;
	font-size: 10px;
}

#header h2 {
	float: right;
	margin-right: 8px;
	color: #333333;
	font-size: 10px;
	margin-top: 6px;
	margin-bottom: 0px;
}

/* 080317 changed　end */

#header p {
	float: right;
	margin-right: 8px;
	color: #333333;
	font-size: 10px;
	margin-top: 6px;
	margin-bottom: 0px;
}
/* 080325 changed start */
#header h1 {
	color: #333333;
	font-size: 10px;
	margin-top: 6px;
	margin-bottom: 0px;
	text-align:right;
}

#header h1 a{
	color:#000000;
	font-size:10px;
	text-decoration:none;
	padding-right:5px;
	width:735px;
	*width:740px;
	height:80px;
	display:block;
}

#header p#head_title {
	color: #333333;
	font-size: 10px;
	margin:0;
	padding:6px 5px 0 0;
	text-align:right;
	font-weight:bold;
	height:74px;
	float:none;
}

#header p#head_title a{
	color:#000000;
	font-size:10px;
	text-decoration:none;
	display: inline;
	font-weight:bold;
}





/* 080325 changed　end */
/* ----- メニュー -------------------------------------- */

div#menu h2 {
	display: none;
}

#menu ul {
	text-align: right;
	margin: 0px;
}

div#menu ul li {
	display: inline;
	margin: 0px;
}



/* ----- メニュー2 ---------------------------------- */

div#menu_2 h2 {
	display: none;
}

#menu_2 ul {
	text-align: right;
}

div#menu_2 ul li {
	display: inline;
}


/* ----- ナビゲーション -------------------------------- */

div#navigation h2 {
	margin: 0px;
	height: 35px;
	padding-top: 2px;
	padding-left: 15px;
	padding-bottom: 0px;
	line-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	background-color:#CC6699;
	color:#FFFFFF;
}

div#navigation ul {
	margin: 0px;
	line-height: 25px;
}
div#navigation ul li {
	margin: 0px;
	list-style-type: none;
	height: 35px;
	padding-top: 2px;
	padding-left: 21px;
	padding-bottom: 0px;
	line-height: 35px;
}
#navigation a {
	color: #333333;
	text-decoration: none;
	line-height: 25px;
}
#navigation a:hover {
	text-decoration: underline;
}
#navigation li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}

/* ----- 各ページタイトル -------------------------- */

#cont h1 , #cont h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 25px;
	margin-bottom: 10px;
	float:none;
}

div#p_bnr {
	height: 126px;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(../img/p_bnr.jpg);
}

#p_bnr h2 ,
#p_bnr p#ttlh2 {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 16px;
	color: #FFFFFF;
	clear: both;
	font-weight:bold;
}
div#access {
	float: right;
	height: 126px;
	width: 159px;
	border-left-width: 1px;
	border-left-style: solid;
}


/* ----- ◆アントレオフィス -------------------------- */

div#container_eo{
	background-color:#F9D5EB;
	background-image: url(../img/b_b_0_3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#container_eo .menu_ac {
	background-color: #E84D7E;
}
#container_eo .menu_c1 {
	background-color: #FDEEF7;
}
#container_eo .menu_c2 {
	background-color: #FBE1F0;
}
#container_eo #p_bnr {
	background-image: url(../entre_office/img/p_bnr.jpg);
	background-position: left top;
}
#container_eo h3 , #container_eo p.h3ct {
	color: #A43179;
	border-top-color: #C13E89;
	border-right-color: #C13E89;
	border-bottom-color: #C13E89;
	border-left-color: #C13E89;
	line-height:130%;
	margin-bottom:10px;
}
#container_eo strong {
	color: #A21C55;
}

/* ----- ◆サポートオフィス ----------------------- */

div#container_so{
	background-color:#FCC5CC;
	background-image: url(../img/b_b_0_2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#container_so .menu_ac {
	background-color: #F54E63;
}
#container_so .menu_c1 {
	background-color: #FDDFE3;
}
#container_so .menu_c2 {
	background-color: #FDD0D6;
}
#container_so h3 , #container_so p.h3ct {
	color: #D03539;
	border-top-color: #D64E51;
	border-right-color: #D64E51;
	border-bottom-color: #D64E51;
	border-left-color: #D64E51;
	line-height:130%;
	margin-bottom:10px;
}

#container_so strong {
	color: #F44859;
}
#container_so #p_bnr {
	background-image: url(../support_office/img/p_bnr.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#container_so h4 {
	font-weight: bold;
	margin: 0px;
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/* ----- ◆アントレオールパック ------------------------ */

div#container_ea{
	background-color: #D5DDFB;
	background-image: url(../img/b_b_0.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#container_ea .menu_ac {
	background-color: #94A9F3;
}
#container_ea .menu_c1 {
	background-color: #E2E8FC;
}
#container_ea .menu_c2 {
	background-color: #F0F3FD;
}
#container_ea #p_bnr {
	background-image: url(../entre_allpack/img/p_bnr_2.jpg);
	background-position: left top;
}
#container_ea h3 , #container_ea p.h3ct {
	color: #125F67;
	border-top-color: #359395;
	border-right-color: #359395;
	border-bottom-color: #359395;
	border-left-color: #359395;
	line-height:130%;
	margin-bottom:10px;
}

#container_ea strong {
	color: #108083;
}

/* ----- ◆リンク ------------------------------------ */

div#container_lk{
	background-color: #F8E0BC;
	background-image: url(../img/b_b_0_4.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#container_lk .menu_ac {
	background-color: #FD9F62;
}
#container_lk .menu_c1 {
	background-color: #FAE8CD;
}
#container_lk .menu_c2 {
	background-color: #FCEEDA;
}
#container_lk h3 {
	color: #F05528;
	border-top-color: #F26F48;
	border-right-color: #F26F48;
	border-bottom-color: #F26F48;
	border-left-color: #F26F48;
}
#container_lk #p_bnr {
	background-image: url(../link/img/p_bnr.jpg);
}

/* ----- ◆便利なサービス -------------------------- */

div#container_si{
	background-color:#EFBABB;
	background-image: url(../img/b_b_0_2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}
#container_si .menu_ac{
	background-color: #E18082;
}
#container_si .menu_c1{
	background-color: #F4D2D3;
}
#container_si .menu_c2{
	background-color: #F9E3E4;
}
#container_si h3 ,
#container_si p.h3ct {
	color: #D33D63;
	border-top-color: #DB6281;
	border-right-color: #DB6281;
	border-bottom-color: #DB6281;
	border-left-color: #DB6281;
}
#container_si strong {
	color: #B4294D;
}
#container_si #p_bnr {
	background-image: url(../social_insurance/img/p_bnr.jpg);
}

div#container_ms{
	background-color:#EFBABB;
	background-image: url(../img/b_b_0_2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}
#container_ms .menu_ac {
	background-color: #E18082;
}
#container_ms .menu_c1 {
	background-color: #F4D2D3;
}
#container_ms .menu_c2{
	background-color: #F9E3E4;
}
#container_ms h3 ,
#container_ms p.h3ct {
	color: #D33D63;
	border-top-color: #DB6281;
	border-right-color: #DB6281;
	border-bottom-color: #DB6281;
	border-left-color: #DB6281;
}
#container_ms strong {
	color: #B4294D;
}
#container_ms #p_bnr {
	background-image: url(../management_support/img/p_bnr.jpg);
}


div#container_wp{
	background-color:#EFBABB;
	background-image: url(../img/b_b_0_2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}
#container_wp .menu_ac {
	background-color: #E18082;
}
#container_wp .menu_c1 {
	background-color: #F4D2D3;
}
#container_wp .menu_c2{
	background-color: #F9E3E4;
}
#container_wp h3 ,
#container_wp p.h3ct {
	color: #D33D63;
	border-top-color: #DB6281;
	border-right-color: #DB6281;
	border-bottom-color: #DB6281;
	border-left-color: #DB6281;
}
#container_wp strong {
	color: #B4294D;
}



div#container_rg{
	background-color:#EFBABB;
	background-image: url(../img/b_b_0_2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}
#container_rg .menu_ac {
	background-color: #E18082;
}
#container_rg .menu_c1 {
	background-color: #F4D2D3;
}
#container_rg .menu_c2{
	background-color: #F9E3E4;
}
#container_rg h3 ,
#container_rg p.h3ct {
	color: #D33D63;
	border-top-color: #DB6281;
	border-right-color: #DB6281;
	border-bottom-color: #DB6281;
	border-left-color: #DB6281;
}
#container_rg strong {
	color: #B4294D;
}

#container_rg #p_bnr {
	background-image: url(../registration/img/p_bnr.jpg);
}


div#container_en{
	background-color:#EFBABB;
		background-image: url(../img/b_b_0_2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}
#container_en .menu_ac {
	background-color: #E18082;
}
#container_en .menu_c1 {
	background-color: #F4D2D3;
}
#container_en .menu_c2{
	background-color: #F9E3E4;
}
#container_en h3 {
	color: #D33D63;
	border-top-color: #DB6281;
	border-right-color: #DB6281;
	border-bottom-color: #DB6281;
	border-left-color: #DB6281;
}
#container_en strong {
	color: #B4294D;
}

div#container_md{
	background-color:#EFBABB;
		background-image: url(../img/b_b_0_2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}
#container_md .menu_ac {
	background-color: #E18082;
}
#container_md .menu_c1 {
	background-color: #F4D2D3;
}
#container_md .menu_c2{
	background-color: #F9E3E4;
}
#container_md h3 {
	color: #D33D63;
	border-top-color: #DB6281;
	border-right-color: #DB6281;
	border-bottom-color: #DB6281;
	border-left-color: #DB6281;
}
#container_md strong {
	color: #B4294D;
}



div#container_to{
	background-color:#EFBABB;
		background-image: url(../img/b_b_0_2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}
#container_to .menu_ac {
	background-color: #E18082;
}
#container_to .menu_c1 {
	background-color: #F4D2D3;
}
#container_to .menu_c2{
	background-color: #F9E3E4;
}
#container_to h3 ,
#container_to p.h3ct {
	color: #D33D63;
	border-top-color: #DB6281;
	border-right-color: #DB6281;
	border-bottom-color: #DB6281;
	border-left-color: #DB6281;
}
#container_to strong {
	color: #B4294D;
}

#container_to #p_bnr {
	background-image: url(../tool/img/p_bnr.jpg);
}
div#container_dw{
	background-color:#EFBABB;
	background-image: url(../img/b_b_0_2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}
#container_dw .menu_ac{
	background-color: #E18082;
}
#container_dw .menu_c1{
	background-color: #F4D2D3;
}
#container_dw .menu_c2{
	background-color: #F9E3E4;
}
#container_dw h3 ,
#container_dw p.h3ct {
	color: #D33D63;
	border-top-color: #DB6281;
	border-right-color: #DB6281;
	border-bottom-color: #DB6281;
	border-left-color: #DB6281;
}
#container_dw strong {
	color: #B4294D;
}
#container_dw #p_bnr {
	background-image: url(../deskwork/img/p_bnr.jpg);
}

/* ----- ◆会社概要等 ----------------------------- */

div#container_ov{
	background-color:#F4E3F0;
		background-image: url(../img/b_b_0_3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}
#container_ov .menu_ac {
	background-color: #DE89C7;
}
#container_ov .menu_c1 {
	background-color: #F9E8F4;
}
#container_ov .menu_c2 {
	background-color: #F5DCEE;
}

div#container_av{
	background-color:#F4E3F0;
		background-image: url(../img/b_b_0_3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}
#container_av .menu_ac {
	background-color: #DE89C7;
}
#container_av .menu_c1 {
	background-color: #F9E8F4;
}
#container_av .menu_c2 {
	background-color: #F5DCEE;
}
#container_av #p_bnr {
	background-image: url(../overview/img/p_bnr_3.jpg);
}

div#container_ef{
	background-color:#F5E7F2;
		background-image: url(../img/b_b_0_3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}
#container_ef .menu_ac {
	background-color: #DE89C7;
}
#container_ef .menu_c1 {
	background-color: #F9E8F4;
}
#container_ef .menu_c2 {
	background-color: #F5DCEE;
}


/* ----- ◆cgi -------------------------------------- */
div#container_cgi{
	background-color:#F4E3F0;
}
#container_cgi .menu_ac {
	background-color: #DE89C7;
}
#container_cgi .menu_c1 {
	background-color: #F9E8F4;
}
#container_cgi .menu_c2 {
	background-color: #F5DCEE;
}



/* ----- ◆トップ -------------------------------------- */

div#container_top .contents {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.contents_l {
	margin-bottom: 20px;
	width: 270px;
}

.contents_r {
}

#navigation_top h2 {
	visibility: hidden;
}

div#navigation_top {
	width: 159px;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	height: auto;
}
#container_top #main {
	float: left;
	width: 579px;
	padding: 0px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container_top #access {
	width: 159px;
}


#container_top h3 {
	color: #FF6666;
	font-size: 12pt;
	font-weight: bold;
}


#container_top #cont {
	padding: 0px;
	margin: 0px;
}

div#adv {
	background-image: url(../img/title04_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
}

.adv_a {
	margin-top: 35px;
}
div#adv_a {
	margin-top: 5px;
	margin-left: 10px;
}
ul#top_ul {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}

ul#top_ul li {
	background: url(../img/list_square.gif) no-repeat;
	background-position: center left;
	float:left;
	padding-left: 10px;
}

ul#top_ul li.top_li1 {
	width: 160px;
}

ul#top_ul li.top_li2 {
	width: 138px;
}

ul#top_ul li.top_li3 {
	width: 153px;
}

ul#top_ul li.top_li4 {
}

#container_top {
	background-color: #FFFFFF;
	background-image: url(../img/navi_bg_top.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
img#top_img {
	margin-bottom: 3px;
}


#container_top h4 {
	border-top-width: 0px;
	border-top-style: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}
#container_top #access {
	float: none;
	height: 270px;
	width: 159px;
	border-bottom-style: none;
	border-left-style: none;
}




/* ----- ◆メディア ---------------------------------- */

#m_tb {
	width: 490px;
}
.no {
	width: 20px;
}
.date {
	width: 145px;
}
.media {
	width: 270px;
	background-color: #DED2F0;
}
.press {
	width: 270px;
	background-color: #DBDEFB;
}

/* ----- cont -------------------------------------- */

div#cont {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#cont ol li {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#cont ul li {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 7px;
}
#cont ul {
	margin-left: 20px;
	margin-bottom: 5px;
	list-style-type: square;
	margin-top: 5px;
}
#cont h4 {
	font-weight: normal;
	float: left;
	margin-left: 10px;
}

/* ----- page -------------------------------------- */

div#page {
	text-align: right;
}
#page h3 {
	display: none;
}
#page ul li {
	display: inline;
}


/* ----- .text -------------------------------------- */

.text p {
	margin-bottom: 7px;
	margin-top: 5px;
}
.text {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


/* ----- PAGE TOP -------------------------------------- */

ul#info {
	text-align: right;
	list-style-type: none;
	padding-top: 5px;
	margin-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-right: 0px;
}
#info a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	padding-right: 10px;
	text-align: right;
}
#info li {
	list-style-type: none;
	text-align: right;
}


/* ----- テーブル線無し --------------------------------- */

#nb td,table#nb {
	padding: 0px;
	margin-top: 0px;
	border: 0px none #FFFFFF;
}

/* ----- テーブル線有り --------------------------------- */

#bd td,table#bd {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
}
table#bd {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #FBFBF9;
}
#bd td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding: 5px;
}


/* ----- サブメニュー --------------------------------- */

.menu_ac {
	color: #FFFFFF;
	background-image: url(../img/navi_bg_w.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.menu_c1,.menu_c2 {
	background-image: url(../img/navi_bg_g.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* -----  --------------------------------- */

.left {
	background-color: #CCCCCC;
	width: 250px;
}
.newsBG {
	margin-left: 10px;
}
.diary {
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-bottom: 10px;
		background-color:#FFFFFF;
}
.new {
	color: #CC0066;
}
div#diary {
	padding-top: 10px;

}
div#nb_div {
	border-bottom-style: none;
}
td#edit {
	padding: 10px;
}
.nb {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ac {
	color: #FFFFFF;
}
/* ----- new --------------------------------- */
.tt {
	background-image: url(../img/t.gif);
	background-position: center center;
	width: 20px;
	height: 20px;
}
.to {
	background-image: url(../img/to.gif);
	background-position: center center;
	height: 20px;
	width: 20px;
}
.ii {
	background-image: url(../img/i.gif);
	background-repeat: repeat-y;
	background-position: center center;
	height: 20px;
	width: 20px;
}
.ll {
	background-image: url(../img/l.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 20px;
}
.xx {
	background-image: url(../img/-.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 20px;
	width: 20px;
}
#sm td,table#sm {

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
}
#sm td {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	height: 28px;
	vertical-align: top;
}

.big {
	font-size: 15px;
}
#small,
#small li{
	font-size: 10px;
}
#top_ul {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#cont ol {

	margin-left: 30px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#container_top .text {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}
.form_th {
	background-color: #FFEEFA;
	background-image: url(img/hate.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 23px;
}
.nb_ipt {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}h6 {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}
div.newsMore {
		padding: 5px;
	width: 420px;
	margin-bottom: 10px;
}
#press li {
	margin-bottom: 5px;
}
#container_wp #bd img {
	margin-bottom: 8px;
}
#container_ef #p_bnr {
	background-image: url(../overview/img/p_bnr.jpg);
}
.right {
	text-align: right;
}
#p_bnr p {
	margin-left: 15px;
	margin-top: 5px;
	font-weight: normal;
	color: #666666;
}
th.th2 {
	background-color: #F4A89F;
}
#container_ea #edit {
	background-color: #D8E9F1;
}
.big2 {
	font-size: 16px;
	font-weight: bold;
}
hr {
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	margin-top: 0px;
}
th.th3 {
	background-color: #969696;
	font-weight: bold;
	color: #FFFFFF;
}
th.th4 {

	background-color: #E18686;
	font-weight: bold;
	color: #FFFFFF;
}
.main_bnr_t {
	margin-top: 20px;
	margin-bottom: 5px;
}
.main_bnr_b {

	margin-top: 5px;
	margin-bottom: 25px;
}
.sub_bnr_t {

	margin-top: 6px;
	margin-bottom: 0px;
}
.sub_bnr_b {


	margin-top: 0px;
	margin-bottom: 6px;
}
#pop ul li {

	margin-left: 0px;
	padding-left: 0px;
}
#pop ul {

	margin-left: 20px;
	margin-bottom: 5px;
	list-style-type: square;
	margin-top: 5px;
}
#container_so #edit {
	background-color: #FFE6E8;
}
#container_wp #p_bnr {
	background-image: url(../entre_webpack/img/p_bnr.jpg);
}

#hidden{
    display:none;
	}
#nb th {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.dot {
	margin: 5px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	width: 370px;
}
#navigation_top a {
	text-align: center;
}

ul#footer {
	text-align: right;
	background-color: #3D3D3D;
	border-top: 1px;
	border-top-style: solid;
	font-size: 11px;
	font-weight: normal;
	padding-right: 20px;
	height: 50px;
	padding-top: 8px;
	color: #CCCCCC;
	background-image: url(../img/footer.jpg);
}

ul#footer li {
	display: inline;
	list-style: none;
	margin-left: 5px;
}

#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
.t_tl {
	background-image: url(../img/round01_lt.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 20px;
}
.t_tr {
	background-image: url(../img/round01_rt.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 20px;
	background-position: right top;
}
.t_bl {
	background-image: url(../img/round01_lb.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 20px;
	background-position: left bottom;
}
.t_br {
	background-image: url(../img/round01_rb.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 20px;
	background-position: right bottom;
}
table#round, #round td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#news {
	padding-left: 20px;
	padding-top: 5px;
}
#bd th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}
div#mail {
	width: 139px;
	text-align: center;

	margin-top: 67.px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 5px;
	top: 100%;
	background-color: #FFFFFF;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 50px;
}
div#mail a {
	font-size: 11px;
}

}
div#top_p_bnr {
	height: 126px;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(../img/p_bnr.jpg);
}
#news li {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
img#top_img2 {
	margin-bottom: 3px;
	margin-top: 2px;
}
#d_head h2{
margin-bottom:10px;
}
#d_head a{
	font-size: 10px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	line-height:18px;
	margin: 3px 4px  0px 10px;
	}
div#navi ul li {
	display: inline;
}
table#bd2 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#bd2 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.style1 {
	font-size: 12px;
	font-weight: bold;
}
div#adv_div {
	background-color: #C8E9EA;
	height: 20px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
	width: 150px;
	vertical-align: middle;
}
div#adv_div2 {
	background-color: #FFD9D9;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 350px;
	float: left;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu a {
	margin: 0px;
}
.qqq {
	font-weight: bold;
	width: 35px;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 10px;
	color: #FFFFFF;
}
.aaa {
	background-color: #FFFFFF;
}

table#qa {
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding-left: 10px;
}
#qa td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.qqq2 {
	background-color: #F0F3FD;
}
.qqq3 {
	background-color: #FDDFE3;
}
.qqq4 {
	background-color: #FDEEF7;
}
table#qaqa {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
TABLE#ss {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EDA7BC;
	border-right-color: #E0698D;
	border-bottom-color: #E0698D;
	border-left-color: #EDA7BC;
}

 td#sss {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
/*added by Axis*/

#add{
	margin:0px;
	padding:5px 5px 10px 5px;
	border-top:#333333 solid 1px;
}

#add h2{
	margin:0px;
	padding:0px 0px 0px 18px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	background:url(../img/navi_bg_g2.gif);
	background-repeat:no-repeat;
}

#add p{
	margin:-5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:10px;
	line-height:1.4em;
	color:#666666;
}

/*added by Axis2*/
/*added a2_1*/

.clear {
	clear:all;
	}

.small {
	font-size:10px;
}

.bg1 {
	width:289px;
	height:120px;
	padding-top:10px;
}

.bg2 {
	width:285px;
	height:120px;
	margin-top:20px;
	padding:0;
}

.bg2 .t1_left {
	background:url(../img/t1_left.gif) repeat-x right bottom;
	width:6px;
	height:111px;
	margin:0;
	padding:0;
	float:left;
	}
.bg2 .t1_right {
	width:276px;
	height:111px;
	margin:0;
	padding:0;
	float:left;
}

.bg2 .t1_t1 {
	width:94px;
	height:37px;
	margin:0;
	padding:0;
	float:left;
	}

a.t1_t1w {
	width:94px;
	height:37px;
	padding:7px 2px 4px 6px;
	color: #ffffff;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	line-height:13px;
	display:block;
	background:url(../img/t1_t1.gif) no-repeat;
}

a:hover.t1_t1w,
a:active.t1_t1w,
a:visited.t1_t1w {
	color: #ffffff;
}

.bg2 .t1_t2 {
	width:90px;
	height:37px;
	margin:0;
	padding:0;
	float:left;
	}

a.t1_t2w {
	width:90px;
	height:37px;
	padding:9px 2px 8px;
	color: #000000;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	display:block;
	background:url(../img/t1_t2.gif) no-repeat;
}

a:hover.t1_t2w,
a:active.t1_t2w,
a:visited.t1_t2w {
	color: #000000;
}

.bg2 .t1_t3 {
	width:92px;
	height:37px;
	margin:0;
	padding:0;
	float:left;
	}

a.t1_t3w {
	width:92px;
	height:37px;
	padding:9px 2px 8px;
	color: #000000;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	display:block;
	background:url(../img/t1_t3.gif) no-repeat; 
}

a:hover.t1_t3w,
a:active.t1_t3w,
a:visited.t1_t3w {
	color: #000000;
}

.bg2 .t1_main {
	width:276px;
	height:68px;
	margin:0;
	padding:0;
	float:left;
	}

a.t1_mainw {
	width:276px;
	height:68px;
	padding:15px 2px 4px 20px;
	color: #000000;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	display:block;
	background:url(../img/t1_main.gif) no-repeat; 
}

a:hover.t1_mainw,
a:active.t1_mainw,
a:visited.t1_mainw {
	color: #000000;
}

.bg2 .t1_btm {
	background:url(../img/t1_btm.gif) no-repeat;
	width:276px;
	height:6px;
	margin:0;
	padding:0;
	float:left;
	}


.bg3{
	height:120px;
	margin-left: 5px;
	padding-top:10px;
	padding-bottom:10px;
}

.bg3 .t2_left {
	background:url(../img/t2_left.gif) repeat-x right bottom;
	width:6px;
	height:111px;
	margin:0;
	padding:0;
	float:left;
	}

.bg3 .t2_right {
	width:277px;
	height:111px;
	margin:0;
	padding:0;
	float:left;
}


.bg3 .t2_t1 {
	width:92px;
	height:36px;
	margin:0;
	padding:0;
	float:left;
	}

a.t2_t1w {
	width:92px;
	height:36px;
	padding:6px 2px 4px 6px;
	color: #ffffff;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	line-height:13px;
	display:block;
	background:url(../img/t2_t1.gif) no-repeat;
}

a:hover.t2_t1w,
a:active.t2_t1w,
a:visited.t2_t1w {
	color: #ffffff;
}

.bg3 .t2_t2 {
	width:92px;
	height:36px;
	margin:0;
	padding:0;
	float:left;
	}

a.t2_t2w {
	width:92px;
	height:36px;
	padding:8px 2px;
	color: #000000;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	display:block;
	background:url(../img/t2_t2.gif) no-repeat;
}

a:hover.t2_t2w,
a:active.t2_t2w,
a:visited.t2_t2w {
	color: #000000;
}

.bg3 .t2_t3 {
	width:93px;
	height:36px;
	margin:0;
	padding:0;
	float:left;
	}

a.t2_t3w {
	width:93px;
	height:36px;
	padding:8px 2px;
	color: #000000;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	display:block;
	background:url(../img/t2_t3.gif) no-repeat; 
}

a:hover.t2_t3w,
a:active.t2_t3w,
a:visited.t2_t3w {
	color: #000000;
}

.bg3 .t2_main {
	width:277px;
	height:68px;
	margin:0;
	padding:0;
	float:left;
	}

a.t2_mainw {
	width:277px;
	height:68px;
	padding:15px 2px 4px 20px;
	color: #000000;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	display:block;
	background:url(../img/t2_main.gif) no-repeat; 
}

a:hover.t2_mainw,
a:active.t2_mainw,
a:visited.t2_mainw {
	color: #000000;
}

.bg3 .t2_btm {
	background:url(../img/t2_btm.gif) no-repeat;
	width:277px;
	height:7px;
	margin:0;
	padding:0;
	float:left;
	}

.bg4{
	width:285px;
	height:120px;
	padding-top:10px;
	padding-bottom:10px;
}

.bg4 .t3_left {
	background:url(../img/t3_left.gif) repeat-x;
	width:6px;
	height:111px;
	margin:0;
	padding:0;
	float:left;
	}

.bg4 .t3_right {
	width:276px;
	height:111px;
	margin:0;
	padding:0;
	float:left;
}

.bg4 .t3_t1 {
	width:94px;
	height:36px;
	margin:0;
	padding:0;
	float:left;
	}

a.t3_t1w {
	width:94px;
	height:36px;
	padding:6px 2px 4px 2px;
	color: #ffffff;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	line-height:13px;
	display:block;
	background:url(../img/t3_t1.gif) no-repeat;
}

a:hover.t3_t1w,
a:active.t3_t1w,
a:visited.t3_t1w {
	color: #ffffff;
}

.bg4 .t3_t2 {
	width:90px;
	height:36px;
	margin:0;
	padding:0;
	float:left;
	}

a.t3_t2w {
	width:90px;
	height:36px;
	padding:8px 2px;
	color: #000000;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	display:block;
	background:url(../img/t3_t2.gif) no-repeat;
}

a:hover.t3_t2w,
a:active.t3_t2w,
a:visited.t3_t2w {
	color: #000000;
}

.bg4 .t3_t3 {
	width:92px;
	height:36px;
	margin:0;
	padding:0;
	float:left;
	}

a.t3_t3w {
	width:92px;
	height:36px;
	padding:8px 2px;
	color: #000000;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	display:block;
	background:url(../img/t3_t3.gif) no-repeat; 
}

a:hover.t3_t3w,
a:active.t3_t3w,
a:visited.t3_t3w {
	color: #000000;
}

.bg4 .t3_main {
	width:276px;
	height:68px;
	margin:0;
	padding:0;
	float:left;
	}

a.t3_mainw {
	width:276px;
	height:68px;
	padding:15px 2px 4px 39px;
	color: #000000;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	display:block;
	background:url(../img/t3_main.gif) no-repeat; 
}

/*firefox*/

html:not([lang*=""]) a.t3_mainw {
	width:276px;
	height:68px;
	padding:15px 2px 4px 20px;
	color: #000000;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	display:block;
	background:url(../img/t3_main.gif) no-repeat; 
}

a:hover.t3_mainw,
a:active.t3_mainw,
a:visited.t3_mainw {
	color: #000000;
}

.bg4 .t3_btm {
	background:url(../img/t3_btm.gif) no-repeat;
	width:276px;
	height:7px;
	margin:0;
	padding:0;
	float:left;
	}


.bg1 a{
	width:289px;
	height:120px;
	display:block;
	text-decoration:none;
}

.bg1 a{
	background:url(../img/s_b_01_b.jpg) no-repeat left top;
}

/*.bg2 a{
	background:url(../img/s_b_02_b.jpg) no-repeat left top;
}

.bg3 a{
	background:url(../img/s_b_03_b.jpg) no-repeat left top;
}

.bg4 a{
	background:url(../img/s_b_04_b.jpg) no-repeat left top;
}*/

.txt{
	padding:47px 8px 10px 0px;
	color:#000000;
	font-size:10px;
	text-align:right;
	line-height:130%;
}

.txt span{
	display:block;
	font-size:11px;
	padding-top:5px;
}


/*added a2_2*/
.bg5, .bg6{
	padding-top:6px;
}

.bg9{
	padding-bottom:5px;
}

.bg5, .bg6, .bg7, .bg8, .bg9{
	width:289px;
	height:80px;
	}

.bg5 a, .bg6 a, .bg7 a, .bg8 a, .bg9 a{
	width:289px;
	height:80px;
	display:block;
	text-decoration:none;
}

.txt2{
	padding:30px 8px 10px 0px;
	color:#000000;
	font-size:10px;
	text-align:right;
	line-height:130%;
}

.bg5 a{
	background:url(../img/s_b_05_b.jpg) no-repeat left top;
}

.bg6 a{
	background:url(../img/s_b_06_b.jpg) no-repeat left top;
}

.bg7 a{
	background:url(../img/s_b_07_b.jpg) no-repeat left top;
}

.bg8 a{
	background:url(../img/s_b_08_b.jpg) no-repeat left top;
}

.bg9 a{
	background:url(../img/s_b_09_b.jpg) no-repeat left top;
}

 #add strong,b{
    font-size:10px;
    font-weight:normal;
    line-height:1.4em;
    color:#666666;
 }

/*—–WIN IE Hack—–＼*/
*html img {
vertical-align:top;
}
/*—–end WIN IE Hack—–*/

a{
	text-decoration: none
}


#breadcrumb {
	list-style:none;
	padding-left:0;
	margin-left:0 !important;
}
#breadcrumb li {
	list-style:none;
	display:inline;
}