/*==============================================================================
 COMMON
==============================================================================*/

body
{
	background-color: #d9d9d9;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

img{
	border-color: #ccc;
/*	border: 0;*/
}

#admin_logo img
{
	border: 0;
}

div
{
	display: block;
	margin: 0;
	padding: 0;
}

h1
{
	color: #007dc3;
	font-size: 29px;
	margin-top: 0px;
	padding-top: 0px;
}

h2
{
	color: #007dc3;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

label
{
	display: block;
	font-weight: bold;
	margin: 12px 0 0 0;
}

input[type="submit"], input[type="button"]
{
	border: solid 1px #000;
}

a
{
	color: #007dc3;
	text-decoration: none;
}

a:hover
{
	color: #f60;
	text-decoration: underline;
}

#wrap
{
	width: 999px;
	margin: 0px auto;
}

#wrap_sub
{
	width: 780px;
	margin: 0px auto;
}

/*==============================================================================
 STYLE
==============================================================================*/

.error_mes
{
	color: #007dc3;
	font-weight: bold;
	border-left: 4px solid #007dc3;
	padding-left: 8px;
}

.error_form
{
	border: 1px solid #007dc3;
}

.fg_white
{
	color: #ccc;
}

.fg_skyblue
{
	color: #007dc3;
}

.fg_gray
{
	color: #666;
}

.fg_red
{
	color: #f00;
}

.fg_orange
{
	color: #f60;
}

/*==============================================================================
 HEADER
==============================================================================*/

#top
{
	clear: both;
	margin-top: 10px;
}

#wrap #top
{
	width: 999px;
}

#wrap_sub #top
{
	width: 780px;
}

#top div
{
	float: left;
}

#top_left
{
	width: 11px;
	height: 7px;
	background-image: url(../images/frame_top_left.gif);
}

#top_center
{
	height: 7px;
	background-color: #fff;
}

#wrap #top_center
{
	width: 979px;
}

#wrap_sub #top_center
{
	width: 760px;
}

#top_right
{
	width: 9px;
	height: 7px;
	background-image: url(../images/frame_top_right.gif);
}

#top_head
{
	font-size: 10px;
	color: #999;
	text-align: left;
	background-color: #fff;
}

#wrap #top_head
{
	width: 999px;
}

#wrap_sub #top_head
{
	width: 780px;
}

#top_head strong
{
	font-weight: normal;
	margin-left: 50px;
}


/*==============================================================================
 FOOTER
==============================================================================*/


#bottom
{
	clear: both;
}

#wrap #bottom
{
	width: 999px;
}

#wrap_sub #bottom
{
	width: 780px;
}

#bottom div
{
	float: left;
}

#bottom_left
{
	width: 11px;
	height: 24px;
	background-image: url(../images/frame_bottom_left.gif);
}

#bottom_center
{
	height: 24px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	background: url(../images/frame_bottom_center.gif) repeat-x;
}

#bottom_center a
{
	color: White;
	text-decoration: none;
}

#bottom_center a:hover
{
	color: White;
	text-decoration: underline;
}

#wrap #bottom_center
{
	width: 979px;
}

#wrap_sub #bottom_center
{
	width: 760px;
}

#bottom_right
{
	width: 9px;
	height: 24px;
	background-image: url(../images/frame_bottom_right.gif);
}

#bottom_foot
{
	line-height: 20px;
	font-size: 10px;
	color: #999;
}

#wrap #bottom_foot
{
	width: 999px;
}

#wrap_sub #bottom_foot
{
	width: 780px;
}
