@CHARSET "UTF-8";

/*
 * IEで :hover :active :focus を有効にする
 */
* html body {
	behavior: url("/js/lib/csshover3.htc"); 
}


/*
 * 汎用
 */

*.inline-block {
	display:		inline-block;
	/display:		inline;
	/zoom:			1;
}

div.inline-block {
	display:		inline-block;
	/display:		inline;
	/zoom:			1;
	vertical-align:	top;
	margin-top:		3px;
	margin-bottom:	3px;
	*padding-left:	2px;
	*padding-right:	2px;
	_padding-left:	3px;
	_padding-right:	3px;
}

*.left {
	text-align:		left;
}
*.right {
	text-align:		right;
}
*.center {
	text-align:		center;
	margin-left:	auto;
	margin-right:	auto;
}


*.smaller {
	font-size: 80%;
}
*.bold {
	font-weight: bold;
}

*.border-none {
	border-style:	none;
	border-width:	0;
}









/*
 * ボディ
 */
div.contents_main_box h2 {
	width				: 100%;
	font-weight			: bold;
	text-indent			: 1em;
	margin				: 0em 0em 0em 0em;
	padding				: 0.5em 0em 0em 0em;
	background-image	: url('/img/global/midashi_obi.gif');
	background-repeat	: repeat-x;
}

/*
 * フォーム
 */
/* 共通 */
form {
	_width: 100%;
}
/* 返信（PC/ケータイ） */
form.reply {
	margin: 1px;
	background-color: #f0f8ff;
	padding: 20px;
}
/* 返信済み */
form.remit {
	margin: 1px;
	background-color: #fff8dc;
	padding: 20px;
}
/* 削除 */
form.omit {
	margin: 1px;
	background-color: #fff0f5;
	padding: 20px;
}
/* read only */
form .readonly {
	color: gray;
	background-color: #eceaec;
}


/*
 * 見積書用の定義
 */
div#estimate dt {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-weight: bold;
}
div#estimate dd {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-left: 0.5em;
	margin-right: 0.5em;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
}
div#estimate dd.current {
	font-weight: bold;
	color: #ff0000;
}
div#estimate ul {
	list-style-type: disc;
	list-style-position: inside;
}



#estimate input.cost {
	text-align		: right;
	padding-right	: 3px;
}
#estimate input.levy {
}
#estimate input.gst {
	color: gray;
	background-color: #eceaec;
	text-align: right;
}
#estimate input.total {
	color: gray;
	background-color: #eceaec;
	text-align: right;
}

/*
 * フォームの注意書き
 */
form em {
	color: #cc0000;
	font-style: normal;
	font-size: 80%;
}
form em:before {
	content: "※";
}

/*
 * フォームボタン
 */
button {
	display				: inline-block;
	/display			: inline;
	/zoom				: 1;
	width				: 200px;
/*	height				: 35px; */
	height				: 30px;
	text-align			: center;
	text-decoration		: none;
	color				: #000000;
	margin				: 5px 0px 0px;
	padding				: 0px 0px 5px 0px;
	background-image	: url("/img/global/btn/common.png");
	background-repeat	: no-repeat;
	background-color	: transparent;
	border				: 0 none #000000;
}
button:hover {
	background-image	: url("/img/global/btn/common_on.png");
	color				: #ff0000;
	cursor				: pointer;
}
button.omit {
	background-image	: url("/img/global/btn/common_red.png");
}
button.omit:hover {
	background-image	: url("/img/global/btn/common_red_on.png");
}


/*
 * リンクボタン
 */
a.button {
	display				: inline-block;
	/display			: inline;
	/zoom				: 1;
	width				: 200px;
/*	height				: 35px; */
	height				: 30px;
	text-align			: center;
	text-decoration		: none;
	color				: #000000;
	margin				: 5px 0px 0px;
	padding				: 6px 0px 0px;
	background-image	: url("/img/global/btn/common.png");
	background-repeat	: no-repeat;
	background-color	: transparent;
}
a.button:link {
	text-decoration		: none;
	color				: #000000;
}
a.button:visited {
	text-decoration		: none;
	color				: #000000;
}
a.button:hover {
	background-image	: url("/img/global/btn/common_on.png");
	text-decoration		: none;
	color				: #ff0000;
	cursor				: pointer;
}

/*
 * リンクボタン－短幅
 */
a.button.short {
	width				: 70px;
	height				: 35px;
	background-image	: url("/img/global/btn/re.png");
}
a.button.short:hover {
	background-image	: url("/img/global/btn/re_on.jpg");
}

/* 登録・更新用の設定 */
a.button.edit {
	background-image	: url("/img/global/btn/edit.png");
}
a.button.edit:hover {
	background-image	: url("/img/global/btn/edit_on.png");
}
a.button.short.edit {
	background-image	: url("/img/global/btn/re.png");
}
a.button.short.edit:hover {
	background-image	: url("/img/global/btn/re_on.png");
}
/* 削除用の設定 */
a.button.omit {
	background-image	: url("/img/global/btn/omit.png");
}
a.button.omit:hover {
	background-image	: url("/img/global/btn/omit_on.png");
}
a.button.short.omit {
	background-image	: url("/img/global/btn/de.png");
}
a.button.short.omit:hover {
	background-image	: url("/img/global/btn/de_on.png");
}

