@charset "utf-8";

/*-------------------------------------
  basic
-------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

body {
    color: #555555;
	font-family: Verdana, Arial, Helvetica, clean, sans-serif;
    font-size: 0.8em;
    background-color: #CCCCCC;
}

img {
	border: 0;
}

html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
}

/*-------------------------------------
  contents
-------------------------------------*/

div#pageBody {
    width: 840px;
    background-color: #FFFFFF;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

div#contents {
    width: 800px;
    background-image: url(images/back_white.gif);
    background-repeat: repeat-y;
    margin-left: 20px;
    margin-bottom: 20px;
}

div#pageNavi {
    display: inline;
    width: 150px;
    float: left;
    margin-left: 10px;
}

div#main {
    width: 600px;
    float: left;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 15px;
    border-left-width: 1px;
    border-left-color: #555555;
    border-left-style: dotted; 
    border-right-width: 1px;
    border-right-color: #555555;
    border-right-style: dotted; 
}

p.siteMap {
    float: left;
    margin-bottom: 10px;
    padding-right: 10px;
}

div.box {
    margin-top: 15px;
    margin-bottom: 10px;
    border: solid 1px #808080;
    width: 595px;
}

div#footer {
    clear: both;
}

div.clear {
    clear: both;
}

/*-------------------------------------
  links
-------------------------------------*/
	
dl a:link,a:visited {
    color: #555555;
    text-decoration: none;
}

dl a:hover,a:active {
    color: #ff7f00;
    text-decoration: none;
}

a:link,a:visited {
    color: #555555;
    text-decoration: none;
}

a:hover,a:active {
    color: #ff7f00;
    text-decoration: none;
}

/*-------------------------------------
  elements
-------------------------------------*/

p {
    padding-top: 10px;
    line-height: 1.6em;
}

h1#banner {
   margin: 0px 20px 25px 20px;
   padding-top: 15px;
}

h2.sectionLv2 {
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 1.0em;
    background-color: #333333;
    width: 585px;
    padding: 5px 5px 5px 10px;
}

h2#point {
	margin-top: 15px;
}

h2#advanced,
h2#chained {
	margin-top: 15px;
	margin-bottom: 5px;
}

h2#recorder {
	margin-bottom: 5px;
}

p.catch {
	width: 570px;
}

div#pageNavi ul {
    margin-right: 20px;
}

div#pageNavi ul li {
	list-style: none;
	border-top: solid 1px #555555; 
    padding-top: 10px;
    padding-bottom: 10px;
}

div#pageNavi ul li#naviNi {
	border-bottom: solid 1px #555555;
}

div.box dl {
    margin-left: 10px;
    margin-bottom: 10px;
}

div.box dl dt {
    padding-top: 10px;
}

p.siteMap a img {
    padding: 0px;
}

address {
    color: #FFFFFF;
    font-size: 0.85em;
    text-align: center;
    width: 840px;
    background-color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-style: normal;
}

div.box p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.box ul {
	margin-left: 27px;
	margin-bottom: 10px;
}

div.box ul li {
	line-height: 1.5em
}
