@charset "UTF-8"; /* PublishCharset into mt-config.cgi */
@media screen {
.layout-two-column-left #links-left-box {
	width: 188px;
	background-color: #EAF7EB;
	padding-right: 1px;
	padding-left: 1px;
	font-size: 14px;
	
}
}
@media print {
.layout-two-column-left #links-left-box {
display:none;
}
}


/* すべて */
* {
	margin: 0;
	padding: 0;
    font-family: Verdana, Arial, sans-serif;

}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #383393;
    text-decoration: none;
}
a:hover {
    color: #B51C17;
}
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 {
	padding: 0px;
	margin-left: 20px;
	display: block;


}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

/* タイトルバナー */
#banner {
	padding: 0px;
	background: #336600 url(images/banner-back.jpg);
	text-align: left;
	width: 800px;
	height: 65px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;



}

#banner a,
#banner a:link,
#banner a:visited {
    color: #FFFFCC;
    font-size: 24px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

/* タイトルバナー下の説明 */
#banner-description {
	color: #FFFFFF;
	font-size: 10px;
	background-color: #007B3E;
	line-height: 120%;
	width: 800px;
	padding-bottom: 5px;
	text-indent: 20px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;




}

/* エントリー全体 */
.blog {
	padding: 0px 10px 10px;
	font-size: 13px;
	color: #36414d;
	background: none;
	line-height: 120%;

}

/* エントリー日付 */
.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 {
	margin: 0 5px 15px;
	color: #36414d;
	font-size: 13px;
	line-height:150%;
	word-break: break-all;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #3986BF;
	width: auto;


}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header {
	margin: 15px 0 0;
	color: #444444;
	font-size: 12px;
	font-weight: bold;
	background-color: #CAD6FD;
	padding-left: 10px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #A89CE9;


}

/* 投稿者 */
.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, .content-nav table {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 1px;


}

/* カレンダー */
.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: 2px 0 1px;
	_padding: 1px 0 2px;
	border: 1px solid  #666666;
	text-align: center;
	color: #444444;
	font-size: 10px;
	line-height: 140%;
	background-color: #E8E8E8;
}
.sidelink {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
	width: 130px;
	display: block;
	margin-top: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFEBBF;
	margin-bottom: 15px;








}
.sidelink a,
.sidelink a:link,
.sidelink a:visited
 {
	background: #203CAC;
	width: 130px;
	height: 20px;
	display: block;
	color: #FFEBBF;
	padding-top: 2px;
	padding-left: 10px;




}
.sidelink a:hover {
	background: #FFF2D9;
	width: 130px;
	height: 20px;
	color: #FF3300;



}

/* サイドメニュー */
.side {
	margin: 0px 0 15px;
	color: #444444;
	font-size: 12px;
	_font-size: 9px;
	line-height: 130%;
	letter-spacing: 0.1em;
	background-image: none;




}

.side2 {
	background-color: #F6F6F6;
	padding-top: 5px;
	padding-bottom: 8px;
	font-size: 12px;
	padding-left: 8px;
	line-height: 140%;
}

/* サイドメニュー(サブカテゴリー用) */
#topcategories {
	margin: 0px;
	padding: 0px;
}
#topcategories ul {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topcategories li {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 4px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

}

.side #categories ul {
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;


}
.side #categories ul ul {
	padding-left: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 11px;


}
.side #categories li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-position: outside;
	list-style-type: none;
	background-image: url(images/yajirusi_menu.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	background-color: #9CB77D;

}
.side #categories li a,
.side #categories li a:link,
.side #categories li a:visited {
	width: 165px;
	display: block;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 19px;
	color: #424B21;


}

.side #categories li a:hover {
	background-color: #FFECA2;
	color: #000000;


}

/* サイドメニュー(タグクラウド用) */
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 {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}

/* クレジットバナー */
.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: 400px;
}

#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: #000066;
	font-size: 11px;
	border-top-width: 4px;
	border-left-width: 15px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #C1D0DB;
	border-left-color: #C1D0DB;
	background-color: #FFFFFF;


}

#trackbacks-info,
.trackback-content,
.comment-content {
	margin: 0;
	padding: 0 0 0 12;
	font-size: 12px;
	line-height: 130%;
	word-break: break-all;


}

.comments-open-content {
	margin: 0;
	padding: 0 0 10 20;
	font-size: 12px;
	line-height: 130%;
	word-break: break-all;
	background-color: #F0F4F7;
	border: 2px dotted #666666;



}
.comment ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	color: #4A6B82;
	font-size: 12px;



}

.trackback-content p,
.comment-content p {
    margin-top: 0px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    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 {
	background: #FEF3E2;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;





}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
    background-color: #ffffff;
}

/* 2カラム用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
	width: 800px;
	text-align: left;
	background-color: #ffffff;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #183100;


}

/* 2カラム用 */
.layout-one-column #container {
    margin-bottom: 0;
}

/* 1カラム用 */
.layout-one-column #box {
    width: 800px;
    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;
}

/* フッタ */
#footer a,
#footer a:link,
#footer a:visited {
    color: #FFFFFF;
}
#footer a:hover {
    color: #B51C17;
}
#footer a:active {}

.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: 478px;
    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,
.layout-three-column #links-right-box {
    width: 185px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
    color: #ffffff;
}

/* 2カラム(右サイドバー) */
.layout-two-column-right #content {
	width: 615px;
	margin: 0;
	border-bottom: 1px solid #666699;
	border-right: 1px solid #666699;

}
.layout-two-column-right #links-right-box {
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
    color: #ffffff;
}

/* 2カラム(左サイドバー) */
.layout-two-column-left #content,
.layout-two-column-left #topcontent {
	border-bottom: 1px solid #666699;
	border-left: 1px solid #666699;
	width: 610px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;




}




.layout-two-column-left #links-left {
	padding: 15px 10px 0;
	color: #ffffff;


}

/* 1カラム */
.layout-one-column #content {
	font-size: 14px;
	width: 740px;
	padding-left: 20px;
	padding-right: 20px;


}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}
#banner-right {
	width: 400px;
	color: #FFFFFF;

}
#footer {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000099;
	width: 800px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;




}
.topcontent1-main {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 110%;
	padding: 10px;
	border: 3px dotted #FF6633;
	background-color: #FFFF99;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 15px;




}
.topcontent1-main p {
	margin: 0px;
	line-height: 130%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;



}

.topcontent2-main {
	color: #253738;
	padding: 12px 30px 0px;
	text-align: center;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝";
	background-image: url(images/top-ontake2.jpg);
	background-repeat: no-repeat;
	background-position: center 5px;
	display: block;
	height: 155px;
	margin-bottom: 3px;













}
.topcontent2-main p {
	margin: 0px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 1px;
	font-family: "ＭＳ Ｐ明朝";
	font-weight: bold;




}
.topcontent3-main {
	font-size: 14px;
	padding: 10px;
	border: 2px dotted #006600;
	color: #314831;
	line-height: 110%;
	letter-spacing: 0.1em;


}
.topcontent3-main p {
	font-family: "ＭＳ Ｐ明朝", "細明朝体";

}
.topcontent3-main li {
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;




}
.topcontent3-title {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	padding-left: 10px;
	line-height: 100%;
	letter-spacing: 0.1em;
	margin-top: 15px;
	padding-bottom: 3px;
	background-image: url(images/top-kousin-titleback.jpg);


}
hr {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 100px;






}
.topcontent4-title {
	font-size: 12px;
	font-weight: bold;
	background-color: #9DC8AC;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 2px;
	width: 150px;







}
.topcontent4-main {
	font-size: 14px;
	line-height: 120%;
	padding: 0px;
	width: 270px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;







}
.topcontent4-main a,
.topcontent4-main a:link,
.topcontent4-main a:visited {
	color: #333333;


}
.topcontent4-main a:hover {
    color: #B51C17;
	text-decoration: none;

}

.topcontent4-main p {
	margin: 0px;
	padding: 0px;

}
.comentbody-head {
	font-size: 12px;
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-left: 12px;


}
/* パンくず */
.rootmenu {
	margin: 0px;
	color: #666666;
	font-size: 10px;
	text-align: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
}
.rootmenu a,
.rootmenu a:link,
.rootmenu a:visited {
	color: #003300;

}
.rootmenu a:hover {
	color: #FF9966;

}
/* メイン */

.content-title1 {
	font-size: 16px;
	display: block;
	color: #952820;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin: 0px 70px;
	line-height: 100%;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #336600;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;


}
.content-title2 {
	font-size: 12px;
	color: #336600;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 0.1em;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;




}
.entry-content {
	margin-left: 10px;

}
.mainmenu {
	background-color: #9D594A;
	text-align: center;
	width: 100%;












}
.mainmenu a,
.mainmenu a:link,
.mainmenu a:visited {
	color: #8A4F42;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 131px;
	border: 1px solid #9D594A;
	line-height: 110%;
	padding-top: 6px;
	background-image: url(images/main-titleback.jpg);
	padding-bottom: 4px;
}

.mainmenu a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFEFCE;
	background-image: none;

}
.mainmenu td {
	text-align: center;











}
.entry table {
	font-size: 13px;
	line-height: 130%;
	color: #444444;

}

.entry .kakaku table {
	font-size: 12px;
	line-height: 130%;
	color: #003333;
	letter-spacing: 0.1em;
	border-top: 2px solid #308DB1;
	border-bottom: 5px solid #62B5D5;
	margin-top: 12px;
	margin-bottom: 12px;









}
.entry .kakaku table td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC99;
	padding: 4px 25px;
	background-color: #FFFAE6;



}
.entry .kakaku table .kakakutitle td {
	border-bottom-style: solid;
	padding: 0px 20px;
	background-color: #CCFFFF;
	font-size: 12px;
	color: #4B7EA5;
	border-bottom-width: 1px;
	border-bottom-color: #006666;









}
#bannermenu td {
	background-color: #020098;
	padding-right: 12px;
	background-image: url(images/bannermenu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 21px;
	padding-left: 18px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #336600;



}
#bannermenu td a,
#bannermenu td a:link,
#bannermenu td a:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;


}

#bannermenu td a:hover {
	color: #CCFF66;
	text-decoration: none;

}
.entry-body h1 {
	font-size: 13px;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 16px;
	color: #47659C;
	background-image: url(images/entry-body-h1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 10px;
	margin-bottom: 0px;
	display: block;








}
.catalog-table {
	font-size: 12px;



}
.catalog-table td {
	padding: 3px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4A4A4;


}
.catalog-table td p {
	margin: 0px;
	padding: 0px;
}
.catalog-table td img {
	margin: 0px;
	padding: 0px;

}
.entry-header-ent {
	font-size: 16px;
	background-color: #A4D1E8;
	text-align: center;
	font-weight: bold;
	color: #000066;
	margin: 0px;
	padding: 3px 0px 0px;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #3399CC;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #3399CC;
	letter-spacing: 0.1em;





}
#sideblogname {
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFCC;
	background-color: #669900;
	border-top-width: 6px;
	border-bottom-width: 4px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #FFCC66;
	border-bottom-color: #FFCC66;
	padding-top: 14px;
	padding-bottom: 8px;
	text-align: center;
	letter-spacing: 0.1em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
	width: 188px;

}
.catalogmenu {
	line-height: 100%;





}
.catalogmenu a,
.catalogmenu a:link,
.catalogmenu a:visited {
	color: #82402D;
	font-size: 12px;
	font-weight: bold;
	display: block;
	float: left;
	height: 120px;
	width: 120px;
	margin-right: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	background-image: url(images/mokko-menu.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 8px;


}
.catalogmenu a:hover {
	background-image: url(images/mokko-menuov.jpg);
}
.catalogmenu2 table td {
	padding-right: 6px;
	padding-left: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

}
.entry .tableline td {
	padding: 5px 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #336699;
	color: #000000;

}
.topcontent4 {
	float: right;
}
#cyumon {
	background-color: #EEFFFF;
	padding: 10px;
	text-align: center;
	border: 2px solid #DDEAEA;




}
.link-list {
	vertical-align: top;
	height: 30px;

}
.link-list a img {
	margin: 0px;
	padding: 0px;
}
