@charset "shift_jis";

/**********************************************
                  base
***********************************************/
label {
	cursor: pointer;
}

body{
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	color: #333333;
	margin: 0px;
	line-height: 120%;
	font-size: 0.9em;
}

a:link{
    color: #116fbb;
}
a:visited {
	color: #116FBB;
}
a:hover{
	color: #0099CC;
    text-decoration:none;
}
ol li{
 list-style-type:decimal;
 list-style-position:outside;
 margin-left:1.8em;
}

/**********************************************
                container
***********************************************/

/* header
===============================================*/
#header {
	width: 541px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 15px;
	height: 48px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #1A9ABE;
}

#logo {
	float: left;
	padding-top: 5px;
}

/* footer
===============================================*/
#footerWrap {
	padding-top: 25px;
}
#attention2 {
	font-size: 0.9em;
	color: #666;
    margin: 0 auto;
    width: 541px;
    padding-bottom: 10px;
    line-height: 150%;
}
#footer {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #1B99BF;
	position: relative;
	padding: 5px;
}
p#copyright {
    width: 541px;
	margin: 0 auto;
}
#copyright img {
	margin: 2px 0;
}
#footer_link2 ul {
	float: left;
	z-index:2;
	line-height:150%;
}
#footer_sp {
	float: right;
	margin-top: -19px;
	line-height: 490%;
	width: 15em;
	z-index: 1;
	position: relative;
	text-align:right;
}
#footer li {
	float: left;
}


/* container
===============================================*/
#container,
#maintenance_container {
	width: 541px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 15px;
}

#container p,
#maintenance_container p {
	margin-bottom: 1em;
}


/* float
-----------------------------------*/
.left_float {
	display: block;
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}

.left {
	text-align: left;
}
.right{
    text-align:right;
}
.center {
	text-align: center;
}
.center_box {
	text-align:center;
	padding-top:150px;
	padding-bottom:100px;
}

/* margin
-----------------------------------*/

.mgn_b_1em {
	margin-bottom: 1em;
}
.mgn_b_3em {
	margin-bottom: 3em;
}
.mgn_b5,
#container p.mgn_b5,
#maintenance_container p.mgn_b5 {
	margin-bottom: 5px;
}
.mgn_t5 {
	margin-top: 5px;
}
/* iconn
-----------------------------------*/
.txt_s{
	font-size:0.9em;
}
.text_red {
	color: #c60000;
}

.text_red_b {
	color: #c60000;
	font-weight:bold;
}

.txt_error{
    background-color:#dbf2f8;
	font-size:1.2em;
	text-align:center;
	padding:10px;
	font-weight:bold;
}


/* 他
-----------------------------------*/

#container h1,
#maintenance_container h1 {
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 40px;
	width: 354px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.border {
	border: 1px solid #C3C3C3;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: 90%;
	line-height: 170%;
overflow: scroll;
height: 270px;
}
dl {
	background:#dceef6;
	padding:10px;
	position: relative;
	overflow: auto;
	width: 521px;
}
dl#dl1 {
	padding:10px 10px 0px 10px;
}
dl#dl2 {
	padding:0px 10px 10px 10px;
}
dt {
	background:#1a9abe;
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}
th {
	text-align: right;
	margin-bottom: 0px;
	padding: 3px 5px 3px 0px;
	font-weight: bold;
}
td {
	padding: 3px;
}
.textaria {
	width:250px;
	padding: 2px;
	height: 17px;
}
.button {
	width: 70px;
	padding: 1px;
	font-size: 85%;
	height:27px;
}
table {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1px;
}

/*エラー表示エリア
-------------------------------------*/
.error_area {
	background-color: #FFE1E1;
	border: 1px solid #FFAAAA;
	font-weight: bold;
	color: #FF0000;
	padding: 10px 10px 10px 15px;
	margin-bottom: 15px;
	line-height: 1.2em;
}
