@charset "utf-8";

/* margin */
.maT5{
	margin-top:5px;
}
.maT10{
	margin-top:10px;
}
.maT20{
	margin-top:20px;
}
.maT30{
	margin-top:30px;
}
.maT43{
	margin-top:43px;
}
.maT50{
	margin-top:50px;
}
.maR10{
	margin-right:10px;
}
.maR20{
	margin-right:20px;
}
.maB10{
	margin-bottom:10px;
}
.maB20{
	margin-bottom:20px;
}
.maB50{
	margin-bottom:50px;
}
.maL5{
	margin-left:5px;
}
.maL10{
	margin-left:10px;
}
.maL20{
	margin-left:20px;
}

/* padding */
.pa3{
	padding:3px;
}
.paB10{
	padding-bottom:10px;
}
.paB20{
	padding-bottom:20px;
}
.paL25{
	padding-left:25px;
}

/* float */
.fr{ 
	float:right;
}
.fl{
	float:left;
}
.cl{
	clear:both;
}

/* font */
.bold{
	font-weight:bold;
}
.large{
	font-size:130%;
}
.large2{
	font-size:180%;
}
.large3 {
	font-size: 16px;
	font-weight: bold;
}

.green{
	color:#6ab844;
}
.green2{
	color:#006633;
}
.red{
	color:#FF0000;
}
.white{
	color:#FFFFFF;
}
.blue{
	color:#263486;
}

/* background */
.bgGreen{
	background-color:#6ab844;
}
.bgWhite{
	background-color:#FFFFFF;
}

/* display */
.block{
	display:block;
}

/* image */
img.border{
	border:1px solid #CCC;
}

/* table */
table.tdPa2 td{
	padding:2px;
}
.col1{
	width:50px;
}
.col2{
	width:200px;
}

/* ul */
ul.news{
	width:525px;
	height:250px;
	list-style:none;
	overflow:auto;
}
ul.news li{
	line-height:1.8em;
	margin-bottom:10px;
}

ul.news .newsDate{
	padding:3px;
	color:#fff;
	background:#6ab844;
}

ul.qa{
	list-style:none;
}

ul.qa li.q{
	background:url(qa/img/q.gif) top left no-repeat;
}

ul.qa li.a{
	background:url(qa/img/a.gif) top left no-repeat;
	border-bottom:1px solid #CCC;
}

/* LINK */
a:link{
	color:#000;
	text-decoration:underline;
}

a:hover{
	color:#000;
	text-decoration:underline;
}

a:visited{
	color:#000;
	text-decoration:underline;
}


/*
.numlist{
	list-style:decimal;
	margin:0;
	padding:0 0 0 25px;
}
*/
.jr1 {
	font-size: 14px;
	line-height: 180%;
	color: #0066FF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.jr2 {
	font-size: 12px;
	line-height: 200%;
	color: #333333;
	padding-bottom: 10px;
}
.hula_sche {
	font-size: 14px;
	line-height: 180%;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}

