@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 0px;
}

h1 {
	font-size: 24px;
	height: 32px;
	width: 50%;
	background-color: #09C;
	color: #FFF;
	border-bottom-right-radius: 50px 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}
h2 {
	font-size: 18px;
	background-color: #09C;
	color: #FFF;
	width: 45%;
	padding-left: 8px;
	border-top-right-radius: 25px 25px;
	border-bottom-right-radius: 25px 25px;
	margin-top: 30px;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-color: #09C;
	height: 30px;
	border-top-left-radius: 50px 50px;
	border-bottom-right-radius: 50px 50px;
}


/* CSS Document */

#header p {
	font-size: 16px;
	color: #FFF;
	text-align: right;
	margin: 0px;
	padding-top: 5px;
	padding-right: 26px;
}
#menu {
	margin-bottom: 20px;
}


#menu ul {
	list-style-type: none;
	overflow: hidden;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	background-color: #09C;
	width: 600px;
	border-bottom-right-radius: 50px 50px;
}

#menu ul li {
	float: left;
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #039;
}

#menu ul li a {
	font-size: 14px;
	width: 100px;
	text-align: center;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #6CF;
}

#main {
	border-bottom-right-radius: 50px 50px;
	border: 2px solid #09C;
	overflow: hidden;
}

#footer {
	width: 50%;
	background-color: #09C;
	border-bottom-right-radius: 20px 20px;
	clear: both;

}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	color: #FFF;
}
#mailform {
	margin-top: 50px;
	margin-left: 10px;
}
.softwere {
	width: 200px;
	border: 2px solid #09C;
	background-color: #09C;
	border-top-left-radius: 30px 30px;
	border-bottom-right-radius: 30px 30px;
	float: left;
	margin-right: 47px;
	margin-bottom: 50px;
	margin-left: 47px;
}
.softwere p {
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}

.softwere p a {
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
.softwere img {
	vertical-align: bottom;
	background-color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 8px;
}
.softwere a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.softwere h2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #09C;
	padding-bottom: 2px;
	margin-bottom: 0px;
	padding-top: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #09C;
	padding-left: 0px;
}
.text {
	width: 600px;
	margin: 10px;
}

.text p a {
	color: #06c;
	text-decoration: none;
}
.download {
	background-color: #09C;
	padding-left: 30px;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
}

.text p a:hover {
	color: #FFF;
	background-color: #09C;
	text-decoration: none;
}
#main ul {
	list-style-type: none;
}
#main ul li a {
	text-decoration: none;
}
#softimg {
	background-color: #09C;
	height: 320px;
	margin-top: 20px;
	width: 900px;
}
#softimg p {
	text-align: center;
}
#softimg img {
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
.download a {
	text-decoration: none;
	font-size: 24px;
	color: #FFF;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #06C;
	margin-left: 20px;
}
.download a:hover {
	text-decoration: underline;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#weblink a {
	color: #000;
}
#weblink li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#weblink a:hover {
	color: #FFF;
	background-color: #09C;
	padding-right: 30%;
	border-top-right-radius: 50px 50px;
	border-bottom-right-radius: 50px 50px;
	padding-left: 20px;
}
.pict {
	text-align: center;
}
table {
	border: 3px solid #09C;
	margin-left: 10px;
	border-collapse: separate;
	border-spacing: 0;
	border-top-left-radius: 30px 30px;
}
th {
	border: 1px solid #09C;
	background-color: #09C;
	color: #FFF;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
td {
	border: 1px solid #09C;
	padding-right: 10px;
	padding-left: 10px;
}
.table-top-left {
	border-top-left-radius: 23px 23px;
}
h3 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #09C;
	padding-left: 5px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3:after {
	content: "";
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #09C;
	padding-left: 5px;
}
.pict img {
	vertical-align: middle;
}
