body {
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	text-align: center;
	font-family: "Segoe ui" , Arial , Helvetica , Sans;
	font-size: 0.9em;
	color: #000;
	background: url(../images/bg_main.jpg) fixed repeat-x;
}
/*-- - - - -- - -- - GLOBAL STUFF  --- - - -- - - - --  - */
a {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
img {
	border: 0px;
}
.left {
	float: left
}
.right {
	float: right
}
img.left_spaced {
	float: left;
	padding: 10px;
  margin: 15px;
}
img.right_spaced {
	float: right;
	padding: 10px;
  margin: 15px;
}
br {
	clear: both;
}
sub {
	font-size: 9px;
}
sup {
	font-size: 9px;
}
.ghost {
	display: none;
}
ul {
	margin: 0;
/* 	padding: 0 0 0 20px; */
	text-align: left;
	list-style:none;
}

ul.squared{
	list-style:square;
}
.blu{
	color:blue;
}

.centered_txt{
text-align:center;
}
.underlined{
text-decoration:underline;
}
h3.nicer{
background:url(../images/bg_sub.png) repeat-y center;
}
/*--- -- ---- ----- - -LAYOUT  ----- -- - -- - -- */
#container {
	width: 99%;
	height: auto;
	position: relative;
	margin: 0 auto;
/* 	background: url(../images/bg_main.jpg) fixed repeat-x; */
	text-align: left;
}
#header {
	position: relative;
	width: 100%;
	height: 250px;
	text-align: left;
}
#logo {
	float:left;
	margin:40px 60px 0 200px;
	}
#rccc {
	float: left;
	padding:20px;

	}
#menubox{
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
#menu{
position:fixed;
width:100%;
height:25px;
background: transparent url(../images/bg_menu.jpg) repeat-x;
margin:0 auto;
text-align:center;
}
#menu_bottom{
height:25px;
width:100%;
background: url(../images/bg_menu_bottom.png) no-repeat center;
}
#items ul{
	text-align:center;
}
#items li{
	padding:5px 0px 5px 12px;
	text-align:center;
}
#items li:hover{
	background: url(../images/bg_item_left.png) no-repeat bottom left;
}
#items a {
	padding:5px 10px 5px 5px;
	color:#FFF;
	font-size:1em;
	height:60px;
}

#items a:hover {
	background: /*#3279A9*/ url(../images/bg_item_rite.png) no-repeat bottom right;
}
#items ul li{
	display:inline;
	color:#FFF;
	font-weight:bold;
}
#content{
	width:1024px;
	padding:0 10px 10px 10px;
	margin:0 auto;
	color:#006;
}
.head_title{
	padding:0;
	font-size:2em;
	font-weight:bold;
	margin-left:180px;
	color:#FFF;
}
.subtitle{
	padding:0 10px 3px 10px;
	font-size:1em;
	font-weight:bold;
	margin:0 0 20px 20px;
	color:#006;
	width:100%;
	height:17px;
	background:url(../images/bg_subs.png) repeat-y ;
	border-left:solid 4px #006;
}
#left_content{
	width:60%;
	padding:10px;
	background: url(../images/bg_content.png);
	float:left;
	margin:5px;
}
#rite_content{
	width:30%;
	padding:10px;
/* 	background: url(../images/bg_content.png); */
	float:left;
	margin:5px;
	text-align:center;
	border:solid 1px #006;
}

.text_box{
padding:0 35px;
text-align:justify;
}
#footer{
	width:100%;
	padding:10px;
	text-align:center;
	

}
#copy{
font-size:0.8em;
margin-bottom:10px;
background:url(../images/bg_sub.png) repeat-y center;
}
#shibumi {
	width: 100%;
	text-align: center;
	margin: 30px auto 0 auto;
}

