@charset "utf-8";
/* CSS Document */



#mainCol {
	width:983px;
}


/*==========================================================================================

	/// 

==========================================================================================*/
#dicHead {
	position:relative;
/*	margin:0 20px 0 16px;*/
	margin:15px 10px 0;
	border-bottom:1px solid #000;
}


#contentTitle {
	float:left;
	padding-bottom:5px;
}
#lookupList1 {
	margin-left:165px;
	padding-top:4px;
}
#lookupList1 li {
	float:left;
	margin:0 5px;
	font-size:93%;
	line-height:1;
}
#lookupList1 li a {
	float:left;
	display:block;
	margin:1px;
	padding:3px 7px;
	color:#000;
	font-size:93%;
	line-height:1;
	text-decoration:none;
}
#lookupList1 li a:hover,
#lookupList1 li strong a {
	background:#000;
	color:#fff;
	text-decoration:none;
}




/*==========================================================================================

	/// 

==========================================================================================*/
#dicMain {
/*	position:relative;*/
/*	margin:0 20px 0 16px;*/
	margin:0 10px;
	padding:0;
}


#indexName {
	float:left;
	width:149px;
	padding:7px 10px 0 0;
/*
	position:relative;
	top:7px;
	right:10px;
*/
}
#indexName span {
	float:right;
	display:block;
	padding:10px;
	background:#000;
	color:#fff;
	font-size:197%;
	font-weight:bold;
	line-height:1;
}

#indexContent {
	float:right;
	width:803px;
	border-left:1px solid #000;
}




/*==========================================================================================

	/// 

==========================================================================================*/
#lookupList2 {
	padding:7px 5px 5px 10px;
	border-bottom:1px solid #000;
	background:#f0f0f0;
}
#lookupList2 li {
	float:left;
}
#lookupList2 li span,
#lookupList2 li a {
	float:left;
	display:block;
	margin:1px;
	padding:3px 7px;
	color:#f40c0c;
	font-size:93%;
	line-height:1;
	text-decoration:none;
}
#lookupList2 li a:hover,
#lookupList2 li strong a {
	background:#f40c0c;
	color:#fff;
	text-decoration:none;
}
#lookupList2 li span {
	color:#666;
}


/*==========================================================================================

	/// 

==========================================================================================*/
#indexList {
	padding:15px 0 15px 12px;
}
#indexList tr.even td {
	background:#f0f0f0;
}
#indexList tr.odd td {
	background:#fff;
}
#indexList td {
	width:262px;
	padding:8px 6px;
	text-align:left;
	vertical-align:top;
}
#indexList td a {
	display:block;
	color:#333;
	font-size:93%;
	line-height:1.4;
	text-decoration:none;
}
#indexList td a span {
	display:block;
	color:#999;
	font-size:85%;
}
#indexList td a:hover,
#indexList td a:hover span {
	color:#f40c0c;
}



/*==========================================================================================

	/// 

==========================================================================================*/
#dicContent {
	padding:15px 0 15px 12px;
}

#dicContent1 {
	float:left;
	width:430px;
}
#dicContent2 {
	float:right;
	width:338px;
	padding:0 0 17px;
	background:#ebebeb url(img/bg_diccont02_btm.gif) 0 100% no-repeat;
}


/*
==========================================================================================*/
#dicTitle {
	margin:17px 0 0;
}
#dicTitle span {
	color:000;
	font-size:123.1%;
}
#dicTitle span.ruby {
	color:#666;
	font-size:77%;
	font-weight:normal;
}


/*
==========================================================================================*/
#dicBody {
	margin:20px 0 0 1px;
	padding:0 0 20px;
	border-bottom:5px solid #e1e1e1;
}
#dicBody p {
	margin:1.5em 0;
	font-size:93%;
	line-height:1.5;
}
#dicBody p strong {
	font-weight:bold;
}


/*
==========================================================================================*/
#relatedEntry {
	margin:0;
	padding:20px 10px 0 17px;
	background:url(img/bg_diccont02_top.gif) 0 0 no-repeat;
}
* html #relatedEntry {}


#relatedEntry #relatedList {
/*	position:relative;*/
	clear:both;
	float:left;
	width:300px;
	height:300px;
	margin:10px 0 0;
	padding-top:0;
	overflow:auto;
}
* html #relatedEntry #relatedList {
}
*:first-child+html #relatedList {
	padding-top:0;
	margin-top:-10px;
}


/*
==========================================================================================*/
#relatedEntry .list {
	margin:0 7px 0 3px;
	padding:0;
	border-top:1px solid #cbcbcb;
}
#relatedEntry .list li {
	position:relative;
	min-height:50px;
	margin:0;
	padding:5px 0 5px 3px;
	border-right:none;
	border-bottom:1px solid #cbcbcb;
}
* html #relatedEntry .list li {
	position:static;
	clear:both;
}
#relatedEntry .list .image {
	position:absolute;
	top:5px;
	left:5px;
}
* html #relatedEntry .list .image {
	position:static;
	float:left;
	width:60px;
}
#relatedEntry .list .title {
	margin:3px 0 0 60px;
}
* html #relatedEntry .list .title {
	float:left;
	margin:3px 0 0;
}
* html #relatedEntry .list .title {
	display:inline;
}
#relatedEntry .list .title a {
	font-size:93%;
	font-weight:bold;
}

#relatedEntry .list .date {
	margin:3px 0 0 60px;
/*
	float:left;
	margin:3px 0 0;
*/
	padding-top:3px;
	color:#1D6C83;
	font-size:77%;
	font-weight:bold;
}
#relatedEntry .list .text {
	display:none;
	clear:both;
	margin-left:55px;
	font-size:77%;
}


/*
==========================================================================================*/
#dicComment {
	clear:both;
	padding:45px 10px 0 17px;
}
#dicComment .title {}
#dicComment textarea {
	width:270px;
	margin:5px 0;
	font-size:93%;
	line-height:1.3;
}
#dicComment button {
	width:150px;
	margin:5px 0 0;
	padding:2px 15px;
	background:#000;
	border:1px solid #000;
	color:#fff;
	font-size:93%;
	line-height:1;
}
#dicComment button:hover {
	background:#e70606;
	border:1px solid #e70606;
	cursor:pointer;
}
#dicComment p {
	color:#e70606;
	font-size:100%;
	margin-top:15px;
}


/*
==========================================================================================*/
#relatedLink {
	margin:20px 0 0;
}
#relatedLink li {
	margin:5px 0 0;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
}


/*
==========================================================================================*/
.contBtmNav {
	position:relative;
	height:14px;
	padding:15px 0;
}
.contBtmNav .next {
	position:absolute;
	right:10px;
}
.contBtmNav .next a {
	padding:0 15px 0 0;
	background:url(http://www.veritacafe.com/common/img/ico_arw_004.gif) no-repeat scroll 100% 50%;
	font-size:93%;
	line-height:1;
}
.contBtmNav .back {
	position:absolute;
	left:10px;
}
.contBtmNav .back a {
	padding:0 0 0 15px;
	background:url(http://www.veritacafe.com/common/img/ico_arw_006.gif) no-repeat scroll 0 50%;
	font-size:93%;
	line-height:1;
}

.pageBtmNav {
	margin-top:0;
}
.contentNav {
	margin:0;
	padding-top:40px;
}



/*==========================================================================================

	///スクロールバー

==========================================================================================*/

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
.vscrollerbase {width: 15px;background-color: white;}
.vscrollerbar {width: 15px;background-color: black;}
.hscrollerbase {height: 15px;background-color: white;}
.hscrollerbar {height: 15px;background-color: black;}
.hscrollerbar {background: #99CBCB url(horizontalbarbody_cornerjog.png) 0px -30px repeat-x;}
.vscrollerbar {background: #99CBCB url(basebarcaps_verticalbarbody.png) -15px 0px repeat-y;}
.vscrollerbar, .hscrollerbar {padding: 10px;z-index: 2;}
.vscrollerbarbeg {background: url(basebarcaps_verticalbarbody.png) -45px -30px no-repeat;width: 15px;height: 15px !important;}
.vscrollerbarend {background: url(basebarcaps_verticalbarbody.png) -45px 0px no-repeat;width: 15px;height: 15px;}
.hscrollerbarbeg {background: url(basebarcaps_verticalbarbody.png) -60px -15px no-repeat;height: 15px;width: 15px !important;}
.hscrollerbarend {background: url(basebarcaps_verticalbarbody.png) -30px -15px no-repeat;height: 15px;width: 15px;}
.scrollerjogbox {width: 15px;height: 15px;top: auto; left: auto;bottom: 0px; right: 0px;background: #4E727C url(horizontalbarbody_cornerjog.png) 0px 0px;}
.vscrollerbase {background: #D7EBDF url(basebarcaps_verticalbarbody.png) 0px 0px repeat-y;}
.vscrollerbasebeg {background: url(basebarcaps_verticalbarbody.png) -30px -30px no-repeat;width: 15px;height: 15px !important;}
.vscrollerbaseend {background: url(basebarcaps_verticalbarbody.png) -60px -30px no-repeat;height: 15px;width: 15px;}
.hscrollerbase {background: #D7EBDF url(horizontalbarbody_cornerjog.png) 0px -15px repeat-x;}
.hscrollerbasebeg {background: url(basebarcaps_verticalbarbody.png) -60px 0px no-repeat;height: 15px;width: 15px !important;}
.hscrollerbaseend {height: 15px;width: 15px;background: url(basebarcaps_verticalbarbody.png) -30px 0px no-repeat;}
.scrollerjogbox:hover {background: #5E828C url(basebarcaps_verticalbarbody.png) -45px -15px;}






/*==========================================================================================
	floatさせたボックスが親ボックスの外にはみ出す現象を回避
	(macIE用にmac-ie5.cssにも記述すること)
==========================================================================================*/

#dicHead:after,
#lookupList1:after,
#lookupList2:after,
#relatedEntry .list li :after
{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Mac IE には適用させない \*/
* html #dicHead,
* html #lookupList1,
* html #lookupList2,
* html #relatedEntry .list li
{
	height:1%;
}

/* IE7 */
*:first-child+html #dicHead,
*:first-child+html #lookupList1,
*:first-child+html #lookupList2,
*:first-child+html #relatedEntry .list li
{
 display:inline-block;
}
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */


