@charset "shift_jis";

/* ----------------------------------------

textdecorations CSS テキスト装飾用CSS

 ----------------------------------------*/

a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
a:active {
	color:#000;
	text-decoration:underline;
}

object,
a:focus {
	outline:none;
}

.pageswitch{
	width:540px;
	clear:both;
 	padding-top:20px;
 	padding-bottom:40px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	line-heigth:1.5em;
}

.pageswitch a {
	font-size:11px;
	line-heigth:1.5em;
}

.pageswitch a:link{
	color:#000 !important;
	text-decoration:underline !important;
}

.pageswitch a:visited {
	color:#000 !important;
	text-decoration:underline !important;
}

.pageswitch a:hover{
	color:#000 !important;
	text-decoration:underline !important;
}


.pageswitch_only{
	clear:both;
 	padding-top:20px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	line-heigth:1.5em;
	color:#208fc0;
}

.pageswitch_only a {
	font-size:13px;
	line-heigth:1.5em;
	color:#208fc0;
}

.pageswitch_only a:link{
	color:#208fc0 !important;
	border-color:#208fc0 !important;
	text-decoration:underline !important;
}

.pageswitch_only a:visited {
	color:#208fc0 !important;
	border-color:#208fc0 !important;
	text-decoration:underline !important;
}

.pageswitch_only a:hover{
	color:#208fc0 !important;
	border-color:#208fc0 !important;
	text-decoration:underline !important;
}
.blue{
	color:#e60089;
}

.red{
	color:#e60089;
	width:470px;
	margin:0 auto;
}

.sp_red{
	color:#ff0000;
}


.blue2{
	clear:both;
	color:#e60089;
	width:470px;
	margin:0 auto;
	padding:10px 0 0 0;
}

