@charset "utf-8";
/*
Theme Name: ochis
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: ochis
Author URI: 
Tags: 

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}


#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

.narrowcolumn {
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 300px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 0px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin:0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(img2/common/bg_top.jpg) repeat-x;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333;
	font-size:13px;
	line-height:1.4em;
}

a,img {
	border:none;
}
a:link,a:visited,a:hover,a:active{
	color:#0099CC;	
}
#container { 
	width: 982px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
#header{
	position:relative;
}
#header ul{
	position:absolute;
	margin:0 auto;
	top:40px;
	right:15px;
	width:auto;
}
#header ul li{
	display:inline;
	margin:0 auto;
	margin-left:15px;
	padding:0px;
	color:#fff;
}
#header ul li a{
	color:#fff;
}
#hB{
	margin:15px 0 0 0;
	color:#0099CC;	
	padding-left:10px;
}
div#gNavi{
	margin:0 auto;
	padding:0px;
	width:983px;
}
#gNavi ul{
	position:static;
	margin:0px auto;
	margin-top:3px;
	padding:0px;
}
#gNavi ul li{
	margin:0 auto;
	padding:0px;
	font-size:1px;
}
div#mid{
	margin:0px;
	background: #fff url(img2/common/bg.gif) repeat-y;
	padding:0px;
}
#header { 
	padding: 0px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	
} 
#header h1 {
	width:980px;
	margin: 0 auto; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
#sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 250px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	padding-top:10px;
	padding-left:7px;
}
.box1{
	background: #FFFFFF url(img/common/cont1_bg_mid.jpg) repeat-y;
	padding:5px 15px;
}
.box1 ul{
	margin:0 10px;
	padding:0px;
	list-style:none;
}
.box1 ul li{
	padding:4px 0px 4px 20px;
	margin-bottom:6px;
	background:url("img/common/arrow1.gif") 0.3em 0.4em no-repeat;
	border-bottom:1px dotted #ccc;
	font-size:14px;
}
.box1 ul li a{
	text-decoration:none;
	color:#666666;
}
.box1 .bggray{
	background:#eee url("../images/deco_newsg.gif") 0 0.3em no-repeat;
}
.box2{
	text-align:center;
	margin:10px auto;
}
.box3{
	padding:5px 35px;
}
.box3 h3{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.box3 ul{
	margin:0 10px;
	padding:0px;
	list-style:none;
}
.box3 ul li{
	padding:4px 0px 4px 20px;
	margin-bottom:3px;
	background:url("img/common/arrow1.gif") 0.3em 0.4em no-repeat;
	border-bottom:1px dotted #ccc;
	font-size:14px;
}
.box3 ul li a{
	text-decoration:none;
	color:#666666;
}
.box3 .bggray{
	background:#eee url("../images/deco_newsg.gif") 0 0.3em no-repeat;
}
#mainContent { 
	margin: 0 0 0 263px; /* この div エレメントの左マージンにより、ページの左側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding-top:10px;
	width:700px;
} 
#mainContent h2{
	margin-top:8px;
	padding-left:10px;
	background:url(img2/common/h2_bg.jpg) no-repeat bottom left;
	padding-bottom:8px;
	padding-top:9px;
	margin-bottom:15px;
	color:#005DAE;
	font-size:16px;
}
#mainContent .ubar_m2{
	margin-top:8px;
	padding-left:5px;
	background:url(img2/common/ubar_m2.jpg) no-repeat bottom left;
	padding-bottom:8px;
	margin-bottom:15px;
	font-size:14px;
	color:#005DAE;
}

#mainContent .ubar_m3{
	margin-top:8px;
	padding-left:5px;
	background:url(img2/common/ubar_m2.jpg) no-repeat bottom left;
	padding-bottom:3px;
	margin-bottom:3px;
	font-size:14px;
	color:#005DAE;
}

#footer { 
	padding: 0 0px 0 0px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
} 
#footer #bottom { 
	padding: 30px 25px 0 25px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background: #663300 url(/img2/common/bgbottom.jpg) repeat-x;
	height:123px;
} 
#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu {
	float: left;
	list-style: none;
	padding:0 33px;
	margin: 0px 0px 10px 0px;
	width: 920px;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#sectionnews{
	margin:0 auto;
	text-align:left;
}
#sectionnews ul{
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
	width:710px;
}
#sectionnews ul li{
	margin-top:5px;
	padding:1px 0px 2px 15px;
	background:url("../images/point1.gif") 0 0.3em no-repeat;
}
#sectionnews ul .bggray{
	margin-top:5px;
	padding:1px 0px 4px 15px;
	background:#eee url("../images/deco_newsg.gif") 0 0.3em no-repeat;
}
#sectionnews{line-height:1.3em;}
#sectionnews a{color:#333;text-decoration:none;border-bottom:dotted 1px #aaa;}
#sectionnews a:hover{color:#cc3300;text-decoration:none;border-bottom:none;}


#tbl_com{
	margin:15px 20px;
	width:670px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
#tbl_com td,#tbl_com th{
	padding:3px 3px;
	border-top:1px solid #999;
	border-left:1px solid #999;
}
#tbl_com th{
	background:#669900;
	width:100px;
	text-align:center;
	color:#fff;
}


.tbl_normal{
	margin:15px 20px;
	width:670px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.tbl_normal td,.tbl_normal th{
	padding:3px 8px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.tbl_normal th{
	background:#999;
	width:100px;
	text-align:center;
	color:#fff;
}

.tbl_normal img{
	margin-bottom:5px;
}

.tbl_normal2{
	margin:5px 20px;
	width:590px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.tbl_normal2 td,.tbl_normal2 th{
	padding:3px 2px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.tbl_normal2 th{
	background:#999;
	text-align:center;
	color:#fff;
}

.tbl_normal_400{
	margin:5px 5px;
	width:380px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.tbl_normal_400 td,.tbl_normal_400 th{
	padding:3px 2px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.tbl_normal_400 th{
	background:#999;
	text-align:center;
	color:#fff;
}

.tbl_normal_550{
	margin:5px 5px;
	width:540px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.tbl_normal_550 td,.tbl_normal_550 th{
	padding:3px 2px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.tbl_normal_550 th{
	background:#999;
	text-align:center;
	color:#fff;
}

#footer{
	width:100%; 
	background: #663300 url(img2/common/bgbottom.jpg) repeat-x;
	height:123px;
	color:#fff;
}
#footer_box{
	margin:0px auto;
	padding-top:20px;
	width:900px;
	text-align:left;
}
#bottom_menu{
	text-align:center;
	width:960px;
	padding:10px;
}
/*---- サイドメニュー ----*/
div.productsCategory {
	border:#cdcdcd 1px solid;
	width:225px;
	margin:0px 0px 20px 10px;
}
div.productsCategory p.productsCategoryTit {
	background:url(../../company/img/tit_products_category.gif) left top no-repeat;
	height:25px;
	text-indent:-9999px;
	width:198px;
}
div.productsCategory ul.categoryMenu {
	margin:0;
	padding:0;
}
div.productsCategory ul.categoryMenu li {
	list-style:none;
	background:url(img2/common/bg_dot_line_gray.gif) left bottom repeat-x #F2F2F2;
	padding:4px 0px 4px 0px;
	margin-bottom:0px;
	font-size:13px;
}
div.productsCategory ul.categoryMenu li.MenuLast {
	background:#F2F2F2;
}

div.productsCategory ul.categoryMenu li a {
	display:block;
	background:url(/img2/common/arrow1.gif) 10px 13px no-repeat;
	overflow:hidden;
	padding:8px 10px 8px 25px;
	width:190px;
}
div.productsCategory ul.categoryMenu li a.current {
	display:block;
	background:url(../img/icon_sankaku_current.gif) 8px 14px no-repeat #FFFFFF;
	padding:8px 0 8px 20px;
	width:190px;
}
/*---- サイドメニュータイトル ----*/
.sMenu{
	background:url(img2/common/bg_sidemenu.jpg);
	margin:0px 0px 0px 10px;
	width:225px;
	height:22px;
	border-top:#ccc 1px solid;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	text-align:center;
	padding-top:13px;
	font-weight:bold;
	color:#fff;
}
.mTitle{
	background:url(/img2/common/title_bg.jpg) no-repeat;
	margin:0px;
	width:684px;
	height:26px;
	text-align:left;
	padding-top:10px;
	padding-left:20px;
	font-weight:bold;
	color:#0099CC;
}
.mTitle2{
	background:url(/img2/common/title2_bg.jpg) no-repeat;
	margin:0px;
	margin-top:10px;
	width:684px;
	height:26px;
	text-align:left;
	padding-top:7px;
	padding-left:20px;
	font-weight:bold;
	color:#666;
	font-size:13px;
}
.toTop{
	width:684px;
	padding-right:15px;
	text-align:right;
	background:url(/img2/common/totop.gif) no-repeat right;
}
.breadcrumb{
	margin:0 auto;
	margin-bottom:5px;
	padding:0;
}
/*---- トピックス ----*/
dl.topTopics {
	margin-bottom: 20px;
	margin-top:5px;
	line-height: 1.5;
}
dl.topTopics dt {
	padding-left: 10px;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	background: url(img2/common/icon_ln01.gif) no-repeat 0 50%;
}
dl.topTopics dd {
	margin-left:0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: url(img2/common/bgline01.gif) repeat-x left bottom;
}
dl.topTopics dd.end {
	margin: 0;
	padding: 0;
	background: none;
}
/*---------------------*/
ul#fNavi{
	margin:0 0 10px 0;
	padding:0;
}
ul#fNavi li{
	display:inline;
	margin-right:8px;
}
ul#fNavi li a{
	color:#fff;
}
