@charset "euc-jp";

/*=========================================================
	index
		1. Text link
		2. Link icon
=========================================================*/

/* 1. Text link
=========================================================*/
a{
	color:#0C6BA5;
	text-decoration:none;
}
a:visited{
	color:#622C81;
}
a:hover,
a:active{
	text-decoration:underline;
}


/* 2. Link icon
=========================================================*/
.ico-next{
	padding-left:1.5em;
	min-height:11px;
	height:auto !important;
	height:11px;
	background:transparent url(../images/for_ico_next.gif) no-repeat .2em .4em;
}
a.ico-next{
	background-position:.2em .35em;
}

/* blank
---------------------------------------------------------*/
.ico-blank{
	padding-left:1.5em;
	min-height:11px;
	height:auto !important;
	height:11px;
	background:transparent url(../images/for_ico_blank.gif) no-repeat .05em .4em;
}
a.ico-blank{
	background-position:.05em .35em;
}

/* after icon */
.ico-blankA{
	padding-right:1.45em;
	min-height:11px;
	height:auto !important;
	height:11px;
	background:transparent url(../images/for_ico_blank.gif) no-repeat right .4em;
}
a.ico-blankA{
	background-position:right .35em;
}

/* print
---------------------------------------------------------*/
.ico-print{
	padding-left:1.5em;
	min-height:11px;
	height:auto !important;
	height:11px;
	background:transparent url(../images/for_ico_print.gif) no-repeat .05em .4em;
}
a.ico-print{
	background-position:.05em .35em;
}

/* pdf
---------------------------------------------------------*/
.ico-pdf{
	padding-left:1.5em;
	min-height:12px;
	height:auto !important;
	height:12px;
	background:transparent url(../images/for_ico_pdf.gif) no-repeat .05em .35em;
}
a.ico-pdf{
	background-position:.05em .30em;
}
/* after icon */
.ico-pdfA{
	padding-right:1.45em;
	min-height:12px;
	height:auto !important;
	height:12px;
	background:transparent url(../images/for_ico_pdf.gif) no-repeat right .35em;
}
a.ico-pdfA{
	background-position:right .30em;
}


/* xls
---------------------------------------------------------*/
.ico-xls{
	padding-left:1.5em;
	min-height:12px;
	height:auto !important;
	height:12px;
	background:transparent url(../images/for_ico_xls.gif) no-repeat .05em .35em;
}
a.ico-xls{
	background-position:.05em .30em;
}
/* after icon */
.ico-xlsA{
	padding-right:1.45em;
	min-height:12px;
	height:auto !important;
	height:12px;
	background:transparent url(../images/for_ico_xls.gif) no-repeat right .35em;
}
a.ico-xlsA{
	background-position:right .30em;
}


/* doc
---------------------------------------------------------*/
.ico-doc{
	padding-left:1.5em;
	min-height:12px;
	height:auto !important;
	height:12px;
	background:transparent url(../images/for_ico_doc.gif) no-repeat .05em .35em;
}
a.ico-doc{
	background-position:.05em .30em;
}
/* after icon */
.ico-docA{
	padding-right:1.45em;
	min-height:12px;
	height:auto !important;
	height:12px;
	background:transparent url(../images/for_ico_doc.gif) no-repeat right .35em;
}
a.ico-docA{
	background-position:right .30em;
}


