/* CSS Document */

/************** reset **************/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}

body {font:13px/1 sans-serif;}
* html body {font-size: small; font: x-small;}
*:first-child+html body {font-size: small; font: x-small;}

img {border: 0;}

h1,h2,h3,h4,h5,h6 {font-size: 100%; font-weight: bold;}

table, dl, dd, dt {font-size: 100%; line-height: 1.5;}


body {
	width:760px;
}

a:link, a:visited {
	color: #005FA9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/************** header tag styles **************/

h2 {
	margin: 0 15px 10px;
	font-size: 123.1%;
	line-height: 1.124;
 	color: #334d55;
}

h3 {
	margin: 0 0 10px;
	font-size: 115.4%;
	line-height: 1.2;
	color: #006699;
}

h4 {
	margin: 0 0 5px;
	font-size: 100%;
 	color: #333333;
}

h5 {
 font: 100% Arial,sans-serif;
 color: #334d55;
}

p {
	font-size: 84.7%;
	line-height: 1.637;
}

/* table
---------------------------------------- */
table {width:100%;}
table tr {}
table tr th,
table tr td {
	padding:0.2em 0.5em 0.2em 0.5em;
	font-size: 84.7%;
	line-height: 1.455;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#topImage {
	border-bottom:solid thin #2CA334;
}


#rightArea {
	float: right;
	display: inline;
	padding: 5px 0;
	width: 560px;
	background-color: #ffffff;
}

#leftArea {
	float:left;
	display: inline;
	width:190px;
	padding: 0px;
	/*background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;*/
	font: 11px Verdana,sans-serif;
}

#content {
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-left: 1px solid #ccd2d2;
}

#footer {
	height:2em;
	background-color:#2CA334;
	color:#FFFFFF;
	text-align:center;
	font-family:sans-serif;
	font-size:12px;
	line-height:2em;
	clear: both;
}
	


/************ sectionLinks styles **************/

#siteNavi{
	margin: 0px;
	padding: 0px;
	width:189px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#siteNavi h3 {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	padding:3px 0px 0px 10px;
	color:#28586E;
	font-size:12px;
	margin-bottom:0;
	width:179px;
}

#siteNavi a:link, #siteNavi a:visited {
	display: block;
	width:179px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../img/bg_navi.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#siteNavi a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}




#leftArea ul#sideBnr {
	margin-top:10px;
}
#leftArea ul#sideBnr li {
	margin-bottom:2px;
	line-height:1.0;
	font-size:0em;
}


/************ contents styles **************/
#rightArea p {margin: 0 0 20px;}
.clause {
	width: 530px;
	margin: 0 0 20px 15px;
}


/* title01
---------------------------------------- */
table.titleBar {margin: 0 0 15px;}
table.titleBar tr td {padding: 0;}
table.titleBar tr td.title01 {
	padding: 0 0 0 1em;
	background:#2CA334;
	color:#FFFFFF;
	font-family:sans-serif;
	font-size:11px;
	vertical-align:middle;
	height: 30px;
}

th {
	background-color:#C8F0CB;
}

table.example th, td {
	font-size:11px;
}

.indent {
	padding-left:2em;
}

.indent2 {
	padding-left:4em;
}
.clause h2,
.text h2 {margin-left: 0;}

.notice {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
