
.unixdic .body {
	line-height: 1.5em;
}
.unixdic .body code {
	color: #ff0022;
	font-size:12px;
}

/* コラム */
.unixdic .body .column {
	border: 1px solid #B9D1F0;
	margin: 0px 0px 1em 0px;
}
.unixdic .body .clm_title , .unixdic .body .hint_title , .unixdic .body .yogo_title , .unixdic .body .attention_title{
background:#FFFFFF url(/cz/static/common/images/apptitle_sub_bg.png) repeat-x scroll 0 0;
	font-weight: bold;
	padding: 4px 0.5em 0.2em 0px;
	border-bottom: 3px solid #223A70;
	font-size:90%;
}

.unixdic .body .clm_title span{
background:url(/cz/static/common/images/icon_column.gif) no-repeat 4px 0px;
padding:6px 0px 6px 29px;
}
.unixdic .body .hint_title span{
background:url(/cz/static/common/images/icon_attention.gif) no-repeat 4px 0px;
padding:3px 0px 6px 29px;
}

.unixdic .body .yogo_title span{
background:url(/cz/static/common/images/icon_yogo.gif) no-repeat 4px 0px;
padding:3px 0px 6px 29px;
}

.unixdic .body .attention_title span{
background:url(/cz/static/common/images/icon_hint.gif) no-repeat 4px 0px;
padding:3px 0px 6px 29px;
}

.unixdic .body .clm_content {
	line-height: 1.3em;
	padding: 1em 1em 0em 1em;
}
/* フォーマット */
.unixdic .body .format {
	margin: 0px 0px 12px 0px;
	padding: 0.5em 0.5em;
	background-color:#E9E9E9;
	font-family: "ＭＳ ゴシック", monospace;
	line-height: 1.3em;
	font-weight: bold;
}
/* オプション */
.unixdic .body .option {
	border: solid 1px black;
	margin: 0px 0px 1em 0px;
}

.unixdic .body .opt_title {
	font-weight: bold;
	background-color: #6483C1;
	color: white;
	padding: 0.2em 0.5em 0.2em 0.5em;
	border-bottom: solid 1px black;
		font-size: 90%;

}

.unixdic .body .opt_content {
	line-height: 1.3em;
	padding: 0em 1em 1em 1em;
	font-size: 90%;
}
.unixdic .body .opt_content dt{
	font-family: "ＭＳ ゴシック", monospace;
	line-height: 1em;
	font-weight: bold;
	display: compact;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 14px;
}

.unixdic .body .opt_content dd{
	line-height: 1.5em;
	margin-left: 2em;
}


/* テーブル */
.unixdic .body table {
	border-collapse: collapse;
	border: solid 1px black;
	margin: 0px 0px 1em 0.5em;
}
.unixdic .body table caption {
	margin: 0px auto 3px auto;
	padding: 0px 0px 0px 14px;
	font-weight:normal;
	font-size: 12px;
	line-height: 130%;
	background-image: url(/cz/static/common/images/icon_box_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align:left;
}
.unixdic .body table th {
	font-weight: bold;
	font-size: 80%;
	background-color: #5F6D93;
	color: white;
	padding: 2px 2px;
	text-align:left;
}
.unixdic .body table th.h2 {
	background-color: #999999;
}
.unixdic .body table th.h3 {
	background-color: #cccccc;
}

.unixdic .body table td {
	font-size: 80%;
	border: solid 1px black;
	padding: 2px 2px;
}

/* ソース */
.unixdic .body .src_frame {
	border: solid 0px black;
	margin: 0px 0px 1em 0px;
	font-size:90%;
}
.unixdic .body .src_frame .cap{
background-image:url(/cz/static/common/images/icon_box_blue.gif);
background-position:left center;
background-repeat:no-repeat;
font-size:12px;
font-weight:normal;
line-height:130%;
margin:0 auto 3px;
padding:0 0 0 14px;
}

.unixdic .body .src_frame pre.src{
	background-color:#FFF7D6;
	font-family:"ＭＳ ゴシック","Osaka－等幅",Monospace;
	font-size:13px;
	letter-spacing:0;
	line-height:130%;
	margin:0;
	overflow:auto;
	padding:10px;
	white-space: normal;
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.unixdic .body .src_frame pre.src a{
	font-weight: bold;
}


/* 追加分 */
.unixdic .body a{
	text-decoration:underline;
}


.unixdic ul.unix_index{
	list-style-type: none;
}
.unixdic ul.unix_index li{
	padding-left:18px;
	background:transparent url(/cz/static/common/images/b-03.gif) no-repeat scroll 0.4em 0.3em;
	float:left;
	width:15%;
	font-size:90%;
	margin-bottom:5px;
}

.unixdic ul.unix_index li.description{
  background:transparent none no-repeat scroll 0 0;
  width:75%;
  float:none;
}

.unixdic ul.unix_index li.title_only{
  width:45%;
}

.unixdic h1{
	font-size:24pt;
	float:left;
	margin-bottom:4px;
}
.unixdic .subtitle {
	border-color:#B9D1F0 #CCCCCC;
	border-style:solid dotted;
	border-width: 0px;
	clear:both;
	margin:0 0 12px 0;
	padding: 4px 4px 4px 0px;
	font-size:80%;
	line-height:1.1;
}
.unixdic .src_frame pre.src {
	white-space: nowrap;       /* css-3 */
/*	white-space: normal;*/

/*
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
*/
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/* /追加分 */

.unixdic h3 {
background:transparent url(/cz/static/common/images/b-03.gif) no-repeat scroll 0 0.4em;
font-size:90%;
padding:2px 0 0px 11px;
}

.unixdic h2 {
background:#FFFFFF url(/cz/static/common/images/article_t3_bg.gif) repeat-x scroll center bottom;
border-bottom:1px solid #B9D1F0;
border-left:10px solid #223A70;
clear:both;
color:#000000;
display:block;
font-size:100%;
letter-spacing:2px;
line-height:1.5;
margin:0 0 16px 2px;
padding:3px 6px 3px 8px;
}

.unixdic h4 {
border-bottom:1px solid #B9D1F0;
clear:both;
color:#000000;
display:block;
letter-spacing:2px;
line-height:1.5;
margin:0 0 13px 2px;
padding:3px 6px 3px 6px;
font-size:90%;
}

.unixdic a.index {
font-size:90%;
line-height:1.9;
}

.unixdic .date {
font-size:76%;
line-height:1.2;
float:right;
}

.unixdic .category {
font-size:76%;
line-height:1.2;
display: inline;
margin:1px 0 1px 0;
}

.unixdic .title {
background:transparent url(/cz/static/common/images/title_bg.gif) repeat-x scroll center bottom;
padding-bottom:12px;
margin-bottom:12px;
}

.unixdic p {
margin-bottom:1em;
}

.unixdic .centerimg .caption {
	margin: 0px auto 3px auto;
	padding: 0px 0px 0px 14px;
	font-weight:normal;
	font-size: 12px;
	line-height: 130%;
	background-image: url(/cz/static/common/images/icon_box_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.unixdic .go_unixdictop {
  margin-top:8px;
  padding-left:18px;
  background:transparent url(/cz/static/common/images/b-02.gif) no-repeat scroll 0.4em 0.3em;
  
}


/* 強調スタイル */
.unixdic .st1
{
	font-weight:bold;
	/*color: #000000;*/
	font-size: 120%;
}
.unixdic .st2
{
	font-weight: bold;
	color: #CC3333;
	font-size: 120%;
}

.unixdic .src_note {
	background:#FFFFFF;
	padding: 0.5em 0.5em;
	border:#FFCC00 1px solid;
	margin: 0px 0px 0.5em 0px;
}