@charset "utf-8";

/* 
++++++++++++++++++++++++++++++++++++++++++++++
	Last Updated: June 25, 2008
++++++++++++++++++++++++++++++++++++++++++++++
*/

/*----------------------------------
 text-link style
------------------------------------*/
a {
	outline: 0;
}
a:link {
	color: #c00;
	text-decoration: none;
}
a:visited {
	color: #c00;
	text-decoration: none;
}
a:hover {
	color: #f30;
	text-decoration: underline;
}


/*----------------------------------
 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;
}


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

.ma-r10 {
	margin-right: 10px;
}


/*----------------------------------
 background 
------------------------------------*/
.bg-arrow {
	background: url(../images/common/bg_arrow.gif) no-repeat left center;
}


/*----------------------------------
 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 #ccc;
}
input.input1:hover,textarea.input1:hover {
	border: 1px solid #000;
}
input.input1:focus,textarea.input1:focus {
	background: #f1f1f1;
	border: 1px solid #000;
}
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: url(../images/common/line_dot.gif) repeat-x left;
	height: 1px;
	border: none;
}
