@charset ”UTF-8”;

/*
search key "="+"n"

=0 Contents
=1 text

=99 design temple
/designtemplate/design.html

*/

/*
font Property
 size
  75% = 12px
  70% = 10px
*/


/* =1 text */

.text1{	
	font-size: 75%;
	color: #333333;
/*	line-height: 150%;*/
}

.text1_s{
	font-size: 70%;
	color: #333333;	/* gre */
}

.b{ /*強調テキスト1*/
	font-weight: bold;
}

.txt_tbl_name{	/* kyouinn name */
	font-size: 75%;
	color: #674634;
}

.txt_tbl_title{	/* kyouinn katagaki */
	font-size: 75%;
	color: #666666;
}


.news_headline{
	color:#333333;
    font-size:140%;
    font-weight:bold;
	text-decoration: none;
	background: url(/common/images/title_icon.gif) 0% center no-repeat;
	padding-left: 15px;
    margin-top:20px;
}

td.pa10{
	padding-right:10px;
}

ul.disc{
	color: #333333;
	list-style-type: none;
	list-style-position: outside;
	line-height: 150%;
}

li.lh150{
	list-style-type: disc;
	line-height: 150%;
	list-style-type: none;
}

.list_arrow1{
	color:#333333;
    font-size:75%;
	font-weight: normal;
	text-decoration: none;
	background: url(/common/images/arrow01.gif) 0% center no-repeat;
	padding-left: 15px;
}


.list_pdf{
	color:#333333;
	font-weight: normal;
	text-decoration: none;
	background: url(/common/images/ico_pdf.gif) 10% center no-repeat;
	padding-left: 40px;
}

.list_excel{
	color:#333333;
	font-weight: normal;
	text-decoration: none;
	background: url(/common/images/ico_excel.gif) 10% center no-repeat;
	padding-left: 40px;
}

/* =11 a style */

/* text only link */
a.txt1:link{
	color:#000099;
	text-decoration: none;
}

a.txt1:visited{
	color: #990099;
	text-decoration: none;
}

a.txt1:active{
	color:#000099;
	text-decoration: underline;
}

a.txt1:hover{
	color:#000099;
	text-decoration: underline;
}


a.pt:link{
	min-height:9px;
    height:9px;
	color:#000099;
	text-decoration: none;
	background: url(/common/images/arrow02.gif) 10% center no-repeat;
    font-size:75%;
	padding-left: 25px;
}

a.pt:visited{
	min-height:9px;
    height:9px;
	color: #990099;
	text-decoration: none;
	background: url(/common/images/arrow02.gif) 10% center no-repeat;
    font-size:75%;
	padding-left: 25px;
}

a.pt1:active{
	min-height:9px;
    height:9px;
	color:#000099;
	text-decoration: underline;
	background: url(/common/images/arrow02.gif) 10% center no-repeat;
    font-size:75%;
	padding-left: 25px;
}

a.pt:hover{
	min-height:9px;
    height:9px;
	color:#000099;
	text-decoration: underline;
	background: url(/common/images/arrow02.gif) 10% center no-repeat;
    font-size:75%;
	padding-left: 25px;
}


/* arrow forum kouen */
a.arrow_li:link{
	min-height:9px;
    height:9px;
	color:#000099;
	text-decoration: none;
	background: url(/common/images/arrow01.gif) left center no-repeat;
	padding-left: 20px;
    margin-left:10px;
}

a.arrow_li:visited{
	min-height:9px;
    height:9px;
	color: #990099;
	text-decoration: none;
	background: url(/common/images/arrow01.gif) left center no-repeat;
	padding-left: 20px;
    margin-left:10px;
}

a.arrow_li:hover{
	min-height:9px;
    height:9px;
	color:#000099;
	text-decoration: underline;
	background: url(/common/images/arrow01.gif) left center no-repeat;
	padding-left: 20px;
    margin-left:10px;
}

a.arrow_li:active{
	min-height:9px;
    height:9px;
	color:#000099;
	text-decoration: underline;
	background: url(/common/images/arrow01.gif) left center no-repeat;
	padding-left: 20px;
    margin-left:10px;
}

/* arrow inc_lnavi */
a.arrow1:link{
	color:#000099;
	font-size: 75%;
	text-decoration: none;
	background: url(/common/images/ln_arrow.gif) left center no-repeat;
	padding-left: 15px;
}

a.arrow1:visited{
	color: #990099;
	font-size: 75%;
	text-decoration: none;
	background: url(/common/images/ln_arrow.gif) left center no-repeat;
	padding-left: 15px;
}

a.arrow1:hover{
	color:#000099;
	font-size: 75%;
	text-decoration: underline;
	background: url(/common/images/ln_arrow.gif) left center no-repeat;
	padding-left: 15px;
}

a.arrow1:active{
	color:#000099;
	font-size: 75%;
	text-decoration: underline;
	background: url(/common/images/ln_arrow.gif) left center no-repeat;
	padding-left: 15px;
}


