@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 100%;
}
body {
	background-color: #f4f2f0;
	color: #333330;
}
h1, h2, h3, dt, #totop, #footer {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #444440;
}
h1 {
	margin: 0 5px 0 0;
	padding: 6px 23px 8px 23px;
	line-height: 1.2;
	background-color: #39414e;
	background-image: url(images/back-h1.gif);
	background-repeat: repeat-y;
	font-size: 200%;
	font-weight: normal;
	color: white;
}
h2 {
	margin-top: 0px;
	line-height: 1;
	font-size: 180%;
	font-weight: normal;
}
h3 {
	margin-top: 0px;
	font-size: 120%;
}
p, ul, ol, dl, pre { 
	padding-left: 10px;
	padding-right: 10px;
}
pre {
	font-size: 90%;
	background-color: #f3eeee;
	padding: 4px 0 4px 1em;
}
dt {
	margin-top: 1em;
}
dd  {
	padding-left: 2em;
}
table {
	background-color: #2a6eb3;
	font-size: 90%;
}
th, td {
	padding: 6px 8px 4px 8px;
	background-color: white;
	vertical-align: top;
}
th {
	text-align: left;
	background-color: #3d83c9;
	background-image: url(images/back-th.gif);
	background-repeat: repeat-x;
	background-position: 0 100% ;
	color: white;
}
td p {
	margin: 0;
}
img {
	vertical-align: bottom;
}
a img {
	border: none;
}

/* -------------------------------------------  container */
#container {
	width: 600px;
	background-color: white;
}

/* ----------------------------------------------- header */
#header {
	margin: 0;
	padding-top: 130px;
	list-style-type: none;
}
head+body #header {
	padding-top: 77px;
}
#logo {
	position: absolute;
	top: 0;
	left: 0; 
	margin: 0;
	width: 600px;
	height: 55px;
	background-color: #357bc4;
	background-image: url(img/top.gif);
	background-repeat: repeat-x;
}
head+body #logo {
	position: fixed;
}
#logo a {
	display: block;
	line-height: 1;
	padding-top: 5px;
	padding-left: 10px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12pt;
	color: white;
}
#logo a:link, #logo a:visited {
	text-decoration: none;
}
#logo a:hover {
	text-decoration: underline;
}
#mainnav {
	position: absolute;
	left: 0;
	top: 55px;
	margin-top: 0;
	margin-bottom: 0;
	width: 580px;
	height: 22px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	line-height:14px;
	font-size:14px;
	list-style-type: none;
	background-image: url(img/back-mainnavi.gif);
	background-repeat: repeat-x;
}
head+body #mainnav {
	position: fixed;
	background-image: url(img/back-mainnavi.png);
}
#mainnav li {
	float: right;
	padding: 4px 8px 0 8px;
	font-size: 80%;
}
#mainnav a:link, #mainnav a:visited {
	color: #3366FF;
	text-decoration: none;
}
#mainnav a:hover {
	background-color: #3366FF;
	color: white;
}
#breadcrumbs {
	margin: 0px;
	padding: 5px 24px 0px 5px;
	background-color: #3366CC;
	font-size: 80%;
	color: white;
}
head+body #breadcrumbs {
	padding-top: 0px
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color: white;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: white;
	text-decoration: underline;
}

/* ---------------------------------------------- content */
#content {
	width: 450px;
	float: left;
}
#content * {
	margin-left: 0px;
	margin-right: 0px;
}
#content p {
	color: #666666;
	width: 415px;
	text-align: left;
	vertical-align: middle;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	line-height:16px;
	font-size:14px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-right: 8px;
}
.mini {
	display: block;
	color: #FF3300;
	width: 390px;
	text-align: left;
	vertical-align: middle;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	line-height:14px;
	font-size:12px;
	margin: 0px;
	padding: 0px 5px 0px 15px;
}
.faq {
	display: block;
	color: #666666;
	width: 390px;
	text-align: left;
	vertical-align: middle;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	line-height:14px;
	font-size:12px;
	margin: 0px;
	padding: 0px 5px 0px 15px;
}
#content h2 {
	margin-left: 0px;
}
#content ul {
	list-style-type: none;
}
#content li {
	background-image: url(images/back-li.gif);
	background-position: 1px 0.5em;
	background-repeat: no-repeat;
	padding-left: 0px;
}
.ptn1 {
	display: block;
	background:transparent url(img/ptn1.gif) no-repeat 10px 0px;
	background-repeat: no-repeat;
	color: #666666;
	width: 400px;
	height: 45px;
	text-align: left;
	vertical-align: middle;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	line-height:14px;
	font-size:12px;
	margin: 0px;
	padding-top: 100px;
	padding-left: 25px;
	padding-right: 10px;
}
.ptn2 {
	display: block;
	background:transparent url(img/ptn2.gif) no-repeat 10px 0px;
	background-repeat: no-repeat;
	color: #666666;
	width: 400px;
	height: 45px;
	text-align: left;
	vertical-align: middle;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	line-height:14px;
	font-size:12px;
	margin: 0px;
	padding-top: 100px;
	padding-left: 25px;
	padding-right: 10px;
}
.ptn3 {
	display: block;
	background:transparent url(img/ptn3.gif) no-repeat 10px 0px;
	background-repeat: no-repeat;
	color: #666666;
	width: 400px;
	height: 45px;
	text-align: left;
	vertical-align: middle;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	line-height:14px;
	font-size:12px;
	margin: 0px;
	padding-top: 100px;
	padding-left: 25px;
	padding-right: 10px;
}

#btn1 {
	text-decoration: none;
	float:left;
	display: block;
	background:transparent url(./img/btn1.gif) no-repeat;
	width: 164px;
	height: 32px;
	padding: 0px;
	margin: 2px 10px 5px 30px;
}
#btn1:hover { background-position:0px -32px; }
#btn1 span { visibility:hidden; }
#btn2 {
	text-decoration: none;
	float:left;
	display: block;
	background:transparent url(./img/btn2.gif) no-repeat;
	width: 201px;
	height: 32px;
	padding: 0px;
	margin: 2px 0px 5px 0px;
}
#btn2:hover { background-position:0px -32px; }
#btn2 span { visibility:hidden; }
#btn3 {
	text-decoration: none;
	display: block;
	background:transparent url(./img/btn2.gif) no-repeat;
	width: 201px;
	height: 32px;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}
#btn3:hover { background-position:0px -32px; }
#btn3 span { visibility:hidden; }

#content * * {
	margin-left: 0;
	margin-right: 0;
}

#totop {
	display: block;
	width: 450px;
	font-size: 12px;
	text-align: right;
}
#totop a {
	text-decoration: none;
	color: #666655;
}

/* ----------------------------------------------- subnav */
#subnav {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	line-height:12px;
	font-size:10px;
	text-align: center;
	float: left;
	width: 150px;
}
#subnav * {
	margin: 0px;
}
#subnav * * {
	margin: 0;
}
#subnav table {
	width: 150px;
}
#subnav ul {
	list-style-type: none;
}
#subnav li {
	background-image: url(images/back-li.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	padding-left: 0px;
}

#subbtn0 {
	text-decoration: none;
	float:left;
	display: block;
	background:transparent url(./img/subbtn0.gif) no-repeat;
	width: 150px;
	height: 21px;
	padding: 0px;
	margin: 0px;
	border: none;
}
#subbtn0:hover { background-position:0px -21px; }
#subbtn0 span { visibility:hidden; }
#subbtn1 {
	text-decoration: none;
	float:left;
	display: block;
	background:transparent url(./img/subbtn1.gif) no-repeat;
	width: 150px;
	height: 21px;
	padding: 0px;
	margin: 0px;
	border: none;
}
#subbtn1:hover { background-position:0px -21px; }
#subbtn1 span { visibility:hidden; }
#subbtn2 {
	text-decoration: none;
	float:left;
	display: block;
	background:transparent url(./img/subbtn2.gif) no-repeat;
	width: 150px;
	height: 21px;
	padding: 0px;
	margin: 0px;
}
#subbtn2:hover { background-position:0px -21px; }
#subbtn2 span { visibility:hidden; }
#subbtn3 {
	text-decoration: none;
	float:left;
	display: block;
	background:transparent url(./img/subbtn3.gif) no-repeat;
	width: 150px;
	height: 21px;
	padding: 0px;
	margin: 0px;
}
#subbtn3:hover { background-position:0px -21px; }
#subbtn3 span { visibility:hidden; }
#subbtn4 {
	text-decoration: none;
	float:left;
	display: block;
	background:transparent url(./img/subbtn4.gif) no-repeat;
	width: 150px;
	height: 21px;
	padding: 0px;
	margin: 0px;
}
#subbtn4:hover { background-position:0px -21px; }
#subbtn4 span { visibility:hidden; }
#subbtn5 {
	text-decoration: none;
	float:left;
	display: block;
	background:transparent url(./img/subbtn5.gif) no-repeat;
	width: 150px;
	height: 21px;
	padding: 0px;
	margin: 0px;
}
#subbtn5:hover { background-position:0px -21px; }
#subbtn5 span { visibility:hidden; }

.submini {
	display: block;
	color: #666666;
	width: 130px;
	height: auto;
	text-align: left;
	margin: 0px;
	padding: 5px 10px 5px 10px;
}

/* ----------------------------------------------- footer */
#footer {
	width: 600px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
	line-height:12px;
	font-size:10px;
}

/* ------------------------------------------ sample only */
head+body #caution1006 {
	border: 1px solid red;
	padding-top: 130px;
}
