html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ 
  font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
  font-size: 15px;
  line-height: 1.7em;
  color: #222;
  background: #F6F4F0 url(pattern.png);}

p
{
   padding: 0;
   margin: 0 0 0.6em 0;
}

img
{ border: 0;}

h1, h2, h3, h4, h5, h6 
{ color: #000;
  padding: 0 0 5px 0;}

h1
{ font: "lucida sans unicode", arial;
  margin: 15px 0 25px 0;
  line-height: 130%;
  padding: 15px 20px 5px 0;}

h2
{ 
  padding: 5px 0 5px 5px;
  margin: 1.5em 0 1em 0;
  font: bold 160% arial;
  border-style: dotted;
  border-color: #05A4D1;
  border-width: 0px 1px 1px 0px;
  background-color: #e6f0f2;
}
h3
{ 
  font: bold 120% arial;
  padding: 0px 0px 0px 8px;
  margin: 2em 0px 1em 0px;
  border-style: solid;
  border-color: #05A4D1;
  border-width: 0px 0px 0px 5px;
}

h4
{ 
  padding: 10px 0 10px 0;}

h5
{ color: #362C20;}

a
{ outline: none;
  text-decoration: underline;
  color: /*#A4AA04*/#626603;}

a:hover
{ text-decoration: none;}

.left
{ float: left;
  width: auto;
  margin-right: 10px;}

.right
{ float: right; 
  width: auto;
  margin-left: 10px;}

.center
{ display: block;
  text-align: center;
  margin: 20px auto;}

blockquote
{ margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;}

ul
{ margin: 2px 0 22px 17px;}

ul li
{ list-style-type: circle;
  margin-bottom: 6px;}

ol
{ margin: 8px 0 22px 25px;}

pre {
	background: white;
	padding: 8px;
	line-height: 110%;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}

#main, #logo, #menubar, #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;}

#header
{ background: url(back.png) repeat-x;
  color: #fff;
  height: 185px;}

#logo
{ width: 875px;
  position: relative;
  height: 193px;
  background: url(svn-logo.png) no-repeat;}

#logo #logo_text 
{ position: absolute; 
  top: 10px;
  left: 0;}

#logo h1
{ font: normal 300% 'century gothic', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0;
  padding: 45px 0 0 0;
  background: transparent;
  color: #FFF;}

#menubar
{ width: 875px;
  height: 48px;
  padding: 0 0 0 4px;
  position: absolute;
  bottom: 0;} 

ul#menu
{ float: right;
  height: 40px;
  background: url(menu.png) repeat-x;
  width: auto;}

ul#menu li
{ float: left;
  margin: 6px 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  width: auto;}

ul#menu li a
{ font: normal 100% 'lucida sans unicode', arialserif;
  display: block; 
  float: left; 
  height: 12px;
  padding: 2px 16px 8px 16px;
  text-align: center;
  background: transparent;
  color: #FFF;
  text-transform: uppercase;
  border-left: 1px solid #DCE31D;
  border-right: 1px solid #7E8204;
  text-decoration: none;
  width: auto;} 

ul#menu li a.first
{ border-left: 0;}

ul#menu li a.last
{ border-right: 0;}

ul#menu li a:hover, ul#menu li.tab_selected a, ul#menu li.tab_selected a:hover
{ color: #111;}

#site_content
{ width: 877px;
  overflow: hidden;
  margin: 20px auto} 

.sidebar
{ float: right;
  width: 240px;
  padding: 0 10px 20px 0px;}

.sidebar ul
{ width: 190px; 
  padding: 4px 0 0 0; 
  margin: 4px 0 30px 0;}

.sidebar li
{ list-style: none; 
  padding: 0 0 7px 0; }

.sidebar li a, .sidebar li a:hover
{ padding: 0 0 0 25px;
  display: block;
  background: transparent url(link.png) no-repeat left center;} 

.sidebar li a.selected
{ color: #444;} 

#content
{ text-align: left;
  width: 610px;
  padding: 0;}

#footer
{ width: 100%;
  font-family: sans-serif;
  font-size: 90%;
  height: 120px;
  padding: 24px 0 5px 0;
  text-align: center; 
  background: #635B53 url(footer.png) repeat-x;
  color: #A8AA94;
  letter-spacing: 0.1em;}

#footer a, #footer a:hover
{ background: transparent;
  color: #A8AA94;
  text-decoration: none;}

#footer a:hover
{ background: transparent;
  color: #FFF;}

.yellow
{ color: #F7C015;}

.blue
{ color: #05A4D1;}

.orange
{ color: #FF7A0F;}

.red
{ color: #C80500;}

.purple
{ color: #EB0FFF;}

.green
{ color: #A4AA04;}

.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 200px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea
{ padding: 2px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;}
  
.form_settings .submit
{ font: 100% arial; 
  border: 1px solid; 
  width: 99px; 
  margin: 0 0 0 206px; 
  height: 26px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #63574B; 
  color: #FFF;}

.form_settings textarea, .form_settings select
{ font: 100% arial; 
  width: 299px;}

.form_settings select
{ width: 304px;}

.form_settings .checkbox
{ margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;}

.separator
{ width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;}
  
table
{ margin: 10px 0 30px 0;}

table tr th
{ background: #63574B;
  color: #FFF;
  padding: 7px 4px;}
  
table tr td
{ 
  background: #e5dac9;
  border-top: 1px solid #EDEBE5;
  padding: 7px 4px;
}

th a
{ color: #fff;}

th a:hover
{ color: #fcc;}

#features {
	margin: 0px;
	overflow: hidden;
}

#features h1 {
	font-size: 15px;
	font-weight: bold;
	line-height: 100%;
	margin: 0px;
	padding:10px 0px 5px 0px;
	clear: both;
}
#features dl,
#features p {
	float: left;
	width: 191px;
	margin: 10px 5px;
}
#features dl dt {
	font-size: 14px;
	font-weight: bold;
	border-style: solid;
	border-width: 0px 0px 0px 9px;
	border-color: #05A4D1;
	padding: 0px 0px 0px 5px;
	line-height: 100%;
}
#features dl dd {
	color: #333;
	font-size: 12px;
	line-height: 17px;
	margin-top: 4px;
}
#features strong {
	color: #000;
}

#features img {
  margin: 20px 0 10px 60px;
}

form div {
	padding: 5px 0px;
}

form label {
	display: block;
	float: left;
	width: 150px;
}

form .description {
	margin-left: 150px;
	display: block;
	font-size: 12px;
	color: #333;
	line-height: 16px;
}

fieldset {
	padding: 5px;
}

.sidebar h2 {
	padding: 2px 2px;
	border-style: none;
	font-size: 16px;
	font-weight: bold;
}
.sidebar h3 {
	border-style: none;
	font-size: 14px;
	font-weight: bold;
}
.sidebar p {
	font-size: 13px;
	line-height: 1.5em;
}

.topicpath {
	font-size: 12px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.note {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
}

.btn-trial {
  position: relative;
  display: inline-block;
  padding: 0.75em 1em;
  text-decoration: none;
  color: #fff;
  background: #fa7615;
  border-radius: 5px;
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #fa7615;
}

.btn-trial:hover {
  color: #fa7615;
  background: #fff;
  border: 2px solid #fa7615;
}

.btn-trial-services {
  font-size: 0.8em;
  padding: 0.2em 0.5em;
  margin: 0.5em 0;
}