/* 正規表現コンテンツに使うスタイル */
/*============目次============
　1. clear
　2. 上書き項目
　3. 共通
　4. メタ文字一覧
　5. サンプル一覧
============================*/

/*===========================
■1. ClearFix
-----------------------------
フロート要素の高さをクリアする。
============================*/
.ClearFix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.ClearFix {
	display: inline-block;
	zoom: 100%;
}
/* 文中のクリア */
BR.cl {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
/*===========================
■2. 上書き項目
============================*/

DIV#MainArea960.nobg {
	background: none;
}
DIV#MainArea960.nobg .Contents {
	float: left;
	width: 740px;
	border: 1px solid #CCC;
}
DIV#MainArea960.nobg .Contents .ContentInner {
	width: 720px;
	margin: 10px;
}
DIV#MainArea960.nobg .Section {
	width: 720px;
}
DIV#MainArea960.nobg .SectionInner {
	width: 705px;
	margin-left:15px;
}
DIV.Status {
	width: 960px;
}
/*===========================
■3. 共通
============================*/

/*---- 右ナビエリア ----*/

.RNaviArea{
	float: right;
	width: 200px;
	margin:0 0 15px 0;
	font-size: 75%;
}

DIV#MainArea960.nobg .RNavi {
	/*	background-color: #D6E2F8;*/
background:url(seiki/img/navi_middle.gif) repeat-y;
}
DIV#MainArea960.nobg .RNavi UL {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 0.7em;
	padding: 0;
}
DIV#MainArea960.nobg .RNavi DL {
	/*    margin-bottom: 20px;*/
margin:5px 7px 0px 7px;
}
DIV#MainArea960.nobg .RNavi DL.MenuList DT {
	width:175px;
	padding:8px 5px;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	background:url(seiki/img/navi_ttl.gif) no-repeat;
}
DIV#MainArea960.nobg .RNavi DL.MenuList DD {
	/*    margin: 5px;*/
margin:0px;
}
DIV#MainArea960.nobg .RNavi DL.MenuList DD span {
	background-color: #CCC;
}
DIV#MainArea960.nobg .RNavi DL.MenuList DD UL {
	list-style-type: none;/*	margin-top: 5px;*/
}
DIV#MainArea960.nobg .RNavi DL.MenuList DD UL LI {
/*	margin-bottom: 5px;*/
}
DIV#MainArea960.nobg .RNavi DL.MenuList DD UL LI A {
	display: inline-block;
	width:168px;
	background:url(seiki/img/navi_menu.gif) left center no-repeat;
	padding:7px 0 7px 17px;
	border-bottom:1px solid #ddd;/*	background: url(/common/img/tool/list_yaji_s.gif) no-repeat 2px 2px;*/
/*	padding-left: 16px;*/
/*	min-height: 20px;*/
}
DIV#MainArea960.nobg .RNavi DL.MenuList DD UL LI A:hover {
	background:url(seiki/img/navi_menu_on.gif) left center no-repeat;
	color:#fff;
}
DIV#MainArea960.nobg .BanList UL {
	list-style-type: none;
	margin:10px;
}

/* メニュー選択状態 */
DIV#MainArea960.nobg .RNavi.sample_01_selected DL.MenuList DD UL LI#sample_01 A,
DIV#MainArea960.nobg .RNavi.sample_02_selected DL.MenuList DD UL LI#sample_02 A,
DIV#MainArea960.nobg .RNavi.about_01_selected DL.MenuList DD UL LI#about_01 A,
DIV#MainArea960.nobg .RNavi.about_02_selected DL.MenuList DD UL LI#about_02 A,
DIV#MainArea960.nobg .RNavi.meta_01_selected DL.MenuList DD UL LI#meta_01 A,
DIV#MainArea960.nobg .RNavi.meta_02_selected DL.MenuList DD UL LI#meta_02 A{
	background:url(seiki/img/navi_menu_on.gif) left center no-repeat;
	color:#fff;
	text-decoration:none;
}

/*---- 右ナビエリア-mifes ----*/

DIV#MainArea960.nobg .RNavi_mifes {
	background:url(seiki/img/navi_mifes_middle.gif) repeat-y;
}
DIV#MainArea960.nobg .RNavi_mifes ul {
	margin:0;
	padding:0;
}
DIV#MainArea960.nobg .RNavi_mifes ul li {
	margin:7px 0 7px 10px;
	padding:0 0 0 10px;
	list-style:none;
	background:url(seiki/img/ar.gif) left center no-repeat;
}
/*---- 右ナビエリア-megasoft ----*/

DIV#MainArea960.nobg .RNavi_megasoft {
	margin-top:10px;
}
DIV#MainArea960.nobg .RNavi_megasoft ul {
	margin:0;
	padding:0;
}
DIV#MainArea960.nobg .RNavi_megasoft ul li {
	margin:7px 0 7px 10px;
	padding:0 0 0 10px;
	list-style:none;
	background:url(seiki/img/ar.gif) left center no-repeat;
}
/* フォント指定 */

H1, H2, H3, TABLE.seikiSampleList TH.head, TABLE.seikiSampleListR TH.head, #sample_sub .main TABLE H2, #sample_sub .main TABLE TH {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bottom10 {
	margin-bottom: 10px;
}
.bottom20 {
	margin-bottom: 20px;
}
/* 文字色指定 */

span.Cred {
	color: #FF0000;
	font-weight: bold;
	background-color: none;
}
span.Cgray {
	color: #AAAAAA;
	font-weight: bold;
	background-color: none;
}
/* 文字背景色指定 */

#sample_sub .result_search .sampleview EM, .intro_meta .sampleview EM {
	background-color: #EBDEC0;
	font-style: normal;
}
#sample_sub .result_replace .sampleview EM {
	background-color: #D2DBF0;
	font-style: normal;
}
/* 見出し */
DIV#MainArea960.nobg .title {
	/*font-size: 120%;*/
background:url(seiki/img/bk_h1.jpg) no-repeat;
	width:740px;
	height:132px;
	text-indent:-9999px;
}
.nobg .ContentInner h1 {
	background:url(seiki/img/bk_h2.gif) no-repeat;
	padding:16px 0;
	margin:0 0 15px 0;
	width:720px;
	text-indent:15px;
	font-size:130%;
	color:#9c0500;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.nobg .ContentInner h1.pat02 {
}
.nobg .ContentInner h1.pat02 span {
	font-size:55%;
	font-weight:normal;
	color:#333;
	margin-top:0;
	margin-left:10px;
	padding-top:0;
}
.nobg .ContentInner h1.pat03{
	background:url(seiki/img/bk_h2.gif) no-repeat;
	padding:0;
	margin:0 0 15px 0;
	width:720px;
	height:59px;
	text-indent:15px;
	font-size:130%;
	color:#9c0500;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.nobg .ContentInner h1.pat03 .ttl{
	float:left;
	width:500px;
	margin:16px 0 0 0;
}
.nobg .ContentInner h1.pat03 .gotoindex{
	float:right;
	width:140px;
	font-size:60%;
	margin:20px 0 0 0;
	background:url(seiki/img/ar.gif) left center no-repeat;
}

.nobg .ContentInner h2 {
	background:url(seiki/img/bk_h3.gif) no-repeat;
	padding:8px 0;
	margin:0 0 15px 0;
	width:720px;
	text-indent:45px;
	font-size:110%;
	color:#302e2c;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.nobg .ContentInner h3 {
	padding:6px 0 0 0;
	margin:10px 0 5px 15px;
	color:#7e5418;
	font-size:105%;
	border-top:1px dotted #87816d;
}
/* 段落設定 */

.nobg .ContentInner p {
	width:705px;
	margin:0 0 0 15px;
}
/*===========================
■4. メタ文字一覧
============================*/

/* 一覧表 */

TABLE.metaList {
	border-collapse: collapse;
	margin: 0 0 10px 15px;
	width: 705px;
}
TABLE.metaList TH, TABLE.metaList TD {
	font-size: 80%;
	padding: 5px 10px;
	border: 1px solid #CCC;
}
TABLE.metaList TH {
	font-weight: normal;
	letter-spacing: 0.1em;
	background-color: #EAEAEA;
	width: 20%;
}
TABLE.metaList TR.odd {
	background-color: #F7F2E6;
}
/*===========================
■5. 正規表現サンプル集
============================*/

/*----------------------------
サンプル一覧
----------------------------*/

/* 一覧表
検索：seikiSampleList
置換：seikiSampleListR
 */

TABLE.seikiSampleList, TABLE.seikiSampleListR {
	border-collapse: collapse;
	margin: 0 0 10px 15px;
	width: 705px;
}
TABLE.seikiSampleList TH, TABLE.seikiSampleList TD {
	font-size: 80%;
	font-weight: normal;
	padding: 5px 10px;
	border: 1px solid #CCC;
}
TABLE.seikiSampleListR TH, TABLE.seikiSampleListR TD {
	font-size: 80%;
	font-weight: normal;
	padding: 5px 10px;
	border: 1px solid #CCC;
}

/* cel01,2,3=40,10,50 になってたのを修正*/
/* cel02.font-size：75%になってたのを修正*/
TABLE.seikiSampleListR TH.cel01{
	width:40;
}
TABLE.seikiSampleListR TH.cel02{
	width:10%;
	font-size:72%;
	color:#444;
}
TABLE.seikiSampleListR TD.cel03{
	width:50%;
}
TABLE.seikiSampleList TH.head, TABLE.seikiSampleListR TH.head {
	padding: 10px 3px 10px 10px;
	background-color: #AAA;
	width: 50%;
}
TABLE.seikiSampleList TH.head SPAN, TABLE.seikiSampleListR TH.head SPAN {
	margin-left: 5px;
	font-size: 80%;
}
/* 奇数行に背景色つける（classの付加は自動なのでタグ書かなくてOK） */
TABLE.seikiSampleList TR.odd {
	background-color: #F7F2E6;
}
TABLE.seikiSampleList TH A, TABLE.seikiSampleListR TH A {
	background: url("/common/img/tool/list_yaji_s.gif") no-repeat scroll 2px 2px transparent;
	display: inline-block;
	min-height: 16px;
	padding-left: 16px;
}
TABLE.seikiSampleListR col.pattern {
	width: 15%;
	background-color: #EEE;
}
TABLE.seikiSampleList TD, TABLE.seikiSampleListR TD {
	letter-spacing: 0.1em;
	white-space:nowrap;
}
TABLE.seikiSampleList TD SPAN, TABLE.seikiSampleListR TD SPAN {
/*	color: #FF0000;		*/
}
TABLE.seikiSampleList TD EM, TABLE.seikiSampleListR TD EM {
	color: #666666;
	font-style: normal;
}
/*----------------------------
サンプル詳細
----------------------------*/

#sample_sub .main {
}
#sample_sub .result_search {
}
#sample_sub .result_replace {
}
#sample_sub .main TABLE {
	width:705px;
	border-collapse: collapse;
	margin: 0 0 10px 15px;
}
#sample_sub .main TABLE TH, #sample_sub .main TABLE TD {
	padding: 10px;
	border: 1px solid #CCC;
	font-size: 100%;
}
#sample_sub .main TABLE TH {
	background-color: #AAA;
	width: 30%;
}
#sample_sub .main TABLE TH.pattern {
	font-size: 90%;
	color:#333;
	letter-spacing: 0;
	background-color: #EAEAEA;
	width: 15%;
}
#sample_sub .main TABLE TD {
	letter-spacing: 0.1em;
	font-weight: bold;
	/*white-space:nowrap;*/
}
#sample_sub .main TABLE H2 {
	color: #000;
	width:100%;
	margin: 0;
	padding:0;
	font-size:100%;
	text-indent:0;
	background:none;
}
#sample_sub h3{
	margin:0px 0 5px 15px;
	color:#7e5418;
	font-size:105%;
	border-top:none;
}
.sampleview {
	border: 2px solid #CCC;
	padding: 10px 15px;
	margin-left: 15px;
	margin-top:4px;
}
.intro_meta .sampleview P, #sample_sub .result_search .sampleview P, #sample_sub .result_replace .sampleview P {
	margin:0;
	font-size: 80%;
	letter-spacing: 0.1em;
}
#sample_sub .info_meta TABLE {
	border-collapse: collapse;
	margin:0 0 0 15px;
	width: 705px;
}
#sample_sub .info_meta TABLE TH, #sample_sub .info_meta TABLE TD {
	line-height: 140%;
	padding: 5px 10px;
	border: 1px solid #CCC;
}
#sample_sub .info_meta TABLE TH {
	font-size: 80%;
	font-weight: normal;
	letter-spacing: 0.1em;
	background-color: #EAEAEA;
}
#sample_sub .info_meta TABLE TD {
	font-size: 75%;
}
/*----------------------------
ページ送り
----------------------------*/

/* pagination
ページ数（1、2、3…）でページ送り */

div#MainArea960 .Section.pagination {
	margin: 0;
	padding-top: 3px; /*IE6*/
	text-align: center;
	font-size: 90%;
	clear:both;
}
.pagination a {
	padding: 2px 5px;
	margin: 2px 5px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	color: #003399;
}
.pagination a:hover, .pagination a:active {
	background-color: #643800;
	border: 1px solid #643800;
	color: #FFFFFF;
	text-decoration: none;
}
.pagination .current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #643800;
	background-color: #643800;
	color: #FFFFFF;
}
.pagination .disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
/* pagination_wide
ページ名などでページ送り */

.pagination_wide {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 80%;
}
.pagination_wide a {
	width: 180px;
	padding: 5px;
	margin: 0 20px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	color: #003399;
	display: inline-block;
}
.pagination_wide a:hover, .pagination_wide a:active {
	background-color: #7E5418;
	border: 1px solid #7E5418;
	color: #FFFFFF;
	text-decoration: none;
}
.pagination_wide a.pagination_hidden {
	width: 180px;
	padding: 5px;
	margin: 0 20px;
	display:inline-block;
	visibility:hidden;
}
