@charset "utf-8";
body {
	background: #FFF url(../images/header_bg.png) repeat-x left top;
	color: #000;
	font-family: "メイリオ","Meiryo","Arial","Helvetica","ＭＳ Ｐゴシック", "MS P Gothic","Osaka","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 87%; /* 全体の文字サイズ */
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 100%;
}

img {
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}

/* --- リンク --- */
a img {
	border: none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.box-shadow {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}


a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #660;
}

/* --- カラム --- */
#wrapper {
	width: 100%;
	max-width: 1300px;
	min-width: 930px;
	background-color: #FFF;
	margin: 0 auto;
}

#header {
	background: #FFFFFF url(../images/header_bg.png) repeat-x left top;
	height: 95px;
	float: left;
	width: 50%;

}

#header_r {
	background: #FFFFFF url(../images/header_bg.png) repeat-x left top;
	float: right;
	height: 55px;
	padding: 40px 0 0 0;
	text-align: right;
	width: 50%;
}

#header_free {
	background: #FFFFFF url(../images/header_bg.png) repeat-x left top;
	height: 95px;
	width: 100%;

}

#container {
	float: left;
	margin-right: -160px;
	min-height: 700px;
	width: 100%;
	background: #FFF url(../images/mn_bg.png) repeat-y left top;
}

#container_free {
	margin-right: -160px;
	min-height: 700px;
	width: 100%;
	background-image: none;
}


#container-inner {
  float: right;
  margin-left: -210px;
  width: 100%;
}

#container-inner_free {
  width: 100%;
}

#content {
	margin: 0 155px 20px 215px;
}

#sidebar1 {
    float: left;
	padding: 5px 0;
    width: 190px;
}

#sidebar2 {
	float: right;
	margin-right: 10px;
	padding: 15px 0;
	text-align: center;
    width: 120px;
}

img.auto {
    width: 100%;
    height: auto;
}

/* --- 新着情報（トップページ） --- */
.topics {
	background: #2F58AB url(../images/topics_bg.png) repeat-x left top;
}
.topics_in {
	background: url(../images/topics_r.png) no-repeat right top;
}


div.info01 {
	margin: 0;
}

div.info01 dl {
	width: 100%; /* 新着情報の幅 */
	margin: 0 auto 3px auto; /* センタリング */
}
/* 日付エリア */
div.info01 dt {
	/*width: 6.7em;  日付エリアの幅 */
	width: 0;
	float: left;
	padding: 7px 0 6px 10px; /* 日付エリアのパディング（上右下左） */
	line-height: 150%; /* 行の高さ */
}
/* 本文エリア */
div.info01 dd {
	margin: 0;
	padding: 7px 3px 6px 8.5em; /* 本文エリアのパディング（上右下左） */
	line-height: 180%;
	border-bottom: 1px #CCC dashed;
	min-height: 2.8rem;
}

div.info01 dd.cont {
	border: none;
}

div.info01_past a {
	display:block;
	background: #999;
	padding: 10px;
}

div.info01_past a:link,
div.info01_past a:visited {
	color: #FFF;
	text-decoration: none;
}

div.info01_past a:hover {
	background-color:#666;
}

.mark_new {
	background: #C6BC76 url(../images/ico_new.png) no-repeat;
	border: 1px solid #9B8F3D; 
	border-radius: 15px;
	color: #FFF;
	font-size: 80%;
	font-weight: bold;
	padding: 0 10px;
	margin-left: 12px;
}

/* ~~ フッター ~~ */
#footer {
	padding: 0;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	background: #1B4295 url(../images/footer_bg.png) repeat-x center center;
	text-align: center;
	font-size: 80%;
	height: 27px;
}

#footer_in {
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	width: 100%;
	max-width: 1300px;
	min-width: 800px;
	margin: 0 auto;
}

.policy {
  position: absolute;
  top: 5px;
  left: 40px;
  text-align: left;
  width: 200px;
}

.policy a {
	color: #FFF;
	padding-left: 10px;
	background:url(../images/ico_navi02.gif) no-repeat center left;
}
.policy a:hover {
	color: #BFD9FF;
}

.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}