@charset "utf-8";

/*----------------------------------
 text-link style
------------------------------------*/
.style5 {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 140%;
	background-color: #FFFFFF;
}

a:link {
	color: #999999;
	text-decoration:
}
a:visited {
	color: #999999;
	text-decoration:
}
a:hover {
	color: #333333;
	background-color: #CCCCCC;
}
a:active {
	color: #000000;
}

.subTitle {
	font-size: 11px;
}

h3{ font-size: 8pt;  font-weight: bolder; }
h4{ font-size: 8pt;  font-weight: normal; }

/*----------------------------------
 p class 
------------------------------------*/
.comment {
	color: #c33;
}
.arrow {
}
.coRed {
	color: #c00;
}

.fontXs {
	font-size: 85%;
}
.fontS {
	font-size: 93%;
}
.fontL {
	font-size: 108%;
	line-height: 1.8;
}
.fontXl {
	font-size: 116%;
	line-height: 1.8;
}
.font-indent {
	text-indent: -2em;
}
.btn01 a {
	color: #000;
	font-size: 85%;
	display: inline;
	padding: 5px 7px 5px 20px;
	overflow: hidden;
	border: 1px solid #ccc;
	background: #fff;
}
.btn01 a:hover {
	color: #fff;
	border: 1px solid #0098DA;
	background: #0098DA;
}


/*----------------------------------
 margin 
------------------------------------*/
.ma-a5 {
	margin: 5px;
}
.pa-t10 {
	padding-top: 10px;
}
.pa-t20 {
	padding-top: 20px;
}
.pa-a20 {
	padding: 20px;
}

.ma-t20 {
	margin-top: 10px;
}
.ma-t40 {
	margin-top: 40px;
}
.ma-r20 {
	margin-right: 20px;
}
.ma-a20 {
	margin: 20px;
}
.ma-l30 {
	margin-left: 30px;
}
.ma-l50 {
	margin-left: 50px;
}
.pa-l30 {
	padding-left: 30px;
}
.pa-r30 {
	padding-right: 30px;
}
.pa-l100 {
	padding-left: 100px;
}
.ma-b60 {
	margin-bottom: 60px;
}


/*----------------------------------
 background 
------------------------------------*/
.bg-arrow {
	background: ;
}


/*----------------------------------
 list class
------------------------------------*/
ul.square {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	margin: -15px 0 0 30px;
}
ul.square li {
	list-style: square inside;
	margin: 7px;
}
ol {
	list-style: url(none) none inside;
	margin: 0 0 20px 25px;
}
ol li {
	list-style: decimal inside;
	margin-bottom: 8px;
	text-indent: -1.4em;
	padding-left: 1.4em;
}
ol.liRoman {
	list-style: url(none) none inside;
}
ol.liRoman li {
	list-style: lower-roman inside;
	margin: 7px;
}


/*----------------------------------
 lineBox
------------------------------------*/
/* lineBox */
.lineBox{
	border: 1px solid #ededed;
}
/*----------------------------------
 tabele class
------------------------------------*/
/* lineBox */
table.lineBox{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	padding: 0;
	line-height: 1.5;
}
table.lineBox tr {
}
table.lineBox th {
	text-align: center;
	font-weight: normal;
	padding: 4px 15px;
	border: 1px solid #CCCCCC;
}
table.lineBox td  {
	padding: 4px 15px;
	border: 1px solid #CCCCCC;
}

/*----------------------------------
 form class
------------------------------------*/
input.input1 {
}
input.input1,textarea.input1 {
	background: #fff;
	border: 1px solid #CAC9C4;
}
input.input1:hover,textarea.input1:hover {
	border: 1px solid #333;
}
input.input1:focu,textarea.input1:focus {
	background: #f1f1f1;
}
select {
	background: #fff;
}


/*----------------------------------
 hr class
------------------------------------*/
hr.solid {
	color: #ededed;
	border-top: 1px solid #ededed;
}
hr.solid2 {
	color: #EEE;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
}
hr.dot {
	display: block;
	background: ;
	height: 1px;
	border: none;
}

