@charset "utf-8";
/* CSS Document */
body {  
	background-image: url(../img/downloads_01.jpg);
	background-repeat: repeat-x;
    text-align: center; 
	margin: 0px
}

#wrapper {
	width: 1050px;
	margin: 0 auto;
	text-align: left;
}

#footer {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666;
	text-align: center;
	margin: 0px auto;
	padding-top:50px;
}
#title {
	width: 1050px;
	height: 60px;
	margin: 0px auto;
	background-color: #3554ae;
	border-radius: 5px;
	color: #FFE644;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	display: table-cell;
	vertical-align:middle;
}

img.doc {
	vertical-align: middle;
	margin-right: 10px;
}

.update em {
	font-size: 8px;
	margin-left: 3px;
	vertical-align: middle;
}
.update em:before {
	content:url(../img/update.gif);
}

#software {
	width: inherit;
	height: 1450px;
	margin: 0 auto;
}

.head {
	color: #FFE644;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	background-color: #3554ae;
	border: #FFFFFF;
	border-radius: 5px;
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	width: inherit;
}
#hardware {
	width: 700px;
	height: 290px;
	margin: 10px auto;
}

.cont {
	text-align: left;
	padding: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	background: #e1fcf7;
}
.cont .title {
	font-size: 18px;
}
.col {
	width: 322px;
	float: left;
	margin: 0 10px;
}
#col1 {
	/* [disabled]width: 450px; */
}
#col1 > .cont {
	/* [disabled]height: 800px; */
}
.col > a {
	display: block;
	padding: 0px 0 0 22px;
}
.sourcecode {
	height: 250px;
}
div.doc {
	padding-left: 24px;
	height: 30px;
	background: url(../img/icon_list_doc.png) no-repeat;
}
div.doc > div {
	height: 20px;
}
a.software {
	width: 200px;
	height: 46px;
	background: url(../img/btn_2.png) no-repeat;
}
#notice {
	width: 941px;
	height: 259px;
	text-align: left;
	padding-left: 20px;
	margin: 0px auto;
	background: url(../img/notice_back.jpg) no-repeat;
}
#notice .text1{
	padding-top: 50px;
	font-weight: bold;
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
#notice .text2, .text3{
	padding-top: 20px;
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
.text2 img, .text3 img{
	vertical-align: top;
}
ul {
	margin: 0 0 0 1em;
	padding: 10px 5px;
}
.note {
	font-size: 11px;
	color: red;
}


#software1, #software2 {
	/* [disabled]width: 205px; */
	margin: 0px 3px;
	/* [disabled]float: left; */
	border: double;
	border-color: rgba(28,175,205,1.00);
	border-width: thin;
}
#software1 > .title {
	color:white;
	font-size: 16px;
	background-color:rgba(155,158,168,1.00);
	padding:3px 5px;
}
#software2 > .title {
	color:white;
	font-size: 16px;
	background-color:rgba(177,117,64,1.00);
	padding:3px 5px;
}
#software1 {
}
#software2 {
	margin-top: 10px;
}


/* ソフトウェアマニュアル */
#icon, #block {
	height: 100px;
	padding-top: 10px;
	padding-left: 5px;
}
#icon {
	background-color:rgba(102,182,227,0.50);
}
#block {
	background-color:rgba(228,161,56,0.50);
}
#icon .image { 
	width: 70;
	float:left;
}
#icon .doc { float:left; }
#block .image {
	width: 70;
	height: 90;
	float:left;
}
#block .doc {
	float: left;
	height: 40;
}

#option_parts {
	margin-top:20px;
}
#icon > .doc > a > div, #block > .doc > a > div {
	width: 150;
}

div.list {
	padding: 10px;
	margin-top: 8px;
	border-radius: 5px;
}

div.libst {
	background-color:rgba(224,80,152,0.70);
}

div.idehardware {
	width: 160px;
	background-color:rgba(236,121,22,0.70);
}