@charset "UTF-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	font-family: "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS P ゴシック", "MS P Gothic", "sans-Serif";
	color: #444444;
	word-break: break-all;
	background-image: url(../img/bg_blue.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	font-size: 13px;
	line-height: 150%;
}

/* サイト全体 */

html {
  overflow-y:scroll;
}

img {
  border: none;
  vertical-align: middle;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

hr {
  margin: 6px 0;
  padding: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #aaaaaa;
  height: 0;
  margin: 0;
}

.font_b {
	font-size: 15px;
	color: #6666CC;
}
.font_blue {
	font-size: 14px;
	color: #0066CC;
}

.font_b_wh {
	font-size: 15px;
	color: #FFFFFF;
}

.font_b_bk {
	font-size: 15px;
}


/* コンテンツ部 */

#container {
	width: 940px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
}
#header {
	width: 940px;
	height: 85px;
	position: relative;
}
#header-link {
	float: right;
	position: absolute;
	right: 0px;
	bottom: 4px;
}
.font_s {
	font-size: 11px;
}
#content {
	width: 940px;
	background-image: url(../img/right.gif);
	background-repeat: repeat-y;
}
#navi {
	width: 210px;
	color: #0066CB;
	padding: 0px;
	float: right;
	background-image: url(../img/r_navi_bg.gif);
}
#main {
	width: 700px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
#footer {
	height: 80px;
	width: 940px;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	padding-top: 10px;
	color: #FFFFFF;
	padding-bottom: 10px;
	margin-top: 10px;
}
.navi {
	font-size: 12px;
	line-height: 130%;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
.navi a:link {
	color : #0066CB;
}
.navi a:hover {
	color : #0066CB;
}
.navi a:active {
	color : #0066CB;
}
.navi a:visited {
	color : #0066CB;
}
.navi img {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.navi-y {
	background-color: #FFFF66;
	font-size: 12px;
	line-height: 130%;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
.navi-y img {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.footer a:link {
	color : #FFFFFF;
}
.footer a:hover {
	color : #FFFFFF;
}
.footer a:active {
	color : #FFFFFF;
}
.footer a:visited {
	color : #FFFFFF;
}
p {
	margin: 0px;
	padding: 0px;
}

.floatclear {
	clear: both;
}
.img_top {
	float: left;
}

.img_top2 {
	float: right;
}
h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h3 {
	font-size: 16px;
	background-image: url(../img/title.jpg);
	background-repeat: no-repeat;
	letter-spacing: 0.3em;
	text-indent: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-weight: normal;
	margin: 0px;
	line-height: 38px;
	color: #000000;
}
h4 {
	font-size: 11px;
	color: #6699FF;
	margin-top: 1px;
	margin-bottom: 1px;
}

.sitemap {
	font-size: 14px;
	background-image: url(../img/icon_sitemap.jpg);
	background-repeat: no-repeat;
	text-indent: 22px;
	line-height: normal;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
}
.sitemap-2 {
	padding-bottom: 20px;
	padding-left: 10px;
}
/* Table -------------------------------------------- */
table.std{
	border-top:1px solid #C0C0C0;
	border-left:1px solid #C0C0C0;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	font-size: 12px;
}
.std th{
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	color:#006699;
	background-color:#DDDFE3;
	background-position:left top;
	padding:0.5em 0.4em;
	font-weight: normal;
	vertical-align: top;
}
.std td{
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	padding:0.5em 0.4em;
	vertical-align: top;
}
.memo {
	background-color: #B0CBE1;
	border: 1px solid #0066CC;
	padding: 5px;
	text-align: center;
	font-size: 12px;
}
#main .dec li {
	margin-right:10px;
	padding-left:10px;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 180%;
}
.indt{
	padding-left:80px;
	margin: 0px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 50px;
}
.indt2{
	padding-left:10px;
	line-height:160%;
}
#main .arrow li,
#main .indt2 li,
#main .arrow-pink li,
#main .arrow-blue li{
	margin-right:10px;
	padding-left:0px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
}
#main .arrow li{
	list-style-image: url(../img/arrow_02.jpg);
}
#main .arrow-pink li{
	list-style-image: url(../img/arrow_pink.jpg);
}
#main .arrow-blue li{
	list-style-image: url(../img/arrow_blue.jpg);
}
#main .indt2 li{
	list-style-image: url(../img/arrow_03.jpg);
	margin-bottom: 2px;
	vertical-align: baseline;
}
.new-s td {
	font-size: 12px;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	text-align: left;
	padding: 7px;
	width: 546px;
}
.boldlink {
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	color: #0066CC;
}
.business {
	padding-right: 10px;
	padding-left: 10px;
}
.link_r {
	float: right;
}
td.topic{
	padding: 10px;
}
.new-s a:link {
	color : #0066CC;
	text-decoration: none;
}
.new-s a:hover {
	color : #0066CC;
	text-decoration: underline;
}
.new-s a:visited {
	color : #0099FF;
	text-decoration: none;
}

/*追記分プライバシーの◯数字*/

ul.notice {
	list-style:none;
	margin:0;
	padding:0px 50px 20px 80px;
}
ul.notice li {
	text-indent:-1.3em;
	padding-left:1.3em;
}

/*ここまで追記*/