@import url("./css/tables.css");
@import url("./css/commonstyles.css");

@charset "shift_jis";

* {
margin: 0;
padding:0;
border:0;
font-family: 'Verdana','メイリオ','ＭＳ Ｐゴシック', Meiryo, sans-serif;
}

/* 基本スタイル */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-size: 0.9em;
	line-height: 140%;
	background:url("img/background.gif") left top repeat;
	
}

div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: left;
}

h1, h2, h3, h4, .title ,.menutitle{
	font-family: 'Verdana','メイリオ','ＭＳ Ｐゴシック', Meiryo, sans-serif;
	font-weight:normal;
}

h1,h2,h3,h4{
	clear:both;
}


/*
//見出しを通常のフォントにする場合は／* と *／ を削除
h3, h4 ,h5 ,h6{
	font-family: sans-serif;
	font-weight:bold;
}
*/

.orange_FloatEnd {
	clear: both;
	display: block;
	height: 1px;
}





/* -------- リンク */

a,a:visited{
	color:#ff8e30;
}

a:hover{
	color:#ffad71;
}

a img {
  border: none;
  text-decoration: none;
}

.orange_txt-img img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}



/* 文字装飾 */

strong {
  margin: 0 0.2em;
  padding: 0;
  font-weight: bold;
}

em {
  margin: 0 0.2em;
  padding: 0;
  font-weight: normal;
  text-decoration: underline;
}



/* ---------------- リスト */

ul, ol {
  display: block;
  _margin-left:0;
  _margin-right:0;
}

dl{
	margin:0;
	padding:0;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
	_margin-left: 30px;
	_padding-left: 20px;
}

ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	_margin-left: 20px;
	_padding-left: 20px;
}

*:first-child+html ol{
	margin-left: 30px;
	padding-left: 20px;
}

li {
	display: list-item;
	margin: 0;
}

ul li {
	list-style-type: none;
	list-style-image: url(./img/li.gif);
}


p {
	width: auto;
	margin-right: auto;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}



/* 基本レイアウト */

#orange_container {
	width: 900px;
	margin:15px auto;
	padding:0px 5px;
}
#orange_rndtop {
	background-image: url();
	background-repeat: no-repeat;
	background-position: center top;
	height: 46px;
	line-height: 46px;
	padding-top: 4px;
}

#orange_rndbody {
	background-image: url(img/box_body.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
}

#orange_rndbottom {
  background-image: url(img/box_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 10px;
	height: 25px;
}

#orange_header {
	height: 200px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	border-bottom:solid 1px #ff8e30;
}
#orange_header h2 ,#orange_header .orange_title {
	width: 650px;
	font-size: 25px;
	line-height: 36px;
	position: relative;
	left: 30px;
	top: 50px;
}

#orange_header h2  a, #orange_header  h2  a:visited,#orange_header  .orange_title  a,#orange_header  .orange_title  a:visited {
	color: #ff8e30;
	text-decoration: none;
}

#headertext {
	text-align: left;
	font-size: 11px;
	line-height: 130%;
	width: 650px;
	position: relative;
	left: 30px;
	top: 60px;
}

/* コンテンツ */

#orange_text1, #orange_text2, #orange_text3, #orange_text4, #orange_text5, #orange_text6, #orange_text7, #orange_text8, #orange_text9, #orange_text10, #orange_space1 ,#orange_space2 {
	margin-bottom: 25px;
	padding: 10px 14px;
}


/* グローバルメニュー */

#orange_topmenu {
	background-repeat: repeat-x;
	height: 40px;
	line-height: 40px;
	width: 900px;
	position: absolute;
	top: 64px;
	top: 264px;
	margin: 0px 3px;
	padding: 0px;
	background-image: url(img/topmenu.jpg);
	background-position: left top;
}

#orange_topmenu span a {
	overflow: hidden;
	width: 20%;
	_width:19.6%;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	float: left;
	height: 40px;
	background-image: url(img/menu_item.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	display: block;
}
#orange_topmenu span a:hover {
	background-image: url(img/menu_item_hover.jpg);
	background-position: left top;
	color: #FFFFFF;
}



#orange_siteNavi {
	font-size: 0.775em;
	line-height: 1.5em;
	margin-bottom:15px;
}

#orange_contents {
	_height:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height:400px;
	margin-top:15px;
	margin-top:15px;
}

#orange_menu:after,#orange_contents:after{
	height: 1px;
	overflow: hidden;
	content: "";
	display: block;
	clear: both;
}

/* フッター */

#orange_footer {
	text-align: center;
	color: #ff8e30;
	line-height: 30px;
}
#orange_footlink {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #ff8e30;
	font-size: 12px;
}
#orange_footlink a {
	color: #ff8e30;
	margin-left:5px;
	margin-right:5px;
}

#orange_footer a{
	color: #ff8e30;
	text-decoration: none;
}

/* フリースペース */

#orange_space3, #orange_space4, #orange_space5, #orange_space6 {
	background-color: #FFFFFF;
	text-align: center;
	padding: 15px 8px;
	background-image: url(img/menu_body.jpg);
	background-repeat: repeat-y;
	line-height: 120%;
	font-size: 12px;
}

/* レイアウト差分 */

#orange_contents {
	padding-right: 15px;
	padding-left: 15px;
}

#orange_main {
	float: left;
	width: 650px;
}

#orange_menu {
	float: right;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#orange_text1 h3,#orange_text2 h3,#orange_text3 h3,#orange_text4 h3,#orange_text5 h3,#orange_text6 h3,#orange_text6 h3,#orange_text7 h3,#orange_text8 h3,#orange_text9 h3,#orange_text10 h3,
#orange_text11 h3,#orange_text12 h3,#orange_text13 h3,#orange_text14 h3,#orange_text15 h3{
	position: relative;
	left: -12px;
	width: 630px;
	_width: 630px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#orange_searchbox {
	position: absolute;
	top: 18px;
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	line-height: 47px;
	height: 47px;
	font-size:12px;
}

#orange_searchbox input {
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 2px;
}
#orange_searchbox form {
	padding: 0px;
	margin: 0px;
}

form input {
	vertical-align: middle;
}

/* 各種見出し */

h1 {
	font-weight: normal;
	font-size: 20px;
	padding-right: 15px;
	padding-left: 20px;
	color: #fff;
	line-height: 50px;
	background-image: url(./img/h1.jpg);
	background-repeat: no-repeat;
	width: 900px;
}

#orange_main  h2,#orange_main h3 {
	font-size: 20px;
	line-height: 60px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(img/h3.jpg);
	margin-bottom: 5px;
	margin-top: 5px;
	color: #ff8e30;
	padding-left: 20px;
	overflow: hidden;
}

#orange_main h2 span, #orange_main h3 span {
	display: block;
	background-image: url(./img/h3_r.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
}

#orange_main h4  {
	font-size: 18px;
	line-height: 60px;
	background-image: url(img/h4.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 10px;
	background-position:right ;
	padding-right: 8px;
	padding-left: 60px;
	padding-top: 6px;
	padding-bottom: 4px;
	color: #fff;
}

#orange_main  h5{
	background-image: url(img/h5.jpg);
	background-position: right;
	background-repeat: no-repeat;
       line-height: 60px;
	font-size: 15px;
	text-indent: 25px;
	margin-top: 10px;
	margin-bottom: 3px;
        padding-left: 10px;
}

#orange_main  h6{
	background-image: url(img/h6.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 60px;
	font-size: 15px;
	line-height: 60px;
	margin-top: 6px;
	margin-bottom: 6px;
}


/* サイトマップ */

#orange_sitemaps{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#orange_sitemaps ul{
	margin:0;
	padding:0;
}

#orange_sitemaps li{
	list-style-type: none;
	list-style-image: none;
}

#orange_sitemaps .orange_sbox1, #orange_sitemaps .orange_sbox2 {
	width: 47%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#orange_sitemaps .orange_sbox1 {
	float: left;
	clear: left;
}

#orange_sitemaps .orange_sbox2 {
	float: right;
	clear: right;
}

#orange_sitemaps .orange_l1 {
	background-image: url(./img/sitemap_l1.jpg);
	line-height: 20px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 25px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top:0px;
	background-repeat: no-repeat;
	background-position: 5px center;
}

#orange_sitemaps .orange_l2 {
	background-image: url(img/sitemap_l2.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 20px;
	padding-left: 15px;
	margin-left: 22px;
	margin-bottom: 3px;
}

#orange_sitemaps .orange_l3 {
	background-image: url(img/sitemap_l3.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 20px;
	padding-left: 15px;
	margin-left: 38px;
	margin-bottom: 3px;
}



/* 更新履歴 */

#orange_whatsnew .top {
	background-image: url(img/whats_top.jpg);
	height: 36px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#orange_whatsnew {
}

#orange_whatsnew .orange_body {
	background-image: url(img/whats_body.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 15px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 15px;
}
#orange_whatsnew .orange_body li {
	line-height: 25px;
	list-style-image: url(img/whats_li.jpg);
	margin-right: 10px;
	margin-left: 10px;
}
#orange_whatsnew .orange_bottom {
	background-image: url(img/whats_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* カテゴリーリスト */

#orange_categorylist {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#orange_categorylist .orange_cbox {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	clear: both;
	background-image: url(img/categorylist_body.jpg);
}

#orange_categorylist .orange_cbox:after {
	clear: both;
}

#orange_categorylist h4 {
	clear: none;
	background-image: url(img/categorylist.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	padding-left: 35px;
	height: 30px;
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 30px;
	padding-right: 0px;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border:none;
}

#orange_categorylist .orange_desc {
	font-size: 12px;
	line-height: 130%;
	color: #505050;
	padding: 10px;
}

#orange_categorylist  .orange_more {
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#orange_categorylist .orange_bottom {
	background-image: url(img/categorylist_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


/* エントリーリスト */

#orange_entrylist {
	padding: 10px;
}

#orange_entrylist dl {
	padding: 6px;
	display: block;
}

#orange_main #orange_entrylist h4 {
	color:#ff8e30;
	background-image: url(./img/entlist_title.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin: 0px;
	border-bottom: solid 1px #CCCCCC;
}

#orange_entrylist dt {
	font-weight: bold;
	font-size: 14px;
	background-image: url(./img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	line-height: 20px;
	padding-left: 15px;
}

#orange_entrylist dd {
	margin-left: 15px;
	margin-bottom: 8px;
	font-size: 11px;
	color: #757575;
	line-height: 120%;
}

/* 記事スタイル */

.orange_txt-border {
	background-image: url(img/dott.gif);
	line-height: 22px;
	font-size: 13px;
	margin: 10px;
	padding: 0px;
	background-position: 0px 5px;
}

.orange_txt-border p {
	line-height: 22px;
	font-size: 13px;
}

.orange_txt-line  {
	border: 2px solid #CCCCCC;
}

.orange_txt-yellowback {
	background-color: #FFF9DF;
	border: 2px solid #CC0000;
}

.orange_txt-grayback {
	border: 1px solid #D9D9D9;
	background-color: #F5F5F5;

}

.orange_txt-colorback {
	border:solid 1px #FFB380;
	background-color: #FFF2DF;
}

.orange_txt-frame{
	border:solid 2px #CCCCCC;	
}

.orange_txt-colorframe{
	border:solid 2px #CC0000;
}

.orange_txt-rndbox .orange_top{
	height:15px;
	background-image: url(./img/round.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.orange_txt-rndbox .orange_body{
	border-left:solid 1px #B4B4B4;
	border-right:solid 1px #B4B4B4;
	padding:10px 30px;
}

.orange_txt-rndbox .bottom{
	height:15px;
	background-image: url(./img/round.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.orange_txt-decbox1 {
	background-image: url(./img/dec1_body.gif);
	background-repeat: repeat-y;
}

.orange_txt-decbox1  .top{
	height:50px;
	background-position: left top;
	background-image: url(./img/decbox1.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 30px;
}

.orange_txt-decbox1  .body{
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}

.orange_txt-decbox1  .bottom{
	height:70px;
	background-image: url(./img/decbox1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.orange_txt-decbox2 {
	background-image: url(./img/dec2_body.gif);
	background-repeat: repeat-y;
}

.orange_txt-decbox2  .top{
	height:40px;
	background-image: url(./img/decbox2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 30px;
}

.orange_txt-decbox2  .body{
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}

.orange_txt-decbox2  .bottom{
	height:65px;
	background-image: url(./img/decbox2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#orange_main .txt-grayback,#orange_main  .txt-colorback,#orange_main .txt-line, #orange_main .txt-frame,#orange_main .txt-colorframe{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 30px;
}

#orange_main .txt-rndbox, #orange_main .txt-decbox1, #orange_main .txt-decbox2{
	padding:0px;	
}

#orange_main .txt-decbox1 h3,#orange_main .txt-decbox2 h3 ,#orange_main .txt-decbox1 h2,#orange_main .txt-decbox2 h2{
	width: auto;
	padding: 0px;
	position: static;
	background-image: none;
	border: none;
	font-size: 26px;
	text-align: center;
}

#orange_main .txt-decbox1 h3 span, #orange_main .txt-decbox2 h3 span {
	background-image: none;
}

/* 記事スタイル - 色差分 */

.orange_txt-colorback {
	border:solid 1px #FFB380;
	background-color: #FFF2DF;
}

.orange_txt-colorframe{
	border:solid 2px #CC0000;
}

#orange_main .txt-decbox1 h3,#main .txt-decbox2 h3 ,#orange_main .txt-decbox1 h2,#main .txt-decbox2 h2{
	color:#333;
	background-color:#FFF;
	line-height:140%;
}



.orange_hd{
	color: #333;
	text-decoration:none;
}

/* サイドメニュー */

#orange_menu ul,#orange_rmenu ul {
	list-style-type: none;
	list-style-image: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(img/menu_body.jpg);
	background-repeat: repeat-y;
}
#orange_menu  li,#orange_rmenu li {
	list-style-type: none;
	list-style-image: none;
	display: block;
	_display:inline;
	padding: 0px;
}
#orange_menu  #orange_newEntry,#orange_rmenu #orange_newEntry {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}

#orange_newEntry li {
	display: block;
	padding-bottom: 2px;
	background-image: url(./img/newtext.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 22px;
}

#orange_menu h4 ,#orange_rmenu h4 ,.menutitle {
	line-height: 42px;
	background-image: url(img/menu_h4.jpg);
        background-position: right;
	height: 42px;
	font-size:12px;
	color: #fff;
	text-align: center;
}
#orange_menu .menubox, #orange_rmenu .menubox {
	margin-bottom: 15px;
	background-image: url(img/menu_bottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

#orange_menu li a ,#orange_rmenu li a{
	line-height: 16px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	background-image: url(img/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #062B40;
	background-color: 
}

#orange_menu li a:hover ,#orange_rmenu li a:hover{
	color: #ff8e30;

}
#orange_menu li.l2 a ,#orange_rmenu li.l2 a {
	margin-left: 15px;
	background-image: url(img/menu_l2.gif);
	line-height: 14px;
}

#orange_menu li.l3 a ,#orange_rmenu li.l3 a {
	margin-left: 30px;
	background-image: url(img/menu_l3.gif);
	line-height: 14px;
}



#orange_newEntry  li a {
	color: #333333;
	display:inline;
	line-height:18px;
	border: none;
	text-decoration: underline;
	background-image: none;
	padding: 0px;
}

#orange_newEntry li a:hover {
	color: #FF0000;
	background-color: #FFF;
	background-image: none;
}

.orange_menubox {
	width: auto;
	background-color: #EFEFEF;
}

.orange_menubox2 {
	margin-bottom:15px;
}

#orange_submenu span{
	display:block;
	margin:2px 0;
}

#orange_submenu span img{
	display:block;
	margin:0;
	padding:0;
}







#orange_searchresult{
	padding:15px;
}

#orange_searchresult dt{
	background-image: url(img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top:15px;
	font-size:14px;
	padding-left:16px;
}

#orange_searchresult dd{
	margin:0px;
	line-height:130%;
	font-size:13px;
}

#orange_linklist {
	padding: 15px;
}

#orange_linklist dt {
	font-size: 14px;
	font-weight: bold;
	background-image: url(./img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

#orange_linklist dd {
	padding-left: 18px;
	margin-left: 0px;
	margin-bottom: 10px;
}

/* フリースペース */

.orange_grayline{
	border: 1px solid #CCCCCC;
}

#orange_main .grayline{
	padding:10px;
	margin-bottom:15px;
}

#orange_menu .grayline{
	font-size:90%;
	padding:8px;
	margin-bottom:15px;
}

/* ブログモード */

.orange_blog {
	margin-bottom: 30px;
}
.orange_blog .orange_text {
	padding: 15px;
}
.orange_blog .title {
	font-size: 20px;
	line-height: 60px;
	margin-top: 15px;
	margin-bottom: 5px;
	background-image: url(img/h3.jpg);
	padding-left: 20px;
	clear: both;
	overflow: hidden;
}

.orange_blog .orange_title span {
	display: block;
	background-image: url(img/h3_r.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
}

.orange_blog .orange_title a {
	color: #ff8e30;
	text-decoration: none;
}
.orange_blog  .orange_title  a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.orange_blog  .orange_detail {
	font-size: 15px;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	color: #755c5c;
	line-height: 30px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.orange_blog  .orange_more  {
	float: right;
	padding-left: 15px;
	background-image: url(img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}

.orange_blog .orange_date {
	background-image: url(img/calender.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 22px;
	padding-left: 30px;
	height: 22px;
	font-weight: bold;
}
.orange_blog .orange_plist {
	margin-right: 3px;
	margin-left: 3px;
}

.orange_blog  .orange_plist  a {
	color: #755c5c;
	margin-right: 3px;
	margin-left: 3px;
}
#orange_contents.pcol1 {
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 0px;
	background-image:none;
}

#orange_main.pcol1 ,#orange_threebox.pcol1,#orange_menu.pcol1,#orange_rmenu.pcol1{
	float:none;
	width: auto;
}

#orange_menu.pcol1 ul,#orange_rmenu.pcol1 ul {
	list-style-type: none;
	list-style-image: none;
	margin:0px;
	padding: 0px;
	border:none;
}

#orange_menu.pcol1 li,#orange_rmenu.pcol1 li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	display: inline;
	background-image: url(img/line.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	border:none;
}

#orange_menu.pcol1  #orange_newEntry,#orange_rmenu.pcol1 #orange_newEntry {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}

#orange_menu.pcol1 h4 ,#orange_rmenu.pcol1 h4 ,#orange_menu.pcol1 .menutitle ,#orange_rmenu.pcol1 .menutitle {
	line-height: 120%;
	font-size:14px;
	color: #333333;
	text-align: left;
	background-image:none;
	margin-bottom:5px;
}

#orange_menu.pcol1 .menubox, #orange_rmenu.pcol1 .menubox {
	margin-bottom: 5px;
	background-color:none;
	background-color: #FFF;
}

#orange_menu.pcol1 li a ,#orange_rmenu.pcol1 li a{
	line-height: 16px;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #484848;
	background-image:none;
	display:inline;
}

#orange_menu.pcol1 li a:hover ,#orange_rmenu.pcol1 li a:hover{
	color: #FF0000;
	background-color:#FFF;
}

#orange_menu.pcol1 div{
	background-image:none;
}