/*基本*/
body {
background-color: #ffffff;
color:#000000;
font-size: 90%;
margin-top: 10px;
}

a:link {
color: #5674ab;
text-decoration: underline;
}
a:visited {
color: #846fbb;
text-decoration: underline;
}
a:active {
color: #d86922;
text-decoration: underline;
}
a:hover {
color: #d86922;
text-decoration: underline;
}

h1 {
font-size: 100%;
color: #000000;
font-weight: bold;
margin: 0px;
}

h2 {
font-size: 90%;
color: #000000;
margin: 0px;
}

td {
font-size: 100%;
line-height: 1.4;
}


/*サブコンテンツタイトル*/
.subtitlebg {
width: 100%;
background-color: #ffffff;
background-image: url("images/subtitle_bg.gif");
background-repeat: no-repeat;
color: #6c8db3;
font-size: 11pt;
font-weight: bold;
padding-top: 2px;
padding-left: 26px;
padding-bottom: 2px;
margin: 0px;
text-align: left;
}

/*枠*/
.err_waku1 {
border: 1px solid #5674ab;
background-color: #ffffff;
padding: 10px;
}

/*グレーボタン枠*/
.greybtnwaku {
width: 60px;
border: 1px solid #999999;
background-color: #eeeeee;
color: #666666;
font-weight: bold;
padding:4px;
text-align: center;
}

.greybtnwaku a {
color: #666666;
text-decoration: none;
}
.greybtnwaku a:visited {
color: #666666;
text-decoration: none;
}
.greybtnwaku a:hover {
color: #d86922;
text-decoration: underline;
}

.copy_line1 {
border-top: 1px solid #999999;
background-color: #ffffff;
font-size: 90%;
padding-top: 2px;
text-align: center;
}

.ichi1 {
margin-top: 1px;
margin-bottom: 10px;
}

/*背景*/
/*色のみ指定*/
.whitebg1 {
background-color: #ffffff;
}


/*テキスト*/
em {
font-weight: bold;
font-style: normal;
}

strong {
font-size: 110%;
font-weight: bold;
font-style: normal;
}

.red1 {
color: #e43f72;
}

.blue1 {
color: #5674ab;
}

.bluebig {
font: bold 1.5em Verdana,sans-serif;
color: #5674ab;
margin-top: 20px;
margin-bottom: 20px;
}

