body {
	background-image: url("../images/common/bg.gif");
    background-repeat: repeat;
}
a {
	color: #0066c0;
}
footer {
	color:#FFFFFF;
}

div#menuarea ul#menu li {
	background-color: #e5f2f7;
}

div#menuarea ul#menu li:first-child {
	border-top: none;
}

div#menuarea ul#menu li a {
	background-color: #f4f4f4;
	background-position: 180px center;
	color: #341305;
}
div#menuarea div#contact {
	border: solid 1px #b3b3b3;
	background-color: #f2f2f2;
}

div#menuarea ul#bnr {
    text-align: center;
    margin: 30px 0 0;
}

div#menuarea ul#bnr li {
    margin-bottom: 15px;
}


div#menuarea ul#bnr li a {
    display: block;
    text-decoration: none;
    border: solid 2px #dc770b;
    background: #FFA500;
    border-radius: 5px;
    padding: 1em 1em 0.75em;
    font-weight: bold;
    color: #fff;
    font-size: 1.071em;
    line-height: 1.2em;
    text-shadow: 1px 1px 1px rgba(140, 58, 0, 1);
}

div#menuarea ul#bnr li:first-child a {
    border: solid 2px #267CA7;
    background: #0099CC;
    text-shadow: 1px 1px 1px #003399;
}

div#menuarea ul#bnr li:last-child a {
    display: block;
    text-decoration: none;
    border: solid 2px #ba3c57;
    background: #f0738e;
    border-radius: 5px;
    padding: 1em 1em 0.75em;
    font-weight: bold;
    color: #fff;
    font-size: 1.071em;
    line-height: 1.2em;
    text-shadow: 1px 1px 1px #80172e;
}



div#menuarea ul#bnr li a:hover {
    background: #feba4e;
}

div#menuarea ul#bnr li:first-child a:hover {
    background: #66CCFF;
}

div#menuarea ul#bnr li:last-child a:hover {
    background: #eb98aa;
}

div#contents h3 {
	border-bottom: 1px solid #006bb6;
}
div#contents h3:after {
	border: 3px solid #006bb6;
}
div#contents h3:before {
	border: 3px solid rgba(150, 150, 150, .5);
}
div#contents h4 {
	color: #006bb6;
	border-left: 5px solid #006bb6;
    border-bottom: 1px solid #006bb6;
}
div#contents h5 {
	color: #707070;
	border-left: 5px solid #b0b0b0;
}

div#contents table.tbl-dsgn {
    text-align: center;
}

div#contents table.tbl-dsgn th {
	background-color: #fffccc;
    text-align: center;
}
div#contents table.tbl-dsgn2 {
	border: 1px solid #8e8e8e;
}
div#contents table.tbl-dsgn2 th {
	background-color: #8e8e8e;
	color: #ffffff;
}
div#contents table.tbl-dsgn2 th, div#contents table.tbl-dsgn2 td {
	border: 1px dotted #8e8e8e;
}

div#contents div#regi {
    background-color: #E5F2F7;
    border: 2px solid #006BB6;
    margin-bottom: 4em;
}

a.button {
    background: #dc770b;
 	background-image: -webkit-linear-gradient(top, #feba4e, #dc770b);
  	background-image: -moz-linear-gradient(top, #feba4e, #dc770b);
  	background-image: -ms-linear-gradient(top, #feba4e, #dc770b);
  	background-image: -o-linear-gradient(top, #feba4e, #dc770b);
  	background-image: linear-gradient(to bottom, #feba4e, #dc770b);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feba4e',  endColorstr='#dc770b', GradientType=0 );
    border-color: #e65c00;
}
a.button:hover {
    background: #e89338;
	background-image: -webkit-linear-gradient(top, #fdca78, #e89338);
  	background-image: -moz-linear-gradient(top, #fdca78, #e89338);
  	background-image: -ms-linear-gradient(top, #fdca78, #e89338);
 	background-image: -o-linear-gradient(top, #fdca78, #e89338);
 	background-image: linear-gradient(to bottom, #fdca78, #e89338);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdca78',  endColorstr='e89338', GradientType=0 );
}

div#main div#contents p.redline{
	width: 250px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 2px solid #F91F00;
}

dd.w4 {
	padding-left: 4em;
}

.indent_5em{
	padding-left: 5em;
}
p.indent{
  padding-left: 1em;
  text-indent: -1em;
}
div#main div#contents #hraikomi a img:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

div#main div#contents ul.list_tri,
div#main div#contents ul.list_tri li {
	padding:0px;
	margin:0px;
}
div#main div#contents ul.list_tri {
	margin-top: 15px;
}
div#main div#contents ul.list_tri li {
	background-image: none;
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
	position:relative;
	padding-left:20px;
}
div#main div#contents ul.list_tri li:before{
	content:'';
	display: block;
	position: absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top: .4em; 
	left: .3em; 
	height: 0; 
	width: 0; 
	border-top: 4px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #aaa;
}

div#main div#contents .topnotice {
    color: #F91F00;
    border: solid 2px #F91F00;
    padding:.5em 1em 1em;
    margin-top: 30px;
}

.btn_area {
    text-align: center;
}

.btn_area .btn01 {
    color:#1e4d57;
	border: 1px solid #c3be58;
	font-size: 95%;
	padding: 6px 25px;
	width: 12em;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFF;
    border-radius: 5px;
    background: linear-gradient(to bottom, #fffdbf, #f7f494);
}

.btn_area .btn01:hover {
    opacity: 0.75;
    transition: 0.8s;
}

div#main div#contents #webbtn-area {
    background-color: #FFFACD;
    border: 2px solid #FFA500;
    text-align: center;
    margin-top: 40px;
    padding: 1em 2em 1.5em;
}

div#main div#contents #webbtn-area p a {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.143em;
    width: 180px;
    border: solid 1px;
    border-radius: 5px;
    color: #fff;
    padding: 0.5em 2em;
    background: #FFA500;
    border-color: #FFA500;
}



div#main div#contents #webbtn-area p a:hover {
    opacity: 0.7;
    transition: all 0.9s ease;
}

div#main div#contents #webbtn-area p a.gray {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.143em;
    width: 180px;
    border: solid 1px;
    border-radius: 5px;
    color: #fff;
    padding: 0.5em 2em;
    background: #666;
    border-color: #333;
}

div#main div#contents #webbtn-area p a.gray:hover {
    opacity: 1;
}

.img-border {
    border: solid 1px #999;
}

a:hover img {
    opacity: 0.7;
    transition: all 0.9s ease;
} 

div#contents div#update dl dd p.ttl {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    padding: 0.25em 0.5em 0.25em 0;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
}