@charset "utf-8";

/*===============■■ブラウザスタイル初期化■■===============*/
html{
	height:100%;
}
body {
	background-color:#fff;	
	width:100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#666;
	font-size:12px;
	line-height:1.2em;
	margin:0;
	padding:0;
}



*{
	margin:0; padding:0;
}
ol,li {
	list-style:none;
}
th, td {
	font-weight: normal;
}
a img {
	border:none;
}
a {
	text-decoration:none;
}	
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}


/*==============■■■ページ全体■■■==============*/
#wrapper {
	width: 450px;
	background-color:#fff;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-left:solid #666666 1px;
	border-right:solid #666666 1px;
}
/*==============■■■ヘッダー■■■==============*/
#header {
	margin:0;
	padding:0;
	background-image:url(../products/tridef/img/header_img.jpg);
	background-repeat:no-repeat;
	height:127px;
	width:450px;
}

	#header h1 {
		text-indent:-9999px;		
	}


	#header h2 {
		background-color:#ff6600;
		margin:110px 0 10px 0;
		color:#fff;
		size:14px;
		text-align:center;
		padding:5px 0;
		}
		
		*html #header h2 { /*IE6ハック*/
			padding:10px 0;
		}

/*==============■■■メインエリア■■■==============*/
#main {
	margin:0 0 0 0;
	padding:5px 10px 0px 10px;
}
 *html #main { /*IE6ハック*/
 	margin:0;
}

	#main h3 {
		background-color:#FFFF00;
		font-size:25px;
		font-weight:bold;
		text-align:center;
		padding:8px 0;
		margin:5px 0 5px 0;
	}
	
		#main h3 span {
			color:#FF0000;
		}
		
	#main img {
		margin-left:30px;
	}
	
/*+++購入リンクボタン+ダウンロードボタン+++++*/
#button {
	width:415px;
	margin:15px 0 15px 15px;
}

	#buy {
		width:200px;
		/*height:120px;*/
		float:left;
		margin-right:15px;
		overflow:hidden;
	}
		#btn_buy a{
			display:block;
			width:176px;
			height:88px;
			background-image:url(../products/tridef/img/btn_buy01.gif);
			background-position:0 0;
			background-repeat:no-repeat;
			text-indent:-9999px;
		}
		#btn_buy a:hover{
			background-image:url(../products/tridef/img/btn_buy01.gif);
			background-position:0 -88px;
			background-repeat:no-repeat;
		}
		
		#btn_how a{
			display:block;
			width:165px;
			height:23px;
			text-align:center;
			font-size:10px;
			line-height:1.2em;
			margin-top:10px;
			margin-bottom:30px;
			padding:5px;
			background-color:#999;;
			color:#FFFFFF;
			}
		#btn_how a:hover {
			background-color:#666;
			color:#FFFFFF;
			}

	#download {
		width:200px;
		/*height:100px;*/
		float:left;
		/*margin-right:15px;*/
		overflow:hidden;
	}
		#btn_download a{
			display:block;
			width:176px;
			height:88px;
			background-image:url(../products/tridef/img/btn_download01.gif);
			background-position:0 0;
			background-repeat:no-repeat;
			text-indent:-9999px;
		}
		#btn_download a:hover{
			background-image:url(../products/tridef/img/btn_download01.gif);
			background-position:0 -88px;
			background-repeat:no-repeat;
		}

	
	/*.buy a{
		width:176px;
		height:88px;
		display:block;
		background-image:url(../products/tridef/img/btn_buy01.gif);
		background-repeat:no-repea;
		background-position:0 0;
		margin:5px 0 5px 0;
		text-indent:-99999px;
	}*/
	/*.buy a:hover{
		background-image:url(../products/tridef/img/btn_buy01.gif);
		background-repeat:no-repeat;
		background-position:0 -88px;
		margin:5px 0 5px 0;
	}
	*/
	/*.download a{
		width:176px;
		height:88px;
		display:block;
		background-image:url(../products/tridef/img/btn_download01.gif);
		background-repeat:no-repea;
		background-position:0 0;
		margin:5px 0 5px 0;
		text-indent:-99999px;
	}*/
	/*.download  a:hover{
		background-image:url(../products/tridef/img/btn_download01.gif);
		background-repeat:no-repeat;
		background-position:0 -88px;
		margin:5px 0 5px 0;
	}	*/


.MGT_15 {
	margin-top:15px;
}
	
	
	#main h4 {
		font-size:14px;
		border-left:10px solid #000000;
		border-top:1px solid #000000;
		border-right:1px solid #000000;
		border-bottom:1px solid #000000;
		padding:3px 0 3px 10px;
		margin-top:30px;
		clear:both;
	}
.sup  {/*上付き文字*/
	vertical-align: super;
	font-size:8px;
}
.emtxt {
	font-size:14px;
	color:#333333;
	font-weight:bold;
	line-height:1.2em;
	}
	
	.emtxt span {
		color:#FF6600;
	}
	
.midashi {
	font-size:18px;
	font-weight:bold;
	color:#ff6633;
	margin:10px 0 10px 0px;
	}
	
	#main li {
		list-style:none;
		line-height:1.5em;
	}	
.square {
	background-image:url(../products/tridef/img/mark_square.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:10px;
}

.link a {
	color:#0066FF;
	text-decoration:underline;
	
}

.link a:hover {
	color:#FF3300;
	text-decoration:underline;
}

.comment {
	font-size:10px;
	color:#CC0000;
	margin-top:10px;
	margin-bottom:10px;
}
.comment02 {
	font-size:10px;
	color:#CC0000;
	margin-bottom:10px;
}

	
/*+++++クローズボタン+++++*/
#close {
	width:54px;
	height:17px;
	float:right;
	text-indent:-9999px;
	margin-bottom:5px;
	overflow:hidden;
}

	#close a {
		display:block;
		width:54px;
		height:17px;
		background-image:url(../products/tridef/img/btn_close.gif);
		background-repeat:no-repeat;
		background-position:0 0;		
	}
	#close a:hover {
		background-image:url(../products/tridef/img/btn_close.gif);
		background-repeat:no-repeat;
		background-position:0 -17px;
		
	}
/*==============■■■フッター■■■==============*/
#footer {
	clear:both;
	height:20px;
	background-color:#000;
	text-align:center;
	color:#FFFFFF;
	padding-top:5px;
	margin-top:10px;
}