/* ページの基本設定 */
body {
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka;
	color:#333333;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding:0px;
	text-align:center;
}


/* リンク色の設定 */
/* 見参照のリンク色 */
a:link {
	color:#0033CC;
	text-decoration:underline;
}

/* 参照済みリンク色 */
a:visited {
	color:#003366;
	text-decoration:underline;
}

/* クリックされているときの色 */
a:active {
	color:#003366;
	text-decoration:underline;
}

/* カーソルをのせた時の色 */
a:hover {
	color:#FF9900;
	text-decoration:none;
}


.graylink {
	color:#666666;
}

.graylink:link {
	color:#666666;
	text-decoration:underline;
}

.graylink:visited {
	color:#666666;
	text-decoration:underline;
}

.graylink:active {
	color:#666666;
	text-decoration:underline;
}

.graylink:hover {
	color:#666666;
	text-decoration:none;
}


/* デフォルトのタグ設定 */
h1,h2,h4,h5,h6,ul,ol,li,dl,dt,dd,img {
	margin:0px;
	padding:0px;
}

p {
	margin:0px;
	padding:0px;
}

img.clear {
	widht:auto;
	height:1px;
	margin:0px;
	padding:0px;
	visibility:hidden;
	display:block;
	clear:left;
}

hr {
	margin:0px;
	padding:0px;
	display:none;
}

img.dotted {
	display:block;
	border-top:1px dotted #cccccc;
	margin-top:10px;
	padding:0px;
	width:100%;
	height:1px;
}

table {
	table-layout:fixde;
}

strong {
	color:#893d05;
	font-size:110%;
}

#base {
	width:760px;
	height:100%;
	margin:0px auto 0px auto;
	padding:0px;
	text-align:center;
}

.shortcut {
	position:absolute;
	top:-1px;
	display:none;
}


/* ポップアップメニュー設定 */
.pop-menu-base {
	position:absolute;
	width:153px;
	z-index:500;
	border-bottom:6px solid #6A7C8B;
	visibility:hidden;
}

.pop-menu-bg {
	font-size:10px;
	line-height:100%;
	width:auto;
	border-top:1px solid #6A7C8B;
	border-right:1px solid #6A7C8B;
	border-left:1px solid #6A7C8B;
	padding:5px 0px 3px 14px;
	background-image:url('../menu-img/popmenu_ico.gif');
	background-repeat:no-repeat;
	background-color:#ffffff;
	text-align:left;
}

.pop-menu-bottom {
	width:auto;
	height:6px;
	background-color:#6A7C8B;
	background-repeat:no-repeat;
}

.pop-menu-base a:link {
	color:#666666;
	text-decoration:none;
}

.pop-menu-base a:visited {
	color:#666666;
	text-decoration:none;
}

.pop-menu-base a:active {
	color:#666666;
	text-decoration:none;
}

.pop-menu-base a:hover {
	color:#FF9900;
	text-decoration:none;
}

.clear-float {
	clear: both;
}


/* カラー設定 */
/* 強調色 */
.stress {
	color:#993300;
	text-align:left;
}

/* 強調色太字 */
.stressb {
	color:#993300;
	font-weight:bold;
	text-align:left;
}


.whiteb {
	color:#ffffff;
	font-weight:bold;
}

/* 白色 */
.white {
	color:#ffffff;
}

.gray3b {
	color:#333333;
	font-weight:bold;
}


.gray6 {
	color:#666666;
}
.gray9 {
	color: #999999;
}

.red {
	color:#FF0000;
}