/*---ベース---*/

body {
	margin: 0px;
	padding: 0px;
	background: url("../images/back.gif") repeat 0px 0px #FFFFFF;
	text-align: center;
}

body,td,th {
	font-family: "ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

html>body {
	font-size:small;
}

div#main {
	width: 750px;
	background: #FFFFFF;
	padding: 5px 10px 5px 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a:link {
	color: #003399;
	text-decoration: none;
}

a:visited {
	color:#990000;
	text-decoration: none;
}

a:hover {
	color:#990000;
	text-decoration: underline;
}

a:active {
	color:#990000;
	text-decoration: none;
}

div.sell {
	color:#FF0000;
	font-size:14px;
}

div.orange {
	color: #FF6600;
	text-align: left;
}

.red {
	color: #990000;
	text-align: left;
}

div.memo {
	font-size: 10px;
	text-align: left;
}

div.white {
	color: #FFFFFF;
	text-align: center;
}

div.white2 {
	color: #FFFFFF;
	text-align: left;
	font-weight:bold;
}

div#copy {
	border-top: 1px solid;
	padding: 5px;
	text-align: center;
}

div#foot {
	border-top: 1px solid;
	padding: 5px;
	text-align: center;
}

.cont2 {
	margin-top:4px;
	padding:0px;
	text-align: left;
}
/*---テンプレート（左ボックス）---*/

table#menu {
	width: 200px
}

table#menu td{
	text-align: left;
}

/*---サンプル---*/

.title {
	background-color:#CCCCCC;
	width:200px;
	text-align:left;
}

.cont {
	background-color:#EBEBEB;
	width:200px;
	text-align:left;
}
.title2 {
	background-color:#CCCCCC;
	text-align:left;
}

.cont3 {
	background-color:#EBEBEB;
	width:83px;
	text-align:left;
}


/*---ダウンロード---*/

table#update {
	width:290px;
	border: 1px solid #666666;

}

/*---お問い合わせ---*/

table#office {
	width: 530px;
	border: 1px solid #666666;
}

table#office th {
	text-align: left;
	padding: 2px;
	background-color:#CCCCCC;
	color:#333333;
}

table#office td {
	text-align: left;
	padding: 2px;
	background-color:#FFFFFF;
	color:#333333;
}
/*---タイアップ---*/
table#tieup {
	width:500px;
	margin-top: 20px;
}

table#tieup th {
	width:120px;
	text-align: center;
	vertical-align: top;
}

table#tieup td{
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #ff6600;
}

#howto {
	text-align: left;
	border-collapse: collapse; 
	border: 1px solid #999999;
}

#howto td{
	text-align: left;
	border-collapse: collapse; 
	border: 1px solid #999999;
}

