@import url("header.css");
/* スクロールバーを常に表示 */
html {  
    overflow-y:scroll;  
}

body {
/*	font-family: Arial, Helvetica, sans-serif, Osaka, "ＭＳ Ｐゴシック";*/
	font-family: sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 175%;
	-webkit-text-size-adjust:none;
}

div {
	margin: 0px;
	padding: 0px;
}

/* リンクの設定 */
a:link {
	color: #0066CC;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #FFA500;
}

/* 外部リンクのアイコン付き */
a.outlink {
	background-image: url(img/icon_outlink.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}
/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* グローバルナビゲーション ----------------------------------------------------------------- */
#container #gnavi {
	height: 40px;
	width: 950px;
	margin-bottom: 10px;
}

#container #gnavi .swap {
}

#container #gnavi ul {
	height: 40px;
	width: 950px;
	margin: 0px;
	padding: 0px;
}
#container #gnavi li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* パンくずリスト -------------------------------------------------------------------------- */
#pankuzu {
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 10px;
	background-image: url(img/dotline_yoko.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 5px;
}
/* コンテンツ------------------------------------------------------------------------------- */
#container {
	height: 100%;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	/*background-image: url(img/container_back.gif);
	background-repeat: repeat-y;
	background-position: left top;*/
	/*overflow: hidden;*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/* ブラウザを縮めてスクロールした時の背景切れを防ぐハック */
/**/
body > div#container {height: auto;}
/**/
/* 親要素の背景を小要素の背景にも適応させるハック */
/**/
* html div#container {
	overflow: visible;
}
/* 各ページのヘッダー----------------------------------------------------------------------- */
div#content_header {
	clear: both;
	height: auto;
	width: 950px;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 15px; /* 30px */
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
div#content_header h2 {
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px; /* 30px */
	margin-left: 0px;
	line-height: 190%;
}
div#content_header h3 {
	font-size: 16px;
}

/* 内容------------------------------------------------------------------------------------ */
div#container div#content {
	height: auto;
	width: 950px;
	background-image: url(img/content_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	/*clear: both;
	overflow: hidden;*/
}

/* ブラウザを縮めてスクロールした時の背景切れを防ぐハック */
/**/
body > div#content {height: auto;}
/**/
/* 親要素の背景を小要素の背景にも適応させるハック */
/**/
* html div#content {
	overflow: visible;
}

div#container div#content h3 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0066CC;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(img/h3_back.jpg);
	background-position: left bottom;
	color: #003366;
	font-size: 14px;
}
div#container div#content h3.h3_high {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0066CC;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(img/h3_back_high.jpg);
	background-position: left bottom;
	color: #003366;
	font-size: 14px;
}
/* ---------------------------------------------------------------------------------------- */
/* ※左右を分けるラインを表示しない場合------------------------------------------------------- */
div#container div#content_noline {
	height: auto;
	width: 950px;
	clear: both;
	overflow: hidden;
}

/* ブラウザを縮めてスクロールした時の背景切れを防ぐハック */
/**/
body > div#content_noline {height: auto;}
/**/
/* 親要素の背景を小要素の背景にも適応させるハック */
/**/
* html div#content_noline {
	overflow: visible;
}

div#container div#content_noline h3 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0066CC;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(img/h3_back.jpg);
	background-position: left bottom;
	color: #003366;
	font-size: 14px;
}

/* 内容左側--------------------------------------------------------------------------------- */
div#container div#content div#content_lef {
	float: left;
	height: auto;
	width: 692px;
}

/* 内容右側--------------------------------------------------------------------------------- */
div#container div#content div#content_rig {
	float: right;
	height: auto;
	width: 228px;
}

/* このページのトップへ--------------------------------------------------------------------- */
p.pagetop {
	font-size: 10px;
	text-align: right;
}

/* サイドナビゲーション--------------------------------------------------------------------- */
#container #sidenavi {
	float: right;
	width: 210px;
	margin: 0px;
	padding: 0px;
	height: auto;
}

/* フッター-------------------------------------------------------------------------------- */
#footer {
	height: 20px;
	width: 950px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/footer_overline.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	border-top: 20px solid #FFF;
}
/* コピーライト----------------------------------------------------------------------------- */
#footer #copyright {
	float: left;
	width: 370px;
}
/* 個人情報保護ポリシーリンクボタン---------------------------------------------------------- */
#footer #policy {
	float: right;
	width: 580px;
	text-align: right;
}


/* 個人情報保護ポリシー======================================= */

/* 個人情報保護ポリシー内容 */
#container #content div#content_lef ol#policy {
	width: auto;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
#container #content div#content_lef ol#policy li {
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
}

/* コンテンツ内ナビゲーション================================== */
div#content_rig ul.cnavi {
	padding: 0px;
	margin: 0px 0px 10px 30px;
}

div#content_rig ul.cnavi ul {
	padding-left: 7px;
	margin-left: 10px;
}

div#content_rig ul.cnavi li {
	list-style-image: url(img/arrow.gif);
	margin-bottom: 5px;
}






div#content_rig ul.subcontent {
	margin-bottom: 50px;
	margin-left: 30px;
	padding-left: 0px;
}
div#content_rig ul.subcontent li {
	list-style-position: outside;
	list-style-image: url(img/arrow.gif);
	margin-bottom: 5px;
}

/* フォント関連の設定==================================== */

.f10px {
	font-size: 10px;
	line-height: 125%;
}

.f11px {
	font-size: 11px;
}

.f12px {
	font-size: 12px;
}
.red14px {
	font-size: 14px;
	color: #CC0000;
}

.f14px_bold {
	font-size: 14px;
	font-weight: bold;
}
.f14px_red_bold {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.color_red {
	color: #CC0000;
}

p.indent12 {
	text-indent: -12px;
	padding-left: 12px;
}
p.indent12_red {
	text-indent: -12px;
	padding-left: 12px;
	color: #CC0000;
}
p.indent60 {
	text-indent: -60px;
	padding-left: 60px;
}
div.list_series {
	clear: both;
}

/* マージン／パディング関連の設定========================= */

.m_top12 {
	margin-top: 12px;
}

.m_top20 {
	margin-top: 20px;
}
.m_lef10 {
	margin-left: 10px;
}

.m_lef12 {
	margin-left: 12px;
}

.m_bot24 {
	margin-bottom: 24px;
}



div#content_lef div.bacediv {
	margin-left: 12px;
}

div.bacediv_bottomspace {
	margin-bottom: 30px;
	margin-left: 12px;
}
div.baceblock {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 12px;
}
h3.blueback {
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(img/h3_blueback.gif);
	background-repeat: no-repeat;
	background-position: left top;
}





.new {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
}
.data {
	font-family: Arial, Helvetica, sans-serif;
}


div#newslist {
	margin-left: 12px;
}
div#newslist ul {
	padding-left: 20px;
	margin: 10px 0px 0px;
}
div#newslist span.data {
	font-family: Arial, Helvetica, sans-serif;
}
div#newslist li {
	line-height: 125%;
	margin-bottom: 15px;
	list-style-position: outside;
}
.indent16 {
	text-indent: -16px;
	padding-left: 16px;
}

div#intro {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* フォーム */
table#formbace {
	width: 680px;
	margin-left: 10px;
	border-collapse: collapse;
}
table#formbace th {
	background-color: #E0FFFF;
	text-align: left;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-weight: normal;
}
table#formbace td {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
table#formbace th span.hissu {
	color: #CC0000;
}
table#formbace td.midashi {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}

table.basic_table {
	width: 680px;
	margin-left: 10px;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.m_top30 {
	margin-top: 30px;
}
.m_rig10 {
	margin-right: 10px;
}
.m_lef17 {
	margin-left: 17px;
}
.fsize10_red {
	font-size: 10px;
	line-height: 125%;
	color: #CC0000;
}
.color_blue {
	color: #0066CC;
}


/* 簡易動作確認結果へのリンクリスト */
#container #content #content_rig #kanidousa {
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 12px;
}
#container #content #content_rig #kanidousa ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-image: url(img/arrow.gif);
}
#container #content #content_rig #kanidousa #result {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #content #content_rig #kanidousa #result .os {
	margin-top: 10px;
	cursor:pointer;
	text-decoration:underline;
	color:#06C;
	font-weight: bold;
}
#container #content #content_rig #kanidousa #result ul.subos li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#container #content #content_rig #kanidousa #result ul.subos li .build {
	font-size:11px;
}

/* フォームを含むテーブル */
table#formbase {
	width: 680px;
	margin-left: 10px;
	border-collapse: collapse;
}
table#formbase th {
	font-weight: normal;
	background-color: #E0FFFF;
	text-align: left;
	padding: 2px 4px;
}
table#formbase th.midashi {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding: 4px;
}
table#formbase th .hissu {
	color: #CC0000;
}
table#formbase td {
	padding: 2px 4px;
}
table#formbase td p {
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 4px;
}