@charset "utf-8";

* {
        margin: 0px;
        padding: 0px;
}
body {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
        font-size: small;
        background-color: #FFFFCC;
        color: #333333;
        line-height: 1.4em;
}
h1 {
        text-align: center;
}
h2 {
        text-align: center;
        font-size: x-small;
        font-weight: normal;
}
h3 {
        padding: 0px 0px 8px 0px;
        margin: 0px 0px 0.5em 0px;
        background-image: url(../images/line_thin.gif);
        background-repeat: repeat-x;
        background-position: left bottom;
}
h4 {
        padding: 0px 0px 8px 0px;
        margin: 0px 0px 0.5em 0px;
        background-image: url(../images/line_thin.gif);
        background-repeat: repeat-x;
        background-position: left bottom;
}
h5 {
        padding: 0px 0px 8px 0px;
        margin: 0px 0px 0.5em 0px;
        background-image: url(../images/line_thin.gif);
        background-repeat: repeat-x;
        background-position: left bottom;
}
a {
        color: #666666;
        text-decoration: none;
}
a:hover {
        color: #333333;
}
img {
        border: 0px;
}
p {
        margin: 0.5em 5px 0.5em 5px;
}
ul, ol {
        margin: 0.5em 5px 0.5em 1.5em;
}
li {
        margin: 0.2em 0px 0.2em 0px;
}
ul li {
        margin: 0.2em 0px 0.2em 0px;
        list-style-image: url(../images/li.gif);
}
dl {
        margin: 0.5em 5px 0.5em 5px;
}
dt {
        margin: 0.5em 0px 0.5em 0px;
        font-weight: bold;
}
dd {
        margin: 0.5em 0px 0.5em 20px;
}
.red {
        color: #FF0000;
}
.boxPage {
        width: 770px;
        margin: 0px auto 0px auto;
        overflow: auto;
}
.boxContent {
        padding: 20px 40px 20px 40px;
}
.listMenu {
        margin: 0px;
}
.listMenu li {
        margin: 0px;
        list-style-type: none;
        list-style-image: none;
}
.listMenu li a {
        margin: 0px;
        height: 40px;
        text-align: center;
        display: block;
        background-image: url(images/menu.gif);
        background-repeat: no-repeat;
}
.listMenu li a:hover {
        background-color: #DBE4EF;
}
.listMenu li.itemMenuTop a {
        width: 120px;
        background-position: 0px 0px;
}
.listMenu li.itemMenuTop a:hover {
        background-position: 0px -40px;
}
.listMenu li.itemMenuSoftware a {
        width: 120px;
        background-position: -120px 0px;
}
.listMenu li.itemMenuSoftware a:hover {
        background-position: -120px -40px;
}
.listMenu li.itemMenuBlog a {
        width: 120px;
        background-position: -240px 0px;
}
.listMenu li.itemMenuBlog a:hover {
        background-position: -240px -40px;
}
.listMenu li.itemMenuLaboratory a {
        width: 120px;
        background-position: -360px 0px;
}
.listMenu li.itemMenuLaboratory a:hover {
        background-position: -360px -40px;
}
.listMenu li.itemMenuProfile a {
        width: 120px;
        background-position: -480px 0px;
}
.listMenu li.itemMenuProfile a:hover {
        background-position: -480px -40px;
}
.itemFlash {
        text-align: center;
        padding: 80px 0px 100px 0px;
}
.itemBody p {
        text-indent: 1em;
}
.itemMeta {
        text-align: right;
        font-size: x-small;
}
#bandContent {
        margin: 1em 0px 1em 0px;
}
#bandContent p {
        text-indent: 1em;
}
#bandContent .frameTop {
        margin: 0px 0px 10px 0px;
        background-color: #FEF1C9;
        background-image: url(images/bg_top.gif);
        background-repeat: repeat-x;
        background-position: left top;
}
#bandContent #columRight .frameTop {
        width: 560px;
}
#bandContent #columLeft .frameTop {
        width: 200px;
}
#bandContent .frameRight {
        background-image: url(images/bg_right.gif);
        background-repeat: repeat-y;
        background-position: right top;
}
#bandContent .frameBottom {
        background-image: url(images/bg_bottom.gif);
        background-repeat: repeat-x;
        background-position: left bottom;
}
#bandContent .frameLeft {
        background-image: url(images/bg_left.gif);
        background-repeat: repeat-y;
        background-position: left top;
}
#bandContent .frameTopRight {
        background-image: url(images/bg_top_right.gif);
        background-repeat: no-repeat;
        background-position: right top;
}
#bandContent .frameRightBottom {
        background-image: url(images/bg_right_bottom.gif);
        background-repeat: no-repeat;
        background-position: right bottom;
}
#bandContent .frameBottomLeft {
        background-image: url(images/bg_bottom_left.gif);
        background-repeat: no-repeat;
        background-position: left bottom;
}
#bandContent .frameLeftTop {
	background-image: url(images/bg_left_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#columRight {
	float: right;
	width: 560px;
}
#columLeft {
	width: 200px;
}
#columLeft ul {
	font-size: x-small;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.valignTop {
	vertical-align: top;
}

