*{
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-image:url(images/backlogo.gif);
	text-align: center;
	vertical-align: baseline;
	line-height: 1.6em;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
div {
	line-height: 1.6em;
}	
input, select, textarea {
	font-size: 1em;
	line-height: 1.2em;
	padding: 0.1em;
	vertical-align: middle;
}
#wrapper {
	width: 980px;
	height: auto;
	clear: both;
	margin: 0 auto;
	padding: 0px;
	border:none;
	text-align: left;
	display: block;
}
#main, #main2 {
	width: 800px;
	margin: 0;
	overflow: hidden;
	color: #222222;
	background:#DAEFEE;
}
#main {
	float:right;
	padding: 5px;
}
#main2 {
	float:left;
	padding-top: 5px;
}
/*--- メニュー ---(topmenuはPGから動的に設定)*/
#sidemenu {
	float:left;
	width: 140px;
	height:550px;
	margin: 0;
	padding: 5px 10px;
	overflow: hidden;
	color:#222222;
	background:#DAEFEE;
}
#sidemenu ul {
	list-style-type:none;
}
#version {
	padding: 3px 0;
	text-align: center;
	font-size:0.7em;
	color: #2A3F55;
}
li#logout a {
	margin: 0 30px 10px;
	width: 80px;
	height: 15px;
	display: block;
	background: url(images/menu00.gif) no-repeat right top;
}
li#logout a:hover {
	background: url(images/menu00.gif) no-repeat left top;
}
li#menu01 a,li#menu02 a,li#menu03 a,li#menu04 a,li#menu05 a,li#menu06 a,li#menu07 a,li#menu08 a {
	height: 38px;
	width: 140px;
	display: block;
	padding-top: 2px;
}
li.blank {
	height: 8px;
	width: 140px;
	display: block;
}
.choice {
	width: 10em;
	float:left;
	margin: 0.5em;
}
#bottom {
	width: 980px;
	clear: both;
	height: 3em;
	margin: 0 auto;
/*	background: #CCFFFF;	PGより動的に指定 */
	font-size: 0.8em;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
}
/*--- 入力モード切り替え ---*/
.mode1 {
	ime-mode: active;   /* 全角モード */
}
.mode2 {
	ime-mode: inactive; /* 半角モード */
}
/*--------------------------*/
.err_msg {
	color: #FF0000;
	font-weight: bold;
}
.v_middle {
	vertical-align: middle;
	float: left;
}
h1 {
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: 6px;
	font-weight: bold;
	margin: 2px auto 0 0.5%;
}
.block {
	margin: 0;
	padding: 8px 10px 8px 10px;
	background-color:#FFFFFF;
	border: none;
}
img {
	border-style: none;
	background: bottom;
}
.imgright {
	float:right; margin: 0.5em;
	padding-left: 10px;
}
.imgleft {
	float:left; margin: 0.5em;
	padding-right: 10px;
}
.clearleft {
	display:block;
	clear:left;
}
.clearright {
	display:block;
	clear:right;
}
.midashi {
	margin: 5px 0 0 10px;
}
div {
	zoom:100%;  /* for IE bug */
}
div:after {       /* 画像float時に、左右の文字が少なかった場合に、画像がdiv枠からハミ出るのを防ぐ */
	content: ".";   /* 新しい要素を作る */
	display: block; /* ブロックレベル要素に */
	visibility: hidden;
	height: 0;
	line-height:0;
	clear: both;    /* 左右floatのクリア */
}
.btnleft {
	display: block;
	margin: 5px;
	text-align: left;
}
table.wide, table.wide2, table.err, table.result {	/* wide2・・・for button */
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin: 0 auto 3px;
}
table.label {
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin: 5px auto 0;
}

table.wide th, table.wide td {
/*	border: 1px solid #003399;		PGより動的に指定 */
	padding: 2px;
}
table.wide th {
/*	background-color: #CCFFFF;		PGより動的に指定 */
	text-align: center;
	color: #222222;
	font-weight: normal;
}
/*
table.wide td {
	background-color: #E6E5D3;
}*/
td.c {
	text-align: center;
}
td.l {
	text-align: left;
}
td.r {
	text-align: right;
}
th.w1, td.w1 {
	width: 80px;
}
th.w2, td.w2 {
	width: 12em;
}
th.w2n1, td.w2n1 {
	width: 2.2em;
}
th.w2n2, td.w2n2 {
	width: 9.5em;
}
th.w3, td.w3 {
	width: 4em;
	text-align: center;
}
th.w3_link, td.w3_link {
	width: 4em;
	text-align: center;
}
td.w3_link a {
	display:block;
	width:100%;
	height:100%;
}
th.w4, td.w4 {
	width: 5em;
}
th.w5, td.w5 {
	width: 3em;
}
th.w20, td.w20 {
	width: 20em;
}
span.circle {
	font-size: 1.2em;
}
/* ----- 記事入力textareaの枠用 ----- */
td.kiji textarea {
  width: 500px;
  border: solid 2px #888888;
}
/* ----- 一般の入力input,select,textarea枠用 ----- */
td.i35 input, td.i100 input, td.i140 input, td.i200 input, td.i300 input, td.i600 input, td.i35 textarea, td.i140 textarea, td.i300 textarea, td.i600 textarea,  td.i600t textarea, td.s140i35 input, td.s80i300 input {
	border: solid 2px #888888;
}
td.i35 input, td.i35 select, td.s35 select {
	width: 35px;
}
td.i35 input {
	text-align: right;
}
td.s60 select {
	width: 60px;
}
td.s80i300 select {
	width: 80px;
}
td.s80i300 input {
	width: 300px;
}
td.i100 input {
	 width: 100px;
}
td.i140 input, td.i140 select {
	 width: 140px;
}
td.s140 select, td.s140i35 select {
	width: 140px;
}
td.s140i35 input {
	width: 35px;
	text-align: right;
}
td.i200 input {
	 width: 200px;
}
td.s200 select {
	width: 200px;
}
td.i300 input, td.i300 select, td.i300 textarea {
	width: 300px;
}
td.i600 input, td.i600 select, td.i600 textarea, td.i600t textarea  {
	width: 600px;
}
td.i600 textarea {
	height: 60px;
}
td.i600t textarea {
	height: 110px;
}
/* ----- ラベルの枠用（tableはwideにて宣言） ----- */
table.label th {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
/*	background-color:#006699;	PGより動的に指定 */
}
table.label td {
	padding: 2px;
	border: none;	
}
/* ----- エラー表示枠用 ----- */
table.err th {
	text-align: center;
	width: 12em;
	color: #FFFFFF;
	border: 1px solid #FF0000;
	background-color:#FF0000;
	padding: 2px;
}
table.err td {
	padding: 2px;
	border: 1px solid #FF0000;
}
/* ----- 結果表示枠用 ----- */
table.result th {
	text-align: center;
	width: 12em;
	color: #FFFFFF;
	border: 1px solid #2A7F55;
	background-color:#2A7F55;
	padding: 2px;
}
table.result td {
	padding: 2px;
	border: 1px solid #2A7F55;
}
/* ----- ページタイプ枠用 ----- */
table.pg_type {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}
table.pg_type2 {
	width: 50%;
	border-collapse: collapse;
	margin: 0;
}
table.pg_type td, table.pg_type th, table.pg_type2 td, table.pg_type2 th {
	border: 1px solid #888888;
	padding: 2px;
}
.pg_type_l {
	float: left;
}
.pg_type_r {
	float: right;
}
.pg_type_c {
	text-align: center;
}
/* ---------------------------- */
td.btn {
	border: none;
	padding: 0;
	width: 50px;
}
tr.iro {
	background-color:#FFFF00;
}
tr.iro2 {
	background-color:#99FF66;
}
td.gray1 {
	background-color: #ccc;
	width: 20px;
}
td.gray2 {
	background-color: #bbb;
	width: 20px;
}
tr.nodisp {
	display: none;
}
.button {
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
}
.center {
	text-align: center;
}
p {
	font-size:1em;
	margin:5px 0;
	padding:0;
	text-align: left;
}
#color_disp, #color_disp2, #color_disp3, #color_disp4 {
	font-size:1.5em;
	line-height:0.8em;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
/* ----- for block choice ----- */
span.block_choice {
	display: bloak;
	float: left;
	width: 70px;
}
/* ----- blk share data ----- */
#blk01m,#blk01m a,#blk02m,#blk02m a,#blk02l,#blk02l a,#blk03m,#blk03m a,#blk03r,#blk03r a,#blk04m,#blk04m a,#blk04l,#blk04l a,#blk04r,#blk04r a,#blk05m,#blk05m a,#blk05h,#blk05h a,#blk05f,#blk05f a,#blk06m,#blk06m a,#blk06h,#blk06h a,#blk06f,#blk06f a,#blk06l,#blk06l a,#blk07m,#blk07m a,#blk07h,#blk07h a,#blk07f,#blk07f a,#blk07r,#blk07r a,#blk08m,#blk08m a,#blk08h,#blk08h a,#blk08f,#blk08f a,#blk08l,#blk08l a,#blk08r,#blk08r a {
	height: 30px;
	width: 50px;
	display: block;
	text-indent: -9999px;
}
/* ----- blk01m ----- */
#blk01m {
	background: url(images/blk01m.gif) no-repeat left -30px;
}
#blk01m a {
	background: url(images/blk01m.gif) no-repeat left top;
}
#blk01m a:hover {
	background: url(images/blk01m.gif) no-repeat left -30px;
}
/* ----- blk02m ----- */
#blk02m {
	background: url(images/blk02m.gif) no-repeat left -30px;
}
#blk02m a {
	background: url(images/blk02m.gif) no-repeat left top;
}
#blk02m a:hover {
	background: url(images/blk02m.gif) no-repeat left -30px;
}
/* ----- blk02l ----- */
#blk02l {
	background: url(images/blk02l.gif) no-repeat left -30px;
}
#blk02l a {
	background: url(images/blk02l.gif) no-repeat left top;
}
#blk02l a:hover {
	background: url(images/blk02l.gif) no-repeat left -30px;
}
/* ----- blk03m ----- */
#blk03m {
	background: url(images/blk03m.gif) no-repeat left -30px;
}
#blk03m a {
	background: url(images/blk03m.gif) no-repeat left top;
}
#blk03m a:hover {
	background: url(images/blk03m.gif) no-repeat left -30px;
}
/* ----- blk03r ----- */
#blk03r {
	background: url(images/blk03r.gif) no-repeat left -30px;
}
#blk03r a {
	background: url(images/blk03r.gif) no-repeat left top;
}
#blk03r a:hover {
	background: url(images/blk03r.gif) no-repeat left -30px;
}
/* ----- blk04m ----- */
#blk04m {
	background: url(images/blk04m.gif) no-repeat left -30px;
}
#blk04m a {
	background: url(images/blk04m.gif) no-repeat left top;
}
#blk04m a:hover {
	background: url(images/blk04m.gif) no-repeat left -30px;
}
/* ----- blk04l ----- */
#blk04l {
	background: url(images/blk04l.gif) no-repeat left -30px;
}
#blk04l a {
	background: url(images/blk04l.gif) no-repeat left top;
}
#blk04l a:hover {
	background: url(images/blk04l.gif) no-repeat left -30px;
}
/* ----- blk04r ----- */
#blk04r {
	background: url(images/blk04r.gif) no-repeat left -30px;
}
#blk04r a {
	background: url(images/blk04r.gif) no-repeat left top;
}
#blk04r a:hover {
	background: url(images/blk04r.gif) no-repeat left -30px;
}
/* ----- blk05m ----- */
#blk05m {
	background: url(images/blk05m.gif) no-repeat left -30px;
}
#blk05m a {
	background: url(images/blk05m.gif) no-repeat left top;
}
#blk05m a:hover {
	background: url(images/blk05m.gif) no-repeat left -30px;
}
/* ----- blk05h ----- */
#blk05h {
	background: url(images/blk05h.gif) no-repeat left -30px;
}
#blk05h a {
	background: url(images/blk05h.gif) no-repeat left top;
}
#blk05h a:hover {
	background: url(images/blk05h.gif) no-repeat left -30px;
}
/* ----- blk05f ----- */
#blk05f {
	background: url(images/blk05f.gif) no-repeat left -30px;
}
#blk05f a {
	background: url(images/blk05f.gif) no-repeat left top;
}
#blk05f a:hover {
	background: url(images/blk05f.gif) no-repeat left -30px;
}
/* ----- blk06m ----- */
#blk06m {
	background: url(images/blk06m.gif) no-repeat left -30px;
}
#blk06m a {
	background: url(images/blk06m.gif) no-repeat left top;
}
#blk06m a:hover {
	background: url(images/blk06m.gif) no-repeat left -30px;
}
/* ----- blk06h ----- */
#blk06h {
	background: url(images/blk06h.gif) no-repeat left -30px;
}
#blk06h a {
	background: url(images/blk06h.gif) no-repeat left top;
}
#blk06h a:hover {
	background: url(images/blk06h.gif) no-repeat left -30px;
}
/* ----- blk06f ----- */
#blk06f {
	background: url(images/blk06f.gif) no-repeat left -30px;
}
#blk06f a {
	background: url(images/blk06f.gif) no-repeat left top;
}
#blk06f a:hover {
	background: url(images/blk06f.gif) no-repeat left -30px;
}
/* ----- blk06f ----- */
#blk06l {
	background: url(images/blk06l.gif) no-repeat left -30px;
}
#blk06l a {
	background: url(images/blk06l.gif) no-repeat left top;
}
#blk06l a:hover {
	background: url(images/blk06l.gif) no-repeat left -30px;
}
/* ----- blk07m ----- */
#blk07m {
	background: url(images/blk07m.gif) no-repeat left -30px;
}
#blk07m a {
	background: url(images/blk07m.gif) no-repeat left top;
}
#blk07m a:hover {
	background: url(images/blk07m.gif) no-repeat left -30px;
}
/* ----- blk07h ----- */
#blk07h {
	background: url(images/blk07h.gif) no-repeat left -30px;
}
#blk07h a {
	background: url(images/blk07h.gif) no-repeat left top;
}
#blk07h a:hover {
	background: url(images/blk07h.gif) no-repeat left -30px;
}
/* ----- blk07f ----- */
#blk07f {
	background: url(images/blk07f.gif) no-repeat left -30px;
}
#blk07f a {
	background: url(images/blk07f.gif) no-repeat left top;
}
#blk07f a:hover {
	background: url(images/blk07f.gif) no-repeat left -30px;
}
/* ----- blk07r ----- */
#blk07r {
	background: url(images/blk07r.gif) no-repeat left -30px;
}
#blk07r a {
	background: url(images/blk07r.gif) no-repeat left top;
}
#blk07r a:hover {
	background: url(images/blk07r.gif) no-repeat left -30px;
}
/* ----- blk08m ----- */
#blk08m  {
	background: url(images/blk08m.gif) no-repeat left -30px;
}
#blk08m a {
	background: url(images/blk08m.gif) no-repeat left top;
}
#blk08m a:hover {
	background: url(images/blk08m.gif) no-repeat left -30px;
}
/* ----- blk08h ----- */
#blk08h {
	background: url(images/blk08h.gif) no-repeat left -30px;
}
#blk08h a {
	background: url(images/blk08h.gif) no-repeat left top;
}
#blk08h a:hover {
	background: url(images/blk08h.gif) no-repeat left -30px;
}
/* ----- blk08f ----- */
#blk08f {
	background: url(images/blk08f.gif) no-repeat left -30px;
}
#blk08f a {
	background: url(images/blk08f.gif) no-repeat left top;
}
#blk08f a:hover {
	background: url(images/blk08f.gif) no-repeat left -30px;
}
/* ----- blk08l ----- */
#blk08l {
	background: url(images/blk08l.gif) no-repeat left -30px;
}
#blk08l a {
	background: url(images/blk08l.gif) no-repeat left top;
}
#blk08l a:hover {
	background: url(images/blk08l.gif) no-repeat left -30px;
}
/* ----- blk08r ----- */
#blk08r {
	background: url(images/blk08r.gif) no-repeat left -30px;
}
#blk08r a {
	background: url(images/blk08r.gif) no-repeat left top;
}
#blk08r a:hover {
	background: url(images/blk08r.gif) no-repeat left -30px;
}
