@charset "utf-8"; 

/*
 *	Stylesheet for rokunana & Co.
 *	Copyright (C) 2007 rokunana & Co. All Rights Reserved.
 *
 *  htmlページ用設定
 */

/* *{ margin:0; padding:0;}*/
body{
	font-size:12px;	/*IE設定あり*/
	font-family :'Hiragino Kaku Gothic Pro', "メイリオ", "Arial", "ＭＳ Ｐゴシック", san-serif;
	line-height:1.5;
	color:#000;
	
}
* html body{ font-size:75%;}
/*hr{
	position:absolute;
	left:-9999px;
	width:10px;
}*/

/*ul, ul li{ list-style:none;}*/

img{
	border:none;
	vertical-align:middle;
}

/*リンク*/
a{ color:#009;}
a:hover{ text-decoration:none;}
*>a:hover{ position:relative;}
a:active{ color:#F00; text-decoration:none;}

a img{ text-decoration:none;}


/*見出し設定*/
h1{
	font-weight:normal;
	margin-bottom:10px;
	/*padding-left:25px;*/
	font-size:133%;
}
h2{
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
	margin-bottom:1em;
	font-size:12px;	/*IE設定あり*/
}
h3, h4{ margin-bottom:0.5em; font-size:12px; /*IE設定あり*/}


/*段落設定*/
p{
	padding:0;
	margin:0 0 1.5em 0;
}


/*strong, em設定*/
strong{
	font-weight:bold;
}
em{
	font-style:normal;
}

 
/*リスト設定*/

ul{ margin-bottom:1.5em;}

/*番号順リスト設定*/


/*テーブル設定*/

th, td{
	text-align:left;
	line-height:1.5;
}

table p{ margin-bottom:10px;} 
table ul,
table td .chapter,
table td p.lastP{ margin-bottom:0;}
table td .chapter{
	font-size:10px!important;
	font-size:83%;
}

.detailTable th,
.detailTable td{
	vertical-align:top;
	text-align:left;
	padding:13px 0;
	border-bottom:1px solid #CCC;
}
.detailTable th{ width:99px;}
.detailTable td{ padding-left:9px;}
.detailTable td p{ margin:0;}
/*\*/
.entry{ display:block!important;}
.entryForIE{ display:none!important;}
/**/
.entry{ display:none;}


/*テキスト関係*/
strong.payAttention{
	font-weight:bold;
	color:#FF0000;
}

