@charset "UTF-8"; /* PublishCharset into mt-config.cgi */


/* すべて */
* {
	margin: 0;
	padding: 0;
	font-family: "Verdana", "Arial", "sans-serif";
	font-size: 12px;

}
img {
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
}
/* 見出し */
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-weight: normal;
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-weight: normal;
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

/* リンク */
a,
a:link,
a:visited {
    color: #000066;
    text-decoration: none;
}
a:hover, a:focus
 {
	color: #000066;
	text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* 順序なしリスト */
ul, ol {
    padding-left: 16px;
}
ul li {
    list-style-type: circle;
}

/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input {
    padding: 1px;
    font-size: 12px;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

/* タイトルバナー */
#banner {
	text-align: left;
	width: 800px;

}

#banner-header {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;



}
#banner-menu {
	font-size: 12px;
	background-image: url(images/banner-menu-back.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #CDCDCD;
	padding-top: 3px;
	padding-bottom: 2px;
	font-weight: bold;
	padding-left: 20px;
	color: #000000;
	text-align: right;
	display: block;
	width: 370px;
	padding-right: 5px;

}
#banner a,
#banner a:link,
#banner a:visited {
	text-decoration: none;
	color: #000000;
}
#banner a:hover {}
#banner a:active {}

/* タイトルバナー下の説明 */
#banner-description {
    font-size: 12px;
}
/* フッター */
#footer {
	text-align: center;
	background-color: #aad5ff;
	background-image: url(imagesmt/.jpg);
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 784px;
}


/* エントリー全体 */
.blog {
	color: #36414d;
	background: none;
	padding: 2px;
}



/* エントリー日付 */
.date { 
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 11px;
    font-weight: bold;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #8fabbe;
}

/* エントリー */

.entry a:active {
	color: Black;
}
.entry a:hover {
	color: Red;
}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

.entry-list-title {
	background-image: url(imagesmt/b-yajirusi2.gif);
	background-repeat: no-repeat;
	width: 150px;
	font-weight: bold;
	padding-left: 15px;
}
.entry-list-ex {
	width: 316px;
}
.entry-list-link a {
	font-weight: bold;
	background-color: #FFDEA6;
	display: block;
	width: 56px;
	padding-top: 3px;
	padding-left: 5px;
	color: #333333;
}
/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry.extended {}

/* エントリータイトル */


/* 投稿者 */
.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #36414d;
    font-size: 9px;
}

/* タグ */
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 12px;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
.calendar {
    text-align: center;
    color: #444444;
    background: none;
}
.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}
.holiday {
    color: #e50003;
}
.saturday {
    color: blue;
}

/* サイドメニュータイトル */
.sidetitle {
	margin-top: 3px;
	_padding: 1px 0 2px;
	text-align: left;
	color: #000000;
	font-size: 13px;
	line-height: 120%;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 10;
}
.sidetitle2 {
	margin-top: 3px;
	_padding: 1px 0 2px;
	text-align: center;
	color: #828282;
	font-size: 11px;
	line-height: 120%;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	background-color: #B0D2BC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #828282;
}
/* サイドメニュー */
.side {
	color: #444444;
	font-size: 10px;
	_font-size: 9px;
	line-height: 150%;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 10px;
}
.side2 {
	color: #444444;
	font-size: 10px;
	_font-size: 9px;
	line-height: 150%;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 10px;
	background-color: #F0F7F2;
}

/* サイドメニュー(カテゴリー用) */
.catlist {
	padding-left: 10px;
	line-height: 120%;
	background-image: url(imagesmt/b-yajirusi2.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-bottom: 6px;
	background-position: left 8px;
}
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 13px;
font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 13px;
}
ul#tags li.taglevel3 {
    font-size: 12px;
}
ul#tags li.taglevel4 {
    font-size: 11px;
}
ul#tags li.taglevel5 {
    font-size: 10px;
}
ul#tags li.taglevel6 {
    font-size: 9px;
}

/* カウンター */
.counter {
	margin: 8px 0 25px;
	padding: 2px;
	background: none;
	font-size: 9px;

}

/* RSSフィード */
.syndicate {
	text-align: left;
	color: #000000;
	line-height: 140%;
	background-color: #CCFDF1;
	padding: 10px;
	margin-bottom: 15px;
	margin-top: 0px;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 266px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
	margin-bottom: 20px;
	background-image: url(imagesmt/bg_up.png);
	background-repeat: repeat-y;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
	margin-bottom: 10px;

}
.layout-three-column #box {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	border-bottom: 1px solid #666699;
	border-left: 1px solid #666699;
	border-right: 1px solid #666699;
	text-align: left;
	background-color: #ffffff;
	margin-bottom: 15px;

}

/* 2カラム用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
	width: 800px;
	background-color: #FCFCFC;
	margin-bottom: 15px;
	background-image: url(imagesmt/body-back.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding-left: 7px;
}

/* 2カラム用 */
.layout-one-column #container {
	margin-bottom: 0;

}

/* 1カラム用 */
.layout-one-column #box {
    width: 478px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
    background-color: #ffffff;
}

/* 1カラム・リキッドレイアウト用 */
/* タイトルバナー */
.layout-one-column-liquid #banner {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
body.layout-one-column-liquid {
    background: #36414d;
}

/* フッタ */
.layout-one-column #footer {
    text-align: center;
}
.layout-one-column-liquid #footer {
    padding-bottom: 15px;
    text-align: center;
}

/* 3カラム(リキッドレイアウト) */
.layout-three-column-liquid #content {
    margin: 0 185px 10px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-three-column-liquid #links-left{
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
    color: #ffffff;
}
.layout-three-column-liquid #links-right{
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
    color: #ffffff;
}

/* 2カラム(リキッドレイアウト：右サイドバー) */
.layout-two-column-liquid-right #content {
    margin: 0 185px 10px 0;
    border-bottom: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-two-column-liquid-right #links-right {
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
    color: #ffffff;
}

/* 2カラム(リキッドレイアウト：左サイドバー) */
.layout-two-column-liquid-left #content {
    margin: 0 0 10px 185px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
}
.layout-two-column-liquid-left #links-left {
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
    color: #ffffff;
}

/* 1カラム(リキッドレイアウト) */
.layout-one-column-liquid #content {
    margin: 0 100px 10px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    background: #ffffff;
}

/* 3カラム */
.layout-three-column #content {
	width: 428px;
	margin: 0 0 10px;
	border-bottom: 1px solid #666699;
	border-left: 1px solid #666699;
	border-right: 1px solid #666699;

}
.layout-three-column #links-left-box {
	width: 170px;

/*	display:none; */

}



.layout-three-column #links-right-box {
	width: 200px;


}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 10px 0;
    color: #ffffff;
}

/* 2カラム(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-two-column-right #links-right {
	color: #ffffff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

/* 2カラム(左サイドバー) */
.layout-two-column-left #content {
	width: 575px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.layout-two-column-left #links-left-box {
    width: 225px;
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0;
    color: #333333;
}

/* 1カラム */
.layout-one-column #content {}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}
#content {
	margin: 0 10px 10px 0px;
	text-align: left;
}
#links-left-box {
	text-align: left;
	background-image: url(imagesmt/topkawaside1.jpg);
}
#links-left {
    padding: 5px 5px 0;
    color: #333333;
}

.tt-bg2 {
	border-bottom-width: 1px;
	border-bottom: solid #98B7EF;
}

.net1 {
	border-bottom-width: 1px;
	border-bottom: solid #98B7EF;
}
/* �e�[�u�� */
.entry-content table td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
/* ��荞�� */
.entry-content .al-right {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;


}
.entry-content .al-left {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;

}
.entry-content .clear {
    clear: both;
}
/*--サイトマップ--*/
.sitemap-lu {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-bottom-color: #999999;
	border-left-color: #999999;
	color: Navy;
}
.sitemap-l {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
}
.sitemaptable td {
	vertical-align: middle;
	padding-left: 5px;
	font-size: 12px;
	color: Navy;
}

.sitemaptable {
	margin-left: 10px;

}

#left {
	
text-align: left;
}

#searchtop a {
	color: white;
}
#topbanner {
	text-align: right;
	line-height: 21px;
	background-image: url(imagesmt/topkawa_05.jpg);
}
/* new */

body {
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	text-align: center;
	background-color: White;
	background-image: url(images/bg_up.png);
	background-repeat: repeat-x;
	border-left: 1px solid #B1B1B1;
	border-right: 1px solid #B1B1B1;
	border-bottom: 1px solid #B1B1B1;
}
#head-box {
	background-image: url(images/header.png);
	width: 800px;
	background-repeat: no-repeat;
}
#head-box #guide {
	margin-top: 60px;
	width: 500px;
	float: right;
	text-align: right;
	margin-right: 15px;
}

/* ナビゲーション */

#head-box #head-navi li {
	margin: 3px 0 0 10px;
	padding-left: 10px;
	border-left: 1px solid white;
	font-size: 75%;
	float: right;
}

#head-box #head-navi a {
	color: white;
}

#head-box #head-navi a:hover {
	color: yellow;
}

#head-box #head-navi li.rear {
	padding: 0;
	border: none;
}
#head-box #banner {
	width: 200px;
	float: left;
}
#navi-box {
	float: left;
	width: 200px;
}

#main-box {
	text-align: left;
	width: 600px;
	background-color: white;
}

#main-topbox {
	text-align: left;
	width: 400px;
	background-color: white;
	float: left;
}
#wrap {
	margin: 0;
	padding: 0;
	background-color: white;
	text-align: left;
	width: 800px;
	overflow: hidden;
}
#wrap:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
#wrap2 {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 800px;
	overflow: hidden;
	background-color: white;
}
#wrap2:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#wraptop {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 800px;
	overflow: hidden;
	background-color: white;
}
#wraptop:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
#main-leftbox {
	width: 390px;
	background-color: white;
	text-align: left;
	margin-bottom: 30px;
	line-height: 150%;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 20px;
	float: left;
}
#footer-map {
	text-align: center;
	background-color: #BABABA;
	line-height: 150%;
	width: 800px;
}
#footer-map a,a:link,a:visited {
	color: Black;
	text-decoration: none;
}
#footer-map a:hover, a:focus
 {
	color: White;
	text-decoration: underline;
}
#searchtop {
	background-image: url(http://www.hoya-nattou.co.jp/images/sarch-back.jpg);
		height: 100px;
		color: white;
}
.content-title1 {
	background-image: url(images/main-title1.png);
	background-repeat: no-repeat;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 30px;
	margin: 15px 10px 10px;
}
#categories {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #444444;
	font-size: 12px;
	text-align: left;
}
/* サイドメニュー(サブカテゴリー用) */

#categories ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 1px 0px 0px;
}
#categories ul ul {
}
#categories li {
	list-style-type: none;
	margin: 0px;
	border-bottom: 1px solid #B6D1DE;
	display: block;
	background-image: url(http://www.hoya-nattou.co.jp/images/catback01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#categories li a {
	background-color: #C9961F;
	display: block;
	padding: 8px 6px 3px;
	color: White;
	background-image: url(http://www.hoya-nattou.co.jp/images/catback01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#categories li a:hover {
	background-color: #ECD399;
	display: block;
	color: #000000;
}
categories2 {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #444444;
	font-size: 12px;
	text-align: left;
	line-height: 120%;
}
/* サイドメニュー(サブカテゴリー用) */

#categories2 ul {
	padding: 5px 0px 0px 2px;
	line-height: 120%;
	margin: 0px 0px 0px 0px;
}
#categories2 ul ul {
}
#categories2 li {
	list-style-type: none;
	margin: 0px;
	border-bottom: 1px solid #e7e7e7;
	display: block;
}
#categories2 li a {
	padding: 8px 0px 8px;
}
#categories2 li a:hover {
	color: red;
}
.top-header {
	color: #325278;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #7BACF4;
	border-left-color: #7BACF4;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-left: 5px;
	padding-top: 5px;
}
.entry-body {
    margin: 10px 15px 10px 15px;
    color: #36414d;
    background: #ffffff;
    font-size: 12px;
    line-height:150%;
}
.entry-header {
	color: #325278;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #7BACF4;
	border-left-color: #7BACF4;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-left: 5px;
	padding-top: 10px;
}
.entry-header2 {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #FEB825;
	border-left-color: #FEB825;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-left: 2px;
	padding-top: 10px;
	background-color: #FEF3DC;
}
.entry-header3 {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #FEB825;
	border-left-color: #FEB825;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 5px;
	padding-top: 10px;
	background-color: #FEF3DC;
}
#entry-1 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-left: 2px;
	padding-rigth: 0px;
	padding-top: 0px;
	background-color: White;
	border-left: 7px solid Silver;
}
#entry-1 ul {
	padding: 5px 0px 0px 2px;
	line-height: 120%;
	margin: 0px 0px 0px 0px;
}
#entry-1 ul ul {
}
#entry-1 li {
	list-style-type: none;
	margin: 0px;
	border-bottom: 1px solid #e7e7e7;
	display: block;
}
#entry-1 li a {
	padding: 0px 0px 0px;
}
#entry-1 li a:hover {
	color: red;
}
#entry-1 a:hover {
	color: red;
}
#entry-1 a {
	padding: 0px 0px 0px 0px;
}
#entry-3 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 0px;
	padding-rigth: 0px;
	padding-top: 0px;
	background-color: #FFFACD;
}
#entry-3 a:hover {
	color: red;
}
#left-banner {
	background-color: #FEF3DC;
}

#entry-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-color: #c7c7c7;
	border-left-width: 10px;
	border-left-style: solid;
	width: 50%;
	font-size: 14px;
	
	padding-left: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.entry ul {
    padding-left: 30px;
}
.entry ul ul {
    padding-left: 10px;
}
.entory li {
    list-style-type: circle;
}
.entry ol {
    padding-left: 30px;
}
.entry ol ol {
    padding-left: 10px;
}
#pan {
	margin-left: 15px;
}
.ent-box {
	width: 290px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
}
#entry{
	width:600px;
}

/*\*/
* html #wrap-top {
    height: 1em;
    overflow: visible;
}
/**/

#bannermenu {
	font-size: 12px;
	padding: 0px 0px 0px;
	margin: 0px;
	background-color: Black;




}
.banner-link a {
	font-size: 12px;
	background-color: Black;
	color: White;
	display: block;
	float: right;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-right: 2px;
	letter-spacing: 0.1em;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	margin-left: 2px;
}

.banner-link a:hover {
	background-color: #E3E3E3;
	color: Black;
}
#top-header3 {
	color: Black;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	background-color: #FFE9BF;
	display: block;
	border-left: 4px solid Navy;
	line-height: 120%;
}