@charset "utf-8";

/*-------------------------------------------------------------------

	Structure Module

-------------------------------------------------------------------*/

body {
	background-image: url(/assets/images/mr/common/bg/body.gif);
	background-color: #fafcfe;
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #333;
	font-family: "ＭＳ Ｐゴシック", Osaka,arial,helvetica,clean,sans-serif;
	line-height: 1.4;
	vertical-align: text-bottom;
	min-width: 970px;
}

img {
	vertical-align: top;
}

/*-------------------------------------------------------------------

	Text Module

-------------------------------------------------------------------*/

h1 {
}

h2,
h3 {
	margin: 30px -5px 0;
}

h4,
h5 {
	margin: 20px 0 0 -5px;
}

p,
ul,
ol,
dl,
table {
	margin-top: 20px;
	word-wrap: break-word;
}

ul ul,
ul ol,
ol ul,
ol ol,
ul dl,
ul p,
dl ul,
dl p {
	margin-top: 0;
}

ul li {
	background-image: url("/assets/images/common/icon/square_blue.gif");
	background-position: 0 0.5em;
	background-repeat: no-repeat;
	padding-left: 14px;
}

ol {
	list-style-type: decimal;
	margin-left: 19px;
	*margin-left: 23px;
}

ul li,
ol li {
	margin-top: 7px;
}

ul li:first-child,
ol li:first-child {
	margin-top: 0;
}

li ul,
li ol{
	margin-left: 14px;
}

li ul li {
	background: none;
	list-style-type: circle;
	padding-left: 0;
}

li ol li {
	background: none;
	list-style-type: decimal;
	padding-left: 0;
}

/* Exception Rules */
div#main > h2:first-child {
	margin-top: 20px;
}
h2 + h3,
h3 + h4,
h4 + h5 {
	margin-top: 10px;
}

h2 + p,
h3 + p,
h4 + p,
h5 + p,
h2 + ul,
h3 + ul,
h4 + ul,
h5 + ul,
h2 + dl,
h3 + dl,
h4 + dl,
h5 + dl {
	margin-top: 10px;
}

/*-------------------------------------------------------------------

	Hypertext Module

-------------------------------------------------------------------*/

a:link {
	color: #0b63b4;
	text-decoration: underline;
}

a:visited {
	color: #0b63b4;
}

a:hover,
a:active,
a:focus {
	color: #7aafe4;
}

a img {
	border: none;
}

/*-------------------------------------------------------------------

	Table Module

-------------------------------------------------------------------*/

table {
	width: 100%;
	background-color: #d8d8d8;
}

tr {
}

th,
td {
	border: 1px solid #fff;
	font-weight: normal;
	padding: 8px 10px;
}

th {
	background-color: #eee;
	width: 175px;
}

th[colspan] {
	*width: auto;
}

thead th {
	text-align: center;
	width: auto;
}

td {
	background-color: #fff;
}

/*-------------------------------------------------------------------

	Form Module

-------------------------------------------------------------------*/

form,
fieldset {
	display: inline;
}

input.inputField {
}

input.inputField,
textarea {
	color: #333;
	padding: 1px 2px;
	border: 1px solid #a8a8a8;
}

input.inputField:hover,
textarea:hover {
	border: 1px solid #6b91dd;
}

input.inputField:focus,
textarea:focus {
	border: 1px solid #a8a8a8;
}

label input {
	margin-right: 0.3em;
	vertical-align: top;
}

textarea {
	overflow: auto;
}
