@charset "UTF-8";

/* small.css
**************************************************************************************

1.基本フォント設定
2.文字サイズ変更設定

**************************************************************************************/ 



/* 1.基本フォント設定
=============================================================================*/

/*
77% = 10px	| 	122% = 16px	|	167% = 22px	
85% = 11px	|	129% = 17px	|	174% = 23px
93% = 12px	|	136% = 18px	|	182% = 24px
100% = 13px	|	144% = 19px	|	189% = 25px
107% = 14px	|	154% = 20px	|	197% = 26px
114% = 15px	|	159% = 21px	|
*/


.small{font-size:77%;}
.normal{font-size:93%;}
.large{font-size:107%;}
.bold{font-weight:bold;}
.tx-left{text-align:left;}
.tx-right{text-align:right;}
.tx-center{text-arign:center;}

div.font-nojs{
font-size:10px;
color:#666666;
}

p.bread,
p.cap,
p.pagetop,
p.plug-in-tx,
div.anchor table td.find,
#footer p.copy{
font-size:77%;
}

p.pagetop{
letter-spacing:normal;
}

#green div.junction dl dd,
#main dl.news,
td.t-cap,
p.tx,
div.anchor table td,
ul,
ol,
#member div.list dl,
#main table.in td,
#lnavi table td,
#contents_footer table.catetop td,
#footer div.mnavi-area ul.mnavi,
#footer p.sig,
#sitemap #main ul.third li a,
#green select{
font-size:93%;
}

#main table.in td table.in-in td,
ul ul,
ul ol,
ol ol{
font-size:108%;
}

ol ul ul{
font-size:93%;
}

p.tx{
line-height:1.7em;
}

div.anchor table td{
line-height:1.2em;
}

#lnavi table td{
line-height:1.2em;
}

#main table td.head{
font-size:107%;
font-weight:bold;
}

#main p.print{
font-size:107%;
}

#form #main table td.head{
font-size:93%;
font-weight:bold;
}

#form #main table.in td table.in-in td.head{
font-size:108%;
font-weight:bold;
}

#form #main p.error{
font-size:107%;
font-weight:bold;
}

#form #main p.thanks{
font-size:136%;
font-weight:bold;
}

#member h1{
 font-size:129%;
 font-weight:bold;
}

h2{
font-size:122%;
font-weight:bold;
}

h3{
font-size:114%;
font-weight:bold;
}

h4{
font-size:107%;
font-weight:bold;
}

h5{
font-size:93%;
font-weight:bold;
}

#green #main p.green-ask{
font-size:136%;
}


/* 2.文字サイズ変更設定
=============================================================================*/
#header dl.fsize dd.small,
#header dl.fsize dd.small a{
 background-position: -68px -26px;
}
