@charset "UTF-8";
*{margin:0;padding:0;}


body  {
  padding: 0; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
  color: #272727;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  background-color: #FAFAFA;
  line-height: 1.6em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

a:link {
  color: #272727;
  text-decoration: none;
}
a:hover {
  color: #4169e1;
  text-decoration: none;
}
a:active {
  color: #FFFFFF;
  text-decoration: none;
}
a:visited {
  color: #272727;
  text-decoration: none;
}

img{border:0;}

abbr{border:0;}

h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:1em;}

ul{list-style:none;}


.FixHdr #container {
  width: 1001px; /* この設定は body エレメントの text-align: center より優先されます。 */
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  background-color: #fafafa;
} 
.FixHdr #header {
  background-color: #fafafa;
  margin-top: 20px;
  margin-bottom: 20px;
  vertical-align: bottom;
} 
.FixHdr #header_in_title {
  padding:0;
  text-align:left;
  font-size: 80%;
  visibility: hidden;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}


  

.FixHdr #header h1 {
  margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
  padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
  display: none;
}
.FixHdr #Flash {
  background-color: FAFAFA;
  height: 181px;
  width: 1001px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.FixHdr #sidebar1 {
  float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
  width: 180px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
  padding-top: 0px;
  padding-left: 0px;
  background-color: #fafafa;
  height: auto;
}

.FixHdr #sidebar1 h2 {
  background-image: url(../skin/images/tel_logo.jpg);
  background-repeat: no-repeat;
  height: 81px;
  width: 169px;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: left;
  text-indent: -9999px;
}

.FixHdr #sidebar1 .sidebar1_text {
  padding-top: 15px;
  padding-left: 10px;
  background-color: #fafafa;
  font-size: 11px;
  padding-right: 10px;
  padding-bottom: 15px;
}
.FixHdr #sidebar1 .menu {
  background-color: fafafa;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-right: 0px;
  text-align: left;
}

.FixHdr #sidebar2 {
  float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
  width: 180px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  background-color: #fafafa;
  text-align: right;
}

 
 .FixHdr #container_topup {
  clear: both;
  text-align: right;
  height: 20px;
  width: 980px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
} 
 
.FixHdr #container_footer {
  clear: both;
} 
 
 .FixHdr #footer_hr {
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #a5aeb3;
  width: 1000px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
} 
 



.FixHdr #footer_menu {
  padding:0;
  color: #272727;
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: center;
  width: 725px;
  margin-right: auto;
  margin-left: auto;
  height: 20px;
}
.FixHdr #footer_menu ul{
  margin:0px;
  text-align:center;
  text-decoration: none;
}
.FixHdr #footer_menu li{
  float:left;
  width:140px;
  text-align:center;
  font-size:10px;
  height:13px;
  list-style-type: none;
  margin-right:3px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #AC9D73;
  text-decoration: none;
  line-height: 12px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #AC9D73;
}
.FixHdr #footer_menu a:hover{
  background-color:FAFAFA;
  color:#4169e1;
  text-decoration: none;
}
.FixHdr #footer_menu  li:hover{
  background-color:#fafafa;
  color:#4169e1;
  text-decoration: none;
}
.FixHdr #footer_menu ul li {
  border-top:0px;
  text-decoration: none;
}





.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
  float: right;
  margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
  float: left;
  margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

/*ナビゲーションメニュー*/

#navigation { /* The "left rail" */
  width: 169px;
  font-size: 11px;
  line-height: 1.2em;
  background-color: #fafafa;
  letter-spacing: 0px;
margin-bottom: 15px;
}

#navigation #menu .module_top{
  background-image: url(http://www.konohanahome.com/img/navi/column-top-alt.png);
  background-repeat: no-repeat;
}
.module_top{
  width:100%;
  height:4px;
  line-height:4px;
  background-image: url(http://www.konohanahome.com/img/navi/primary-top.png);
  background-repeat: no-repeat;
}

#menu a:hover{background-color:#A5AEB3;}

.module{margin-bottom:8px;}
#navigation .module ul{margin:5px 2px 3px 1px;padding-left:0;list-style:none;}
#navigation .module ul{clear:both;}


#navigation #menu .modulecontent{
  padding:0;
  background-image: url(http://www.konohanahome.com/img/navi/column-bg.png);
  background-repeat: repeat-y;
}
#navigation #menu .modulecontent{
  background-image: url(http://www.konohanahome.com/img/navi/column-bg-grad.png);
  background-repeat: no-repeat;
}
.modulecontent{display:inline;float:left;width:100%;padding:8px 0;background:url("http://www.konohanahome.com/img/navi/primary-bg.png") repeat-y;}


#navigation .modulecontent p {
  margin-top: -3px;
  margin-right: 0;
  margin-bottom: 8px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 2px;
  padding-bottom: 0;
  padding-left: 1px;
}
#navigation .modulecontent li a:hover,#navigation .modulecontent p a:hover{text-decoration:none;color:#4169e1;}
#navigation .modulecontent li a,#navigation .modulecontent p a{
  position:relative;
  display:inline-block;
  clear:left;
  line-height:1.25em;
  color:#272727;
  cursor:pointer;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 12px;
}
#navigation .modulecontent li a,#navigation .modulecontent p a{display:block;}


#navigation .module ul#menu_cont_bold{margin-top:4px;margin-bottom:2px;}
#navigation .module .modulecontent #menu_cont_bold li a{
  padding-top:5px;
  padding-bottom:5px;
  font-size:12px;
  line-height:1em;
  font-weight:bold;
}
#navigation .module ul#menu_cont_normal{
  margin-top:0;
  font-size: 11px;
}

#navigation .module #morecontent ul{
  margin-top:4px;
  padding-top:8px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #CCCCCC;
  font-size: 11px;
}

#navigation .list_content{
  padding-top:2px;
  background-color: FAFAFA;
}
#morestores .list_content{
  background-color: FAFAFA;
  background-image: none;
}

.module_btm {
  margin-bottom:7px;
  clear:left;
  float:left;
  height:5px;
  background:url("http://www.konohanahome.com/img/navi/primary-btm.png") no-repeat;
  line-height:5px;
  width: 100%;
}
#navigation .module_btm {background:url("http://www.konohanahome.com/img/navi/column-btm.png") no-repeat;}


/* --- フォントサイズ部 --- */
.fontSizeChange{
  position:absolute;
  top: 50px;
  right: auto;
  line-height: 0;
}

.fontSizeChange p{
  position:absolute;
  top: 0;
  right: 0;
}

.fontSizeChange p#fontSize12px{
  display: none;
}

.fontSizeChange p#fontSize10px{
  display: block;
}
/*ここから下は真ん中*/
.FixHdr #mainContent {
  margin-top: 0;
  margin-right: 190px;
  margin-bottom: 0;
  margin-left: 190px;
  font-size: 82%;
} 
.FixHdr #mainContent #mainContent_in_textsize {
  margin-top: 0;
  margin-bottom: 0;
  text-align: right;
  margin-right: auto;
  margin-left: auto;
  height: 27px;
} 



/*真中のタイトル*/

.FixHdr #mainContent .mainContent_title h1 {
  color: #272727;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  background-color: #F3F2ED;
  letter-spacing: 2px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 570px;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 10px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #A5AEB3;
  border-right-color: #A5AEB3;
  border-bottom-color: #A5AEB3;
  border-left-color: #ac9d73;
  margin-right: auto;
  margin-left: auto;
  }
.FixHdr #mainContent .mainContent_title h2 {
  color: #272727;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  background-color: #F3F2ED;
  letter-spacing: 2px;
  margin-bottom: 0px;
  margin-top: 10px;
  width: 570px;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 10px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #A5AEB3;
  border-right-color: #A5AEB3;
  border-bottom-color: #A5AEB3;
  border-left-color: #ac9d73;
  margin-right: auto;
  margin-left: auto;
  }
  
  .FixHdr #mainContent .text_title {
  text-align: left;
  background-color: #fafafa;
  margin-bottom: 10px;
  width: 578px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border: 1px solid #ac9d73;
  }
  
  
.FixHdr #mainContent .text {
  color: #272727;
  text-align: left;
  width: 578px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #EBE9DF;
  background-color: #FAFAFA;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  }
  
.FixHdr #mainContent .text_Simpl {
  color: #272727;
  text-align: left;
  width: 578px;
  margin-top: 10px;
  padding: 10px;
  background-color: #FAFAFA;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

.FixHdr #mainContent .text_gold {
  color: #272727;
  text-align: left;
  width: 578px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ac9d73;
  background-color: #FAFAFA;
  margin-right: auto;
  margin-left: auto;
  }
  
.FixHdr #mainContent .text .text_in_right {
  color: #272727;
  text-align: right;
  letter-spacing: 1px;
  margin-top: 10px;
  width: 570px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 0px;
  }
  
.FixHdr #mainContent .text_right {
  background-color: #FAFAFA;
  color: #272727;
  text-align: right;
  width: 570px;
  padding-top: 15px;
  padding-right: 4px;
  padding-bottom: 4px;
  border: 1px solid #AC9D73;
  }
  
  

.FixHdr #mainContent .text_bule {
  color: #2c5a79;
  font-weight: bold;
}
 .FixHdr #mainContent .text_bold {
  color: #272727;
  font-weight: bold;
}
 
 
 
 
 /*////////////////////////////////////*/
 
 BR{letter-spacing:normal;}

input, textarea {
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  border: 1px solid #272727;
  font-size: 12px;
  background-color:#fafafa;
  margin-top: 2px;
}

.btn {
  background-color:#fafafa;
  color:#272727;
  margin-top: 5px;
  padding-right: 2px;
  padding-left: 2px;
}


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

h1 {
  font-size: 18px;
  margin: 0px;
}

h2 {
  font-size: 13px;
  margin: 0px;
}

blockquote {
  font-size: 12px;
  padding: 5px;
  margin: 5px;
  background-color:#f0f0f0;
  border-left: 3px solid #cdcdcd;
}


/* ------- ■画像部分 ------- */
.pict {
  float: right;
  border-width: 2px;
  border-style: solid;
  border:none;
}

/* ------- ■リンクの色 ------- */



/* ------- ■全体の指定------- */
#inbox {
  MARGIN-LEFT: auto; 
  MARGIN-RIGHT: auto; 
  width: 1001px;
  background-color: #fafafa;
  border: 1px solid #fafafa;
}

/* ------- ■タイトル部分 ------- */
#banner {
  background-image: url(http://www.konohanahome.com/img/blogs/hetaretop.jpg);
  background-repeat: no-repeat;
  background-position: top;
  width: 1000px;
  height: 242px;
  padding:0;
  text-align:center;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

#banner_l {
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.site_title {
  padding: 130px 0px 0px 20px;
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover {
  font-weight: normal;
  color: #ac9d73;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-decoration: none;
}

.description {
  font-weight: normal;
  color: #ac9d73;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 5px 0px 0px 30px;
}

/* ------- ■左メニューカラム部分 ------- */
#sideleft {
  float: left;
  OVERFLOW: hidden;
  width: 180px;
}

/* ------- ■右メニューカラム部分 ------- */
#sideright {
  float: left;
  OVERFLOW: hidden;
  width: 180px;
}

/* ------- ■中央カラム部分 ------- */
#main {
	float: none;
	OVERFLOW: hidden;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}

/* ------- ■本文の枠部分 ------- */
.entryBodyset {
	width: 540px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.entry_title {
	color: #848427;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
	letter-spacing : 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #ac9d73;
	border-right-color: #ac9d73;
	border-bottom-color: #ac9d73;
	border-left-color: #ac9d73;
	width: 515px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 10px;
}

.entry_title_archive {
	color: #848427;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
	letter-spacing : 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #ac9d73;
	border-right-color: #ac9d73;
	border-bottom-color: #ac9d73;
	border-left-color: #ac9d73;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.entry_title a, .entry_title a:link, .entry_title a:visited, .entry_title a:active {color:#272727; text-decoration:none;}
.entry_title a:hover {color: #4169e1; text-decoration: none;}

.entry_date {
	color: #ac9d73;
	font-size: 10px;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
	letter-spacing : 1px;
	text-align: right;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
}

.entry_body   {
	font-size: 12px;
	line-height: 150%;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
	width: 530px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.entry_body ul{
  background-image: url(../skin/images/hetareic1.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}

.entry_state {
	font-size: 12px;
	color: #272727;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
	text-align: center;
	width: 530px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

/* ------- ■メニューの小分け部分 ------- */
.sideSet {
  width: 170px;
  margin: 0px 5px 20px 5px;
  text-align: left;
}

.linktitle   {
  padding: 2px 0px 1px 5px;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  font-size: 12px;
  font-weight: normal;
  color: #272727;
  text-align: center;
  background-color: #a5aeb3;
}

.searchbox {
	font-size: 12px;
	color: #272727;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
	line-height: 120%;
	text-align: right;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 2px;
}

.linktext {
	font-size: 12px;
	color: #272727;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
	line-height: 120%;
	text-align: left;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.linktext ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.linktext li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/* ------- ■ページ移動リンク ------- */
.pagemove {
  font-size: 12px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin:0px 0px 0px 0px;
}

/* ------- ■検索ボックス ------- */
#searcharea  {
  font-size: 12px;
  background-color: #FAFAFA;
  padding: 0px 0px 0px 0px;
}

.search {
  color: #272727;
  background-color: #FAFAFA;
  font-size: 10px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

/* ------- ■ページトップ ------- */
.pagetop {
  font-size: 11px;
  text-align: right;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 0px 0px 20px 0px;
}

/* ------- ■カレンダー部分 ------- */
/* --- 月～日の部分 --- */
.calendar_top {
  width: 100%;
  font-size: 10px;
  color: #272727;
  margin: 6px 0px 0px 0px;
}

.cell_top {
  color: #272727;
  font-size: 10px;
  font-family: Verdana;
  width: 20px;
  height: 15px;
}

.cell_suntop {
  color: #6f0513;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

.cell_sattop {
  color: #596e98;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

/* --- 数字の部分 --- */
.calendar {
  width: 100%;
  font-size: 10px;
  color: #272727;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  letter-spacing : 1px;
  padding: 0px 0px 6px 0px;
}

.cell {
  color: #272727;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

.cell_today {
  background-color: #a5aeb3;
  color: #fafafa;
  font-size: 10px;
  font-weight: bold;
  width: 20px;
  height: 15px;
}

.cell_sunday {
  color: #596e98;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

.cell_saturday {
  color: #6f0513;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

/* ------- ■フッダー部分 ------- */
#footer {
  border-top: 1px solid #ccc;
  width: 1000px;
}

.copyright  {
  color: #272727;
  line-height: 130%;
  font-size: 11px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align:right;
  padding: 0px 10px 3px 0px;
  margin: 10px 0px 0px 0px;
}
.FixHdr #sidebar1 #news {
	width: 170px;
	float: left;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 15px;
	}
	
.FixHdr #sidebar1 #news #title {
	width: 160px;
	height: 15px;
	padding: 0px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.FixHdr #sidebar1 #news #rss {
	width: 160px;
	height: 12px;
	padding: 0px;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 6px;
}

/*news更新履歴
----------------------------------------------------*/
.FixHdr #sidebar1 #news #info {
	font-size: 85%;
	color: #272727;
	line-height: 1.5em;
	padding: 0px;
	text-align: left;
	width: 170px;
	float: left;
	height: auto;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
  }


.FixHdr #sidebar1 #news #info a {

    color: #272727;

    text-decoration: none;

    background: none;

  }
  
.FixHdr #sidebar1 #news #info a:link {

    color: #272727;

    text-decoration: none;

    background: none;

  }

.FixHdr #sidebar1 #news #info a:link:hover {

    color: #4169E1;

    text-decoration: none;

    background: none;

  }

.FixHdr #sidebar1 #news #info a:link:active {

    color: #FFFFFF;

    text-decoration: none;

    background: none;

  }



.FixHdr #sidebar1 #news #info em {
	font-weight: bold;
	font-style: normal;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	font-size: 11px;
	letter-spacing: 1px;
  }

.FixHdr #sidebar1 #news #info ul {
	margin: 0;
	padding: 0 0 1em;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: square;
  }

.FixHdr #sidebar1 #news #info li {
	margin: 0px;
	padding: 0px;
  }

.FixHdr #sidebar1 #news #info p {
	margin: 3px 3px 3px 0px;

  }

.FixHdr #sidebar1 #news #info img {
    vertical-align: baseline;
}
/* calendar */
.FixHdr #sidebar1 #calendar {
	font-size: 10px;
	width: 180px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0;
	text-align: left;
	float: left;
}
.FixHdr #sidebar1 #calendar h3 {
	font-weight: bold;
	background-image: url(../img/common/schedule.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-indent: -9999px;
}
.FixHdr #sidebar1 #calendar table {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 166px;
}

#calendar .gray {
	color: #a5aeb3;
}

#calendar .gold {
	color: #ac9d73;
}
