@charset "utf-8";

/*******************************
 * Initialize
*******************************/
* {
	margin: 0;
	padding: 0;
}

img {
	border-width: 0px;
	vertical-align: bottom;
}

a { color: inherit; }
a:link {
	color: inherit;
	text-decoration: none;
}
a:visited { color: inherit; text-decoration: none; }
a:hover {
	color: inherit;
	text-decoration: underline;
}
a:active { color: inherit; text-decoration: underline; }

em, strong {
	color: red;
	font-style: normal;
}

/*******************************
 * body, container
*******************************/
body {
	/* common/css/common.css -> common/img/bg.png */
	background-image: url(../img/bg.png);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #555555;
	font-family: "verdana", "ＭＳＰ ゴシック"/*, "小塚ゴシック Pro M"*/;
	font-size: 12px; /* 変更してもよい。これ以外はpxで指定しない。 */
	line-height: 1.5;
	letter-spacing: 0.1em;
}

#container {
	margin: 10px auto;
}

/*******************************
 * error style
*******************************/
#error_id {
	line-height: 1.0;
	font-size: 30px;
	text-align: center;
	margin: 30px 0px 20px;
}
#error_id span {
	font-size: 11px;
	font-weight: normal;
}

#error_state {
	width: 400px;
	padding: 10px;
	margin: auto;
	background-color: #E0E0E0;
	text-align: center;
}
#error_state > p {

}

#link_list {
	width: 300px;
	margin: 10px auto;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#link_list h2 {
	font-weight: normal;
	text-align: center;
	background-color: #FFFFFF;
	color: #555555;
}
#link_list ul {
	list-style: square;
	margin: 0px 0px 0px 25px;
	padding: 5px 0px;
}
#link_list a {
	color: #4E41BE;
}


/*******************************
 * Copyright
*******************************/
#copyright {
	padding: 20px 0px;
	text-align: center;
	font-size: 80%;
}
