@charset "utf-8";
* {
	color:#222222;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	background-color: #efefef;;    
}

img {
	vertical-align: top;
}

a {
	color:#39F;
	font-size: 13px;
	text-decoration:none;
}

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

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
	border:  dashed 1px #ccc;
	margin: 8px 10px;
}

strong {
	color: #394D4E;
	font-size:14px;
}


.chui {
	font-size: 10px;
	color: #FF0000;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border: 1px solid #cccccc;
}

#base_wrap {
	float: left;
	width: 960px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#wrap {
	float: left;
	width: 765px;
	margin-left: 5px;
}

#wrap2 {
	float: right;
	width: 955px;
	margin-left: 5px;
}

/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:960px;
	background-image: url(../img/navbar.gif);
	height: 200px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#header_b {
	width:960px;
	background-image: url(../img/navbar.gif);
	height: 150px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#headerimg {
	width:960px;
	background-image:url(../img/headerimg.jpg);
	height: 157px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
	background-repeat: no-repeat;
	background-position: bottom;
}

h1 a {
	text-decoration: none;
	font-size: 24px;
	text-shadow: 0px 2px 3px #fff;
	line-height: 28px;
	color: #000;
	position: absolute;
	left: 12px;
	top: 17px;
	width: 366px;
	height: 37px;
}
h1 a:hover {
	color: #ff0000;
}

#header #sub {
	font-size: 10px;
	color: #DAF8A2;
	position: absolute;
	left: 55px;
	top: 160px;
}

#header #sub2 {
	text-align: right;
	font-size: 10px;
	color: #B5C981;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	right: 80px;
	bottom: 30px;
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	width: 930px;
	height: 20px;
	position: absolute;
	bottom: 6px;
	left: 17px;
}

#nav ul {
	list-style-type:none;
	display: block;
	margin: 0px;
	padding: 0px;
  }
  

#nav li {
	display: inline;
  }
  
#nav li a {
	color: #333333;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
	background-image: url(../img/nav_li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 22px;
	padding-right: 14px;
}

#nav li a:hover {
	color: #FFFFFF;
	background-image: url(../img/nav_li.gif);
	background-color: #999999;
	padding-left: 22px;
	padding-right: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:560px;
	float: right;
}

#contents_r {
	width:745px;
	float: right;
	margin-right:4px;
}

.box_out {
	background-color: #EFEFED;
	margin: 1px 8px 5px 8px;
	padding: 5px;
	border: solid 1px #e6e6e6;
	-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}
 .box_in {
	background-color: #FFFFFF;
	margin: 1px;
		-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;

}
 .box_in h4{
	 font-size:36px;
}

 p{
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 20px;
	padding-right: 6px;
	padding-left: 8px;
	margin-top: 1px;
	margin-bottom: 1px;
}

 h2 {
	font-size: 16px;
	padding-left: 10px;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FC0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	background-color: #039;
	padding-top: 2px;
	padding-bottom: 2px;
}

 h3 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A9B59B;
	background:#F2F2EE;
	padding:  3px 0px 3px 7px;
	color: #555555;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
h5 {
	font-size:1.4em;
	margin-left:5px;
}
h5 a{
	font-size:1.8em;
	color:#FFF;
	text-decoration:underline;}
#contents_r h3 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A9B59B;
	background:#F2F2EE;
	padding:  3px 0px 3px 7px;
	color: #555555;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}


#contents h3 a {
	font-size: 14px;
}

h4 {
	font-size: 1.1em;
	color: #696969;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#contents ul {
	margin-left: 30px;
	list-style-type: none;
}
#contents li a {
	font-size: 14px;
}

#contents p a {
	line-height: 20px;
	font-size:16px;
}

#contents p strong {
	line-height: 20px;
}

#contents #top_img {
	background-color: #EEEDE9;
	background-image: url(img/top_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 160px;
	position: relative;
}

#contents #top_img p {
	font-size: 10px;
	color: #FFFFFF;
	background-image: none;
	left: 450px;
	top: 95px;
	margin: 0px;
	padding: 0px;
	position: absolute;
}
.leftimg {
	float:left;
	padding: 0 8px 2px 0px;
}


.rightimg {
	float:right;
	padding: 0 2px 2px 8px;
}

.btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	right: 5px;
	bottom: 10px;
}

.btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}

テーブル
-------------------------------------------------------------------*/

table {
	text-align:center;
	margin: 5px ;
	border: 1px solid #000;

}
caption {
	padding: 3px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}

 table td {
	padding: 8px;
	border: 1px solid #EAE8DF;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #F3F3F3;

}
 table th {
	background-color: #EFEDE7;
	padding: 7px;
	text-align: left;
	border-top: 1px solid #F3F3F3;
	border-left: 1px solid #F3F3F3;

}
 form table th {
	width: 127px;
}

/*
パンくずリスト
-------------------------------------------------------------------*/
#contents #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#contents #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents #pan strong {
	margin-left: 7px;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 200px;
	background-color: #EEEDE9;
	padding-bottom: 10px;
}

#side li {
	list-style-type: none;
}

#side .side_d {
	padding-top: 2px;
	margin-bottom: 10px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	background-color: #cccccc;
	-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}

#side .side_d h4 {
	display: block;
	width: 180px;
	line-height: 30px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1px;
	margin-top: 3px;
	font-size: 16px;
	overflow:hidden;
	text-align: center;
	background:url(../img/side_h3.png) no-repeat top left;
	height: 30px;
}

#side .side_d ul {
	margin-bottom: 5px;
}

#side .side_d li a {
	display: block;
	width:160px;
	font-size: 12px;
	color:#ffffff;
	line-height: 15px;
	margin-right: auot;
	margin-left: 5px;
	margin-bottom: 1px;
	padding-right: -4px;
	padding-left:20px;
	padding-bottom: 8px;
	padding-top: 8px;
	background-image:url(../img/li.gif);
	background-repeat: no-repeat;
	background-color: #009;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948C74;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBC8BC;
	text-decoration: none;
}


#side .side_d li a:hover {
	background-color: #1e90ff;
	color: #FFFFFF;
	text-decoration: none;
	background-position: 8px;
	background-image:url(../img/li.gif);
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

#side #side_pr {
	margin: 7px;
	padding: 8px 6px 8px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
	-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}

/*
右サイド・メニュー
-------------------------------------------------------------------*/
#side_r {
	float: right;
	width: 180px;
	background-color: #EEEDE9;
	padding-bottom: 10px;
	margin-right: 5px;
}

#side_r li {
	list-style-type: none;
}

#side_r .side_d {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	background-color: #B9B8AC;
}

#side_r .side_d h3 {
	display: block;
	width: 150px;
	line-height: 23px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	text-align: left;
	background-color: #666666;
	background-image: url(img/side_h3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 23px;
}

#side_r .side_d ul {
	margin-bottom: 5px;
}

#side_r .side_d li a {
	display: block;
	width:130px;
	font-size: 12px;
	color:#666666;
	line-height: 15px;
	margin-right: 6px;
	margin-left: 7px;
	padding-right: 6px;
	padding-left: 20px;
	padding-bottom: 3px;
	background-image:url(../img/checkicon.gif)  ;
	background-repeat: no-repeat;
	background-color: #fff;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948C74;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBC8BC;
	text-decoration: none;
	list-style-position: outside;
	
	}


#side_r .side_d li a:hover {
	background-color: #00ff7f;
	color: #000000;
	text-decoration: none;
	background-position: 8px;
}


#side_r img {
	border:none;
}

#side_r p {
	padding: 10px;
}

#side_r p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

#side_r #side_pr {
	margin: 5px;
	padding: 6px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#side_pr h4{
	font-size: 1em;
	margin:0px;}

#side_r #side_pr a {
	color: #03C;
	text-decoration: none;
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #E2E2DE;
	padding: 10px;
	background-color: #F5F4F0;
	background-position: bottom;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 20px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 12px;
	color: #576C00;
}

#f_menu p {
	font-size: 10px;
	color: #333333;
}

#f_menu #pr {
	font-size: 10px;
	color: #888888;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: right;
}
#f_menu #pr a {
	font-size: 10px;
	color: #959A76;
}
/*
コピーライト
-------------------------------------------------------------------*/

address {
	color: #FFFFFF;
	text-align: center;
	display: block;
	background-color: #00008b;
	font-size: 12px;
    font-style: normal;
	padding: 15px;
}

.notice{
  background:#eef;
  border:1px solid #00f;
  margin: 2px 5px 4px 5px;
  padding:8px 8px;
}
.dp50{width:50%; float:left; display: inline; *margin-right:-1px;}
.clear{clear:both;}

.addthis_toolbox.addthis_pill_combo a {
    margin-right: 12px;
    float: right;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet,
.addthis_toolbox.addthis_pill_combo a.addthis_counter {
    margin-top: -2px;
}
.addthis_button_compact .at15t_compact {
    margin-right: 14px;
    float: right;
}   

#breadcrumb {
	font-size:10px;
	margin: 0 5px;}
#breadcrumb a{
	font-size:10px;
	text-decoration:none;
	color:#999;
}
.tip {
    color: #fff;
    background:#1d1d1d;
    display:none; /*--Hides by default--*/
    padding:10px;
    position:absolute;    z-index:1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

button.cupid-blue {
  background: #d7e5f5;
  background: -moz-linear-gradient(0% 100% 90deg,#cbe0f5, #d7e5f5);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d7e5f5), to(#cbe0f5));
  border-top: 1px solid #abbbcc;
  border-left: 1px solid #a7b6c7;
  border-bottom: 1px solid #a1afbf;
  border-right: 1px solid #a7b6c7;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: inset 0 1px 0 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
  color: #1a3e66;
  font-size: 12px;
  font-weight: normal;
  padding: 6px 0 7px 0;
  text-align: center;
  text-shadow: 0 1px 1px #fff;
  width: 100px;
}

button.cupid-blue:hover {
  background: #ccd9e8;
  background: -moz-linear-gradient(0% 100% 90deg,#c1d4e8, #ccd9e8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccd9e8), to(#c1d4e8));
  border-top: 1px solid #a1afbf;
  border-left: 1px solid #9caaba;
  border-bottom: 1px solid #96a3b3;
  border-right: 1px solid #9caaba;
  -moz-box-shadow: inset 0 1px 0 0 #f2f2f2;
  -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
  box-shadow: inset 0 1px 0 0 #f2f2f2;
  color: #163659;
  cursor: pointer;
}

button.cupid-blue:active {
  border: 1px solid #8c98a7;
  -moz-box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eee;
  -webkit-box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eee;
  box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eee;
}
.textstyle {
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #2f4f4f;
	margin: 3px 10px;
	padding: 0 0 0 1px;
	color:#666;
}
.colli ul {
	margin: 0px;
}
.colli li {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	list-style-type: none;
	text-decoration: none;
	background-image: url(../img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 22px;
	margin-left: 5px;
}

.marker li {
	color: #333333;
	font-size: 14px;
	line-height: 22px;
	list-style-type: none;
	text-decoration: none;
	background-image: url(../img/marker.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	padding-left: 22px;
	padding-bottom:10px;
}
.marker li a{
	font-size: 14px;
}

.note {
    position:relative;
    padding:0.7em 1em;
    margin:10px 5px;
    color:#fff;
    background:#97C02F;
    overflow:hidden;
}

.note:before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    border-width:0 16px 16px 0; /* This trick side-steps a webkit bug */
    border-style:solid;
    border-color:#fff #fff #658E15 #658E15; /* A bit more verbose to work with .rounded too */
    background:#658E15; /* For Opera when also applying a border-radius */
    display:block; width:0; /* Only for Firefox 3.0 damage limitation */
    /* Optional: shadow */
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
       -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
            box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}

.note.red {background:#C93213;}
.note.red h4 {
font-size:16px;
color:#FFF;
padding:10px 0;
margin:0;}
.note.red li { color:#FFF;}

.note.red:before {border-color:#fff #fff #97010A #97010A; background:#97010A;}

.note.blue {background:#53A3B4;}
.note.blue h4 { font-size:18px; color:#000;}
.note.blue:before {border-color:#fff #fff transparent transparent; background:transparent;}

.note.taupe {background:#999868;}
.note.taupe:before {border-color:#fff #fff #BDBB8B #BDBB8B; background:#BDBB8B;}

.note.rounded {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.note.rounded:before {
    border-width:8px; /* Triggers a 1px 'step' along the diagonal in Safari 5 (and Chrome 10) */
    border-color:#fff #fff transparent transparent; /* Avoids the 1px 'step' in webkit. Background colour shows through */
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius:0 0 0 5px;
    border-radius:0 0 0 5px;
}

.note p {margin:0;
    color:#fff;
}
.note p + p {margin:1.5em 0 0;}
#titlebg {
	background:url(../img/h_bg.jpg) top left;
	border: solid #e6e6e6 1px;
	color:#666;
		padding: 10px 0 10px 24px;
		-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#titlebg h2 {
	font-size: 24px;
}

#titlebg2 {
	background:url(../img/h_bg.jpg) top left;
	border: solid #e6e6e6 1px;
	color:#666;
		padding: 10px 0 10px 24px;
		-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#titlebg2 h3 {
	font-size: 24px;
}

.small {font-size: 11px;
	color:#666;
}
#col {
	margin: 10px 5px 0px 4px;
	padding-bottom: 10px;
	border: solid 1px #CCC;
	width: 550px;

}
#col_bottom {
	margin: 0px 0px 10px 5px;
	background: url(../img/chat-stack.png) top no-repeat;
	width: 550px;
	height: 12px;

}
#col_newicon {
	margin: 5px;
	padding-bottom: 20px;
	background:url(../img/newicon.gif) no-repeat right top;
}

#col h4{
	font-size:16px;
	color:#000;
	margin: 1px 0px 2px 0px;
	padding: 10px 0px 30px 10px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	background:url(../img/h4titlebg.gif) left bottom no-repeat;
}
#col_newicon h4{
	font-size:18px;
	color:#666;
	margin: 1px 6px 2px 5px;
	padding: 5px 3px 19px 0px;
	background:url(../img/h4titlebg.gif) bottom no-repeat;
}

#col .pin h4 {
	background:url(../img/pin.gif) no-repeat right;
	padding: 6px 0;
	}

#col .new {
	background:url(../img/newicon.gif) no-repeat right;
	padding: 6px 0px;
	font-size:18px;
	}

/*ボタン-------------------------------------------------------------------*/

.button, .button:visited {
	background: #222 url(images/overlay.png) repeat-x; 
	display: inline-block; 
	padding: 3px 10px 3px; 
	color: #fff; 
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	float: right;
	cursor: pointer
}
 
	.button:hover							{ background-color: #111; color: #fff; }
	.button:active							{ top: 1px; }
	.small.button, .small.button:visited 			{ font-size: 11px}
	.button, .button:visited,
	.medium.button, .medium.button:visited 		{ font-size: 13px; 
												  font-weight: bold; 
												  line-height: 1; 
												  text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
												  }
												  
	.large.button, .large.button:visited 			{ font-size: 14px; 
													  padding: 8px 14px 9px; }
													  
	.super.button, .super.button:visited 			{ font-size: 34px; 
													  padding: 8px 14px 9px; }
	
	.pink.button, .magenta.button:visited		{ background-color: #e22092; }
	.pink.button:hover							{ background-color: #c81e82; }
	.green.button, .green.button:visited		{ background-color: #91bd09; }
	.green.button:hover						    { background-color: #749a02; }
	.red.button, .red.button:visited			{ background-color: #e62727; }
	.red.button:hover							{ background-color: #cf2525; }
	.orange.button, .orange.button:visited		{ background-color: #ff5c00; }
	.orange.button:hover						{ background-color: #d45500; }
	.blue.button, .blue.button:visited		    { background-color: #2981e4; }
	.blue.button:hover							{ background-color: #2575cf; }
	.yellow.button, .yellow.button:visited		{ background-color: #ffb515; }
	.yellow.button:hover						{ background-color: #fc9200; }

#centertit {
	background:url(../img/titbg.jpg) top left no-repeat;
	margin:5px 0px 25px 4px;
	padding: 12px 0px;}
#centertitlong {
	background:url(../img/titbg_long.jpg) top left no-repeat;
	margin:5px 0px 15px 6px;
	padding: 12px 0px;}

.centertitstyle {
	font-size: 20px;
	padding-left: 27px;}
.icon_cal {
	background: url(../img/icon_cal.gif) no-repeat center left #FFF;
	border: solid #e6e6e6 1px;
	padding: 6px 8px 5px 20px;
	font-size: 11px;
	margin: 0 12px 0 0; 
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;}

.icon_map {
	background: url(../img/icon_map.gif) no-repeat center left ;
	border: solid #e6e6e6 1px;
	padding: 6px 8px 5px 20px;
	font-size: 11px;
	margin: 0 12px 0 0; 
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;}
	
.icon_tel {
	background: url(../img/icon_tel.gif) no-repeat center left #fff8dc;
	border: solid #e6e6e6 1px;
	padding: 6px 8px 5px 20px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 12px 0 0; 
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;}
.icon_red {
	background: url(../img/icon_red.gif) no-repeat center left ;
	border: solid #e6e6e6 1px;
	padding: 6px 8px 5px 20px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 12px 0 0; 
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;}
	
ul.unordered-globe {
	list-style-image: url(../img/checkicon.gif);
	padding-left: 10px;
}
	
.heading_description {
	display: block;
	font-size: 10px;
	color: #777;
	text-align: right;
	margin-right: 10px;
}
.list01 li {
	margin-left: 30px;}
	
div.gallery {
  margin-left: 14px;
  }
div .gallery p {
	padding: 2px 10px 2px 7px;
	border-left: 10px solid gray;
	color: #666666;
	font-size:12px;
	margin-bottom: 10px;
	margin-right: 10px;
}
div.gallery dl {
  width: 220px;
  float: left;
  margin: 0 0 10px;
  padding: 0;
  }
html>body div.gallery dl { margin: 0 0 10px; }

div.gallery dl dd {
  margin: 0 1em 0 0;
  padding: 0;
  text-align: center;
  font-size:11px;
  color:#666666;  }

#slider {
	width:460px;
	height:300px;
	padding:10px;
	margin:0 28px;
	border:1px solid #BFBFBF;
	background:#FFF;
	position:relative;
}

.simpleSlide-window {
	
}

.simpleSlide-tray {
	
}

.simpleSlide-slide {
	width:460px;
}

.left-button, .right-button {
	position:absolute;
	top:50%;
	margin-top:-50px;
	height:100px;
}

.left-button {
	left:-28px;
}

.right-button {
	right:-28px;
}

#status-tray {
	margin:11px 0 0;
	text-align:center;
	position:relative;
}

.simpleSlideStatus-tray {
	text-align:center;
	display:inline-block;
}

.simpleSlideStatus-window {
	
}
		
#simpleSlide-jump-to {
	text-align:center;
	margin-top:11px;
}

.jump-to {
	height:10px;
	width:10px;
	background:url('../img/jump-to.png') 0 0 no-repeat;
	display:inline-block;
	overflow:hidden;
	padding:0 5px;
}

.jump-to:hover {
	background-position:0 -10px;
}
.selector11{
	border:#ccc solid 1px;
	margin: 5px 4px 17px;
	display:block;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
		background: #f4f9e3 url(../img/arrow.gif) left no-repeat;
		padding: 10px 0;
}
.selector11b {
	font-size: 1.6em;
	padding-left: 32px;}
	
.baseTable {    width: 98%;
    margin: 10px 10px 0 5px;
    padding: 0;
}
.baseTable th {    width: 100px;
    text-align: left;
    font-size: 12px;
    color: #333;
    background-color: #d9d9d9;
    margin: 0;
    padding: 8px 0 8px 10px;
}
.baseTable td {    background: #F3F3F3;
    font-size: 12px;
	line-height: 180%;
    padding-right: 4px;
    padding-left: 15px;
    font-weight: normal;
}
#socalbox {
	display:block;
	float: right;
	margin: 3px;
}