@charset "utf-8";
/* ----------------------------------------------------------------------------
	RESET
   ---------------------------------------------------------------------------- */
body {
	color: #000;
	background: #fff;
	font:13px "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "小塚ゴシック Pro M";
 }
@media only screen and (max-device-width: 480px) {
body {
-webkit-text-size-adjust: none;
}
}
body, div, ul, ol, li, dl, dt, dd, form, fieldset, input, textarea, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, hr, th, td {
	margin:0;
	padding:0;
	border:none
}
h1, h2, h3, h4, h5, h6, input, select, textarea {
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, b, em, strong, dt, th, caption {
	font-weight: normal;
}
em, address, optgroup, cite {
	font-style: normal;
}
caption {
	text-align: left;
}
body, div, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, dl, dt, dd, table, th, td, thead, tbody, tfoot, caption, blockquote, pre, address, form, fieldset, legend, iframe, header, footer, hgroup, section, article, nav, aside {
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
}
header, footer, hgroup, section, article, nav, aside {
	display: block;
}
li {
	list-style-position: outside;
}
ul li {
	list-style-type: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align: left;
	vertical-align: top;
	border: 1px solid #000;
}
pre {
	overflow-x: auto;
}
textarea {
	width: 99%;
	overflow: auto;
}
iframe {
	display: block;
	overflow: hidden;
	width:100%;
	
}
iframe.layout{min-width:1000px;}
sup {
	font-size: 77%;
	vertical-align: baseline;
	position: relative;
	bottom: 0.7em;
}
sub {
	font-size: 77%;
	vertical-align: baseline;
	position: relative;
	top: 0.1em;
}
a:hover {
	cursor: pointer;
	background-color: transparent;
}
/* ----------------------------------------------------------------------------
	PREFERENCES
   ---------------------------------------------------------------------------- */
body {
	/*yahoo UI:http://developer.yahoo.com/yui/fonts*/
    font:13px/1.231 'メイリオ', Meiryo, '"ＭＳ ゴシック", "Osaka－等幅" 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
 *font-size:small;
 *font:x-small;
	line-height: 1.5;
	background-color:transparent;
	text-align: center;
	color: #666666;
	min-height: 100%;
}
body, input, textarea, legend {
	color: #222;
}
del {
	color: #888;
}
body, textarea {
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Lucida Grande",  "ＭＳ Ｐゴシック", sans-serif;
}
input, select {
	font-family: "メイリオ","Lucida Grande", Arial, "ＭＳ Ｐゴシック", sans-serif;
}
code {
	font-family:"メイリオ", Menlo, "Courier New", Courier, sans-serif;
}
b, em, strong, dt, th, caption {
	font-weight: bold;
}
a:link {
	color: #359;
	text-decoration: none;
	word-wrap: break-word;
}/*リンクカラー*/
a:visited {
	color: #649;
	text-decoration: none;
}
a:focus, a:active {
	outline: none;
}
label {
	cursor: pointer;
}
hr {
	display: none;
}
/*透過設定*/
#kaitori-nagare-menu a:hover{
	filter:alpha(opacity=50);-moz-opacity:0.50;
	opacity:0.70;
	border:0;
}
/* ----------------------------------------------------------------------------
	CLASSES
   ---------------------------------------------------------------------------- */
.clear {
	clear: both;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.center * {
	text-align: left;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.right {
	float:right;
}
.left {float:left;
       clear:both;
}
/*---------------------------------------------
 pankuzu
---------------------------------------------*/
ol#pankuzu {
	width: 100%;
	margin-bottom: 10px;
}
ol.pankuzu {
	width: 100%;
}

ol#pankuzu li, ol.pankuzu li {
	list-style: none;
	line-height: 13px;
	display: inline;
	float: left;
}

ol#pankuzu li a, ol.pankuzu li a {
	margin-right: 5px;
	padding-right: 10px;
	background: url(../images/new-left/glue.gif) center right no-repeat;
	list-style:none;

}
ol.pankuzu li a.last {
	background-image: none;
	margin-right: 0px;
	padding-right: 0px;

}
ol#pankuzu a{
	color: #00F; font-weight:normal;
}
div#contents_body {
	width:700px;
	text-align:left;
	margin-top:5px;
	padding:0px 30px;
}
#contents h1 {
	font-size:150%;
	font-weight:bold;
	text-align:left;
	border-bottom:solid 1px #000;
	margin-bottom:50px;
}
#contents h2 {
	width:100%;
	font-size:105%;
	text-align:left;
	font-weight:bold;
	border-bottom:solid 1px #000;
	margin-bottom:40px;
}
@media screen and (max-width:1024px){
#right_banner{display:none;}
} /*1024px以下で非表示*/