/* CSS SETTING for PULSE DESIGN CO.,LTD. World Wide Web */

body {
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;
}

img {
	border-style:none;
	color: #ffffff;
	background: transparent;
}

div.layout {
	text-align: center;/* IEでセンタリングさせる方法 */
}
div.layout table {
	margin: auto;/* 標準のセンタリング方法 */
	text-align: left;/* IE用方法の弊害対策用 */
}

div.corner {
	text-align: right;
}

a {/*リンクされた文字*/
    color: #006699;
    font-style: normal;
    text-decoration: none;
}
a:link {/*未訪問のリンク*/
    color: #006699;
    font-style: normal;
    text-decoration: none;
}
a:visited {/*訪問後のリンク*/
    color: #006699;
    text-decoration: none;
}
a:hover {/*マウスをのせたとき*/
    color: #ff6600;
    font-style: normal;
    text-decoration: underline;
}
a:active {/*クリック中*/
    text-decoration: none;
}

.txt16w {
	font-size: 16px; font-family: "MS UI Gothic", sans-serif;
	color: #ffffff;
	font-weight: bold;
}
.txt10w_em {
	font-size: 10px; font-family: "MS UI Gothic", sans-serif;
	color: #ffffff;
	line-height : 1.5em;
}
.txt10w {
	font-size: 10px; font-family: "MS UI Gothic", sans-serif;
	color: #ffffff;
}

.txt10b {
	font-size: 10px; font-family: "MS UI Gothic", sans-serif;
	color: #3498c8;
}
.txt10b_em {
	font-size: 10px; font-family: "MS UI Gothic", sans-serif;
	color: #3498c8;
	line-height : 1.5em;
}

.txt10g {
	font-size: 10px; font-family: "MS UI Gothic", sans-serif;
	color: #666666;
}
.txt10g_em  {
	font-size: 10px; font-family: "MS UI Gothic", sans-serif;
	color: #666666;
	line-height : 1.5em;
}

.txt10gg {
	font-size: 10px; font-family: "MS UI Gothic", sans-serif;
	color: #333333;
}
.txt10gg _em {
	font-size: 10px; font-family: "MS UI Gothic", sans-serif;
	color: #333333;
	line-height : 1.5em;
}

.txt12 {
	font-size: 12px; font-family: "MS UI Gothic", sans-serif;
	color: #000000;
}
.txt12_em {
	font-size: 12px; font-family: "MS UI Gothic", sans-serif;
	color: #000000;
	line-height : 3em;
}
.txt10 {
	font-size: 10px; font-family: "MS UI Gothic", sans-serif;
	color: #000000;
}
.txt10_em {
	font-size: 10px; font-family: "MS UI Gothic", sans-serif;
	color: #000000;
	line-height : 1.5em;
}

.admin {
	background-image: url(./images/admin_bb.gif);
}

.fence {
	background-image: url(./images/fence_back.gif);
	background-color: #3498c8;
}

.button {
	font-size: 10px;
	color: #ffffff;
	background-color: #006699;
}

.field {
	font-size: 10px;
	background-color: #3498c8;
}


/* Copyright(C) 1997-2024 PULSE DESIGN CO.,LTD. All rights reserved. */