A:hover { text-decoration:underline;}
A.smenu {
	color			: #48a1eb;
	font-size		: 11px;
	font-family		: '‚l‚r ‚oƒSƒVƒbƒN';
	cursor			: pointer;
}

A.smenu2 {
	color			: #48a1eb;
	cursor			: pointer;
}

table, input, select {
	font-family			: 'MS UI Gothic';
	font-size			: 12px;
}

body.Dialog {
	margin				: 0px;
	overflow			: hidden;
	background-color	: transparent;
}

body.ZoomDialog {
	margin				: 0px;
	overflow			: hidden;
	background-color	: #f2f2f2;
}

.CustomDialog {
	border				: #a2a2a2 1px solid;
	display				: none;
	position			: absolute;
	z-index				: 100;
}

.CustomDialogTitle {
	background-color	: #33408e;
}

.CustomDialogContents {
	background-color	: #fdfdfb;
}

.CustomDialogTitleText {
	color				: #ffffff;
	font-size			: 12px;
	font-weight			: bold;
	padding-top			: 4px;
	white-space			: nowrap;
}

.CustomDialogContentsText	{
	color				: black;
	font-family			: 'MS UI Gothic';
	font-size			: X-Small;
}

.cdgErrMsg {
	border				: #a2a2a2 1px solid;
	display				: none;
	position			: absolute;
	z-index				: 100;
}

.cdgErrMsgTitle {
	background-color	: #33408e;
}

.cdgErrMsgContents {
	background-color	: #fdfdfb;
}

.cdgErrMsgTitleText {
	color				: #ffffff;
	font-size			: 12px;
	font-weight			: bold;
	padding-top			: 4px;
	white-space			: nowrap;
}

.cdgErrMsgContentsText	{
	color				: black;
	font-family			: 'MS UI Gothic';
	font-size			: X-Small;
}

div.cdgErrMsgMain {
	overflow			: hidden;
	width				: 100%;
	background-color	: #ff7d7d;
}


table.cdgErrLine {
}

td.cdgErrLine1	{
	background-color	: #EEEEEE;
	padding				: 3px;
}

td.cdgErrLine2	{
	background-color	: #FFFFFF;
	padding				: 3px;
}






table.CustomToolButtonSelectList {
	border				: 1px solid #002d96;
	background-color	: #f6f6f6;
}

td.CustomToolButtonSelectList {
	border-left			: 1px solid #f6f6f6;
}


span.CustomSlider {
	width				: 50px;
	color				: black;
	font-family			: 'MS UI Gothic';
	font-size			: X-Small;
	font-weight			: bold;
	border				: 0px solid black;
	padding				: 2px 0px 0px 0px;
	filter				: shadow(color=#cccccc,direction=135);
	word-break			: keep-all;
}

th.InputTable 
{
	text-align			: center;
}

.TextBoxSolid_d
{
	ime-mode			: disabled;
}

.TextBoxSolid_a
{
	ime-mode			: active;
}

.dlg_border_t
{
	BORDER-TOP			: #E6E6E6 1px solid;
}

.dlg_border_b
{
	BORDER-BOTTOM			: #E6E6E6 1px solid;
}

.dlg_border_l 
{
	border-left			: #E6E6E6 1px solid;
}

.dlg_border_r 
{
	border-right		: #E6E6E6 1px solid;
}


.dlg_border_br
{
	border-right		: #E6E6E6 1px solid;
	border-bottom		: #E6E6E6 1px solid;
}

.dlg_border_tb
{
	border-top			: #E6E6E6 1px solid;
	border-bottom		: #E6E6E6 1px solid;
}

.dlg_border_box
{
	border				: #E6E6E6 1px solid;
	border-bottom		: #E6E6E6 1px solid;
	border-left			: #E6E6E6 1px solid;
	border-right		: #E6E6E6 1px solid;
	border-top			: #E6E6E6 1px solid;
}

.dlg_bg_colr
{
	background-color	: #f2f2f2;
}

.dlg_border_dot_t {
	border-top			: 1px dotted black;
}

.dlg_border_dot_b{
	border-bottom		: 1px dotted black;
}

.dlg_headline 
{
	font-size			: 12px;
	font-weight			: bold;
	padding				: 5px;
	background-color	: #E6E6E6;
}

.shadow_left {
	width: 2px;
    background-image: url('/Pc/Blog/images/shadow_left.gif');
	background-position:top;
	background-repeat:no-repeat;
}

.shadow_right {
	width: 2px;
    background-image: url('/Pc/Blog/images/shadow_right.gif');
	background-position:top;
	background-repeat:no-repeat;
}

.shadow_bottom_left {
	height: 3px;
    background-image: url('/Pc/Blog/images/shadow_left_bottom.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
}

.shadow_bottom_right {
	height: 3px;
    background-image: url('/Pc/Blog/images/shadow_right_bottom.gif');
	background-position:right bottom;
	background-repeat:no-repeat;
}

.LinkButton
{

	background-color	: none;
	color				: #0073A2;
	text-decoration		: none;
	font-size			: 12px;
}

