@charset "EUC-JP";
/* CSS Document */
/* Common ******************/

body,td{
	margin:0;
	padding:0;
	color:#333333;
	font-size  : 13px;
	color="#666666";
	font-family : "MS UI Gothic",Osaka, sans-serif;
	line-height : 130%;
 text-align :center;
}
td{
	text-align:left;
}
form{
	text-align:left;
	margin:0;
	padding:0;
}
img{
	border:0px;
}
strong{
color:#4444A1;
}

#wrapper{
width:756px;
border-right :1px solid #C5C5C5;
border-left :1px solid #C5C5C5;
padding-right :1px ;
padding-left :1px ;
}
#longtable{
clear : both ;
}
/*font****************/
.Size1 { font-size  : 11px; }
.Size2 { font-size  : 12px; }
.Size3 { font-size  : 13px; }
.Size4 { font-size  : 14px; }
.Size5 { font-size  : 15px; }
.Size6 { font-size  : 16px; }
.Size7 { font-size  : 17px; }
.Size8 { font-size  : 20px; }

.red { 
    font-size  : 13px;
	color  : #FF0000;
}

/* Link *****************/

a:link,a:visited{
	color:#22539C;
	background:transparent;
	/*text-decoration:none;*/
}

a:hover,a:active{
	color:#22539C;
	background:transparent;
	text-decoration:underline;
}

/* header ****************/

#header{
	width:760px;
	height : 90px ;
	background-image:url(images/toppage/bg_header.jpg) ;
	background-repeat: repeat-x;
	margin-bottom : 5px ;
}


/*footer    *************/

#footer{
	width:760px;
	height : 20px ;
	margin-top :10px ;
	text-align:center;
	color:#ffffff;
	background-color:#22539C;
}
/*approach****************/
.center{
text-align: center ;
}
.right{
text-align: right ;
}
.left{
text-align: left ;
}
.space{
margin-top: 10px ;
margin-bottom: 10px ;
}
.space2{
margin-top: 10px ;
}
.space3{
margin-bottom: 10px ;
}
/* table *****************/
.commontable{
border-collapse:collapse;
border-top:solid 1px #dedede;
border-left:solid 1px #dedede;
width :680px ;
}
.commontable th{
background-color:#F5F5F5;
border-bottom:solid 1px #dedede;
border-right:solid 1px #dedede;
font-weight:normal;
padding:8px;
color :#707056;
}
.commontable td{
border-bottom:solid 1px #dedede;
border-right:solid 1px #dedede;
padding:8px;
line-height:1.4;
}
