@charset "utf-8";

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* CSS Document */
body {  
	background-image: url('../img/downloads_01.jpg');
	background-repeat: repeat-x;
    text-align: center; 
	margin-top: 0px;
}

div#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#head {
	padding-top: 30px;
	width: 910px;
	height: 234px;
	background: url(../img/downloads_02.jpg) no-repeat;
}

.banner {
	margin-bottom: 20px;
}

.banner_section {
	height: 200px;
}

div.link {
	position:relative;
}

.banner_section>div.link {
	height: 130px;
	width: 190px;
	float: left;
	margin: 10px;
	padding: 15px 0px 0px 20px;
/* 	
	background: -moz-linear-gradient(top,#20688A, #3F96B8 50%,#00679A 50%,#0081B4);
	background: -webkit-gradient(linear, left top, left bottom, from(#20688A), color-stop(0.5,#3F96B8), color-stop(0.5,#00679A), to(#0081B4));
	background: -moz-linear-gradient(top,#BFD9E5, #3D95B7 20%,#0080B3 20%,#0099CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#BFD9E5), color-stop(0.2,#3D95B7), color-stop(0.2,#0080B3), to(#0099CC));
*/
	background: -moz-linear-gradient(top,#0080B3,#0099CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#0080B3), to(#0099CC));
	background: -ms-linear-gradient(#0080B3,#0099CC);
	background: -o-linear-gradient(#0080B3,#0099CC);
	/*
 	background: #0099CC;
	*/	
	color: #FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #0099CC;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
/* 	
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
 */
}

.banner_section>div.link {
	height: 100px;
}

.banner_section a {
	color: #0055ff;
}

.banner_section p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin: -4px 0px 0px 0px;
}

.link a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

.link a:hover {
	background-color: #FFF;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#artec {
	width: 200px;
	height: 50px;
}

#artecrobo_main {
	width: 450px;
	height: 100px;
}

#studuino {
	width: 941px;
	height: 290px;
	background: url(../img/studuino_banner.jpg) no-repeat;
}

.en #ugokublock_banner, .en #redgreen {
	display: none; /* 英語版追加時削除 */
}

/* Amazon版(Regular, Professional)は日本語のみ */
.en #artecrobo .regular, .en #artecrobo .professional, .en #t-rex .dino_racer {
	display: none;
}

#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;
}

#info {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	margin: 10px 0;
	padding: 10px 30px;
	border-radius: 10px;
}

#info dl {
	margin: 0 0;
	line-height: 1.5;
}

.article dl {
	font-weight: bolder;
	
}

.date {
	float: left;
	margin: 0 20px;
}

.title {

}

.content {
	margin-left: 30px;
}

.article {
	margin: 30px 0;
	padding: 20px 20px;
	border: 1px solid #c0c0c0;
	border-radius: 10px;
	background-color: white;
}

.horCon {
	float: left;
	margin: 15px;
}

.dfooter {
	clear: both;
}

.separate {
	background-color: #c0c0c0;
}

.index {
	font-weight: bolder;
	text-decoration: underline;
	margin: 20px 0 5px 10px;
}