﻿/*神奈川土建カードCSS*/
BODY
{
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	font-family: VERDANA,ARIAL,SANS-SERIF;
}

p, table
{
	margin: 0;
}

hr
{
	clear: both;
}

*.nsp
{
	margin: 0;
	padding: 0;
}

*.sp
{
	margin: 5px;
}


/*リンク*/
a:link, a:visited
{
	text-decoration: none;
	color: #3333ff;
}

a:active, a:hover
{
	text-decoration: underline;
	color: #ff3333;
}

/*領域設定*/

div#config
{
	margin: 10px;
}

/*表示設定*/
table.flame
{
	margin: auto;
}

div.navi
{
	margin: 3px;
	font-size: 0.8em;
	text-align: center;
}

*.small
{
	margin: 0;
	font-size: 0.8em;
}

*.big
{
	margin: 10px;
	font-weight: bold;
	font-size: 1.3em;
}

*.bold
{
	font-weight: bold;
}

*.line
{
	line-height: 1.3;
}

th.reg
{
	background-color: 46A254;
	color: #ffffff;
}

td.reg
{
	background-color: 46A254;
	color: #ffffff;
}

tr.reg
{
	background-color: 46A254;
	color: #ffffff;
}

th.reg2
{
	background-color: #999999;
	color: #ffffff;
}

td.reg2
{
	background-color: #0FBDB0;
	color: #ffffff;
}

tr.reg2
{
	background-color: #999999;
	color: #ffffff;
}

td.menu
{
	background-image: url(../img/bar.gif);
	background-repeat: repeat-y;
}

h2
{
	margin: 0;
	font-size: 1.6em;
	font-weight: bolder;
}


table.reg
{
	background-color: #46A254;
	margin-left: auto;
	margin-right: auto;
}

table.reg th
{
	background-color: 0066FF;
	color: #ffffff;
}

table.reg td
{
	background-color: #ffffff;
}

table.auto
{
	margin-left: auto;
	margin-right: auto;
}

/*フォームパーツ*/
input.input-on, textarea.input-on
{
	margin: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	ime-mode: active;
}

input.input-off, textarea.input-off
{
	margin: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	ime-mode: inactive;
}

input.int, textarea.int, select.int
{
	margin: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #333333;
	background-color: #ffffff;
	border-width: 1px;
}
