@charset "UTF-8";

body {
    padding:0;
    color:#101010;
    background-color:#ffffff;
    margin:0;
    min-width:1024px;
}
/*-------------------------
リンク・基本フォント
--------------------------*/
a:link{
    color: #3B58DD;
}
a:active{
    color: #424242;
}
a:visited{
    color: #3B58DD;
}
a img {
    border: none;
}
.floatl{float:left;}
.floatclear{clear:both;}
.center{
    display: flex;
    justify-content: center;
}
.between{
    padding: 0 8px 0 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*-------------------------
ヘッダー
--------------------------*/
header{
    height:97px;
    background-color:#e3e3e3;
    padding-left:32px;
}
/*-------------------------
メニュー
--------------------------*/
#headmenu{
    height:32px;
    width:100%;
    background-color:#505050;
}
.menu{
    margin-left:7%;
    list-style-type:none;
    margin-right:0;
    margin-top:0;
    margin-bottom:0;
}
.menu li{
    position: relative;
    float: left;
    color:#ffffff;
    font-weight:bold;
    font-family:Arial;
    width:144px;
    height:32px;
    text-align:center;
}
.menu li a{
    text-decoration:none;
    color:#ffffff;
    display:block;
}
.menu li:hover{
    background-color:#303030;
}
.active{
    background-color:#8b3535;
}

.menu li ul {
    position: absolute;
    top: 30px;
    padding: 0;
    width: 144px;
    background-color: #303030;
    display:none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.menu li ul li {
    margin: 0;
    padding: 0;
    width: 144px;
    border: none;
    list-style-type:none;
}
.menu li ul li a {
  display: inline-block;
  width: 144px;
  height: 20px;
}
.menu li ul li:hover{
    background-color:#8b3535;
}

/*-------------------------
メインコンテンツ
--------------------------*/
main{
    width:1024px;
    background-color:#ffffff;
    margin-left:auto;
    margin-right:auto;
    margin-top:0;
    min-height:480px;
}

/*-------------------------
トップテキスト＠index
--------------------------*/
#toptext{
    background-color:#dddddd;
    margin-left:16px;
    margin-right:0;
    width:328px;
    height:208px;
    float:left;
    margin-top:16px;
    border-radius: 8px;
}
#toptext p{
    margin-top:16px;
    margin-left:8px;
    color:#000000;
    font-size:small;
    margin-right:8px;
}

 /*-------------------------
メインコンテンツ
 --------------------------*/
.maintext{
    background-color:#bebebe;
    border-radius: 8px;
    width:1023px;
    margin-left:auto;
    margin-right:auto;
    color:#000000;
    margin-bottom:16px;
    margin-top:8px;
    min-height:48px;
    padding-bottom:8px;
    padding-top:4px;
}
.maintext h1{
    color:#000000;
    font-weight:bold;
    font-size:28px;
    border-bottom-color:#000000;
    margin-top:8px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    font-family:serif;
    margin-left:16px;
    padding-left:16px;
    margin-right:0;
    margin-bottom:8px;
}
.maintext h2{
    color:#404080;
    font-weight:bold;
    font-size:18px;
    margin-left:48px;
    margin-top:4px;
    margin-bottom:0;
}
.maintext p{
    color:#000000;
    font-size:small;
    margin-left:32px;
    margin-right:32px;
    margin-top:8px;
}
.maintext ul{
    margin-left:32px;
    margin-right:32px;
    margin-top:8px;
}
.maintext li{
    list-style-type:circle;
    font-size:small;
    color:#000000;
}

 /*-------------------------
ダウンロードボタン
 --------------------------*/
.downloadbutton{
	margin:0;
	padding:0;
	width:288px;
	height:48px;
	outline: none;
	color:#fefefe;
	position:absolute;
	z-index:10;
}
.downloadone{
	width:288px;
	display: block;
	background-color:#474747;
	font-size:16px;
	line-height:48px;
	text-decoration:none;
	border-width:1px;
	border-color:#3232a6;
	border-style:solid;
	border-radius: 8px;
	position:relative;
	top:0;
	left:0;
}
.download{
	width:240px;
	display: block;
	background-color:#474747;
	font-size:16px;
	line-height:48px;
	text-decoration:none;
	border-width:1px;
	border-color:#3232a6;
	border-style:solid;
	border-top-left-radius: 8px;
	border-bottom-left-radius:8px;
	position:relative;
	top:0;
	left:0;
}
.downloadweb{
	width:240px;
	display: block;
	background-color:#418d4e;
	font-size:16px;
	line-height:48px;
	text-decoration:none;
	border-width:1px;
	border-color:#3232a6;
	border-style:solid;
	border-top-left-radius: 8px;
	border-bottom-left-radius:8px;
	position:relative;
	top:0;
	left:0;
}
.download:hover , .downloadone:hover , .downloadweb:hover{
	background-color:#8b3535;
}

.download:link , .download:visited , .downloadone:link , .downloadone:visited , .downloadweb:link , .downloadweb:visited{
	text-align:center;
	color:#fefefe;
	text-decoration:none;
}
.downloadtoggle{
	width:48px;
	display: block;
	outline: none;
	background-color:#787878;
	border-width:1px;
	border-color:#3232a6;
	border-style:solid;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	text-align:center;
	color:#fefefe;
	font-size:28px;
	line-height:48px;
	text-decoration:none;
	position:relative;
	left:240px;
	top:-50px;
	cursor: pointer;
}
.downloadtoggle:hover{
	color:#fefefe;
	border-color:#3232a6;
	text-decoration:none;
	background-color:#c4c4c4;
}
.downloadtoggle:visited{
	color:#fefefe;
	border-color:#3232a6;
	text-decoration:none;
}

.downloadbutton ul{
	position: absolute;
	top: 48px;
	padding: 0;
	width: 288px;
	background-color:#474747;
	display:none;
	border-width:1px;
	border-color:#3232a6;
	border-style:solid;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin:0;
	list-style-type:none;
}

.downloadbutton ul li a {
	display: inline-block;
	width: 288px;
	height: 48px;
	text-align:center;
	color:#ffffff;
	line-height:48px;
	text-decoration:none;
}
.downloadbutton ul li a:hover{
	background-color:#8b3535;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.downloadend{display: none}
 /*-------------------------
フッター
--------------------------*/
footer{
    height:48px;
    background-color:#ffffff;
    color:#101010;
    font-size:12px;
    text-align:right;
    padding-right:64px;
    margin:24px 0 0 0;
}

