@charset "UTF-8";

/* ------------
   base
--------------- */


body {
	font-size: 0.8em;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
	color: #000000;
	background: #fff;
	margin: auto;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: bold;
}

table {
	border-collapse: collapse;
}

th,
td {
	line-height: 1.5;
}

td,
embed,
object {
	vertical-align: top;
}

fieldset,
img {
	border: none;
}

em {
	font-style: normal;
	font-weight: bold;
}

hr {
	display: none;
}

/* link
------------------------------------*/
a:link {
	color: #D2691E;
	text-decoration: underline;
}

a:visited {
	color: #D2691E;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #FF8C00;
	text-decoration: underline;
}

/* common styles
------------------------------------*/
.hide {
	position: absolute;
	left: -999px;
	width: 999px;
}


/* ------------
   layout
--------------- */

body {
	text-align: center;
}

#container {
	width: 1100px;
	margin: auto;
}

.headertitle {
	margin: 0;
	padding: 5px;
	font-size: 2em;
}

.headertitle a {
	text-decoration: none;
	color: #000000;
}

#header p {
	margin: 0;
	margin-top: 8px;
	font-size: 1em;
}

#content-side {
	font-size: 0.9em;
	text-align: left;
	padding-top: 20px;
	clear: both;
}

#footer {
	font-size: 0.9em;
	text-align: center;
	padding: 10px;
	background-color: #000000;
	clear: both;
}

/* ------------
   header
--------------- */

#header {
	margin-bottom: 0px;
	border-top: 4px solid #6495ED;
	border-bottom: 4px solid #6495ED;
	text-align: left;
	background-color: #ffffff;
}