@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;
}
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;
}
hr {
	border-style: none;
	border-top: 1px solid #999999;
	height: 1px;
	margin: 0.5em 0px 0.5em 0px;
}
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;
}
dd ul {
	margin: 0px;
}
input {
  background-color : #FEF1C9;
  border-width : 2px;
  border-style : solid solid solid solid;
  border-color : #EFDCBE #EFDCBE #EFDCBE #EFDCBE;
}
textarea {
  background-color : #FEF1C9;
  border-width : 2px;
  border-style : solid solid solid solid;
  border-color : #EFDCBE #EFDCBE #EFDCBE #EFDCBE;
}
.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;
}
.itemBody p {
	text-indent: 1em;
}
.itemMore {
	margin-top: 1.5em;
}
.itemMeta {
	text-align: right;
	font-size: x-small;
}
#bandTop .frameRight {
	background-image: url(../images/icon_socks_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#bandTop .frameLeft {
	background-image: url(../images/icon_socks_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#bandContent {
	margin: 1em 0px 1em 0px;
}
#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;
}
#columRight .inputRow1 {
	width: 440px;
}
#columRight .inputRow2 {
	width: 220px;
}
#columRight .inputRow4 {
	width: 110px;
}
#columLeft {
	width: 200px;
}
#columLeft .inputRow1 {
	width: 120px;
}
#columLeft .inputRow2 {
	width: 60px;
}
#columLeft ul {
	font-size: x-small;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.valignTop {
	vertical-align: top;
}
