/*全体に関する記述*/
body {
  margin: 0px 0px 20px 0px;
  background-color: #FFFFFF;
  background: url("img/body_back.jpg");
  text-align: center;
}

/*リンクに関する記述*/
a {
  color: #056FDB;
  text-decoration: none;
}

/*リンクされている*/
a:link {
  color: #056FDB;
  text-decoration: none;
}

/*リンク先に訪れたことがある*/
a:visited {
  color: #056FDB;
  text-decoration: none;
}

/*リンク先がアクティブのとき*/
a:active {
  color: #056FDB;
  text-decoration: none;
}

/*リンク先にマウスが当たったとき*/
a:hover {
  color: #056FDB;
  text-decoration: underline;
}

/*見出し１・２・３に関する記述*/
h1, h2, h3 {
	margin: 0px;
	padding: 5px;
	font-weight: normal;
	font-size: 9px;
	color: #056FDB;
}

/*ベースカラー*/
#container {
  line-height: 140%;
  margin-right: auto;
  margin-left: 0px;
  text-align: left;
  padding: 0px;
  width: 760px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}

/*バナー*/
#banner {
  font-family: Verdana, Arial, sans-serif;
  color: #FFFFFF;
  background-color: #FFFFFF;
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid #000000;
  height: 39px;
}

a#banner-img {
  display: none;
}


/*タイトル文字*/
#banner h1 {
  font-size: xx-large;
}

/*サブタイトル文字*/
#banner h2 {
  font-size: small;
}

/*センター*/
#center {
  float: right;
  width: 560px;
  overflow: hidden;
}

/*コンテンツ部分に関する記述*/
.content {
  padding: 0px 15px 5px 15px;
  background-color: #f2f3f8;
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
}

/*右側に関する記述*/
#right {
  margin: 5px 0px 0px 0px;
  float: left;
  width: 198px;
  background-color: #FFFFFF;
  overflow: hidden;
}

/*コンテンツ部分のpに関する記述*/
.content p {
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  font-weight: normal;
  line-height: 150%;
  text-align: left;
  margin-bottom: 5px;
}

/*コンテンツ部分のblockquoteに関する記述*/
.content blockquote {
  line-height: 150%;
}

/*コンテンツ部分の箇条書きに関する記述*/
.content li {
  line-height: 150%;
}

/*コンテンツの見出し１*/
.content h2 {
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  text-align: left;
  font-weight: bold;  
  margin: 5px 0px 10px 0px;
  padding: 10px 10px 10px 10px;
  background: url("img/h1_bg.gif") ;
  background-repeat: repeat-x;
  background-position: bottom center;
  border: 1px solid #CCCCCC;
}

/*コンテンツの見出し２*/
.content h1 {
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align: left;
  font-weight: bold;  
  margin: 5px 0px 10px 0px;
  padding: 2px 10px 2px 10px;
  background: url("img/h2_bg.gif");
  border-top: 1px solid #3333CC;
  border-bottom: 3px solid #3333CC;
}

/*コンテンツの見出し３*/
.content h3 {
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  margin: 5px 0px 10px 0px;
  padding: 2px 10px 2px 10px;
  background: url("img/h3_bg.gif");
  border-top: 1px solid #009933;
  border-bottom: 3px solid #009933;
}

/*コンテンツの見出し４*/
.content h4 {
  color: #666;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  margin: 5px 0px 10px 0px;
  padding: 2px 10px 2px 10px;
  border-bottom: 3px solid #3366CC;
}

/*コンテンツの見出し５*/
.content h5 {
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  margin: 2px 0px 2px 0px;
  padding: 2px 3px 2px 20px;
  background: url("img/h5_bg.gif");
  background-repeat: no-repeat;
}

/*コンテンツの見出し６*/
.content h6 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  margin: 2px 0px 2px 0px;
  padding: 2px 3px 2px 20px;
  background: url("img/h6_bg.gif");
  background-repeat: no-repeat;
}

.content p.posted {
  color: #999999;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  border-top: 1px solid #999999;
  text-align: left;
  margin-bottom: 25px;
  line-height: normal;
  padding: 3px;
}

/*サイドバー*/
.sidebar {
  padding: 0px;
}

/*カレンダーに関する記述*/
#calendar {
  line-height: 140%;
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  padding: 2px;
  text-align: center;
  margin-bottom: 30px;
}

#calendar table {
  padding: 2px;
  border-collapse: collapse;
  border: 0px;
  width: 100%;
}

#calendar caption {
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .3em;
}

#calendar th {
  text-align: center;
  font-weight: normal;
}

#calendar td {
  text-align: center;
}

/*サイドバーの見出し２*/
.sidebar h2 {
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  letter-spacing: .3em;
  background: url("img/sh2_bg.gif");
  margin: 0px 0px 5px 0px;
  padding: 2px;
}

.sidebar ul {
  list-style-image: url(img/ul_bg.gif);
  padding: 0px 5px 0px 10px;
  margin: 0px 5px 2px 30px;
}

/*サイドバーの箇条書きに関する記述*/
.sidebar li {
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  text-align: left;
  line-height: 150%;
  list-style-type: none;
}

.sidebar img {
  border: 3px solid #FFFFFF;
}

.photo {
  text-align: left;
  margin-bottom: 20px;
}

/*XML・検索のテキスト*/
.link-note {
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  line-height: 150%;
  text-align: left;
  padding: 2px;
  margin: 5px 5px 15px 10px;
}

/*powered部分に関する記述*/
#powered {
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  line-height: 150%;
  text-align: left;
  color: #666666;
  margin: 10px;
}

#comment-data {
  float: left;
  width: 180px;
  padding-right: 15px;
  margin-right: 15px;
  text-align: left;
  border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
  width: 80%;
}



/*追加メニューに関する記述*/
.menubar {
	border: 0px none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	width: 165px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
}
.menubar img {
	visibility: hidden;
}
.menubar a {
	background-position: 0px 0px;
	float:left;
	color: #003F5C;
	text-align: left;
}
.menubar a:link {
	background-position: 0px 0px;
	float:left;
	color: #003F5C;
	text-align: left;
}
.menubar a:visited {
	background-position: 0px 0px;
	float:left;
	color: #003F5C;
	text-align: left;
}
.menubar a:focus{
	background-position: 0px 150px;
	float:left;
	text-align: left;
	color: #333333;
	text-decoration: none;
}

.menubar a:hover {
	background-position: 0px 150px;
	float:left;
	text-align: left;
	color: #333333;
	text-decoration: none;
}
.menubar a:active {
	background-position: 0px 150px;
	float:left;
	text-align: left;
	color: #333333;
	text-decoration: none;
}
.menubar .menu a {
	width: 158px;
	text-align: left;
	color: #003F5C;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px solid #3366CC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-image: url(img/menu-img.gif);
}

.menu a {
	margin-bottom: 5px;
	text-align: center;
}

/*ヘッダーに関する記述*/
#header_txt {
  font-size: 12px;
  padding: 2px;
  color: #333333;
}

/*ヘッダーに関する記述*/
#header_txt h1{
  font-size: 12px;
  padding: 0px;
}


/*フッターに関する記述*/
#footer {
  border-top: 1px dotted #BBBBBB;
  font-family: Verdana, Arial, sans-serif;
  text-align: right;
  padding-right: 10px;
  margin-bottom: 0px;
  overflow: hidden;
  font-size: 9px;
  color: #666666;
}

/*バナーイメージに関する記述*/
#banner-img {
  background: url("img/main_img.jpg");
  height: 80px;
  text-align: right;
}

.banner-img {
  padding: 2px;
  text-align: left;
}

#banner-img a {
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
}

#banner-img h1 {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  text-align: left;
}
#banner-img h2 {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  text-align: left;
}


/*サイドバーのアドセンス位置を制御する記述*/
.side_google {
  padding: 10px 15px 10px 15px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  margin-top:10px;
}

/*エントリー記事の背景色・マージンを制御する記述*/
.kazari1 {
  background-color: #f2f3f8;
  padding: 5px 15px 10px 15px;
  margin: 0px 10px 0px 10px;
  font-size: 14px;
}
.kazari2 {
  background-color: #E3F1FA;
  padding: 2px 0px 2px 5px;
  margin: 10px 5px 0px 10px;
  font-size: 12px;
}
.kazari3 {
  background-color: #ffe4e1;
  padding: 2px 5px 2px 5px;
  margin: 10px 5px 0px 10px;
  font-size: 14px;
  color:red;
  text-decoration: underline;
  font-weight: bold;  
}
.kazari4 {
  background-color: #98fb98;
  padding: 5px 15px 10px 15px;
  margin: 0px 10px 0px 10px;
  font-size: 12px;
}
.kazari5 {
  background-color: #f5f5dc;
  padding: 5px 15px 10px 15px;
  margin: 0px 10px 0px 10px;
  font-size: 12px;
}
.kazari6 {
  background-color: #E3F1FA;
  padding: 10px 5px 2px 20px;
  margin: 10px 5px 0px 10px;
  font-size: 12px;
  font-weight: bold;
  color:#333;
}
.kazari7 {
  background-color: #E3F1FA;
  padding: 2px 5px 2px 5px;
  margin: 10px 5px 0px 10px;
  font-size: 14px;
}
.kazari8 {
  background-color: #f2f3f8;
  padding: 5px 15px 10px 15px;
  margin: 0px 10px 0px 10px;
  font-size: 20px;
}
.kazari9 {
  background-color: #fff;
  padding: 5px 15px 10px 15px;
  margin: 0px 10px 0px 10px;
  font-size: 12px;
  border: 1px solid #3366CC;
  text-align: center;
}


/*著作権は簡単MTテンプレートが有しております。*/
/*http://www.kantan-mt.com*/
/*このコメントは削除しないでください。*/


/* ナビゲーション(HOME)
---------------------------------------------------- */
#navigation {
  float: left;
  height: 26px;
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation li {
 position: absolute;
 display: block;
  margin: 0;
  padding: 0;
  width: 149px;
  height: 26px;
  text-indent: -9999px;
}
#navigation li a {
  text-decoration: none;
  display: block;
  width: 149px;
  height: 26px;
}
#navigation li#home      {
 left: 5px;
  background: url("img/home.jpg") no-repeat 0 0;
}
#navigation li#mm    {
 left: 154px;
  background: url("img/home.jpg") no-repeat -149px 0;
}
#navigation li#mt  {
 left: 303px;
  background: url("img/home.jpg") no-repeat -298px 0;
}
#navigation li#voice {
 left: 452px;
  background: url("img/home.jpg") no-repeat -447px 0;
}
#navigation li#faq      {
 left: 601px;
  background: url("img/home.jpg") no-repeat -596px 0;
}
#navigation li#mm a:hover    {
 left: 155px;
  background: url("img/home.jpg") no-repeat -149px -26px;
}
#navigation li#mt a:hover  {
 left: 280px;
  background: url("img/home.jpg") no-repeat -298px -26px;
}
#navigation li#voice a:hover {
 left: 450px;
  background: url("img/home.jpg") no-repeat -447px -26px;
}
#navigation li#faq a:hover      {
 left: 605px;
  background: url("img/home.jpg") no-repeat -596px -26px;
}

#navigation address {
  margin: 0;
  padding: 1em 0 0 1px;
  border-top: 1px solid #cccccc;
  font-style: normal;
  font-size: xx-small;
  text-transform: uppercase;
  line-height: 1.5;
  color: #999999;
  background: transparent;
}
#navigation div {
  margin: 0;
}

/* ナビゲーション(mm.jpg)
---------------------------------------------------- */
#navigation2 {
  float: left;
  height: 26px;
}
#navigation2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation2 li {
 position: absolute;
 display: block;
  margin: 0;
  padding: 0;
  width: 149px;
  height: 26px;
  text-indent: -9999px;
}
#navigation2 li a {
  text-decoration: none;
  display: block;
  width: 149px;
  height: 26px;
}
#navigation2 li#home      {
 left: 5px;
  background: url("img/mm.jpg") no-repeat 0 0;
}
#navigation2 li#mm    {
 left: 154px;
  background: url("img/mm.jpg") no-repeat -149px 0;
}
#navigation2 li#mt  {
 left: 303px;
  background: url("img/mm.jpg") no-repeat -298px 0;
}
#navigation2 li#voice {
 left: 452px;
  background: url("img/mm.jpg") no-repeat -447px 0;
}
#navigation2 li#faq      {
 left: 601px;
  background: url("img/mm.jpg") no-repeat -596px 0;
}
#navigation2 li#home a:hover    {
 left: 155px;
  background: url("img/mm.jpg") no-repeat -0px -26px;
}
#navigation2 li#mt a:hover  {
 left: 280px;
  background: url("img/mm.jpg") no-repeat -298px -26px;
}
#navigation2 li#voice a:hover {
 left: 450px;
  background: url("img/mm.jpg") no-repeat -447px -26px;
}
#navigation2 li#faq a:hover      {
 left: 605px;
  background: url("img/mm.jpg") no-repeat -596px -26px;
}

#navigation2 address {
  margin: 0;
  padding: 1em 0 0 1px;
  border-top: 1px solid #cccccc;
  font-style: normal;
  font-size: xx-small;
  text-transform: uppercase;
  line-height: 1.5;
  color: #999999;
  background: transparent;
}
#navigation2 div {
  margin: 0;
}


/* ナビゲーション(mt.jpg)
---------------------------------------------------- */
#navigation3 {
  float: left;
  height: 26px;
}
#navigation3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation3 li {
 position: absolute;
 display: block;
  margin: 0;
  padding: 0;
  width: 149px;
  height: 26px;
  text-indent: -9999px;
}
#navigation3 li a {
  text-decoration: none;
  display: block;
  width: 149px;
  height: 26px;
}
#navigation3 li#home      {
 left: 5px;
  background: url("img/mt.jpg") no-repeat 0 0;
}
#navigation3 li#mm    {
 left: 154px;
  background: url("img/mt.jpg") no-repeat -149px 0;
}
#navigation3 li#mt  {
 left: 303px;
  background: url("img/mt.jpg") no-repeat -298px 0;
}
#navigation3 li#voice {
 left: 452px;
  background: url("img/mt.jpg") no-repeat -447px 0;
}
#navigation3 li#faq      {
 left: 601px;
  background: url("img/mt.jpg") no-repeat -596px 0;
}
#navigation3 li#home a:hover    {
 left: 155px;
  background: url("img/mt.jpg") no-repeat -0px -26px;
}
#navigation3 li#mm a:hover  {
 left: 280px;
  background: url("img/mt.jpg") no-repeat -149px -26px;
}
#navigation3 li#voice a:hover {
 left: 450px;
  background: url("img/mt.jpg") no-repeat -447px -26px;
}
#navigation3 li#faq a:hover      {
 left: 605px;
  background: url("img/mt.jpg") no-repeat -596px -26px;
}

#navigation3 address {
  margin: 0;
  padding: 1em 0 0 1px;
  border-top: 1px solid #cccccc;
  font-style: normal;
  font-size: xx-small;
  text-transform: uppercase;
  line-height: 1.5;
  color: #999999;
  background: transparent;
}
#navigation3 div {
  margin: 0;
}

/* ナビゲーション(voice.jpg)
---------------------------------------------------- */
#navigation4 {
  float: left;
  height: 26px;
}
#navigation4 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation4 li {
 position: absolute;
 display: block;
  margin: 0;
  padding: 0;
  width: 149px;
  height: 26px;
  text-indent: -9999px;
}
#navigation4 li a {
  text-decoration: none;
  display: block;
  width: 149px;
  height: 26px;
}
#navigation4 li#home      {
 left: 5px;
  background: url("img/voice.jpg") no-repeat 0 0;
}
#navigation4 li#mm    {
 left: 154px;
  background: url("img/voice.jpg") no-repeat -149px 0;
}
#navigation4 li#mt  {
 left: 303px;
  background: url("img/voice.jpg") no-repeat -298px 0;
}
#navigation4 li#voice {
 left: 452px;
  background: url("img/voice.jpg") no-repeat -447px 0;
}
#navigation4 li#faq      {
 left: 601px;
  background: url("img/voice.jpg") no-repeat -596px 0;
}
#navigation4 li#home a:hover    {
 left: 155px;
  background: url("img/voice.jpg") no-repeat -0px -26px;
}
#navigation4 li#mm a:hover  {
 left: 280px;
  background: url("img/voice.jpg") no-repeat -149px -26px;
}
#navigation4 li#mt a:hover {
 left: 450px;
  background: url("img/voice.jpg") no-repeat -298px -26px;
}
#navigation4 li#faq a:hover      {
 left: 605px;
  background: url("img/voice.jpg") no-repeat -596px -26px;
}

#navigation4 address {
  margin: 0;
  padding: 1em 0 0 1px;
  border-top: 1px solid #cccccc;
  font-style: normal;
  font-size: xx-small;
  text-transform: uppercase;
  line-height: 1.5;
  color: #999999;
  background: transparent;
}
#navigation4 div {
  margin: 0;
}

/* ナビゲーション(faq.jpg)
---------------------------------------------------- */
#navigation5 {
  float: left;
  height: 26px;
}
#navigation5 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation5 li {
 position: absolute;
 display: block;
  margin: 0;
  padding: 0;
  width: 149px;
  height: 26px;
  text-indent: -9999px;
}
#navigation5 li a {
  text-decoration: none;
  display: block;
  width: 149px;
  height: 26px;
}
#navigation5 li#home      {
 left: 5px;
  background: url("img/faq.jpg") no-repeat 0 0;
}
#navigation5 li#mm    {
 left: 154px;
  background: url("img/faq.jpg") no-repeat -149px 0;
}
#navigation5 li#mt  {
 left: 303px;
  background: url("img/faq.jpg") no-repeat -298px 0;
}
#navigation5 li#voice {
 left: 452px;
  background: url("img/faq.jpg") no-repeat -447px 0;
}
#navigation5 li#faq      {
 left: 601px;
  background: url("img/faq.jpg") no-repeat -596px 0;
}
#navigation5 li#home a:hover    {
 left: 155px;
  background: url("img/faq.jpg") no-repeat -0px -26px;
}
#navigation5 li#mm a:hover  {
 left: 280px;
  background: url("img/faq.jpg") no-repeat -149px -26px;
}
#navigation5 li#mt a:hover {
 left: 450px;
  background: url("img/faq.jpg") no-repeat -298px -26px;
}
#navigation5 li#voice a:hover      {
 left: 605px;
  background: url("img/faq.jpg") no-repeat -447px -26px;
}

#navigation5 address {
  margin: 0;
  padding: 1em 0 0 1px;
  border-top: 1px solid #cccccc;
  font-style: normal;
  font-size: xx-small;
  text-transform: uppercase;
  line-height: 1.5;
  color: #999999;
  background: transparent;
}
#navigation5 div {
  margin: 0;
}

* { box-sizing : border-box}
* { -moz-box-sizing : border-box}

.xBox{ 
width:197px;
margin-bottom:5px;
background:url(img/box_sample_center.gif) #fff repeat-y;
}
.xBoxTitle{
background:url(img/box_sample_top.gif) top no-repeat;
margin-top:0px;
text-align:center;
padding-top:15px;
color:blue;
  font-weight: bold;  
}
.xBoxLastObj{
background:url(img/box_sample_bottom.gif) bottom no-repeat;
margin-bottom:0px;
padding-left:20px;
padding-bottom:5px;
}
.xBox p{
padding-left:20px;
padding-right:20px;
text-indent:1em;
}

#xMenuContext1{

padding-left:20px;
padding-top:5px;
padding-right:5px;
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
}

.menu_ano{

padding-left:20px;
padding-top:5px;
padding-right:5px;
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
}


.content1 table {
	margin: 0px 0px 10px 0px;
	border-width: 1px;
	border-color: #86ABB9;
	border-style: solid;
	table-layout :fixed
	}

.content1 th {
	color: #666666;
	background-color: #f1faf8;
	font-size: small;
	font-weight: bold;
	line-height: 110%;
	text-align: center;
	border-width: 1px 1px 0px 0px;
	border-color: #86ABB9;
	border-style: solid;
	}


.content1 td {
	color: #666666;
	background-color: #f1faf8;
	font-size: small;
	font-weight: normal;
	line-height: 110%;
	}

.conten1t td span {
	color: #ff0000;
	font-size: normal;
	font-weight: bold;
	}

.th1	{
	width:130px ;
	}

.th2	{
	width:110px ;
	}

.th3	{
	width:90px ;
	}

.th4	{
	width:50px ;
	}

.th5	{
	width:50px ;
	}

.th6	{
	width:105px ;
	}

/*追加メニューに関する記述*/
#menu {
  width: 152px;
  font-size: 12px;
  text-align: center;
  margin: 5px 2px 20px 2px;
  float: left;
}

#main-menu {
  background-color: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
}

.menubar a {
  background-position: 0px 0px;
  color: #003F5C;
  float: left;
  text-align: center;
}
.menubar a:link {
  background-position: 0px 0px;
  color: #003F5C;
  float: left;
  text-align: center;
}
.menubar a:visited {
  background-position: 0px 0px;
  color: #003F5C;
  float: left;
  text-align: center;
}
.menubar a:focus{
  background-position: 0px 150px;
  text-align: center;
  color: #333;
  float: left;
  text-decoration: none;
}
.menubar a:hover {
  background-position: 0px 150px;
  text-align: center;
  color: #333333;
  float: left;
  text-decoration: none;
}
.menubar a:active {
  background-position: 0px 150px;
  text-align: center;
  color: #333333;
  float: left;
  text-decoration: none;
}

.menubar .menu a {
  width: 152px;
  text-align: center;
  color: #003F5C;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 5px;
  border-bottom: 2px solid #3366CC;
  border-left: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  background-image: url(img/menu-img.gif);
}
