/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-----------------------------------------------*/
html
{
	height:100%;
}
body
{
	height:100%;
	position: relative;
	background: #fafafa;
	color: #303030;
	font-size: 12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',/*'メイリオ',Meiryo,*/'ＭＳ Ｐゴシック',sans-serif;
	padding: 15px 0;
	margin: auto;
	line-height: 150%;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

.bold
{       font-weight:bold;
}

.red
{
        color:red;
        font-weight:bold;
        font-size: 14px;
}

/* Headings */
h1,h2,h3,h4{
	font-weight: normal;
	margin: 0;
}
/* Lists */
ul
{
	padding: 0;
	margin: 0;
}
ol
{
	padding: 0;
	margin: 0;
}
li
{
/*	background: url(images/arrow.gif) left 5px no-repeat;*/
	padding: 0;
	margin: 0 20px;
}
/* Tables */
table {
	margin: 0;
	font-size: 100%;
	color: #303030;
	border: #808080 1px solid;
	border-collapse: collapse;
}

/* トピックエリア */
.topic{
background: #ffc0cb;
border: 3px solid #6495ed;
padding: 10px;
margin-bottom: 10px;
}

/* フリーダイヤル（電話番号）のテーブル */
.freedial{
       width: 450px;
       background: #ddffdd;
       border: 1px solid #808080;
}
.freedial td{
       padding: 20px;
}

/*発表会のテーブル*/
.recital {
        border: #df96a1 1px solid;
	background: #ffb6c1;
	text-align: center;
	font-size: 110%; 
	width: 290px;
}
.recital td{
	padding: 8px;
	text-align: center;
}
.recital em{
	font-style: normal;
	font-weight: bold;
	margin: 8px;
}
/*発表会担当楽器のテーブル*/
.recital_instruments {
        border: #aaaaaa 2px solid;
	width: 310px;
}
.recital_instruments th{
        border: #aaaaaa 1px solid;
        background: #dddddd;
	padding: 8px;
	text-align: center;
}
.recital_instruments td{
        border: #aaaaaa 1px solid;
	padding: 8px;
	text-align: center;
}

/*レッスン場所のテーブル*/
.place {
	margin: 0;
	font-size: 100%;
	color: #303030;
	border-top: #aaaaff 1px solid;
	border-left: #aaaaff 1px solid;
	border-collapse: collapse;
}
.place caption {
	border: #aaaaff 1px solid;
	background: #ccccff;
	color: #303060;
	text-align: center;
	font-weight: bold;
	padding:2px;
}
.place th {
	width: 88px;
	border-bottom: #aaaaff 1px solid;
	border-right: #aaaaff 1px solid;
	background: #eeeeff;
	color: #303060;
	text-align: center;
	font-weight: bold;
}
.place td {
	width: 88px;
	padding: 5px;
	border-bottom: #aaaaff 1px solid;
	border-right: #aaaaff 1px solid;
	color: #303060;
}
.bg_blue{

}

/*出張レッスン場所のテーブル*/
.deli_place {
	margin: 0;
	font-size: 100%;
	color: #303030;
	border-top: #aaaaff 1px solid;
	border-left: #aaaaff 1px solid;
	border-collapse: collapse;
}
.deli_place caption {
	border: #aaaaff 1px solid;
	background: #ccccff;
	color: #303060;
	text-align: center;
	font-weight: bold;
	padding:2px;
}
.deli_place th {
	width: 88px;
	border-bottom: #aaaaff 1px solid;
	border-right: #aaaaff 1px solid;
	background: #eeeeff;
	color: #303060;
	text-align: center;
	font-weight: bold;
}
.deli_place td {
	width: 400px;
	padding: 5px;
	border-bottom: #aaaaff 1px solid;
	border-right: #aaaaff 1px solid;
	color: #303060;
}
.bg_blue{

}

/*レッスン場所一覧における出張レッスン場所のテーブル*/
.delivery_region {
	margin: 0 auto 0 auto;
	font-size: 100%;
	color: #303030;
	border-top: #aaaaff 1px solid;
	border-left: #aaaaff 1px solid;
	border-collapse: collapse;
}
.delivery_region caption {
        border: #aaaaff 1px solid;
	background: #ccccff;
	color: #303060;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding:5px;
}
.delivery_region th {
	width: 88px;
	border-bottom: #aaaaff 1px solid;
	border-right: #aaaaff 1px solid;
	background: #eeeeff;
	color: #303060;
	text-align: center;
	font-weight: bold;
}
.delivery_region td {
        width: 350px;
	padding: 5px 15px;
	border-bottom: #aaaaff 1px solid;
	border-right: #aaaaff 1px solid;
	color: #303060;
}

/*レッスン内容、キーワードのテーブル*/
.contents {
	margin: 0;
	font-size: 100%;
	color: #303030;
	border: #aaaaff 1px solid;
	border-collapse: collapse;
}
.contents caption {
	border: #aaaaff 1px solid;
	background: #ccccff;
	color: #303060;
	text-align: center;
	font-weight: bold;
	padding:2px;
}
.contents th {
	border: #aaaaff 1px solid;
	background: #bbbbff;
	color: #303060;
	text-align: center;
	font-weight: bold;
}
.contents td {
	padding: 0 10px;
	border: #aaaaff 1px solid;
	color: #303060;
	background: #f5f5ff;
}

/* レッスン料金のテーブル */
.price {
	width: 510px;
	border-top: #aaaaff 1px solid;
	border-left: #aaaaff 1px solid;
}
.price caption {
	border: #aaaaff 1px solid;
	padding:2px;
	background: #ccccff;
	color: #303060;
	text-align: center;
	font-weight: bold;
}
.price th {
	border-bottom: #aaaaff 1px solid;
	border-right: #aaaaff 1px solid;
	padding: 5px;
	text-align: center;	
	background: #eeeeff;
	color: #303060;
	font-weight: bold;
}
.price td {
	border-bottom: #aaaaff 1px solid;
	border-right: #aaaaff 1px solid;
	padding: 5px;
	color: #303060;
	text-align: center;
}

/*レッスン地域（講師募集）のテーブル*/
.region {
	margin: 0px;
	font-size: 100%;
	color: #303030;
	border-top: #aaaaff 1px solid;
	border-left: #aaaaff 1px solid;
	border-collapse: collapse;
}
.region caption {
	border: #aaaaff 1px solid;
	background: #ccccff;
	color: #303060;
	text-align: center;
	font-weight: bold;
	padding:2px;
}
.region th {
	width: 88px;
	border-bottom: #aaaaff 1px solid;
	border-right: #aaaaff 1px solid;
	background: #eeeeff;
	color: #303060;
	text-align: center;
	font-weight: bold;
}
.region td {
        width: 350px;
	padding: 5px 15px;
	border-bottom: #aaaaff 1px solid;
	border-right: #aaaaff 1px solid;
	color: #303060;
}

/*プロフィール・デモ音源送付先（講師募集）のテーブル*/
.destination {
	margin: 0px;
	font-size: 100%;
	color: #303030;
	border-top: #aaaaff 1px solid;
	border-left: #aaaaff 1px solid;
	border-collapse: collapse;
}
.destination caption {
	border: #aaaaff 1px solid;
	background: #ccccff;
	color: #303060;
	text-align: center;
	font-weight: bold;
	padding:2px;
}
.destination th {
	width: 250px;
	border-bottom: #aaaaff 1px solid;
	border-right: #aaaaff 1px solid;
	background: #eeeeff;
	color: #303060;
	text-align: center;
	font-weight: bold;
}
.destination td {
        width: 300px;
	padding: 5px 15px;
	border-bottom: #aaaaff 1px solid;
	border-right: #aaaaff 1px solid;
	color: #303060;
}

/* キャンペーン情報のテーブル */
.campaign {
	width: 510px;
	border-top: #aaaaff 1px solid;
	border-left: #aaaaff 1px solid;
}
.campaign caption {
	border: #aaaaff 1px solid;
	padding:2px;
	background: #ccccff;
	color: #202050;
	text-align: center;
	font-weight: bold;
}
.campaign th {
	border-bottom: #aaaaff 1px solid;
	border-right: #aaaaff 1px solid;
	padding: 5px;
	text-align: center;	
	background: #eeeeff;
	color: #303060;
	font-weight: bold;
}
.campaign td {
	border-bottom: #aaaaff 1px solid;
	border-right: #aaaaff 1px solid;
	padding: 5px;
	color: #303060;
	text-align: center;
}


/*のテーブル*/
.studio {
	margin: 10px;
	font-size: 100%;
	color: #303030;
	border-top: #aaaaff 1px solid;
	border-left: #aaaaff 1px solid;
	border-collapse: collapse;
}
.studio caption {
	border: #aaaaff 1px solid;
	background: #ccccff;
	color: #303060;
	text-align: center;
	font-weight: bold;
	padding:2px;
}
.studio th {
	width: 88px;
	border-bottom: #aaaaff 1px solid;
	border-right: #aaaaff 1px solid;
	background: #eeeeff;
	color: #303060;
	text-align: center;
	font-weight: bold;
}
.studio td {
	padding: 5px;
	border-bottom: #aaaaff 1px solid;
	border-right: #aaaaff 1px solid;
	color: #303060;
}

#seminor {
	margin: 0;
	font-size: 100%;
	color: #303030;
	border: #aaaaff 1px solid;
	border-collapse: collapse;
}
#seminor caption {
	padding: 5px;
	border: #aaaaff 1px solid;
	background: #ccccff;
	color: #303060;
	text-align: center;
	font-weight: bold;
}
#seminor th {
	width: 120px;
	padding: 5px;
	border: #aaaaff 1px solid;
	background: #eeeeff;
	color: #303060;
	text-align: center;
	font-weight: bold;
}
#seminor td {
	width: 350px;
	padding: 5px;
	border: #aaaaff 1px solid;
	color: #303060;
}

/* ライブ・コンサート情報のテーブル */
#concert {
	margin: 0;
	font-size: 100%;
	color: #303030;
	border: #aaaaff 1px solid;
	border-collapse: collapse;
}
#concert caption {
	padding: 5px;
	border: #aaaaff 1px solid;
	background: #ccccff;
	color: #303060;
	text-align: center;
	font-weight: bold;
}
#concert th {
	width: 120px;
	padding: 5px;
	border: #aaaaff 1px solid;
	background: #eeeeff;
	color: #303060;
	text-align: center;
	font-weight: bold;
}
#concert td {
	width: 350px;
	padding: 5px;
	border: #aaaaff 1px solid;
	color: #303060;
}

/* Links */
a:link, a:visited
{
	color: #15009F;
}
a:hover, a:active
{
	color: #FFa53B;
}
#header a:link, #header a:visited
{
        text-decoration: none;
	color: #606090;
}
#header a:hover, #header a:active
{
	color: #737373;
}
#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}
area:hover{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 754px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 754px;
	height: 321px;
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #888888;
	margin: auto;
	background: #ffffff;
}
#header h1{
        margin: 5px 10px 0 10px;
	font-size: 10px;
}
.header_left
{
	float: left;
	width: 579px;
	height: 40px;
	margin: 5px 0 10px 10px;
	border: 0px solid;
}
.header_logo{
	float: left;
	width: 200px;
	height: 40px;
	border: 0px solid;
}
.header_text{
	text-align: center;
	color: #606090;
	float: right;
	margin: 0 10px;
	width: 335px;
	height: 38px;
	border-top: solid 1px #D0D0D0;
	border-bottom: solid 1px #D0D0D0;
	border-right: solid 10px #D0D0D0;
	border-left: solid 10px #D0D0D0;
	font-size: 10px;
}
.header_text h2
{
        margin: 0;
	font-size: 10px;
}
.header_right
{
	float: right;
	width: 155px;
	height: 40px;
	margin: 5px 10px 10px 0;
	border: 0px solid;
}
.header_image
{
	clear: both;
	width: 734px;
	height: 231px;
	border-width: 0px;
	margin: 5px 10px 5px 10px;
	background-color: #ffffff;
}
.header_breadcrumbs
{
	border-top: solid 1px #E0E0E0;
	border-bottom: solid 1px #E0E0E0;
	padding: 0px;
	margin-bottom: 10px;
	text-align:left;
	font-size: 10px;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	position:relative;
	width: 754px;
	background: white;
	border-width: 0 1px;
	border-style: solid;
	border-color: #888888;
	margin: auto;
}
#wrapper
{
	width: 754px;
/*	background: white url(images/bgcontainer01.gif) repeat-y; */
	margin: auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 754px;
	height: 1%;
	overflow: visible;
	float: right;
	padding: 0 0 0 0;
	margin-left: -204px;
}
.content
{
	padding: 0;
	margin: 0px 10px 10px 224px;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
#date{
	text-align: right;
	font-size: 80%;
	margin-right: 10px;
}
.index_title h2{
	clear: both;
	color: #55407F;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	border-left: 8px solid #6060a0;
	border-bottom: 1px solid #d0d0f0;
	border-top: 1px solid #d0d0f0;
	border-right: 1px solid #d0d0f0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-image: url("images/gradg.gif");
}
.index_body {
	padding: 10px 0 30px 0;
}
.contenttitle h1{
	clear: both;
	color: #55407F;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	border-left: 8px solid #6060a0;
	border-bottom: 1px solid #d0d0f0;
	border-top: 1px solid #d0d0f0;
	border-right: 1px solid #d0d0f0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-image: url("images/gradg.gif");
}
.contenttitle h2{
	clear: both;
	color: #15006F;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	border-left: 8px solid #6060a0;
	border-bottom: 1px solid #d0d0f0;
	border-top: 1px solid #d0d0f0;
	border-right: 1px solid #d0d0f0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-image: url("images/gradg.gif");
}
.contenttitle h3{
	clear: both;
	color: #006060;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	background: url(images/dot.gif) bottom repeat-x;
	border-left: 10px solid #40A0A0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.contenttitle  a{
	text-decoration: none;
}
.contentbody
{
	padding: 10px 5px 30px 5px;
}
.contentbody h3{
	clear: both;
	color: #006060;
	font-size: 14px;
	font-weight: bold;
	margin: 6px 0;
	background: url(images/dot.gif) bottom repeat-x;
	border-left: 10px solid #40A0A0;
	padding: 5px 10px;
}
.contentbody h4{
	clear: both;
	color: #009090;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	background: url(images/dot.gif) bottom repeat-x;
	border-left: 10px solid #40A0A0;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}


/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4

{

	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
.past-notice{
	text-align: right;
	font-size: 10px;
	margin-right: 5px;
}
#sidebarcontainer
{
	float: left;
	width: 190px;
	padding: 0 0 0 10px;
}
.sidebar
{
	color: #21262A;
	margin: 0 0 10px 0;
}
.sidebar_item
{
	margin: 10px 0;
	text-align: center;
}
.sidebar_text
{
	margin: 10px 0;
	padding: 2px 10px;
	border-left: 1px solid #60C0C0;
	border-bottom: 1px solid #60C0C0;
	border-top: 1px solid #60C0C0;
	border-right: 1px solid #60C0C0;
	background: #f3fff3;
	color: #208080;
}
.sidebar_number
{
height:90px;
width:190px;
margin:10px 0;
padding: 30px 0 0 0;
font-size:12px;
font-weight:bold;
color:#222222;
background-image:url("images/back_note.jpg");
}
.sidebar_number_note
{
margin:2px 10px;
text-align: center;
font-size: 10px;
font-weight: normal;
}
.sidebar_number ul
{
padding:0px;
margin: 0 0 0 25px;
line-height: 130%;
}
.sidebar_number li{
margin: 0;
padding: 0;
}

/* Menu lists */
.sidebardl
{
	width: 190px;
	padding: 0;
	margin: 0 0 10px 0;
}
.sidebardl dt
{
	width: 170px;
	padding: 0px 10px;
	background: #7070a0;
	border-left: 1px solid #6060a0;
	border-bottom: 1px solid #d0d0f0;
	border-top: 1px solid #d0d0f0;
	border-right: 1px solid #d0d0f0;
	color: #ffffff;
	font-weight: bold;
}
.sidebardl dd
{
	width: 190px;
	padding: 0px;
	margin: 1px 0 0 0;
	background: #f0f0f0;
}
.sidebardl dd a
{
	display: block;
	width: 169px;
	margin: 0;
	padding: 3px 10px;
	color: #303050;
	text-decoration: none;
	border-left: 1px solid #d0d0f0;
	border-right: 1px solid #d0d0f0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #666666;
}

.sidebardl dd:hover
{
	margin: 1px 0 0 0;
	background: #e0e0ef;
}


/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	clear: both;
	font-size: 12px;
	width: 754px;
	overflow:auto;
	padding: 0 0 0 0;
	border-left: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-top: 1px solid #A0A0A0;
	border-right: 1px solid #888888;
	margin: 0 auto;
}
#footer_navi{
	background: #f0f0ea;
	clear: both;
	width: 734px;
	text-align: center;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #888888;
}
#footer_link{
	background: #ffffff;
	clear: both;
	width: 734px;
	padding: 0 10px 0 10px;

}
.footerleft
{
	float: left;
	width: 270px;
	padding: 15px;
	
}
.footerright
{
	float: right;
	width: 400px;
	text-align: left;
	padding: 15px;
}

#copyrights
{
	background: #a0a0a0;
	color: #ffffff;
	text-align: center;
	padding: 5px 10px 5px 10px;
	border: 1px solid #888888;
	clear: both;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	display:block;
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.commentform .formfield, .commentform .formbutton, .loginform .formbutton {
	display: block;
}
.searchform .formfield
{


	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email
{
    width: 300px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat; 
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	padding: 0;
}
.leftbox {
	float: left;
	margin: 3px 10px 3px 0px;
}
.rightbox {
	float: right;
	margin: 3px 0px 3px 10px;
}

