/* -------------------------------------------------------------------

Stylesheet for saintcare
Copyright (C) saintcare 2007 All Rights Reserved.

------------------------------------------------------------------- */

/* Basic Text---------------------------------------------------------

font-size:75%;
color:#4f4f4f;
line-height:1.3;

------------------------------------------------------------------- */

/* Link Text Basic----------------------------------------------------

color:#F47A21;
hover*color:#FFE6D3;

------------------------------------------------------------------- */

body {
	color:#4f4f4f;
	font-size:75%;
	line-height:1.3;
	margin:10px auto;
	padding:0;
	width:865px;
}

* {
	margin:0;
	padding:0;
}

html,body,h1,h2,h3,h4,h5,h6,img, p,a,ul,ol,li,dl,dt,dd,form,blockquote,pre,address{ 
	margin:0; padding:0; border:0;
}

body {
	color:#4f4f4f;
	font-size:75%;
	line-height:1.3;
	margin:10px auto;
	padding:0;
	width:865px;
}

img {
	border:none;
}

a {
	color:#F47A21;
	text-decoration:none;
}

a:link,visited,active {
	color:#F47A21;
}

a:hover {
	color:#FFE6D3;
}

.white {
	color:#FFFFFF;
}

.red {
	color:#FF0000;
}

.orange {
	color:#FF7200;
}

/*header*/

#header {
	width:865px;
	height:90px;
	background-image: url(../images/header_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #left {
	width:154px;
	height:90px;
	float: left;
}
#header #right {
	width:700px;
	height:90px;
	float: right;
}

/*layout*/

#contents {
	width:855px;
	padding:5px;
	float:left;
	background-image:url(../images/sepa.gif);
	background-repeat:repeat-y;
}


/*contents_left*/

#contents_left {
	width:646px;
	float:left;
}

#news {
	float:left;
	width:626px;
	color: #FF0000;
	padding: 10px;
	background-color: #eeeeee;
	margin-bottom: 10px;
}

#banner_bookmark {
	width:646px;
}

#banner {
	float:left;
	width:468px;
	height:60px;
}

#bookmark {
	margin:5px 0 0 2px;
	text-align:center;
	float:left;
	width:176px;
}

#kingdom_flash {
	clear:both;
	padding-top:5px;
	width:646px;
	height:468px;
}

#work_flash {
	clear:left;
	padding-top:5px;
	margin:0 auto;
	width:646px;
	height:240px;
}

/*contents_right*/

#contents_right {
	margin-left:17px;
	width:191px;
	float:left;
}

#attention_info {
	background-image:url(../images/frame_bg.gif);
	background-repeat:repeat-y;
	padding:5px;
}

.attention_info_space {
	margin-bottom:5px;
}

#watch {
	background-image:url(../images/watch.gif);
	background-repeat:repeat-y;
	height:60px;
}

#watch_left {
	width:66px;
	float:left;
	text-align: center;
	padding:25px 0 0 0;
}

#watch_center {
	width:57px;
	float:left;
	text-align: center;
	padding:25px 0 0 0;
}

#watch_right {
	width:66px;
	float:left;
	text-align: center;
	padding:25px 0 0 0;
}

#others_contents {
	background-image:url(../images/frame_bg.gif);
	background-repeat:repeat-y;
	padding:5px;
}

.others_contents_space {
	margin-bottom:5px;
}




.border_orange {
	border:1px solid #F47A21;
}

.border_orange_bottom {
	border-bottom:1px solid #F47A21;
}

.border_orange_right {
	border-right:1px solid #F47A21;
}

.border_yellow {
	border:1px solid #FFBF00;
}

.border_yellow_bottom {
	border-bottom:1px solid #FFBF00;
}

.border_white_right {
	border-right:1px solid #FFFFFF;
}

.border_white_bottom {
	border-bottom:1px solid #FFFFFF;
}

.bg_orange {
	background-color:#FF9900;
}

.bg_yellow {
	background-color:#FFBF00;
}

.bg_yellow a {
	color:#FFFFFF;
	text-decoration:none;
}

.bg_yellow a:link,visited,active {
	color:#FFFFFF;
}

.bg_yellow a:hover {
	color:#FFE597;
}

.fbBox {
	border: 1px solid #f18c3f;
	width: 190px;
	margin-top: 5px;
}
.fbBox .fb {
	padding: 5px;
}


#footer {
	clear:both;
	background-color: #FFBF00;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	padding:15px;
	line-height: 1.5em;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a,a:active,link,visited {
	color:#FFFFFF;
}

#footer a:hover {
	color:#FFE390;
}

address {
	text-align:center;
	font-style:normal;
}
