/*
標準スタイルシート
*/

/*ボディ要素指定*/
body{
        margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
        margin-top:0px;
		font-size: 12px;
        color:#000;
        font-family: "ＭＳ Ｐゴシック", "Osaka"}
		
/*フォーム*/
textarea,input,select{
		font-size        : 12px}
/*textarea,input,select.f10{
		font-size        : xx-small}*/

/*標準リンク*/
a:link {
        color:#060;
        text-decoration:none}
a:visited {
        color: #060;
        text-decoration:none}
a:hover {
        color: #f30;
        text-decoration:underline}
a:active {
        color: #f30;
        text-decoration:underline}

a:link.footer {
		font-size:10px;
        color:#fff;
        text-decoration:none}
a:visited.footer {
		font-size:10px;
        color: #fff;
        text-decoration:none}
a:hover.footer {
		font-size:10px;
        color: #ddd;
        text-decoration:underline}
a:active.footer {
		font-size:10px;
        color: #ddd;
        text-decoration:underline}
a:link.white {
		font-size:12px;
        color:#fff;
        text-decoration:none}
a:visited.white  {
		font-size:12px;
        color: #fff;
        text-decoration:none}
a:hover.white  {
		font-size:12px;
        color: #ccc;
        text-decoration:underline}
a:active.white  {
		font-size:12px;
        color:#ccc;
        text-decoration:underline}

/*日本語標準*/
.j-12n{
        font-size: 12px;
		line-height:1.5em}
		
.j-12nb{
	font-size: 12px;
	line-height:1.5em;
	font-weight: bold;
	color: #990000;

}
		
/*日本語標準(行間1.3em)*/
.j-1213n{
        font-size: 12px;
		line-height:1.3em}

/*日本語標準（行間無し）*/
.j-12nh {
        font-size: 12px}

/*日本語小文字*/
.j-10n {
        font-size:10px;
        line-height:1.4em}

/*日本語小文字（行間無し）*/
.j-10nh {
        font-size:10px}

/*日本語大文字*/
.j-14n {
        font-size:14px;
		line-height:1.8em}
		
/*日本語大文字（行間無し）*/
.j-14nh {
        font-size:14px;}
		
/*日本語特大文字*/
.j-16n {
        font-size:16px;
		line-height:1.8em}
		
/*日本語超特大文字*/
.j-18n {
        font-size:18px;
		line-height:1.8em}

/*補足説明*/
.note {
        font-size:9px}

/*ヘルプ用*/
table.outline{
		border-top:#333333 dotted 1px;
		margin-bottom:15px;
		}
table.spec{
		border-bottom:#333333 dotted 1px;
		margin-bottom:0px;
		}
.key_title{
		font-size:12px;
		color:#FFFFFF;
		font-weight:bold;
		padding:5px;
		background-color:#333333;
		}
.key_comment{
		font-size:10px;
		color:#000000;
		font-weight:normal;
		padding:2px 5px;
		line-height:1.4em;
		vertical-align:top;
		}
img.icon{
		margin-right:5px;
		vertical-align:middle;
		
		}

ol.privacy {
	margin-left:30px;
	margin-bottom:10px;
	margin-top:-10px;
}

ol.privacy2 {
	list-style:none;
	margin-left:20px;
}

li {
	margin-bottom:8px;
}
