﻿.right {
	text-align: right;
}
.blue {
	background-color: #101E58;
}
.underbar {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
}
.border {
	border: 1px solid #cccccc;
}
.main {
	padding: 5px;
	background-color: #ffffff;
	width: 820px;
}
body {
	background-color: #cccccc;
	font-size:12px;
	line-height: 1.5em; 
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	}
.style2 {
	color: #000080;
}
.txt_white{
	color: #FFFFFF;
}
.txt_red{
	color: #800000;
}
.txtbox {
	padding: 5px;
	width: 500px;
	border: 1px solid #cccccc;
}
.style1 {
	border-width: 0px;
	text-align: right;
}
.justify
{
	text-align:justify;
	text-justify:inter-ideograph;
}
.list01
{
	list-style-type:decimal;
}


.indent
{
	text-align:justify;
	text-justify:inter-ideograph;
	text-indent: 2em
}

/* ▼2009/06/02 ADD */
#Accordion td
{
    margin: 0px;
	padding: 0px;
}
/* ▲009/06/02 ADD  */

/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
	/* ▼2009/06/02 DEL */
	/* margin-top: 3px; */
	/* ▲009/06/02 DEL  */
    cursor: pointer;
}

.accordionContent
{
	/* ▼2009/06/02 ADD */
    border-width: 0px; 
	padding: 0px;
	margin: 0px;
	/* ▲009/06/02 ADD  */
}

.accordionHeaderSelected
{
    cursor: pointer;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/*Textbox Watermark*/

.watermarked {
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}