@charset "utf-8";
/* CSS Document */

@import url("common.css");
@import url("menu.css");
.topimage {
	/*margin-top:160px;*/
	margin-bottom: 5px;
}
#homeleft {
	float: left;
	width: 680px;
	margin: 10px;
	padding-right: 10px;
}
#homeright {
	float: left;
	width: 250px;
	margin: 10px;
}
#homeright a {
	text-decoration: none;
}


#homeright .title {
	background-color: #18b0bf;
	color: #FFFFFF;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-indent: 10px;
	margin-bottom:10px;
	margin-top:10px;
}

#check{
	margin-top:20px;
	margin: 0;
	padding: 0;
	width: 680px;
	clear:both;
}

#check h3{
	border-left: solid 5px #ff0000;
	text-indent:10px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:10px;
	margin-top:10px;
}
/*タブ*/

#infotab{
	margin-bottom:0px;
}

ul#tab {
	zoom: 1;
	background: #F3F3F3;
	border-bottom: 3px solid #18b0bf; /*線の色#6600CC*/
	list-style: none;
	margin: 0;
	padding: 0;
	width: 680px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size:12px;
}
ul#tab:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
ul#tab li {
	float: left;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top:#18b0bf solid 1px;
	border-right:#18b0bf solid 1px;
	border-left:#18b0bf solid 1px;
}
ul#tab li:last-child {
	background: none;
}
ul#tab li a {
	display: block;
	width: 168px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #222;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
ul#tab li a:hover {
	background: #91E9F1;　/*ロールオーバーの色#CBA8ED*/
	color: #fff;
}
ul#tab li.active, ul#tab li.active a, ul#tab li.active a:hover {
	background: #18b0bf; /*タブの色*/
	color: #fff;
}

#detail ul li{
	margin:0px;
	padding:0px;
}

.tabbox {
	display: none;
}

#codecontent1,#codecontent2,#codecontent3,#codecontent4{
	/*background: #F3F3F3;*/
	width: 640px;
	min-height:250px;
	/*height:250px;*/
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
	padding-left:20px;
}

.display_info_btn{
	margin-top:20px;
}

.btn1{
	background-color:#FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:#0089F9 solid 2px;
	padding-left:10px;
	padding-right:10px;
}

.tab_list{
	border:0px;
	margin-left:20px;
	vertical-align: top;
	padding:5px;
}
