body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #999999;
	margin: 0;
	padding: 0;
	color: #000;
}


ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}
h7{
	color: #000099;
}
a img {
	border: none;
}

a:link {
	color:#000099;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

.container {
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto; 
}

header {
	background-color: #FFFFFF;
}

.sidebar1 {
	float: left;
	width: 270px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width:690px;
	float: left;
}
aside {
	float: left;
	width: 180px;
	background-color: #FFFFFF;
	padding: 10px 0;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	background-color: #FFFFFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #FFFFFF;
	color: #FFFFFF;
}

	
#footer {
	width: 960px;
	margin: 0;
	font-size: 11px;
	
	padding: 15px 0;
	clear: both;
	background-color: #CCC49F;
}


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

header, section, footer, aside, article, figure {
	display: block;
}
body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

#news {
	width: 620px;
	height: auto;
	padding: 0;
	margin: 0 auto 10px;
}

#news dl {
	margin: 0 0 5px;
	padding: 18px 10px 10px 0;
	height: 190px;
	width : 600px;
	overflow: auto;
}

#news dt {
	margin: 0;
	padding: 0;
	float: left;
	padding: 0 0 8px 27px;
}

#news dd {
	margin: 0 0 0 105px;
	padding: 0 0 15px 18px;
}
h {
	display: block;
	width: 150px;
	height: 40px;
	background: url(logo/home2.jpg) no-repeat 0 0;
}
h:hover {
	background-position: 0 bottom;
}
m {
	display: block;
	width: 150px;
	height: 40px;
	background: url(logo/Member.jpg) no-repeat 0 0;
}
m:hover {
	background-position: 0 bottom;
}
ab {
	display: block;
	width: 150px;
	height: 40px;
	background: url(logo/aoubtus.jpg) no-repeat 0 0;
}
ab:hover {
	background-position: 0 bottom;
}
n {
	display: block;
	width: 150px;
	height: 40px;
	background: url(logo/news.jpg) no-repeat 0 0;
}
n:hover {
	background-position: 0 bottom;
}
r {
	display: block;
	width: 150px;
	height: 40px;
	background: url(logo/research-progress.jpg) no-repeat 0 0;
}
r:hover {
	background-position: 0 bottom;
}
ph {
	display: block;
	width: 150px;
	height: 40px;
	background: url(logo/photos.jpg) no-repeat 0 0;
}
ph:hover {
	background-position: 0 bottom;
}
con {
	display: block;
	width: 150px;
	height: 40px;
	background: url(logo/contact.jpg) no-repeat 0 0;
}
con:hover {
	background-position: 0 bottom;
}

yoko:hover	{
	padding-left:10px;
}
.coder {
    border-spacing: 0;
	
    border: 1px solid #CCC;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
    box-shadow: 0 1px 1px #CCC;	
}
.coder th,
.coder td {
    padding:10px;
    background:#FFF;
    border-bottom:solid 1px #CCC;
    border-right:solid 1px #CCC;
}
.coder th {
    background:#e3dcd5;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    color:#69655c;
}

.coder tr:first-child th:first-child,
.coder tr:first-child td:first-child {
    -webkit-border-radius: 6px 0 0 0;
       -moz-border-radius: 6px 0 0 0;
         -o-border-radius: 6px 0 0 0;
            border-radius: 6px 0 0 0;
}

.coder tr:first-child th:last-child,
.coder tr:first-child td:last-child {
    -webkit-border-radius: 0 6px 0 0;
       -moz-border-radius: 0 6px 0 0;
         -o-border-radius: 0 6px 0 0;
            border-radius: 0 6px 0 0;
}

.coder tr:last-child th:first-child,
.coder tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 6px;
       -moz-border-radius: 0 0 0 6px;
         -o-border-radius: 0 0 0 6px;
            border-radius: 0 0 0 6px;
}

.coder tr:last-child th:last-child,
.coder tr:last-child td:last-child {
    -webkit-border-radius: 0 0 6px 0;
       -moz-border-radius: 0 0 6px 0;
         -o-border-radius: 0 0 6px 0;
            border-radius: 0 0 6px 0;
}
.sm{
	font-size:11px;
	float:middle;
	font-family:"Comic Sans MS", cursive;
}
h3{
	clear:both;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left:0;
	text-indent:1em;
	line-height:150%;
	font:130%;
	background:url(logo/underline1.jpg) 0px 9px no-repeat;
}
.b{
	align:center;
}
