/**
 * Designed by Kazuya.Fujimori@Technovarth
 *
 */

/* CSS基本設定
======================================== */
* {
	margin: 0;
	padding: 0;
	font-size:12px;
	line-height:18px;
}

a {
	text-decoration: none;
	color:#0F3D99;
}

a:link {
/*	text-decoration: underline; */
}

a:hover {
	text-decoration: underline;
}


/* 矢印画像 */
span.arrow01
{
  float: left;
  width: 9px;
  height: 15px;
  background: url(../img/list2-bg.gif) 0px 4px no-repeat;
}
span.arrow02
{
  float: left;
  width: 12px;
  height: 15px;
  background: url(../img/clients-list-link.gif) 0px 8px no-repeat;
}
span.arrow03
{
  float: left;
  width: 9px;
  height: 15px;
  background: url(../img/panel-arrow.gif) 0px 5px no-repeat;
  vertical-align:middle;
}
span.item_t
{
  color:#c8c8c8;
}

.header_line
{
	margin:0;
	padding:0;
	background-color:#0357ee;
	height:3px;
	font-size:3px;
}

/* コンテンツ幅設定 */
div.fixed
{
	width: 900px !important;
}

/* 透過PNG指定 */
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

/* Body */
/*
body
{
	background: #dddddd url('../img/bg7.jpg') left top repeat-x;
	color: #585858;
	font-size: 12px;
	font-weight:normal;
	font-style:normal;
	font-family: メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Arial,Verdana,Helvetica,sans-serif;
}
*/
body {
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.8em; /* 13px;0.8em;80%;          font-size: smaller;line-height: 1.4em;  */
	/*line-height: 1.5em;*/  /* 19px;1.5em;145% */
	line-height: 1.5em;
 -webkit-text-size-adjust:100%;
}
body {
	background: #fff;
	color: #333;
}

form label, 
form span {
	vertical-align: middle;
}

/* 改行 */
br.clear
{
	clear: both;
}

/* 画像 */
img
{
	border: none;
	behavior: expression(IEPNGFIX.fix(this));
}

img#block
{
	padding: 3px;
	border: solid 1px #e1e1e1;
}

img.floatTL
{
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
}

img.floatIcon
{
	float: left;
	margin-left: 1em;
	margin-right: 5em;
}

img.arrow
{
	width:15px;
	height:15px;
}

img.graybox01
{
	border: solid 1px #C2C2C2;

}

/* 吹き出し */
.tt {
	position: absolute;
	padding: 4px;
	color: #1874CD;
	background-color: #FFFFFF;
	border:1px solid #DCDCDC;
	width: 320px;
	font-size: 10px;
	font-weight:normal;
	display: none;
}

/* リンク */
a
{
	text-decoration: underline;
	color: #0266c3;
}

a:hover
{
	text-decoration: none;
	color:#82b5e1;
}

a.red
{
	color:red;
}

a.red:hover
{
	color:red;
}

/* リスト */
ul
{
	list-style: none;
}

li
{
	list-style: none;
}

#top_boxA01 li
{
  display: block;
	padding: 5px;
	line-height:normal;
}

/* 文字 */
p
{
/*	line-height: 1.8em;*/
}

span.ast
{
	color:#CD0000;
}

span.blue
{
	color:#436EEE;
	font-size:18px;
}

span.blue
{
	color:#436EEE;
	font-size:18px;
}

span.green
{
	color:#548B54;
	font-size:18px;
}

span.gray{
	color:#828282;
	font-size:18px;
}

span.capital{
	font-size:18px;
	font-weight:bold;
}

span.alpha_list
{
	font-size:16px;
	font-weight:bold;
}

.edit
{
	float:left;
	text-decoration: none;
	font-weight:normal;
	color:gray;
}

.add
{
	float:left;
	text-decoration: none;
	font-weight:normal;
	color:gray;
}

/* 個別デザイン 20120405
======================================== */
/* クリアフィックス (CSS Hack)
================================================ */
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { min-height: 1px; }
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/* 区切り線
======================================== */
.sect_line {
	clear: both;
	background: url(../img/line_02_570.gif) repeat-x 0 10px;
}

.border_dash_top {
  border-top:1px dashed #CCC;
}

#header01 {
  width: 100%;
  height: 51px;
  /*background: url(../img/header_bg.png) repeat-x;*/
  border-bottom: 1px solid #c2c2c2;
  min-width: 980px;
}
#header01 .box01 {
  position: relative;
  margin: 0 auto;
  width: 980px;
}
#logo01 {
  position: absolute;
  top: 0px;
  left: 0px;
}
#logo01 a {
  display: block;
  text-indent: -9999px;
  width: 192px;
  height: 48px;
  background: url(../img/logo01.png) no-repeat;
}
#status01 {
  position: absolute;
  top: 0px;
  left: 190px;
  width: 784px;
  padding-top:4px;
}
#status01 li {
  float: left;
  list-style-type: none;
  color:#005cab;
  overflow:hidden;
}
#status01 .nameplate {
  width: 600px;
  text-align:right;
  font-size: 10px;
  line-height:1em;
}
#status01 .timeLabel {
  width: 184px;
  text-align:right;
  font-family:Verdana, Geneva, sans-serif;
  font-size: 10px;
  line-height:1em;
}
/* タブ
======================================== */
ul#tab01    {
  position: absolute;
  top: 18px;
  left: 196px;
  width: 684x;
  background: url(../img/tab00.png) no-repeat;
}
ul#tab01 li { list-style-type: none; text-indent: -9999px; float:left; width:75px; }
ul#tab01 li a {
  display: block;
  height: 34px;
  background: url(../img/tab00.png) no-repeat;
}
#tab01 li.tab11 a       { background-position: 0px 0px; }
#tab01 li.tab11 a:hover { background-position: 0px -68px; }
#tab01 li.tab11_on a    { background-position: 0px -68px; }
#tab01 li.tab11_on a.hover { background-position: 0px -34px; }
#tab01 li.tab12 a       { background-position: -75px 0px; }
#tab01 li.tab12 a:hover { background-position: -75px -68px; }
#tab01 li.tab12_on a    { background-position: -75px -68px; }
#tab01 li.tab12_on a.hover { background-position: -75px -34px; }
#tab01 li.tab13 a       { background-position: -150px 0px; }
#tab01 li.tab13 a:hover { background-position: -150px -68px; }
#tab01 li.tab13_on a    { background-position: -150px -68px; }
#tab01 li.tab13_on a.hover { background-position: -150vpx -34px; }
#tab01 li.tab14 a       { background-position: -225px 0px; }
#tab01 li.tab14 a:hover { background-position: -225px -68px; }
#tab01 li.tab14_on a    { background-position: -225px -68px; }
#tab01 li.tab14_on a.hover { background-position: -225px -34px; }
#tab01 li.tab15 a       { background-position: -300px 0px; }
#tab01 li.tab15 a:hover { background-position: -300px -68px; }
#tab01 li.tab15_on a    { background-position: -300px -68px; }
#tab01 li.tab15_on a.hover { background-position: -300px -34px; }
#tab01 li.tab16 a       { background-position: -375px 0px; }
#tab01 li.tab16 a:hover { background-position: -375px -68px; }
#tab01 li.tab16_on a    { background-position: -375px -68px; }
#tab01 li.tab16_on a.hover { background-position: -375px -34px; }
#tab01 li.tab17 a       { background-position: -450px 0px; }
#tab01 li.tab17 a:hover { background-position: -450px -68px; }
#tab01 li.tab17_on a    { background-position: -450px -68px; }
#tab01 li.tab17_on a.hover { background-position: -450px -34px; }
#tab01 li.tab18 a       { background-position: -525px 0px; }
#tab01 li.tab18 a:hover { background-position: -525px -68px; }
#tab01 li.tab18_on a    { background-position: -525px -68px; }
#tab01 li.tab18_on a.hover { background-position: -525px -34px; }
#tab01 li.tab19 a       { background-position: -600px 0px; }
#tab01 li.tab19 a:hover { background-position: -600px -68px; }
#tab01 li.tab19_on a    { background-position: -600px -68px; } 
#tab01 li.tab19_on a.hover { background-position: -600px -34px; }

/* ログイン・ログアウトボタン
======================================== */
#LOGIN, #LOGOUT { position:absolute; top:20px; right:0; }
#LOGIN a, #LOGOUT a { display: block; width: 92px; height: 26px; text-indent: -9999px; background: url(../img/btn_login.png) no-repeat; }
#LOGIN a       { background-position: 0px 0px; }
#LOGIN a:hover { background-position: 0px -26px; }
#LOGOUT a       { background-position: -92px 0px; }
#LOGOUT a:hover { background-position: -92px -26px; }

/* フッター
======================================== */
#footer01 { clear: both; height: 100px; border-top: 1px solid #c2c2c2; text-indent: -9999px; font-size: 1px; line-height: 0; }
#footer01 .box01 { position: relative; width: 980px; margin: 0 auto; }
#footer01 ul { position: absolute; top: 12px; right: 0; width: 920px; height: 20px; background: url(../img/footer_tab.png) no-repeat; }
#footer01 ul li { float: left; height: 20px; list-style-type: none; }
#footer01 ul li a { display: block; height: 100%; }
#footer01 .footer11 { width: 175px; }
#footer01 .footer12 { width: 210px; }
#footer01 .footer13 { width: 290px; }
#footer01 .footer14 { width: 200px; }
#footer02 { position: absolute; text-indent: 0; line-height: 18px; top: 46px; right: 0px; font-size: 10px; }

/* CONTENTS_AREA
======================================== */
#CONTENTS_AREA #CONTENT_TOP {
width:900px;
}

#CONTENT_TOP .cont_top_main {
background-color:#dae5f2;
width:684px;
float:left;
}

#CONTENT_TOP #TOP_IMAGE {
width:684px;
height:240px;
text-align:center;
color:#FFFFFF;
background-color:#1e335c;
padding-bottom:4px;
}

#CONTENT_TOP #TOP_IMAGE .top_noflash_img {
  position:relative;
  zoom:1;
}

#CONTENT_TOP #TOP_IMAGE .top_noflash_img h1 {
  position: absolute;
  top:0;
  left:0;
}

#CONTENT_TOP #TOP_IMAGE .top_noflash_img .btn_login {
  position: absolute;
  top:8px;
  left:8px;
}

#CONTENT_TOP .top_banner {
padding:8px 4px 4px 4px;
}

#CONTENT_TOP .top_banner ul {
list-style:none;
padding:4px;
background-color:#d3d7df;
}

#CONTENT_TOP .top_banner li {
text-indent:-9999px;
float:left;
}

#CONTENT_TOP .top_banner li.bnr01 a,
#CONTENT_TOP .top_banner li.bnr02 a,
#CONTENT_TOP .top_banner li.bnr03 a,
#CONTENT_TOP .top_banner li.bnr04 a,
#CONTENT_TOP .top_banner li.bnr05 {
width:167px;
height:80px;
display:block;
}

#CONTENT_TOP .top_banner li.bnr01 a {
background:url(/images/bnr_top.png) no-repeat 0 0;
}

#CONTENT_TOP .top_banner li.bnr01 a:hover {
background:url(/images/bnr_top.png) no-repeat 0 0;
}

#CONTENT_TOP .top_banner li.bnr02 a {
background:url(/images/bnr_top.png) no-repeat -167px 0;
}

#CONTENT_TOP .top_banner li.bnr02 a:hover {
background:url(/images/bnr_top.png) no-repeat -167px 0;
}

#CONTENT_TOP .top_banner li.bnr03 a {
background:url(/images/bnr_top.png) no-repeat -334px 0;
}

#CONTENT_TOP .top_banner li.bnr03 a:hover {
background:url(/images/bnr_top.png) no-repeat -334px 0;
}

#CONTENT_TOP .top_banner li.bnr04 a {
background:url(/images/bnr_top.png) no-repeat -501px 0;
}

#CONTENT_TOP .top_banner li.bnr04 a:hover {
background:url(/images/bnr_top.png) no-repeat -501px 0;
}

#CONTENT_TOP .top_banner li.bnr05 {
  background-color:#1e335c;
  text-indent: 0;
  text-align:center;
}
#CONTENT_TOP .top_banner li.bnr05 a {
  margin-top:4px;
  display:block;
}

#CONTENT_TOP .cont_top_sub {
width:208px;
background-color:#FFF;
float:right;
z-index:0;
}

#CONT_MAIN_AREA {
width:900px;
margin-top:16px;
}

/* 個別デザイン
======================================== */
/* コンテナ設定 */
div#container
{
	position: relative;
	margin: 0px auto 0px auto;
	background: white;
}

#wrap
{
	position: absolute;
	margin: 10px auto 0px auto;
	text-align: center;
	behavior: expression(IEPNGFIX.fix(this));
	width: 100px;
	height: 100px;
	background: url('../img/header_upper4.png') no-repeat;
}

#top_box00
{
  float:left;
  padding: 30px 0 0 19px;
}

#top_box01
{
  width:280px;
  height:400px;
  float:left;
  background:url(../img/title03.png) no-repeat;
}

#top_box02
{
  width:280px;
  height:400px;
  float:left;
  background:url(../img/title04.png) no-repeat;
}

#top_box03
{
  width:280px;
  height:400px;
  float:left;
  background:url(../img/title05.png) no-repeat;
}

#top_box10
{
  float:left;
  width:220px;
  margin:5px;
}

#top_box11
{
  width:238px;
  float:left;
  background:#FFFFFF;
  border:solid 1px #c2c2c2;
}

#top_box12
{
  width:238px;
  float:left;
  margin-top:10px;
  background:#FFFFFF;
  border:solid 1px #c2c2c2;
}

#top_box13
{
  width:238px;
  float:left;
  margin-top:10px;
  background:#FFFFFF;
  border:solid 1px #c2c2c2;
}

/* ヘッダー 
#header
{
	width:100%;
	height:100px;
}

#header_inner
{
	position: relative;
	margin: 0 auto;
}
*/
/* ロゴ 
#logo
{
	position: absolute;
	top: 22px;
	margin-left: 1em;
}

#logo h1
{
	display: inline;
	color: #fff;
}
*/

/* ヘルプ */
#help_header
{
	width:400px;
	height: 70px;
	background: url('../img/tip_header1.png') repeat-x;
}

span.star
{
	background: transparent url('../img/list.png') no-repeat;
	width:15px;
	height:15px;
}
span.star:hover
{
	background: transparent url('../img/list_hover.png') no-repeat;
	width:15px;
	height:15px;
}

#help_inner
{
	width:400px;
	background-color:#fff;
}

#help_main
{
	position: relative;
	padding: 20px;
}

/* メニュー */
#menu
{
	width:100%;
	padding-top: 75px;
}

#menu_inner
{
	position: relative;
	margin: 0 auto;
}

#menu ul
{
	position: absolute;
	right: 0em;
	list-style: none;
}

#menu li
{
	display:inline;
	list-style-type:none;
}

#menu li a
{
	float: left;
	margin-right: 3px;
	display: block;
	padding-top: 2px;
	color:#0266c3;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	width: 80px;
	height:25px;
	background: url('../img/menu8.gif');
	behavior: expression(IEPNGFIX.fix(this));
}

#menu li a:hover
{
	color:#046eff;
	background: url('../img/menu7.gif');
}

/* メニュー */
#navi
{
	width:100%;
	padding-top: 26px;
}

#navi_inner
{
	height:30px;
	background: #ecebeb;
	border-top:solid 1px #cccccc;
	position: relative;
	margin: 0 auto;
}

/* Card */
.card
{
	padding:20px 0px 0px 0px;
	color: #616161;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	width:680px;
}

.left_box{
	vertical-align: top;
	border: solid 1px #B5B5B5;
	padding: 5px 20px 5px 30px;
	float:left;
	width:280px;
}

.right_box{
	vertical-align: top;
	padding: 0px 10px 0px 50px;
	float:left;
	width:270px;
}

.name{
	font-size: 18pt;
	color:#363636;
	font-weight: bold;
	text-decoration:underline;
}

.kana{
	vertical-align:top;
	font-size: 9pt;
}

.box
{
	margin-left: 0.5em;
	padding: 1.1em 1.4em 1.0em 1.4em;
	border: solid 1px #B5B5B5;
	color: #616161;
	text-decoration: none;
}

.capital{
	font-size: 14pt;
	font-weight: bold;
	text-decoration:underline;
}

.capital_network{
	text-align:center;
	font-size: 18px;
/*	color:#363636;*/
	font-weight: bold;
	text-decoration:underline;
}

/* Main */
#main
{
	/*background: #fff url('../img/n2.gif') 0px 1px repeat-x;*/
	/*background: #fff url('../img/top.gif') 0px 1px no-repeat;*/
}

#main_inner p
{
	text-align: justify;
	margin-bottom: 2.0em;
}

/*
#main_inner ul
{
	margin-bottom: 2.0em;
}
*/

#main_inner
{
	position: relative;
	width: 96%;
	margin: 0 auto;
	padding-top: 0.5em;
	font-size: 12px;
}

.ico01
{
  background: url(../img/gi32.png) no-repeat;
  width: 32px;
  height: 32px;
  margin:-6px 4px 0 0;
}

#main_inner h2,h1 {
	font-size: 14px;
	padding: 6px;
	color: #333;
	border-bottom: none #666;
	/*border-left: 4px solid #ccc;*/
	border-left: 4px solid #0357ee;
	margin: 0px;
}

#main_inner div.d2 {
	border: 1px solid #c2c2c2;
	background: url(../img/bottom_gradation.jpg) repeat-x left bottom;
	padding: 4px;
  margin-bottom:5px;
}

#main_inner div.d4 {
	border: 1px solid #c2c2c2;
	background: url(../img/bottom_gradation.jpg) repeat-x left bottom;
	padding: 4px;
  margin-bottom:5px;
}

#main_inner h3,h4
{
	position: relative;
}

#main_inner h3
{
	font-size: 12px;
	padding: 6px;
	color: #333;
	border-bottom: none #666;
	/*border-left: 4px solid #ccc;*/
	border-left: 4px solid #0357ee;
	margin: 0px;
}

#main_inner h4
{
	font-size: 12px;
	padding:0 0 0 6px;
	color: #333;
	border-bottom: none #666;
	border-left: 4px solid #ccc;
	margin: 0px;
}

#main_inner h5
{
	font-size: 12px;
	padding-top: 3px;
	padding-left: 5px;
	margin-bottom: 4px;
	border-bottom:dotted 2px #dddede;
}

#main_inner .post
{
	position: relative;
}

#main_inner .level1
{
	margin-left: 80px;
	padding-left: 20px;
	border-left:solid 1px #dddede;
}

#main_inner .level1 p
{
	margin-left: 25px;
}

/* Mail */
.mail_box
{
	float:left;
	width:120px;
	border:solid 1px #dddede;
	padding:5px;
}

.mail_body
{
	float:left;
	width:530px;
	top:0px;
	left:0px;
	padding-left:10px;
}

.blue_box
{
	border:solid 1px #1C86EE;
	color:#fff;
	background:#1E90FF;
	padding:2px;
}

.clear_box
{
	padding:2px;
}

.info_box
{
	width:662px;
	border-left:solid 1px #dddede;
	border-right:solid 1px #dddede;
	border-bottom:solid 1px #dddede;
	padding:5px;
  margin-top:-5px;
}

.side_box
{
	border-left:solid 1px #dddede;
	border-right:solid 1px #dddede;
	border-bottom:solid 1px #dddede;
	padding:5px;
  margin-top:-5px;
}

/* フッター */
#footer
{
	height: 40px;
	font-size: 90%;
	text-align: center;
	clear: both;
	border-top: double 1px #E1E1E1;
/*	margin-bottom: 1.0em;*/
	background: url('../img/footer1.gif') repeat-x;
}

/* CM */
#cm01
{
  float:left;
  background:url(../img/cm01.png) no-repeat;
  width: 650px;
  height:200px;
}
#cm02
{
  float:left;
  margin:3px 0 0 15px;
}
#cm02 a
{
  display: block;
  text-indent: -9999px;
  width: 200px;
  height: 90px;
  background: url(../img/cm02.png) no-repeat;
}
#cm03
{
  float:left;
  margin:17px 0 0 15px;
}
#cm03 a
{
  display: block;
  text-indent: -9999px;
  width: 200px;
  height: 90px;
  background: url(../img/cm03.png) no-repeat;
}

/* ログインフォーム */
#login
{
  float:left;
	padding: 2px 0px 0px 20px;
	margin: 4px;
	font-size: 90%;
}


/* テーブル */
table.sheet{
/*table{*/
	width:100%;
	background:#FFF;
	border-collapse:collapse;
	border-spacing:0px;
	margin:0;
}
.sheet th,.sheet td{
/*th,td{*/
	padding:5px;
	border:1px solid #CCC;
}
.sheet th{
/*th{*/
	font-weight:normal;
	background-color:#EEE;
	text-align:left;
	vertical-align:top;
/*	white-space:nowrap;*/
}
.sheet td ul{
/*td ul{*/
	margin:0px;
}
.sheet td ul li{
/*td ul li{*/
	float:left;
	width:100px;
	list-style:none;
	margin:0;
	padding:0;
}

.sheet td:hover{
/*tbody td:hover{*/
	/*background : #f3f3eb url('../img/td.bg.png') left top repeat-x;*/
  background : #FBFBFB;
}

.progress{
	width:675px;
}
.progress_left{
	float:left;
	padding-top:10px;
	padding-left:10px;
	width:350px;
}
.bar_bg{
	float:left;
	background:url('../img/bar_bg.png') no-repeat;
	width:150px;
	height:30px;
	padding-left:2px;
}
.bar_percent{
	float:left;
	font-size:20px;
}
.progress_right{
	float:left;
	padding-top:10px;
	padding-left:10px;
	width:250px;
}
.network{
	width:675px;
	height: 200px;
	background:url('../img/network02.png') no-repeat;
	font-size:11px;
}

.network .top_left{
	float:left;
	padding-top:29px;
	padding-left:25px;
	padding-right:40px;
	width:180px;
}
.network .top_center{
	float:left;
	padding-top:29px;
	padding-right:40px;
	width:180px;
}
.network .top_right{
	float:left;
	padding-top:29px;
	width:180px;
}
.network .bottom_left{
	float:left;
	padding-top:15px;
	padding-left:25px;
	padding-right:40px;
	width:180px;
}
.network .bottom_center{
	float:left;
	padding-top:15px;
	padding-right:40px;
	width:180px;
}
.network .bottom_right{
	float:left;
	padding-top:15px;
	width:180px;
}

pre{
	color: #444;
	background-color: #eee;
	padding: 15px;
	line-height: 170%;
	border: 1px solid #ccc;
	overflow: auto;
/*	font-size: 80%;*/
/*	font-family: "Courier New", Courier, monospace;*/
/*	font-family: "メイリオ", "Courier New", Courier, monospace;*/
}


/* LAYOUT - 2 COLUMNS */
/* Primary content */
#primaryContent_2columns
{
	position: relative;
/*	margin-right: 17em;*/
	margin-right: 190px;
}

#columnA_2columns
{
	position: relative;
	float: left;
	width: 100%;
/*	margin-right: -17em;*/
	margin-right: -190px;
/*	padding-right: 2em;*/
	padding-right: 10px;
}

/* Secondary Content */
#secondaryContent_2columns
{
	float: right;
}

#columnC_2columns
{
	width: 170px;
	float: left;
/*	padding: 0em 0em 0.5em 1em;*/
	padding: 0px 0px 5px 10px;
	border-left: dotted 1px #E1E1E1;
/*	border-left: solid 1px #E1E1E1;*/
/*	border-left: solid 1px #000000;*/
}


/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color:#404040;*/
  margin:3px;
	vertical-align:bottom;
}
label {
	/*color:#999;*/
	color:#5F5F5F;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked {
	z-index:5;
	position:absolute;
	width:15px;
	height:15px;
	cursor:pointer;
}
.radioAreaUnchecked {
	background:url(../img_form/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(../img_form/radio.gif) no-repeat left bottom;
}

/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
}
.checkboxAreaUnchecked {
	background:url(../img_form/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {
	background:url(../img_form/checkbox.gif) no-repeat left bottom;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(../img_form/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(../img_form/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(../img_form/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../img_form/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(../img_form/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:12px;
	z-index:20;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:100px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../img_form/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}

/*	width:665px;
	border:solid 1px #dddede;
	padding:5px; */

/* homeのinformation表示対応 */
.treemenu {
/*	margin : 0px 20px;
	padding : 10px; */
	list-style : none;	
/*	background-color : #EEE; */
/*	border : 1px solid #000; */
	border:solid 1px #c2c2c2;
	width : 662px;
}

.treemenu ul {
	list-style : none;
	margin : 0px 10px;
	padding : 0px 10px;
}

.treemenu li {
	display : inline;
}

.treemenu a {
	display : block;
	padding-left : 12px;
	text-decoration : none;

}

.treemenu .treeopen {
/*	background-image : url('open.gif'); */
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
/*	background-image : url('closed.gif'); */
	background-repeat : no-repeat;
	background-position : left;
}
