
* {
	border: none;
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

body {
	background: #e7e5d2 url(images/bg.jpg) repeat center top;
	color: black;
	font-family: 'CI',Meiryo,sans-serif;
	font-size: 90%;
}

span.sp {
	display: none;
}

h2.img {
	color: #eeebd8;
	background: url(images/h2_img-trans.png) no-repeat left top;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 50px 0px 12px 115px;
}

body#entry div.body h2 {
	background: #001b59 url(images/h3_img_bg.gif) repeat left top;
	color: white;
	font-size: 110%;
	padding: 5px 15px;
}

p {
	line-height: 1.8em;
	margin: 10px 0px;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0px;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0px;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0px;
	text-align: center;
}

sup,
sub {
	font-size: 80%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: #e60012;
	font-weight: bold;
	overflow: hidden;
}

a:hover {
	color: #1860f3;
}

a.img-link {
	text-decoration: none;
}

a.img-link:hover {
	text-decoration: underline;
}

a.img-link img {
	border: 1px solid #383737;
}

a.img-link:hover img {
	border-color: #6c6c6c;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

a.link-btn {
	background: url(images/link_btn.gif) no-repeat 0px 6px;
	padding: 2px 5px 2px 17px;
	text-decoration: underline;
}

a.link-btn:hover {
	background-position: 2px -94px;
}

a.link-btn-prev {
	background: url(images/link_btn.gif) no-repeat 2px 6px;
	padding: 2px 5px 2px 19px;
	text-decoration: underline;
}

a.link-btn-prev:hover {
	background-position: 0px -94px;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.2em;
}

span.img-right {
	float: right;
	margin: 5px 0px 5px 20px;
}

span.img-left {
	float: left;
	margin: 5px 20px 5px 0px;
}

img.img {
	border: 1px solid #cacaca;
}

ul.list {
	line-height: 1.5em;
}

ul.list li {
	background: url(images/ul_list_li.gif) no-repeat 0px 4px;
	margin: 3px 0px;
	padding-left: 16px;
}

ul.notelist {
	color: #4a4a4a;
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0px 0px 1.8em;
}

ul.notelist li {
	padding: 2px 0px;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: 0.2em;
}

div.line {
	background: url(images/line.gif) repeat-x 0px 10px;
	clear: both;
	font-size: 5px;
	height: 20px;
}

.clear {
	clear: both;
	display: block;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/
div.indent {
	padding-left: 30px;
	width: 920px;
}

table.list-table {
	border-top: 1px solid #bfba9d;
}

table.list-table th {
	background-color: #4d1763;
	border-bottom: 1px solid #bfba9d;
	color: #eeebd8;
	font-weight: bold;
	padding: 20px 20px 20px 30px;
	text-align: right;
	vertical-align: top;
	width: 30%;
}

table.list-table td {
	background-color: #f5f3e9;
	border-bottom: 1px solid #bfba9d;
	padding: 20px 15px 20px 20px;
	width: 70%;
}

table.list-table td table th {
	background-color: #e9e9e9;
	border-bottom: 1px solid #bfba9d;
	border-top: 1px solid #062973;
	color: black;
	padding: 8px 10px;
	text-align: left;
	white-space: nowrap;
}

table.list-table td table td {
	border-bottom: 1px solid #062973;
	border-top: 1px solid #062973;
	padding: 8px 10px;
	width: auto;
}

/***********************************************************************/
#header-bg {
	background: url(images/header_bg-trans.png) repeat-x center top;
	height: 230px;
}

#header {
	height: 230px;
	margin: 0px auto;
	position: relative;
	width: 950px;
}

#header a#header-logo {
	display: block;
	height: 82px;
	left: 0px;
	position: absolute;
	top: 37px;
	width: 414px;
}

#header #header-copy {
	font-size: 85%;
	position: absolute;
	right: 0px;
	text-align: right;
	top: 62px;
}

#globalnav {
	left: 0px;
	position: absolute;
	top: 135px;
	width: 950px;
}

#globalnav ul li {
	float: left;
	height: 84px;
	padding-left: 13px;
}

#globalnav ul li.home {
	padding: 0px 12px 0px 0px;
}

#globalnav ul li a {
	background-repeat: no-repeat;
	display: block;
	font-size: 10px;
	height: 84px;
	text-decoration: none;
	text-indent: -2000em;
}

#globalnav ul li a.home {
	background-image: url(images/globalnav_home.gif);
	width: 109px;
}

#globalnav ul li a.info {
	background-image: url(images/globalnav_info.gif);
	width: 151px;
}

#globalnav ul li a.pro {
	background-image: url(images/globalnav_pro.gif);
	width: 161px;
}

#globalnav ul li a.total {
	background-image: url(images/globalnav_total.gif);
	width: 221px;
}

#globalnav ul li a.skguard {
	background-image: url(images/globalnav_skguard.gif);
	width: 241px;
}

#globalnav ul li a:hover {
	background-position: 0px -94px;
}

#globalnav ul li.active a,
#globalnav ul li.active a:hover {
	background-position: 0px -188px;
}

#titleimg {
	background: url(images/titleimg-trans.png) no-repeat center 100px;
	height: 400px;
	position: absolute;
	width: 100%;
	z-index: 2;
}

#title {
	background-color: #e7e5d2;
	background-position: center top;
	background-repeat: no-repeat;
	height: 150px;
}

#main {
	margin: 0px auto;
	width: 950px;
	padding-bottom: 50px;
}

div.main {
	background: url(images/main_bg-trans.png) repeat;
	padding: 20px 50px;
	width: 850px;
}

#footer-img {
	padding-top: 48px;
	position: relative;
}

#footerimg {
	position: absolute;
	top: 0px;
	width: 100%;
}

#footerimg div {
	margin: 0px auto;
	width: 220px;
}

#footer-bg {
	background: black url(images/footer_bg.gif) repeat-x center top;
}

#footer {
	color: #f5f3e0;
	margin: 0px auto;
	width: 950px;
}

#footer h4 {
	margin: 0px auto;
	padding: 80px 0px 40px 0px;
	width: 198px;
}

#footer #footernav ul {
	clear: both;
	padding: 5px 0px;
	text-align: center;
}

#footer #footernav ul li {
	display: inline;
}

#footer #footernav ul li a {
	border-left: 1px solid #86000d;
	color: #e60012;
	font-size: 85%;
	font-weight: normal;
	line-height: 1em;
	padding: 0px 20px;
	text-decoration: none;
}

#footer #footernav ul li.last a {
	border-right: 1px solid #86000d;
}

#footer #footernav ul li a:hover {
	color: #ff1729;
	text-decoration: underline;
}

#footer-address {
	font-size: 95%;
	padding-top: 20px;
}

#footer-address table th {
	font-weight: normal;
	line-height: 1.5em;
	padding: 10px;
	text-align: right;
	vertical-align: top;
	width: 43%;
}

#footer-address table a {
	background: url(images/link_btn_footeraddress.gif) no-repeat 0px 5px;
	color: #f5f3e0;
	font-weight: normal;
	padding: 2px 5px 2px 17px;
	text-decoration: none;
}

#footer-address table a:hover {
	background-position: 2px -95px;
	color: white;
	text-decoration: underline;
}

#footer-address table td {
	line-height: 1.5em;
	padding: 10px 0px;
	width: 57%;
}

#footer-address table td address {
	font-style: normal;
}

#footer-address table td span.tel {
	font-size: 140%;
	line-height: 1.6em;
}

p#footer-copy {
	color: #e60012;
	font-size: 70%;
	margin: 0px;
	padding: 50px 0px 10px 0px;
	text-align: center;
}

#pagetop {
	height: 70px;
	min-width: 950px;
}

#pagetop a {
	background: url(images/pagetop_bg.gif) repeat-x center top;
	cursor: pointer;
	display: block;
	width: 100%;
}

#pagetop a:hover {
	background-position: center -90px;
}

#pagetop a span {
	background: url(images/pagetop.gif) no-repeat center top;
	display: block;
	font-size: 10px;
	height: 80px;
	text-decoration: none;
	text-indent: -2000em;
	width: 100%;
}

#pagetop a span:hover {
	background-position: center -79px;
}

