@charset "utf-8";

/* ==================================================

CSS Document for primedex2010　BASE

   ================================================== */

@import url("common.css");
/* Base ------------------------------ */

* {
  font-style: normal;
  font-weight: normal;
}
html,body,h1,h2,h3,h4,h5,h6,
div,p,ol,ul,li,dl,dt,dd,
pre,blockquote,address,hr,
table,tr,th,td,
form,fieldset {
  margin: 0;
  padding: 0;
}
body {
  font-family: "メイリオ", "Meiryo", "Lucida Grande", "Verdana", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #333333;
  background:none repeat scroll 0 0 #FFFFFF;
  display:block;
}
p { margin: 1.20em 0; }
img { border: none; }
form {
  margin: 0;
  padding: 0;
}
.clr {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.center {
  margin: 0 auto;
  padding: 0;
}
/* Heading ------------------------------ */

#header {
  height:360px;
  margin:0 15px;
  padding:0;
  width:840px;
}

/* Base Layout ------------------------------ */

#container {
  position: relative;
  width: 870px;
  margin: 0 auto;
  padding: 0;
  background:url("../images/shadow.jpg") repeat-y scroll 0 0 transparent;
  text-align: left;
  font-size: 100%;
  line-height:1.5em;

}
#side {
  position: relative;
  float: left;
  height: 420px;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
#side .side-wrap {
  padding: 0px;
  margin: 14px 0;
  width: 210px;
  text-align: center;
}

#side .side-wrap img {
  margin: 0px 0 3px;
  padding: 0px;
}

#contents {
  height:auto;
  margin:0 30px;
  width:810px;
}

/* footer --------------------------------- */

#footer {
	background-color:#4D4D4D;
	clear:both;
	height:50px;
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
	width:810px;
  overflow:hidden;
}

#sitemap tr td {
border:medium none;
}
#sitemap a {
color:#FFFFFF;
display:inline;
text-decoration:none;
}
#sitemap a:hover {
text-decoration:underline;
}

#footer #sitemap {
	border:medium none;
	color:#FFFFFF;
	font-size:11px;
	height:130px;
	margin:0px;
	padding:0 0 5px 20px;
	text-align:left;
	width:810px;
}

#footer #sitemap .footer-link-wrap {
	margin: 0px 0;
	padding: 0;
	width: 157px;
	float: left;
}

#footer .footer-link-wrap  ul, 
#footer .footer-link-wrap li
 {
	list-style: none;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
  line-height: 1.8em;
}



#footer #copyright {
  font-size: 10px;
  text-align:center;
  padding: 0px;
  margin: 0px;
  height:25px;
  background-color: #e7e9ea;
}
#footer #copyright p {
  font-size: 10px;
  padding: 5px 0 0 0;
  margin: 0px;
  line-height: 1.0em;
  vertical-align: middle;
}
/* etc --------------------------------- */

.right {
  float: right;
  margin-left: 18px;
}
.left {
  float: left;
  margin-right: 15px;
}

.f-right { text-align: right; }
.f-left { text-align: left; }
.f-center { text-align: center; }
.f-center-small {
  margin: 0px;
  padding: 8px 0px;
  text-align: center;
  font-size: 10px;
  line-height: 1em;
}

.spacer {
  height: 12px;
  overflow: hidden;
}

/* Link ------------------------------------------------ */

a,
a:link {
  color: #143894;
  text-decoration: none;
}
a:visited {
  color: #996699;
}
a:active,
a:hover {
  color: #D8491B;
  text-decoration: underline;
}
/* strong ------------------------------ */

strong {
  color: #223682;
  font-weight: bold;
}

/* Clearfix ------------------------------------------------ */
#footer:after,
.contents-w520:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
}
#footer,
.contents-w520 { display: inline-block; }
/* Hides from IE-mac \*/
* html #footer,
* html .contents-w520 { height: 1%; }
#footer,
.contents-w520 { display: block; }
/* End hide from IE-mac */




