/* メインのCSS */

* {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: rgb(48, 60, 140);
}

a:hover {
	color: rgb(96, 134, 185);
}

a:active {
	color: rgb(48, 60, 140);
}

.em_link {
	font-weight: bold;
}

/* */
#ua_body {
	font-family: "メイリオ", Meiryo, Verdana, Arial, sans-serif;
	background-color: rgb(204, 204, 204);
}

#content_root {
	margin-left: auto;
	margin-right: auto;
	width: 45em;
}

#content_ad {
	margin-bottom: 2em;
	text-align: right;
}

#content_body {
	background-color: rgb(255, 255, 255);
	margin: 1em 0;
	border-width: 0 3px 3px 2px;
	border-style: solid;
	border-color: rgb(184, 184, 184);
}

/* begin {header_menu} */
#header_menu {
	list-style-type: none;
	white-space: nowrap;
	overflow: hidden;

	width: 100%;
	/*height: 1.5em;*/

	padding-top: 0.2em;
	padding-bottom: 0.2em;

	background-color: rgb(66, 92, 158);
	background-image: url("image/header_menu_bg.png");
	background-repeat: repeat-x;
}

#header_menu li {
	display: inline;
	margin: 0 0.4em;
}

#header_menu li a {
	font-weight: bold;
}

#header_menu li a:link, #header_menu li a:visited {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

#header_menu li a:hover	{
	color: rgb(255,215,0);
	text-decoration: underline;
}

#header_menu li a:active {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
/* end {header_menu} */


/* begin {section} */
.section {
	margin: 1em 1em 2.5em;
}

.section h2 {
	margin: 0.5em 0;
	color: rgb(196, 32, 104);

	font-size: 125%;
}

.section ul {
	list-style-type: disc;
	list-style-position: outside;

	margin-left: 1.5em;
}

.section ul li {
	margin: 1em 0;
}

.section ul.page_contents {
	list-style-type: disc;
	list-style-position: inside;

	margin: 0;
}

.section ul.page_contents li {
	margin: 0;
}

.section p {
	margin: 1em 0;
}

.section .linedSentence {
	border-bottom: 1px dashed rgb(96, 134, 185);
}

/* end {section} */


/* begin {footer} */
.footer {
	margin: 1em 1em 0;
	padding: 1em 0;

	border-top: 1px solid rgb(48, 60, 140);

	font: bold 80% Verdana, sans-serif;
	color: rgb(96, 96, 96);
	text-align: right;
}
/* end {footer} */


/* begin {mailform} */
#mailform {
	padding-top: 1em;
	border-top: 1px solid rgb(48, 60, 140);
}
/* end {mailform} */
