
*{
  margin : 0px;
  padding : 0px;
}

body{
	text-align:center;
	background-color:#ededed;
	background:url('../../img/background02.jpg') repeat center top;
	font-size:small;
	color:#333333;
	line-height:120%;
}

li a:link{
  text-decoration:none;
  color:#666666;
}

li a:visited{
  text-decoration:none;
  color:#006666;
}

li a:hover{
  text-decoration:underline;
  color:#669999;
}

p{
	text-indent:1em;
}


a:hover{
  color:orange;
  text-decoration:underline;
}
a:link{
  color:#333366;
  text-decoration:none;
}

a:visited{
  color:#006666;
  text-decoration:none;
}
.green{
  color:#006633;
  font-size:small;
}
.red{
  color:magenta;
  font-size:x-small;
}
.dodg{
  color:#1e628c;
  font-size:medium;
  font-weight:bold;
}
.dodg_l{
  color:#1e628c;
  font-size:150%;
  font-weight:bold;
}
.tab1{
  color:white;
  font-weight:bold;
  background-color:royalblue;
  font-size:small;
  padding:1px;
}
.tab2{
  color:white;
  font-weight:bold;
  background-color:dodgerblue;
  font-size:small;
  padding:1px;
}
.tab3{
  color:white;
  font-weight:bold;
  background-color:cornflowerblue;
  font-size:small;
  padding:1px;
}
.f150{
  font-size:small;
  color:#000033;
  line-height:150%;
}
.orange{
  color:orange;
  font-size:small;
}
.white{
  color:white;
  font-size:medium;
}
.blue{
  color:blue;
  font-size:medium;
}
.sm03{
  font-size:small;
  color:#000033;
}
.fire{
  color:firebrick;
  font-size:small;
  font-weight:bold;
}
.nom{
  background-color:darkorange;
  color:white;
  border:1px solid maroon;
}
.gray{
  color:dimgray;
  font-size:small;
  word-spacing:0.2em;
  letter-spacing:0.1em;
}

#s1{
  font-size : small;
  color:#666666;
  text-align:right;
  margin:0px 0px;
  padding:0px 0px;
  border:0px;
  background-color:#ffffff;
}



table#tb01{
  border-collapse:collapse;
  border-style:solid;
  border-color:#0000ff;
}
table#tb02{
  border-collapse:collapse;
  border-style:solid;
  border-color:#009933;
}

td#tb03{
  border:solid 1px #0066ff;
}

table#tb04{
  border-collapse:collapse;
  border-style:solid;
  border-color:#666666;
}
.kage {
  background:#999;
  margin:10px;
}
.menu {
  background:#fff;
  position:relative;
  top:-3px;
  left:-3px;
}


.m_green{
	color : #006600;
	margin : 0;
	padding:2px 20px 2px 20px;
	font-size:medium;
	font-weight : bold;
	border : 1px solid #cccccc;
}

.num01{
	padding:1px;
	background-color:green;
	color:white;
}

.red{
	color:#ff0099;
	font-size:small;
}

.comment{
	color:#004600;
}

.m_item{
	background : url(../img/item_bg2.gif) repeat-x left top;
	margin : 0;
	padding:2px 12px 2px 12px;
	font-size:small;
	border : 1px solid #cccccc;
	font-weight : bold;
}


.brief{
	background : url(../img/item_bg3.gif) repeat-x left top;
	margin : 0;
	padding:2px 20px 2px 20px;
	font-size:small;
	border : 1px solid #cccccc;
	font-weight : bold;
}



.f14b{
	font-weight : bold;
  color : #006666;
}

.f16b{
  font-size : medium;
  font-weight : bold;
  color : #006600;
}

.f16{
  font-size : medium;
  color : #003366;
  line-height:150%;
}


hr{
  noshade : noshade;
  size : 1px;
  color : #cccccc;
	line-height : 90%;
}


p{
	text-indent:1em;
}


#s1{
  font-size : small;
  color:#666666;
  text-align:right;
  margin:0px 0px;
  padding:0px 0px;
  border:0px;
  background-color:#ffffff;
}

#s2{
  font-size : small;
  margin:0px 0px;
  padding:0px 0px;
  border:0px;
  color:#666666;
}


#s2 a:link{
  font-size : small;
  color:#666666;
}

#s2 a:visited{
  font-size : small;
  color:#666666;
}


.date{
  color:green;
}

/* wraper */

#wraper{
width:800px;
}

/* container */

#container{
margin:0px;
width:800px;
clear:both;
}


/* header */

#header{
  margin:0px;
  width:800px;
  text-align:left;
}

#l_head{
  text-align:left;
  float:left;
  width:210px;
}
#c_head{
  text-align:right;
  float:left;
  width:300px;
  vartical-align:middle;
}
#r_head{
	padding:0px 2px;
  text-align:left;
  float:left;
  width:125px;
}
#r_head2{
	padding:0px 2px;
  text-align:right;
  float:left;
  width:125px;
}


/* content */

#content{
margin:0px;
width:800px;
clear:both;
}


/* l_menu */

#l_menu {
text-align:left;
float:left;
width:180px;
}

#l_menu ul {
list-style:none;
margin:0px;
padding:0px;
}


#l_menu li {
margin:0px;
padding:0px;
border-bottom:1px solid #cccccc;
}

#l_menu  li a {
	list-style:none;
	display:block;
	width:100%;
	width:170px;
	height:18px;
	background:url(../../img/arrow-h.gif) left center no-repeat;
	padding:2px 2px 2px 14px;
}

#l_menu li li {
	margin:0px;
	padding:0px;
	border-bottom:1px solid #cccccc;
}

#l_menu li li a {
	margin:0px;
	padding:0px;
	text-indent:1em;
	padding:0px 0px 0px 18px;
	background:url(../../img/arrow-hs.jpg) left center no-repeat;
}


/* middle */

#middle{
text-align:left;
float:right;
width:600px;
vertical-align:top;
margin:0px;

}

/* middle li */


#middle ul{
margin:4px 4px 4px 24px;
}

/* middle_l */

#middle_l{
text-align:left;
float:left;
width:270px;
}

/* middle_r */

#middle_r{
text-align:left;
float:right;
width:300px;
}


#tel{
width:550px;
text-align:center;
float:right;
font-size:small;
margin:0px;
padding:6px 0px;
}


#tel ul{
list-style: none;
margin:0px;
padding:0px;
}

#tel li{
float:left;
margin:4px;
padding:0px;
list-style: none;
color:#000066;
}

#tel a{
	display:block;
	width:100%;
	padding:4px 0px 4px 0px;
}

#tel2{
width:800px;
text-align:center;
float:right;
font-size:small;
margin:0px;
padding:6px 0px;
}


#tel2 ul{
list-style: none;
margin:0px;
padding:0px;
}

#tel2 li{
float:left;
margin:2px;
padding:0px;
list-style: none;
color:#006600;
}

#tel2 a{
	display:block;
	width:100%;
	padding:4px 0px 4px 0px;
}



/* footer */

#footer{
text-align:left;
width:800px;
clear:both;
background-color:#cccccc;

}

#regist{
text-align:right;
float:left;
width:800px;
}

/* navigation */
#navigation{
	width:800px;
  float:left;
	margin:0px;
	padding:0px;
	font-size:small;
	line-height:22px;
	font-family:‚l‚r ‚oƒSƒVƒbƒN;
	background:url(../../img/head_bg_ab03.jpg) repeat-x top left;
}

#navigation ul{
	list-style:none;
	margin:0px;
	padding:0px;
	height:22px;
	overflow:hidden;
}

#navigation li{
	float:left;
	width:88px;
	margin:0px;
	padding:0px;
}
#navigation a{
	display:block;
	width:100%;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
}

#navigation a:hover{
	background-color:#336600;
}


/* navigation2 */
#navigation2{
	width:800px;
  float:left;
	margin:0px;
	padding:0px;
	font-size:small;
	line-height:22px;
	font-family:‚l‚r ‚oƒSƒVƒbƒN;
	background:url(../../img/head_bg_ab03.jpg) repeat-x bottom left;
}

#navigation2 ul{
	list-style:none;
	margin:0px;
	padding:0px;
	height:22px;
	overflow:hidden;
}

#navigation2 li{
	float:left;
	width:88px;
	margin:0px;
	padding:0px;
}
#navigation2 a{
	display:block;
	width:100%;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
}

#navigation2 a:hover{
	background-color:#336600;
}


#footer ul{
	list-style:none;
	margin:0px;
	padding:0px;
	height:20px;
	overflow:hidden;
}

#footer li{
	float:left;
	width:112px;
	margin:1px 0px;
	padding:0px;
}


#footer a{
	display:block;
	width:100%;
	color:#333333;
	text-decoration:none;
	text-align:center;
}

#footer a:hover{
	background-color:#006600;
}


#s2{
  float:left;
  text-align:center;
  width:900px;
  font-size : small;
  margin:0px 0px;
  padding:0px 0px;
  border:0px;
  color:#666666;
}


#s2 a:link{
  font-size : small;
  color:#666666;
}

#s2 a:visited{
  font-size : small;
  color:#666666;
}



#typ{
	width:520px;
	line-height:100%;
}

#typ ul{
list-style:none;
margin:0px;
padding:0px;
height:30px;
}

#typ li{
float:left;
width:120px;
margin:2px;
padding:0px;
}

#typ a{
	display:block;
	width:100%;
	padding:6px 0px 6px;
	color:#ffffff;
	background-color:#999999;
	text-decoration:none;
	background-image:url('../img/bg_img.gif');
	background-position:left top;
	text-align:center;
}

#typ a:hover{
	color:#ffffff;
	background-color:#666666;
	background-position:right top;

}

#toi{
	margin:6px 0px;
	padding:0px;
	text-align:left;
	float:left;
	width:720px;
}

#toi ul{
	list-style:none;
	margin:0px;
	padding:0px;
	height:45px;
}

#toi li{
	float:left;
	width:170px;
	margin:0px 2px;
	padding:0px;
}


#toi a{
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	text-decoration:none;
	text-align:center;
}


td{
 padding : 3px;
}

#s_menu{
 width:690px;
}
#s_menu ul{
 list-style: none;
 margin: 0px;
 padding: 0px;
 height: 30px;
}
#s_menu li{
 float:left;
 width:260px;
 margin:3px;
 padding:0pc;
 line-height:26px;
 list-style: none;
}
#s_menu a{
 display:block;
 width:100%;
 padding:0px 0px 4px 0px;
 color:#006600;
 background-image:url(../../img/button04.gif);
 background-repeat:no-repeat;
 background-position:left top;
 text-decoration:none;
 text-align:center;
}
#s_menu a:hover{
 background-position:right top;
}




#ss_menu ul{
 margin:0px;
 padding:0px;
}

#ss_menu li{
 background : url(../img/arrow_bk.gif) left center no-repeat;
 width:190px;
 margin:2px;
 padding:0px;
 line-height:32px;
 text-indent:1.5em;
}

#ss_menu a{
 display:block;
 width:100%;
 color:#333333;
 text-decoration:none;
 text-align:left;
}

#ss_menu a:hover{
 text-decoration:underline;
}



#ss01{
 width:200px;
 margin:2px;
 float:left;
}

#ss02{
 width:200px;
 margin:2px;
 float:left;
}

#ss03{
 width:200px;
 margin:2px;
 float:left;
}

