@import url('style.css');

/*-- < reg Page用 > --*/

h2.title	{
	background-color:#666666;
    color:#FFFFFF;
    height:22px;
    line-height:22px;
    text-indent:5px;
    font-weight:bold;
    margin-right:10px;
}

input.name	{
	width: 180px;
}

input.mail	{
	width: 180px;
	ime-mode: disabled;
}

input.pass	{
	width: 60px;
	ime-mode: disabled;
}

input.address	{
	width: 350px;
	ime-mode: disabled;
}

input.admin	{
	width: 180px;
}

textarea.matter	{
	width: 500px;
	height: 80px;
}

table.form	{
	margin-top:2px;
}

table.form tbody th	{
	background-color:#eeeeee;
	padding:2px 8px;
	text-align:left; 
}

table.form tbody td	{
	padding-left: 2px;
}

table thead td.del	{
	vertical-align:middle;
}

table td.del	{
	background-color:#ccc;
	text-align:center;
}

table.form tfoot td	{
	padding: 5px 5px;
}

.reg_txt	{
	margin:10px 50px 15px 2px;
	padding:10px;
    background-color:#F4F4F7;
    border: solid 1px #999999;
}

.reg_txt p	{
	margin: 8px auto;
}

.reg_txt_comp	{
	margin:10px 250px 2px 2px;
	padding:10px;
    background-color:#F4F4F7;
    border: solid 1px #999999;
}

.reg_txt_index	{
	margin:10px 20px 15px 2px;
	padding:10px;
    background-color:#F4F4F7;
    border: solid 1px #999999;
	min-height: 150px;
	_height: 150px;
}

.reg_txt_index2	{
	margin:10px 20px 15px 2px;
	padding:10px;
    background-color:#F4F4F7;
    border: solid 1px #999999;
	overflow: auto;
	height: 110px;
}

.reg_txt_index3	{
	margin:10px 20px 15px 2px;
	padding:10px;
    background-color:#F4F4F7;
    border: solid 1px #999999;
}


/*-- < reg Page用 ここまで > --*/


/*-- < mngフォルダ用 > --*/

table.setting	{
	margin-left:5px;
	margin-top:5px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

table.setting th	{
	text-align:left;
	padding:2px 15px 2px 8px;
	background-color:#999999;
	color:#ffffff;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

table.setting th a	{
	color:#ffffff;
}

table.setting td	{
	padding:2px 8px;
	background-color:#eeeeee;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

table.setting input.number	{
	width:30px;
	text-align:right;
}

table.setting input.color	{
	width:60px;
}

table.setting div.help	{
	position:absolute;
	display:none;
	width:300px;
	background-color:#FFFFEE;
	color:#444;
	border: solid 1px #000;
	padding: 3px 7px;;
}

#error	{
	color:red;
	min-height:15px;
	_height:15px;
	margin:5px 40px;	
}

#preview	{
	min-height:150px;
	_height:150px;
	margin-left:5px;
}

textarea#codeview	{
	width:500px;
	height:350px;
}


/*-- < mngフォルダ用 > --*/

#ColorTable {
	position:absolute;
	top:-30px;
	width:340px;
	padding:10px;
	border:1px solid #666;
	z-index:3;
	background-color:#fff;
}

#ColorTable td {
	padding:0px;
	border:1px solid #ddd;
}

/*-- < mngフォルダ用 ここまで > --*/


/*-- < 問い合わせフォーム用 > --*/

#inquiry dl	{
	margin-top:10px;
	margin-right: 15px;
}

#inquiry  dt.confirm	{
    background-color:#F4F4F7;
	padding: 1px 5px;
	margin-left: 5px
}

#inquiry  dd.confirm	{
	margin-left: 20px;
}

/*-- < 問い合わせフォーム用 ここまで > --*/


/*-- < faq用 > --*/

.faq_txt	{
	margin:10px 20px 15px 2px;
	padding: 0px 10px;
    background-color:#F4F4F7;
    border: solid 1px #999999;
}

.faq_a	{
	margin: 10px 5px 15px 40px;
}

.faq_a li	{
	list-style-image: none;
	list-style-type: upper-alpha;
}

.faq_q	{
	margin: 15px 5px 5px 5px;
}


/*-- < faq用ここまで > --*/

/*-- < code用 > --*/

h6	{
	font-size:110%;
	border-bottom: 1px solid #999999;
}

.code	{
	margin: 5px 0px 20px 5px;
}

ol.code li	{
	list-style-image: none;
	list-style-type: decimal;
}

ol.code	{
	margin: 10px 5px 15px 40px;
}


/*-- < code用ここまで > --*/

