body {
	font-family: 'Noto Sans JP', sans-serif;
	color:#666;
	font-size:11pt;
	line-height:160%;
    margin-left:auto;
    margin-right:auto;
    width:90%;
	}

table {
	width:100%; 
	min-width:600px; 
	max-width:1500px; 
	}

.box {
    margin-left:auto;
    margin-right:auto;
	width:700px;
	}

a {
	color:#000;
	text-decoration: none;
	}


hr {
 	height: 1px;
	background-color: #666;
	border: none;
    }

.hr1 {
	width:450px;
	}


.resizeimage {
	width: 95%; 
	}

.title {
    font-size:50px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:80%;
	text-decoration: none;
	color:#666;
	}

.titleW {
    font-size:50px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#fff;
	text-decoration: none;
	line-height:80%;
	}
	
.title2 {
    font-size:10px;
	}	
	
.title2W {
    font-size:10px;
	color:#fff;
	}	
		
.menu {
    font-size:12px;
	}
	
.menuW {
    font-size:12px;
	background-color: rgba(255,255,255,0.6);
	}
	
.footer {
	font-size: 10px;
	position:fixed; bottom:10px; right:10px;	
	}
	
.S {
    font-size:80%;
	}
	
.SW {
    font-size:80%;
	background-color: rgba(255,255,255,0.4);
	}
	
.L {
    font-size:130%;
	}

	
.B {
	font-weight:bold;
	}
		
.SB {
    font-size:80%;
	font-weight:bold;
	}
	
.LB {
    font-size:140%;
	font-weight:bold;
	}
	
.C {
    font-size:100%;
	font-weight:bold;
	color:#666;
	}
	
.SC {
	font-weight:bold;
    font-size:80%;
	color:#666;
	}
	
.LC {
	font-weight:bold;
    font-size:140%;
	color:#666;
	}

.lead {
    font-size:22px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	line-height:80%;
	color:#FFF;
	}

.marker {
    font-size:80%;
	background-color: #f9ed99;
    }