@charset "utf-8";
/* 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:#FF7800;
}
.fontnavyblue{
	color:#3d457a;
}
.fontpink{
	color:#e9a399;
}
.fontbrown{
	color:#8C6141
}
/* 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 0px;
}


/****************************/
#header_menu,
#header_menu *{
	font-size:small;
}
#pankuzu,
#pankuzu *{
	color:#000000;
	text-decoration:none;
	font-size:95%;
}
#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%;
	text-decoration:none;
	color:#AB755B;
}
/****************************/
