﻿/* -----------------------------------------------
 *                    base styles
 * ----------------------------------------------- */



/* =========== block level elements =========== */

/* ----- collective ----- */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
pre,
address,
blockquote,
ul,
ol,
dl,
dt,
dd,
form,
fieldset {
	display: block;
	line-height: inherit;
}


/* ----- top level ----- */

html {
	margin: 0;
	padding: 0;
	background-image:url(../img/backgroung.jpg);
	background-repeat:repeat-x;
	background-color:#c0c0c0;
	color: #000;
}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	/*font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif; */
    font-size: 13px;
	*font-size: 83%;
	_font-size: 83%;
	
}


/* ----- heading ----- */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #444;
}


/* ----- normal block ----- */

hr {
}

div {
}

p {
	margin: 0;
	padding: 0;
	_line-height:1.2;
}

span.note {
	color:#900;
	font-weight:bold;
}

pre {
}

address {
	font-style: normal;
}

blockquote {
}


/* ----- list ----- */

ul {
}

ol {
}

li {
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #444;
}

dd {
	margin: 0;
	padding: 0;
}


/* =========== table-related elements =========== */

table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
	line-height: inherit;
	text-indent: 0;
	font-size: 100%;
}

table {
}



/* =========== form-related elements =========== */


/* ----- form ----- */

form {
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	line-height: inherit;
	color: #333;
}

input.text,
select,
textarea {
	padding: 0.3em 5px;
	border: 1px solid #ddd;
	background: #fff;
	vertical-align: middle;
}

textarea {
	line-height: 1.3 !important;
}

select {
	padding: 0;
}

input.radio {
	margin-right: 5px;
	*margin-right: 1px;
	vertical-align: -2px;
	*vertical-align: -3px;
}

input.checkbox {
	margin-right: 5px;
	*margin-right: 3px;
	vertical-align: -2px;
	*vertical-align: -3px;
}

input.image {
	border: none !important;
	background: none !important;
	padding: 0 !important;
	vertical-align: top;
}

input.button {
}

/* =========== inline level elements =========== */

/* ----- collective ----- */

a,
abbr,
acronym,
b,
bdo,
big,
button,
cite,
code,
dfn,
em,
i,
img,
input,
kbd,
label,
map,
object,
q,
ruby,
samp,
select,
small,
span,
strong,
sub,
sup,
textarea,
tt,
var {
	display: inline;
	line-height: inherit;
}

em {
	font-weight: bold;
	font-style: normal;
	color: #444;
}

strong {
	font-weight: bold;
	font-style: normal;
	color: #444;
}


sup {
	vertical-align: 3px;
	_vertical-align: baseline;
	_position: relative;
	_top: -3px;
	font-size: 83%;
	*font-size: 100%;
}

sub {
	vertical-align: baseline;
	font-size: 83%;
	*font-size: 100%;
}


/* ----- anchor ----- */

a {
}

a:link,
a:link em {
	color: #0f68b3;
	text-decoration: underline;
}

a:visited,
a:visited em {
	color: #0f68b3;
	text-decoration: underline;
}

a:hover,
a:active,
a:focus,
a:hover em,
a:active em,
a:focus em {
	color: #ed1c24;
	text-decoration: underline;
}

/* ----- img ----- */

img {
	margin: 0;
	padding: 0;
	border: none;
}

/* =========== layout =========== */


/* ----- container ----- */

#container {
	margin:0 auto;
	padding:0;
	width:952px;
	background-image:url(../img/container_background.png);
	background-repeat:repeat-y;
	position:relative;
}

#container-footer {
	margin:0 auto 30px auto;
	padding:0;
	width:952px;
	height:10px;
	background-image:url(../img/container_footer_background.png);
	background-repeat:no-repeat;
	background-position:top;
}

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

#contents {
	margin:0 10px;
	padding:0 0 20px 0;
	border-left:1px solid #989898;
	border-right:1px solid #989898;
	background-image:url(../img/contents_backgroung.jpg);
	background-repeat:repeat-x;
	background-color:#e7e7e7;
    _zoom:1;
}


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

#header {
	margin:0;
	padding:0;
	height:61px;
	background-image:url(../img/contents_header_background.jpg);
	background-repeat:repeat-x;
	*zoom: 1;
    _overflow: visible;
    _height: 1px;
    zoom: 1;
    /*\*//*/
    overflow: hidden;
    /**/
}

#header:before,
#header:after {
    /* display: table; */
    content: "";
}

#header:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

#header h1 {
	margin:0 0 0 22px;
	padding:4px 0 0 0;
	width:433px;
	height:54px;
	float:left;
	_display: inline;
}

#header #utility {
	margin:3px 0 0 0;
	padding:0;
	width:270px;
	height:54px;
	float:right;
}


/* ----- navigation ----- */

#navigation {
	margin:0;
	padding:0;
	height:48px;
	border-bottom:1px solid #ddd;
	_font-size:0;
}

#navigation ul{
	margin:0;
	padding:0;
	list-style:none;
	*zoom: 1;
    _overflow: visible;
    _height: 1px;
    zoom: 1;
    /*\*//*/
    overflow: hidden;
    /**/
}

#navigation ul:before,
#navigation ul:after {
    /* display: table; */
    content: "";
}

#navigation ul:after{
    content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

#navigation ul li{
	margin:0;
	padding:0;
	width:186px;
	height:48px;
	float:left;
	_display:inline;
}

/* ----- main visual_index ----- */

#mainvisual_index {
	margin:0;
	padding:0;
	width:930px;
	border-bottom:3px solid #4c6b44;
}

#mainvisual_index img{
	margin:0;
	padding:0;
	vertical-align:bottom;
}

/* ----- main visual ----- */

#mainvisual h2{
	margin:0;
	padding:0;
	width:930px;
}

#mainvisual h2 img{
	margin:0;
	padding:0;
	vertical-align:top;
}

/* ----- bread crumbs ----- */

#bread-crumbs {
	margin:0;
	padding:0 0 0 25px;
	height:30px;
	background-image:url(../img/bread_crumbs_background.jpg);
	background-repeat:no-repeat;
}

#bread-crumbs2 {
	margin:0;
	padding:2px 0 0 25px;
	height:44px;
	background-image:url(../img/bread_crumbs_background.jpg);
	background-repeat:repeat-x;
}

#bread-crumbs2 {
	background-image:url(../img/bread_crumbs_background_2.jpg);
}

#bread-crumbs ol,
#bread-crumbs2 ol{
	margin:0;
	padding:0;
	list-style:none;
	 *zoom: 1;
    _overflow: visible;
    _height: 1px;
    zoom: 1;
    /*\*//*/
    overflow: hidden;
    /**/
}

#bread-crumbs ol:before,
#bread-crumbs ol:after,
#bread-crumbs2 ol:before,
#bread-crumbs2 ol:after {
    /* display: table; */
    content: "";
}

#bread-crumbs ol:after,
#bread-crumbs2 ol:after{
    content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

#bread-crumbs ol li{
	margin: 8px 0 0 5px;
	padding: 0;
	_text-align: left;
	color: black;
	font-size: 93%;
	line-height: 1.2;
	float: left;
	font-weight:bold;
}

#bread-crumbs2 ol li{
	margin: 15px 0 0 5px;
	padding: 0;
	_text-align: left;
	color: black;
	font-size: 93%;
	line-height: 1.2;
	float: left;
}

#bread-crumbs ol li span.bc-mark,
#bread-crumbs2 ol li span.bc-mark  {
    margin-right: -0.4em;
    padding-left: 0.5em;
    padding-right: 0.4em;
}

#bread-crumbs ol li a,
#bread-crumbs ol li a:link,
#bread-crumbs2 ol li a,
#bread-crumbs2 ol li a:link {
	color:#166e00;
}

#bread-crumbs ol li a:hover,
#bread-crumbs2 ol li a:hover {
	color:#900;
}

/* ----- main content ----- */

#maincontent {
	margin:0 30px;
	padding:0;
}

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

#footer,
#footer_index {
	margin:0;
	padding:50px 30px 0 30px;
	text-align:right;
}

#footer ul,
#footer_index ul {
	margin:0;
	padding:0;
	list-style:none;
	 *zoom: 1;
    _overflow: visible;
    _height: 1px;
    zoom: 1;
    /*\*//*/
    overflow: hidden;
    /**/
}

#footer ul:before,
#footer ul:after,
#footer_index ul:before,
#footer_index ul:after {
    /* display: table; */
    content: "";
}

#footer ul:after,
#footer_index ul:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

#footer ul li,
#footer_index ul li {
	margin:0 0 0 10px;
	padding:2px 0 2px 10px;
	font-size:85%;
	border-left:2px solid #a2a2a2;
	display:inline;
}

#footer ul li.last,
#footer_index ul li.last {
	padding:2px 10px 2px 10px;
    border-right:2px solid #a2a2a2;
}

#footer address,
#footer_index address {
	margin:10px 0 0 0;
	padding:0;
	font-size:85%;
	font-weight:bold;
}


/* index Only */

#footer_index {
	margin:0;
	padding:40px 0 0 0;
	text-align:right;
}


/* back to top */

#backtotop {
	position:fixed;	
	_position:absolute; 
	z-index:3; 
	margin-left:941px;
	bottom:50px;
	display:none;
	_margin-left:942px;
}

/* =========== components =========== */


/* ----- row ----- */

.row,
.row0,
.row1,
.row2 {
	margin:0;
	padding:0;
	list-style:none;
	 *zoom: 1;
    _overflow: visible;
    _height: 1px;
    zoom: 1;
    /*\*//*/
    overflow: hidden;
    /**/
}

.row:before,
.row:after,
.row0:before,
.row0:after,
.row1:before,
.row1:after,
.row2:before,
.row2:after {
    /* display: table; */
    content: "";
}

.row:after,
.row0:after,
.row1:after,
.row2:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.row{
	
}

.row0{
	
}

.row1{
	margin-top:10px;
}

.row2{
	margin-top:17px;
	margin-bottom:50px;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12,
.span13,
.span14,
.span15,
.span16,
.span17,
.span18,
.span19,
.span20,
.span21,
.span22,
.span23,
.span24,
.span25,
.span26,
.card {
  float: left;
  _display: inline;
}

.span1 {
  width: 220px;
  margin-left: 30px;
}

.span2 {
  width: 220px;
  margin-left: 30px;
}

.span3 {
  width: 371px;
  margin-left: 30px;
}

.span4 {
  width: 300px;
}

.span5 {
  width: 380px;
}

.span6 {
  width: 460px;
}

.span7 {
	width:190px;
}

.span8 {
	width:259px;
	text-align:center;
	margin-left:20px;
}

.span9 {
	width:280px;
	margin-left:7px;
}

.span10 {
	width:580px;
	margin-left:5px;
}

.span11 {
	width:400px;
	margin-top:10px;
}

.span12 {
	width:400px;
	margin-top:10px;
	margin-left:10px;
}

.span13 {
	width:254px;
	padding-bottom:10px;
	background-color:#fff;
}

.span14 {
	width:254px;
	margin-left:25px;
	padding-bottom:10px;
	background-color:#fff;
}

.span15 {
	width:254px;
	background-color:#fff;
	background-image:url(../img/heading_04_background.gif);
	background-repeat:repeat-y;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

.span16 {
	width:558px;
	background-color:#fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding-left:0;
}

.span17 {
	width:400px;
}

.span18 {
	width:400px;
	margin-left:30px;
}

.span19 {
	width:373px;
}

.span20 {
	width:373px;
	margin-left:30px;
}

.span21 {
	width:110px;
}

.span22 {
	width:680px;
	margin-left:25px;
}

.span23 {
	width:630px;
}

.span24 {
	width:200px;
	margin-left:10px;
}

.span25 {
	width:250px;
	margin-left:7px;
}

.span26 {
	width:580px;
}

.card {
	margin-top:15px;
	width:140px;
	text-align:center;
}

/* div */

.div1 {
	margin:0 20px;
}

.div2 {
	margin:10px 20px 0 20px;
}

.div3 {
	margin:20px auto 0 auto;
	width:637px;
	_zoom:1;
	_margin:0 auto 0 auto;
}

.div4 {
	margin:10px 0 0 700px;
	width:150px;
	text-align:left;
}

.div5 {
	margin:10px 0 0 0;
	text-align:center;
}

.div6 {
	margin:10px 0 0 0;
	padding:13px 25px 25px 25px;
	font-size:108%;
	font-weight:bold;
	line-height:28px;
	text-align:left;
	background-color:#d3dfd4;
	border:1px solid #b8c6bc;
	color:#010101;
	_zoom:1;
}


.div7 {
	background:#fff;
	margin-top:0;
	position:relative;
	padding:10px 9px 10px 9px;
}

.div8 {
	margin-top:40px;
	border-top:1px solid #ccc;
	padding:10px 9px 10px 15px;
}

/* P */

p.img1{
	margin:20px 0 0 0;
	padding:0;
	line-height:1.0;
}

/* Section01 */

.section01 {
	margin: 20px 0 0 0;
	padding:0;
	width:371px;
}

.section01 .header{
	margin:0;
	padding:0;
	height:12px;
}

.section01 .footer{
	margin:0;
	padding:0;
	height:11px;
	_font-size:0;
}

.section01 .header img,
.section01 .footer img {
	margin:0;
	padding:0;
	vertical-align:top;
}


.section01 .title {
	margin:0 12px;
	padding:0;
	border-bottom:2px solid #088f08;
	list-style:none;
	 *zoom: 1;
    _overflow: visible;
    _height: 1px;
    zoom: 1;
    /*\*//*/
    overflow: hidden;
    /**/
}

.section01 .title:before,
.section01 .title:after {
    /* display: table; */
    content: "";
}

.section01 .title:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.section01 .title h2 {
	margin:0;
	padding:0;
	width:68px;
	float:left;
}

.section01 .title p{
	margin:5px 0 0 0;
	padding:0;
	float:right;
	font-size:93%;
	*margin:0;
	*padding-bottom:5px;
}

.section01 .entries {
	margin:0 12px;
	padding:0;
}

.section01 .entries dl {
	margin:0;
	padding:12px 0 8px 0;
	border-bottom:2px dotted #ddd;
	list-style:none;
	font-size:93%;
	 *zoom: 1;
    _overflow: visible;
    _height: 1px;
    zoom: 1;
    /*\*//*/
    overflow: hidden;
    /**/
}

.section01 .entries dl:before,
.section01 .entries dl:after {
    /* display: table; */
    content: "";
}

.section01 .entries dl:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.section01 .entries dl dt{
	margin:0 2px 0 0;
	padding:0;
	float:left;
	width:100px;
	color:#0e0e0e;
	font-weight:normal;
}

.section01 .entries dl dd {
	margin:0;
	padding:0;
	float:left;
	width:245px;
}

/* ----- heading ----- */

#maincontent h3{
	margin:20px 0 0 0;
	padding:10px 15px;
	background-image:url(../img/heading_01_background.jpg);
	background-repeat:repeat-x;
	font-size:139%; /* 18px */
	_zoom:1;
}

#maincontent h3 span {
	color:#202020;
	font-size:82%; /* 15px */
}

#maincontent .div6 h3 {
	margin:0;
	padding:0;
	background-image:none;
	background-repeat:repeat-x;
	font-size:139%; /* 20px */
}

#maincontent h4{
	margin:20px 0 0 0;
	padding:10px 20px 9px 20px;
	background-color:#FFFFFF;
	background-image:url(../img/heading_02_background.gif);
	background-repeat:no-repeat;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	height:23px;
	font-size:124%; /* 16px */
	_padding:10px 20px 9px 20px;
}

#maincontent .span13 h4,
#maincontent .span14 h4,
#maincontent .span15 h4{
	margin:1px;
	padding:10px 20px 9px 12px;
	background-image:none;
	background-repeat:none;
	border-top:none;
	border-right:none;
	border-left:6px solid #3c9326;
	height:23px;
	color:#000;
	font-size:128%; /* 18px */
}

#maincontent .span15 h4{
	margin:0px;
	padding:10px 20px 9px 18px;
	background-color:transparent;
	border-bottom:none;
	border-left:none;
}

#maincontent h5{
	margin:20px 0 0 0;
	padding:10px 15px 9px 15px;
	color:#113e06;
	background-image:url(../img/heading_03_background.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	font-size:124%; /* 16px */
	_padding:10px 15px 7px 15px;
	_zoom:1;
}

#maincontent h5.heading2{
	margin:6px 0 0 175px;
	border-left:5px solid #3c9326;
	background-image:none;
	padding:1px 0 1px 5px;
	color:#113e06;
	line-height:1.0;
	font-size:117%; /* 15px */
	_padding:3px 15px 2px 15px;
	_zoom:1;
}

#maincontent h6{
	margin:11px 0 0 0;
	padding:0;
	color:#010101;
	font-size:124%; /* 16px */
}

#maincontent h6.heading1{
	margin:20px 0 0 20px;
	padding:0;
	color:#113e06;
	font-size:108%; /* 16px */
	_zoom:1;
}


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

#maincontent p{
	margin:10px 0 0 0;
	padding:0;
	font-size:100%;
	line-height:24px;
	color:#010101;
	_margin:5px 0 0 0;
}

#maincontent .span13 p,
#maincontent .span14 p {
	font-weight:normal;
	margin:10px 15px 0 15px;
}

#maincontent .span16 p {
	font-weight:normal;
	border-left:solid 1px #ccc;
	margin:3px 15px 3px 0;
	padding:3px 10px;
}

#maincontent .span16 p span {
	font-size:85%;
}

#maincontent .span17 p,
#maincontent .span18 p,
#maincontent .span19 p,
#maincontent .span20 p{
	margin:0;
	text-align:center;
	font-size:93%;
}

#maincontent .span22 p{
	margin:0;
}

#maincontent .card p{
	margin:0;
	text-align:center;
	font-size:85%;
	line-height:1.2;
}

#maincontent p.caption{
	margin:3px 0 0 0;
	padding:0;
	font-size:85%;
	text-align:center;
	color:#010101;
}

#maincontent p.summary{
	margin:3px 0 0 0;
	padding:9px 10px 9px 10px;
	font-size:109%;
	line-height:1.75;
	background-color:#DEEED9;
	border:2px solid #86B178;
	color:#141;
	_zoom:1;
	font-weight:bold;
}

#maincontent p.summary2{
	margin:3px 0 0 0;
	padding:7px 15px 13px 15px;
	font-size:108%;
	line-height:1.75;
	background-color:#DEEED9;
	border:2px solid #86B178;
	color:#141;
	_zoom:1;
	font-weight:bold;
}

#maincontent p.course{
	margin:3px 0 0 0;
	padding:7px 8px 6px 8px;
	font-size:100%;
	line-height:24px;
	background-color:#fbf8ee;
	border:1px solid #b7b58e;
	color:#010101;
}

#maincontent p.txt1{
    float:left;
	margin:15px 0 0 15px;
	width:450px;
}

#maincontent p.tax{
	text-align:right;
	margin:0px 245px 0 0;
	padding:0;
}

/* ----- list ----- */

#maincontent ul,
#maincontent ol{
	margin:10px 0 0 20px;
	padding:0;
	*margin:10px 0 0 23px;
	_margin:0 0 0 23px;
}

#maincontent ul li,
#maincontent ol li{
	font-size:100%;
	line-height:24px;
	color:#010101;
}

#maincontent ul.boldlink {
	margin:10px 0 0 0;
	padding:5px 3px;
	font-size:139%;
	font-weight:bold;
	border:2px solid #97B98C;
	background-color:#DAE4D0;
	list-style:none;
	text-align:center;
}

#maincontent ul.boldlink li {
}

/* ----- table ----- */


/* default */

#maincontent table {
	margin:0px auto 20px auto;
	padding: 0;
	border-collapse: collapse;
	_margin-top:10px;
}

#maincontent table tr  {
	margin:0;
	padding:0;
}

#maincontent table tr th   {
	margin:0;
	padding:3px 13px 2px 13px;
	width:109px;
	background-color:#438436;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 100%;
	color:#fff;
	line-height: 1.5;
	text-align: center;
	vertical-align: top;
	line-height:24px;
}

#maincontent table tr td {
	margin:0;
	padding:0 13px 0 13px;
	width:474px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 100%;
	line-height: 1.5;
	text-align: left;
	vertical-align: middle;
	line-height:24px;
	background-color:#fff;
}

/* table1 */

#maincontent table.table1 {
	margin:30px auto;
	padding: 0;
	width:835px;
	border-collapse: collapse;
}

#maincontent table.table1 tr th.last,
#maincontent table.table1 tr td.last {
	border-right: none;
}

/* table2 */

#maincontent table.table2 {
	margin:10px auto 30px auto;
	padding: 0;
	width:500px;
	border-collapse: collapse;
}

#maincontent table.table2 tr td {
	border-right: 1px solid #CCC;
	text-align:center;
}

#maincontent table.table2 tr th.last,
#maincontent table.table2 tr td.last {
	border-right: none;
}


#maincontent table.table2 tr th.left {
	width:145px;
}

#maincontent table.table2 tr th.center {
	width:165px;
}

#maincontent table.table2 tr th.right {
	width:200px;
}

#maincontent table.table2 tr td.tel {
	
}

/* table3 */

#maincontent table.table3 {
	margin:20px 0px 40px 20px;
	padding: 0;
	
	border-collapse: collapse;
}

#maincontent table.table3 tr td {
    border-right: 1px solid #CCC;
}

#maincontent table.table3 tr th.last,
#maincontent table.table3 tr td.last {
	border-right: none;
}


#maincontent table.table3 tr th.left {
	width:30%;
}

#maincontent table.table3 tr th.right {
	width:70%;
}

/* table4 */

#maincontent table.table4 {
	margin:20px 20px 40px 20px;
	padding: 0;
	border-collapse: collapse;
}

#maincontent table.table4 tr th {
	line-height: 1.2;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:3px;
}

#maincontent table.table4 tr th span {
	font-size:93%;
}


#maincontent table.table4 tr td {
    border-right: 1px solid #CCC;
}

#maincontent table.table4 tr th.last,
#maincontent table.table4 tr td.last {
	border-right: none;
}

#maincontent table.table4 tr th.left {
	width:30%;
}

#maincontent table.table4 tr th.center {
	width:27%;
}

#maincontent table.table4 tr th.right {
	width:43%;
}

#maincontent table.table4 tr td.left {
	
}

#maincontent table.table4 tr td.center {
	text-align:center;
}

#maincontent table.table4 tr td.right {
	width:13%;
	text-align:right;
}

/* table5 */

#maincontent table.table5 {
	margin:20px 20px 40px 20px;
	padding: 0;
	border-collapse: collapse;
}

#maincontent table.table5 tr th {
	line-height: 1.2;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:3px;
}

#maincontent table.table5 tr th span {
	font-size:93%;
}


#maincontent table.table5 tr td {
    border-right: 1px solid #CCC;
}

#maincontent table.table5 tr th.last,
#maincontent table.table5 tr td.last {
	border-right: none;
}

#maincontent table.table5 tr th.left {
	width:30%;
}

#maincontent table.table5 tr th.right {
	width:70%;
}

#maincontent table.table5 tr td.left {
	
}

#maincontent table.table5 tr td.right {
	width:13%;
	text-align:right;
}


/* table6 */

#maincontent table.table6 {
	margin:20px 20px 40px 20px;
	padding: 0;
	border-collapse: collapse;
}

#maincontent table.table6 tr th {
	line-height: 1.2;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:3px;
}

#maincontent table.table6 tr th span {
	font-size:93%;
}


#maincontent table.table6 tr td {
    border-right: 1px solid #CCC;
}

#maincontent table.table6 tr th.last,
#maincontent table.table6 tr td.last {
	border-right: none;
}

#maincontent table.table6 tr th.left {
	width:45%;
}

#maincontent table.table6 tr th.right {
	width:55%;
}

#maincontent table.table6 tr td.left {
	
}

#maincontent table.table6 tr td.right {
	width:20%;
	text-align:right;
}

/* table7 */

#maincontent table.table7 {
	margin:20px 20px 10px 20px;
	padding: 0;
	border-collapse: collapse;
}

#maincontent table.table7 tr th {
	line-height: 1.2;
	vertical-align:middle;
}

#maincontent table.table7 tr th span {
	font-size:93%;
}


#maincontent table.table7 tr td {
    border-right: 1px solid #CCC;
}

#maincontent table.table7 tr th.last,
#maincontent table.table7 tr td.last {
	border-right: none;
}

#maincontent table.table7 tr td.left {
	vertical-align:middle;
}

#maincontent table.table7 tr td.right {
	width:20%;
	text-align:right;
}

/* table8 */

#maincontent table.table8 {
	margin:0 0 40px 0;
	padding: 0;
	
	border-collapse: collapse;
}

#maincontent table.table8 tr td {
    padding:5px 13px 2px 20px;
	border-right: 1px solid #CCC;
	line-height:1.35;
}

#maincontent table.table8 tr td.header {
    padding:11px 13px 8px 13px;
}

#maincontent table.table8 tr td.header,
#maincontent table.table8 tr th.last,
#maincontent table.table8 tr td.last {
	border-right: none;
}


#maincontent table.table8 tr th.left {
	width:40%;
}

#maincontent table.table8 tr th.right {
	width:60%;
}

/* table9 */

#maincontent table.table9 {
	margin:20px 20px 10px 20px;
	padding: 0;
	border-collapse: collapse;
}

#maincontent table.table9 tr th {
	line-height: 1.2;
	vertical-align:middle;
	padding-top:8px;
	padding-bottom:5px;
}

#maincontent table.table9 tr th span {
	font-size:93%;
}


#maincontent table.table9 tr td {
    border-right: 1px solid #CCC;
}

#maincontent table.table9 tr th.last,
#maincontent table.table9 tr td.last {
	border-right: none;
}

#maincontent table.table9 tr th.left,
#maincontent table.table9 tr td.left {
	width:30%;
}

#maincontent table.table9 tr th.center,
#maincontent table.table9 tr td.center {
	width:30%;
}

#maincontent table.table9 tr th.right,
#maincontent table.table9 tr td.right {
	width:40%;
}

#maincontent table.table9 tr td.left {
	
}

#maincontent table.table9 tr td.center {
	text-align:center;
}

#maincontent table.table9 tr td.right {
	text-align:right;
}

/* table10 */

#maincontent table.table10 {
	margin:20px auto 10px auto;
	padding: 0;
	width:830px;
	border-collapse: collapse;
}

#maincontent table.table10 tr td {
    border-right:none;
	
}

#maincontent table.table10 tr td.left {
	width:20%;
	text-align:center;
}

#maincontent table.table10 tr td.right {
	width:80%;
}

/* table11 */

#maincontent table.table11 {
	margin:10px 10px 10px auto;
	padding: 0;
	width:100%;
	border:none;
	border-collapse: collapse;
}

#maincontent table.table11 tr td {
    border:none;
	padding:0;
	width:auto;
}

#maincontent table.table11 tr td.center {
	text-align:center;
}



/* span */
#maincontent span {
	font-size:93%;
}

/* img */

#maincontent img {
	position: relative;
	background: white;
	padding: 10px;
	display: block;
	border:1px solid #CCC;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

#maincontent div.img1 {
	margin-top:-105px;
	margin-left:514px;
	position:relative;
	*zoom:1;
}


#maincontent div.img2 {
	float:right;
	width:340px;
	margin:-35px 20px 40px 0;
	position:relative;
}

#maincontent div.div1 img {
    margin:0 20px;
}

#maincontent div.div3 img,
#maincontent div.div5 img,
#maincontent div.div6 img,
#maincontent img.nodecoration,
#maincontent img.headh3,
#maincontent .card img {
	position: relative;
	background: white;
	padding: 0;
	display: block;
	margin:0 auto;
	border:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#maincontent div.div3 img{
	_margin:20px 0 20px 0;
}

#maincontent .card img {
	display:block;
	margin-bottom:3px;
}

#maincontent img.headh3 {
	display:block;
	margin-top:0;
	position:relative;
	padding:10px 9px 10px 9px;
	
}

#maincontent div.div6 img,
#maincontent img.nodecoration {
	margin:0;
}

#maincontent div.div6 .span13 img,
#maincontent div.div6 .span14 img {
	margin:13px auto 0 auto;
}

#maincontent div.div6 .span14 img.flatimg1 {
	margin:22px auto 0 auto;
}


#maincontent div.div6 .span14 img.flatimg2 {
	margin:20px auto 0 auto;
}

#maincontent .span21 img {
	position: relative;
	background: white;
	padding: 5px;
	display: block;
	border:1px solid #CCC;
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

/* a:link */

#maincontent a,
#maincontent a:link{
	color:#182da9;
	text-decoration:underline;
}

#maincontent a:visited{
	color:#182da9;
	text-decoration:underline;
}

#maincontent a:hover,
#maincontent a:active,
#maincontent a:focus{
	color:#a91822;
	text-decoration:underline;
}

#maincontent a:active{
	color:#f30606;
	text-decoration:underline;
}

#maincontent a:focus{
	color:#f30606;
	text-decoration:underline;
}

/* em */

#maincontent em {
	color:#db0000;
	font-weight:bold;
}

#maincontent p.summary2 em {
	color:#030;
	font-weight:normal;
	font-size:139%;
	line-height:2.4;
	font-weight:bold;
}

/* strong */

#maincontent strong {
	color:#093866;
	font-weight:bold;
}

#maincontent .div1 span { 
    font-size:110%;  
}#container #contents #maincontent .flatimg2 strong {
	color: #000;
}
#container #contents #maincontent .div3 p strong {
	color: #000;
}
#container #contents strong {
	color: #000;
}
