﻿@charset "UTF-8";
@import "lib/font.css";
@import "lib/adjuster.css";
@import "lib/background.css";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	/*\*/font-family: /*"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",*/ "ＭＳ Ｐゴシック", sans-serif;/**/
	text-align: center;
	font-size: 12px;
}

a:link,
a:visited {
	text-decoration: none;
	color: #000;
}

a:hover,
a:active {
	color: #000;
	text-decoration: underline;
}

	a.blue:link,
	a.blue:visited,
	a.blue:hover,
	a.blue:active {
		color: #0852c0;
	}


ul li {
	list-style: none;
}

table {
	font-size: 100%;
	line-height: 1.35;
}

p {
	line-height: 1.7;
	margin-bottom: 12px;
}

th {
	padding: 3px 5px;
}

img {
	border: none;
}

sup {
	font-size: 10px;
	vertical-align: middle;
	position: relative;
	top: -3px;
}

select {
	font-size: 10px;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}



#header p.nav {
	font-size: 10px;
	line-height: 15px;
	text-align: right;
	margin: 0;
}

ul.bullet-arrow {
	margin: 0 0 5px;
}

ul.bullet-arrow li {
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	background: url(images/bullet-arrow.gif) no-repeat 0 .25em;
}

div.worldmap ul.bullet-arrow {
	margin: 0 0 5px;
}

div.worldmap ul.bullet-arrow li {
	float: left;
	width: 85px;
	_width: 100px;
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	background: url(images/bullet-arrow.gif) no-repeat left center;
}

ul.bullet01 li,
ul li.bullet01 {
	list-style: none;
	margin: 0 0 4px;
	padding: 0 0 0 20px;
	line-height: 1.3;
	background: url(images/bullet01_bg.gif) no-repeat 0 0em;
}

ul.bullet-dot li {
	list-style: none;
	padding: 0 0 0 7px;
	line-height: 1.7;
	background: url(images/bullet_dot.gif) no-repeat 0 0.7em;
}

#footer {
	width: 1000px;
	text-align: center;
	padding-top: 28px;
}

#footer ul#ihg_nav {
	width: 693px;
	margin: 0 auto 10px;
}

#footer ul#ihg_nav li {
	float: left;
}

/* ボーダー */
.border-pat01 {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #c8c8c8;
	background-color: #fff;
}

.border-pat02 {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #c8c8c8;
	background-color: #fff;
	padding: 10px 10px;
}

.annotation {
	font-size: 10px;
}
