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

html {
	min-width: 1100px;
	overflow-y: scroll;
}

body {
	background: url(images/bg.gif) repeat-y center top;
	color: #00605d;
	font-family: 'CI',Meiryo,sans-serif;
	font-size: 95%;
}

span.sp {
	display: none;
}

h1,
h2,
h3,
h4,
h5 {
	text-align: center;
}

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: #053b5c;
	overflow: hidden;
}

a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	opacity: 0.70;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a.link-btn {
	background: url(images/link_btn.gif) no-repeat right center;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.30);
	color: #002290;
	font-size: 120%;
	font-weight: bold;
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.30);
	padding: 10px 60px 10px 50px;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.30);
}

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.orange {
	color: #ff7d00;
}

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.4em;
}

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 {
	border-top: 1px solid #b7caca;
	line-height: 1.5em;
	margin-top: 5px;
}

ul.list li {
	background: url(images/ul_list_li.png) no-repeat 255px 14px;
	border-bottom: 1px solid #b7caca;
	display: block;
	padding: 8px 0px 8px 272px;
}

ul.list li ul.notelist li {
	background-image: none;
	border: none;
	padding: 3px 0px;
}

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

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 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;
	display: block;
	font-size: 5px;
	height: 20px;
	text-indent: -2000em;
}

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.bg-lattice {
	background: url(images/bg_lattice.png) repeat;
}

div.bg-lattice-shadow {
	background: url(images/bg_lattice_shadow.png) repeat-x center top;
}

div.contents-line {
	border-top: 27px solid #32a140;
}

div.bg-gray {
	background-color: #f5f5f5;
}

table.list-table {
	border-top: 1px dotted #343434;
}

table.list-table th {
	border-bottom: 1px dotted #343434;
	font-weight: normal;
	padding: 16px 30px;
	text-align: right;
	width: 40%;
}

table.list-table td {
	border: none;
	border-bottom: 1px dotted #343434;
	padding: 15px 30px;
}

/***********************************************************************/
#header {
	background: url(images/header_bg.jpg) no-repeat center top;
}

#header-text {
	background: url(images/header_text_bg.png) repeat;
}

#header-text h1 {
	color: white;
	font-size: 75%;
	font-weight: normal;
	line-height: 1em;
	margin: 0px auto;
	padding: 16px 0px;

}

div.main {
	margin: 0px auto;
	width: 950px;
}

div.main-s {
	margin: 0px auto;
	width: 700px;
}

#footer {
	background: url(images/footer_bg.jpg) no-repeat center top;
	color: white;
	padding: 40px 0px 30px 0px;
}

#footer a {
	color: white;
}

#footer h3 {
	padding: 15px 0px;
}

#footer p {
	font-size: 85%;
	margin: 5px;
}

#footer p#footer-tel {
	font-size: 140%;
	text-align: center;
}

#footer p#footer-tel strong {
	font-size: 120%;
	font-weight: normal;
}

p#copyright {
	background-color: white;
	color: #00605d;
	font-size: 75%;
	margin: 0px;
	padding: 10px;
	text-align: center;
}

#pagetop {
	height: 151px;
	position: fixed;
	right: 0px;
	width: 53px;
}

