<!--
.sns, .sns ul {margin:0; padding:0; vertical-align:top;}
.sns li {
	padding-right:5px;
	vertical-align:top;
    list-style:disc;
	display:inline;
}
.sns div {
	display:inline !important;
}
body {
	font-family:"ＭＳ Ｐゴシック","ＭＳ ゴシック",Arial;
}
#myLang A:link { color: #0000ff; text-decoration: none; font-size: 90%; line-height: 90%; font-family:"MS UI Gothic","Osaka";}
#myLang A:visited { color: #0000ff; text-decoration: none; font-size: 90%; line-height: 90%; font-family:"MS UI Gothic","Osaka";}
#myLang A:active { color: #0000ff; text-decoration: none; font-size: 90%; line-height: 90%; font-family:"MS UI Gothic","Osaka";}
#myLang A:hover { color: #ff0000; text-decoration: underline; font-size: 90%; line-height: 90%; font-family:"MS UI Gothic","Osaka";}

#myLang .now {font-size:90%; font-weight:bold;}

.menu,ul {
    margin: 0px;
    padding: 0;
}
.menu ul {
    list-style:none;
}
.menu li {
    float: left;
    display: block;
    width: 95px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.menu li a:link,
.menu li a:visited {
    color: #ffffff;
    display: block; 
    text-decoration: none;
    background-color: #004ebc;
}
.menu li a:hover, 
.menu li a:active {
    color: #000000;
    display: block;
    text-decoration: none;
    background-color: #98D0FF;
}
.list  {
    border-right: solid 1px white;
}

.this {
	background-color: #98D0FF;
}
-->