@charset "UTF-8";
/* CSS Document */

table {
	border-collapse : collapse;
	border: 2px solid #6699FF;
	margin: 1em auto;
	width: 95%;
	font: 90%/1.3em "ＭＳ ゴシック", "Osaka－等幅", Arial, Helvetica, sans-serif;
	padding: 0px;
}


th, td { 
    padding: 0.5em;
}

th {
    border: none;
    color: #FFFFFF;
    background-color: #6699FF;
}

td {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #6699FF;
    border-right: 1px solid #6699FF;
}

.c1 {
    color: #000000;
    background: #eeeeee;
}
.c2 {
    color: #000000;
    background: #EBF4FF;
}

.smp {
    text-align: center;
}
.center_box {
	width: 90%;
	font: 1em "ＭＳ ゴシック", "Osaka－等幅", Arial, Helvetica, sans-serif;
	margin: 10px auto;
}

a {text-decoration: none;}
a:hover, a:active {color: #3399FF; text-decoration:underline;}

.ya {
	background: url(../img/ya1.gif) no-repeat left center;
	padding-left: 23px;
}
.align3 {
    text-align:center;
}
	
.proper_title {
	font: bold 1em "ＭＳ ゴシック", "Osaka－等幅", Arial, Helvetica, sans-serif;
}
.margin_l_50 {
    margin-left:50px
}
