@charset "utf-8";

/*-------------------------------------------------
	base
-------------------------------------------------*/

body, h1, h2, h3, h4, h5, p, form, ul, ol, li, dl, dd, dt {
	margin: 0;
	padding: 0;
}

ol, ul, li { list-style-type: none; }

a { outline: none 0 #000000; }

hr { display: none; }

img { border: 0; }

br.clear {
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

/*-------------------------------------------------
	layout base 
-------------------------------------------------*/

html, body { height: 100%; }

body {
	text-align: center;
	background: url(../img/bg_body.gif);
}

/*-------------------------------------------------
	text color and size
-------------------------------------------------*/

body, th, td, h1, h2, h3, h4, h5, h6, pre, input, textarea, option, div, p, dt, dd, li, address {
	font-family: "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	font-style: normal;
	color: #454545;
}

/*-------------------------------------------------
 text link
 -------------------------------------------------*/

a { color: #105a2b }
a:link { color: #105a2b; }
a:visited { color: #105a2b; }
a:hover { color: #f99221; }

/*-------------------------------------------------
	headline
 -------------------------------------------------*/

/*-------------------------------------------------
	wrapbase
-------------------------------------------------*/

#wrapbase {
	margin: 0 auto;
	background-color: #ffffff;
	width: 860px;
	height: 100%;
	min-height: 100%;
	border-top: 5px solid #0e4e24;
	text-align: left;
}

body > #wrapbase { height: auto; }

#main {
	padding: 0px 30px 30px 30px;
}

/*-------------------------------------------------
	header
-------------------------------------------------*/

#header {
	padding-top: 30px;
}

#header h2 {
	width: 281px;
	height: 50px;
	float: left;
	margin-bottom: 30px;
}

#header_right {
	float: right;
	padding-top: 12px;
	width: 97px;
}

/*-------------------------------------------------
	global_navi
-------------------------------------------------*/

#global_navi {
	background: url(../img/bg_navi.gif) no-repeat bottom left;
	height: 34px;
	margin-bottom: 30px;
}

#global_navi ul li {
	height: 26px;
	float: left;
	margin-right: 3px;
}

#global_navi ul li a {
	background-repeat: no-repeat;
	display: block;
	line-height: 100%;
	text-indent: -9999px;
	font-size: 1px;
	width: 124px;
	height: 26px;
	background-position: top left;
	text-decoration: none;
}

#global_navi ul li#home a {
	background-image: url(../img/navi_top.gif);
}

#global_navi ul li#documentation a {
	background-image: url(../img/navi_documentation.gif);
}

#global_navi ul li#roadmap a {
	background-image: url(../img/navi_roadmap.gif);
}

#global_navi ul li#tickets a {
	background-image: url(../img/navi_tickets.gif);
}

#global_navi ul li#download a {
	background-image: url(../img/navi_download.gif);
}

#global_navi ul li a:hover,
#global_navi ul li a.current {
	background-position: bottom left;
}

/*-------------------------------------------------
	side_navi
-------------------------------------------------*/

#side_navi {
	float: left;
	width: 180px;
}

#side_navi dt {
	margin-bottom: 1px;
}

#side_navi dt a {
	padding: 5px 3px 5px 10px;
	display: block;
	background-color: #16853D;
	color: #FFFFFF;
	text-decoration: none;
}

#side_navi dt a:hover,
#side_navi dt a.current {
	color:#0B3C1D;
	display: block;
	background-color: #F29D35;
}

#side_navi dd {
	margin-bottom: 1px;
}

#side_navi dd a {
	padding: 5px 3px 5px 30px;
	display: block;
	background:#FFFFFF url(../img/icon_sub.gif) no-repeat left center;
	text-decoration: none;
	color:#0B3C1D;
	border-bottom:1px solid #16853D;
}

#side_navi dd a:hover,
#side_navi dd a.current {
	display: block;
	background:#FFFFFF url(../img/icon_sub_on.gif) no-repeat left center;
	color:#E2830E;
}

#side_navi dd.last a {
	border-bottom:none;
}


/*-------------------------------------------------
	side_navi
-------------------------------------------------*/

#local_navi{
	background:url(../img/bg_local_navi.gif) top left;
	padding:10px;
	margin-right:20px;
	margin-bottom:20px;
}

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

#contents {
	float: right;
	width: 600px;
	margin-bottom: 20px;
}

#contents h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 60px;
	color: #188e41;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 100%;
}

#contents h2 {
	background: url(../img/bg_h2.gif) no-repeat left top;
	height: 27px;
	font-size: 18px;
	font-weight: bold;
	color: #188e41;
	padding: 3px 0 0 10px;
	line-height: 100%;
	margin-bottom: 10px;
}

#contents h3 {
	background: url(../img/bg_h3.gif) no-repeat left top;
	font-size: 14px;
	font-weight: bold;
	color: #188e41;
	padding: 0 0 0 10px;
	line-height: 100%;
	margin-bottom: 10px;
}


#contents p {
	line-height: 180%;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

#contents ul li {
	line-height: 180%;
	margin-left: 10px;
	padding-left: 10px;
	background: url(../img/list_first.gif) no-repeat left 0.75em;	
}

#contents ul li ul li {
	background: url(../img/list_second.gif) no-repeat left 0.75em;	
}

#contents pre {
	margin-left: 20px;
	background-color: #EEF7EE;
	border: 1px solid #9fce9f;
	padding: 10px;
	font-size: 14px;
	line-height: 140%;
	overflow:scroll;
}

/*-------------------------------------------------
	link_img
-------------------------------------------------*/

#contents a.outside {
	padding-right: 15px;
	background: url(../img/link_outside.gif) no-repeat top right;
}

#contents a.download {
	padding-left: 12px;
	background: url(../img/link_download.gif) no-repeat left 0.1em;
	margin-right: 5px;
}

#contents a.outside:hover {
	background: url(../img/link_outside_on.gif) no-repeat top right;
}

#contents a.download:hover {
	background: url(../img/link_download_on.gif) no-repeat left 0.1em;
}

#contents a.top {
	display: block; text-align: right; margin-bottom: 20px;
}

/*-------------------------------------------------
	footer
-------------------------------------------------*/

#footer {
	padding-top: 10px;
	border-top: 5px solid #0e4e24;
	text-align: center;
}
