/* リセット */
address { 
        display: inline;
text-align:left;
	margin: 0px;
	padding: 0px;
}

td,th { 
	_font-size: 80%;
}

h1, h2, h3, h4, h5, h6,ul,li, p, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}


ul{ list-style: none;}

img{ border: none;}

A:link {  color: #0000FF; text-decoration: underline}
A:visited {  color: #663399; text-decoration: underline}
A:hover { color: #FF3300;  text-decoration: underline}


/* 回り込み解除用 */
.clear {
    zoom: 100%;
}
.clear:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/*
パーツ
--------------------------------------------*/

.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}
.align-center{
	text-align: center;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}


/* 文字新 */
.ft_S,
.ft_S_b {
	font-size: 90%;
}
.ft_L,
.ft_L_b {
	font-size: 120%;
}
.ft_LL,
.ft_LL_b {
	font-size: 130%;
}

.ft_S_b,
.ft_L_b,
.ft_LL_b {
	font-weight: bold;
}
.red {
	color: #F5401A;
}





/*　文字-----------------------*/
.pt8 {
	font-size: 8pt;
	line-height: 140%;
}

.pt9 {
	font-size: 9pt;
	line-height: 130%;
}

.pt9_b {
	font-size: 9pt;
	line-height: 130%;
	font-weight: bold;
}

.pt9_red {
	font-size: 9pt;
	color: #FF0000;
}

.pt8_red {
	font-size: 8pt;
	color: #FF0000;
	font-weight: bold;
}
	
.pt11 {
	font-size: 11pt;
}	


.pt11_b {
	font-size: 11pt;
	font-weight: bold;
}

.pt13_red {
	font-size: 13pt;
	font-weight: bold;
	color: #FF0000;
	line-height: 140%;

}


.pt13 {
	font-size: 13pt;
	font-weight: bold;
}

.pt16 {
	font-size: 16pt;
	font-weight: bold;
}

.pt16_red {
	font-size: 16pt;
	line-height: 140%;
	color: #FF0000;
	font-weight: bold;
}

.pt20_red {
	font-size: 20pt;
	line-height: 140%;
	color: #FF0000;
	font-weight: bold;
}

.pt11_red {
	font-size: 11pt;
	line-height: 140%;
	color: #FF0000;
	font-weight: bold;
}

.pt11-red {
	font-size: 11pt;
	line-height: 140%;
	color: #FF0000;
	font-weight: bold;
}


.link-gry A:link {  color: #999; text-decoration: none}
.link-gry A:visited {  color: #999; text-decoration: none}
.link-gry A:hover { color: #999;  text-decoration: underline}

.link-333 A:link {  color: #333; text-decoration: none}
.link-333 A:visited {  color: #333; text-decoration: none}
.link-333 A:hover { color: #999;  text-decoration: underline}


.link-menu A:link {  color: #666; text-decoration: none}
.link-menu A:visited {  color: #666; text-decoration: none}
.link-menu A:hover { color: #AFBC02;  text-decoration: none}


/*
リスト
--------------------------------------------*/
.list-csl li{
	margin: 2px 0;
	padding: 0 0 0 13px;
	line-height: 120%;	/* ボーダーからの上距離 */
	background: url(/img/site/icon/arrow_right.gif) no-repeat left 5px;
}




