@charset "utf-8";
/* CSS Document */

/* CSS Document */
/* grobal font style */

body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:91.6%;
}
a{
	color:#3d457a;
}
p{
	line-height:1.4;
}
/* font size */
.fontsize_plus1{
	font-size:108.3%;
}
.fontsize_plus2{
	font-size:125%;
}

/* font indent */
.fontindent{
	text-indent:1em;
}

/* font bold */
.fontbold{
	font-weight:bold;
}

/* font color */
.fontorange{
	color:#eb6101;
}
.fontnavyblue{
	color:#3d457a;
}
.fontpink{
	color:#e9a399;
}
.fontbrown{
	color:#775c30;
}
.fontblack{
	color:#000000;
}
/* line height */
.lineh14{
	line-height:1.4;
}
.lineh20{
	line-height:2.0;
}
/* text align */
.alignleft{
	text-align:left;
}
.aligncenter{
	text-align:center;
}
.alignright{
	text-align:right;
}
/* break none for IE */
.nonebreak{
	word-break:keep-all;
}
/* list asterisk */
.list_asterisk li{
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 1.5em;
	background:url(../img/icon/asterisk.gif) no-repeat;
	background-position:0px 3px;
}
/*  */
.nonedeco{
	text-decoration:none;
}
/* system error message block */
#system_error_mess{
	border:1px solid #FF3333;
	background-color:#FFCCFF;
	padding:10px;
	margin:10px 35px 10px 19px;
}


/****************************/
#header_menu,
#header_menu *{
	font-size:small;
}
#pankuzu{
	color:#000000;
	text-decoration:none;
	font-size:80%;
	text-align:right;
	padding:5px 20px;
}
#pankuzu a{
	color:#000000;
}
#pankuzu .focus{
	color:#FF7800;
}
#main_footer,
#main_footer a{
	font-size:95%;
	color:#E7897D;
	text-decoration:none;
}
#footer_inner *{
	font-size:x-small;
}
.goto_top,
.goto_top a{
	font-size:95%;
	color:#775C30;
}

html[xmlns*=""] body:last-child #footer_inner #footer_text{
	font-size:45%;
}
html[xmlns*=""] body:last-child #footer_inner #footer_banner p a{
	font-size:45%;
}

/****************************/
