﻿@charset "UTF-8";

/*
Theme Name: runner
Theme URI: http://www.2341.jp/
Description: A theme by <a href="http://www.2341.jp/">runner</a>.
Version: 1.0
Author: runner
Author URI: http://www.2341.jp/
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;/*inherit は親要素から値を継承することを明示する値です。*/
	vertical-align: baseline;
}

img{
	vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display:block;
}


/****************************************

          1.Main Layout

*****************************************/

body{
	width:100%;
	word-spacing: 0.2em;
	background-image: url(../images/back.gif) ;
	margin: 0 auto;
	font-size: 14px;
	line-height: 140%;
	font-family: Verdana, Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',sans-serif;
	color: #666666;/*-- 全体の文字色 --*/
}


#container,
.wrapper{
	width:960px;
	margin:0 auto;
}

#container{
	overflow: hidden;
}

#header{
	width:100%;
	padding: 0px 0px 0px 0px;
}

#main{
	clear: both;
}


/****************************************

          2. General Setting

*****************************************/

a {
	color: #666666;
	outline: 0 none;
}
	a:hover,
	a:active{
		color: #333333;
	}

.clear{
	clear: both;
	display: block;
}

.hidden { display: none;}

.right-align{ text-align: right;}

.center-align{ text-align: center;}

ul{
	list-style: none;
	margin-left: 10px;
}

	li{ margin: 10px 0; }

strong{ font-weight: bold ;}

small,
.small{
	font-size: 80%;
}

.medium{ font-size: 90%; }

.large{
	font-size: 140%;
	line-height: 1.8 !important;
}

.serif{ font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif; }


/****************************************

          3. Header

*****************************************/

#header{
	width: 100%;
	padding: 0px;
	overflow: hidden;
}

#logo{
	margin-top: 40px;
	width: 100%;
	height: 80px;
	float: left;
}

#sub-navi{
	width: 609px;
	float: right;
}

#sub-navi ul{
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
	#sub-navi li{
		float: right;
		margin: 0 0 0 30px;
		padding: 0;
	}
		#sub-navi a{
			display: block;
			text-indent: -9999px;
			height: 16px;
		}
		#sub-navi #menu-item-730 a{
			width: 87px;
			background: url(images/sub-home.png) no-repeat 0 0;
		}
		#sub-navi #menu-item-731 a{
			width: 134px;
			background: url(images/sub-sitemap.png) no-repeat 0 0;
		}
			#sub-navi a:hover{background-position: 0 100%;}
			
#search-form{
	width: 177px;
	height: 24px;
	position: relative;
	float: right;
	margin-top: 25px;
	background: url(images/search.png) no-repeat 0 0;
}
	#s{
		background: none;
		width: 148px;
		height: 100%;
		border: 0 none;
		margin-left: 5px;
	}
	
	#searchsubmit{
		background: none;
		border: 0 none;
		width: 24px;
		height: 24px;
		position: absolute;
		right: 0;
		text-indent: -9999px;
		cursor: pointer;
	}


/****************************************

          5. Font

*****************************************/

/* H1の指定 **/
h1 {
	font-size:70%;
	color: #FFFFFF;
	font-weight:normal;/*見出しタグは太字なので普通の文字にする指定をします*/
        text-align: left;
	letter-spacing: 2px;/*文字と文字の間隔を少し空ける*/
	margin-top: 0px;/*上の隙間をなくす*/
	padding-top:  0px;/*上に少しスペースを空ける*/
	margin: 0 -500%; /* ネガティブマージンを追記 */
	padding: 0 500%; /* マージンで横へはみ出した部分を相殺 */
}

/* H2の指定 **/
h2 {
	font-size:140%;
        border-style: solid;
        border-width: 6px 0px 6px 0px;
        border-color: #cc0000;
        padding: 0.2em;
        text-align:center;          /* IE用の中央寄せ */
        margin-left:auto;           /* IE以外用の中央寄せ */
        margin-right:auto;          /* IE以外用の中央寄せ */
}

/* H3の指定 */
h3 {
	font-size:120%;
	color: #333333;
        padding: 0.2em;
}

.comp {
	font-size:100%;
	color: #339900;
        border-style: solid;
        border-width: 3px 0px 3px 0px;
        border-color: #cc0000;
        padding: 0.2em;
        margin:5px;
        text-align:center;          /* IE用の中央寄せ */
        margin-left:auto;           /* IE以外用の中央寄せ */
        margin-right:auto;          /* IE以外用の中央寄せ */
}

.comp2 {
	font-size:100%;
	color: #ffffff;
        border-style: solid;
        border-width: 3px 0px 3px 0px;
        border-color: #339900;
        background: #339900;
        padding: 0.2em;
        margin:5px;
        text-align:center;          /* IE用の中央寄せ */
        margin-left:auto;           /* IE以外用の中央寄せ */
        margin-right:auto;          /* IE以外用の中央寄せ */
}

.olive {
	font-size:100%;
	color: #ffffff;
        border-style: solid;
        border-width: 3px 0px 3px 0px;
        border-color: #6B8E23;
        background: #6B8E23;
        padding: 0.2em;
        margin:0px;
        text-align:center;          /* IE用の中央寄せ */
        margin-left:auto;           /* IE以外用の中央寄せ */
        margin-right:auto;          /* IE以外用の中央寄せ */
}

.pink {
	font-size:100%;
	color: #000000;
        border-style: solid;
        border-width: 3px 0px 3px 0px;
        border-color: #FFA07A;
        background: #FFC7AF;
        padding: 0.2em;
        margin:0px;
        text-align:center;          /* IE用の中央寄せ */
        margin-left:auto;           /* IE以外用の中央寄せ */
        margin-right:auto;          /* IE以外用の中央寄せ */
}

.gold {
	font-size:100%;
	color: #0000ff;
        border-style: solid;
        border-width: 3px 0px 3px 0px;
        border-color: #FFCC33;
        background: #ffff99;
        padding: 0.2em;
        margin:0px;
        text-align:center;          /* IE用の中央寄せ */
        margin-left:auto;           /* IE以外用の中央寄せ */
        margin-right:auto;          /* IE以外用の中央寄せ */
}




.bar {
	font-size:140%;
        border-style: solid;
        border-width: 6px 0px 6px 0px;
        border-color: #cc0000;
        padding: 0.2em;
        text-align:center;          /* IE用の中央寄せ */
        margin-left:auto;           /* IE以外用の中央寄せ */
        margin-right:auto;          /* IE以外用の中央寄せ */
}

/* H3の指定 selector11 */
.selector11{
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border:3px double #99cc00;
        display:block;
	margin:20px 0px 10px 0px;
        padding:.2em .3em;
}

.selector11a{  
        border-left:#ff9999 solid 6px;
        padding:.3em .3em .3em .8em ;
        background: #ffffff;

}  

.selector11b{  
        border-left:#ff9999 solid 6px;
        padding:.3em .3em .3em .8em ;
}  

.selector11c{  
        display: block;
        padding:.2em 0em 0em 5em ;
        font-size:.5em;
        color:#999999;
}

/* H4の指定 */
h4 {
	font-size:110%;
	color: #333333;
        padding: 0.2em;
	border:1px solid #99cc00;
        border-left:#ff9999 solid 4px;
	margin:10px 0px 10px 10px;
        padding:.2em .2em .2em .6em ;
}

/* H5の指定 */
h5 {
	font-size:100%;
	color: #339900;
        padding: 0.2em;
	margin:5px 0px 5px 0px;
        padding:.2em .2em .2em .6em ;
}

/* H6の指定 */
h6 {
	font-size:80%;
	color: #339900;
        padding: 0.2em;
	margin:5px 0px 5px 0px;
        padding:.2em .2em .2em .6em ;
}


ol  {
        margin: 0px 0px 0px 20px;
        font-size: 120% ;
        padding: 1.0em;
}

li  {
        font-size: 14px ;
}



p   {
        margin: 0px 10px 10px 0px;
        padding-left: 1em;
        text-indent: 1em;
        font-size: 90% ;
}

.link {
        margin: 0px;
        padding-left: 1em;
        text-indent: 1em;
        font-size: 80% ;
        color:#339900;
}

.comment {
        font-size:70%;
        padding-left: 3em;
        text-indent: 1em;
        color:#999;
}





.page-back {
 position: fixed;
 bottom: 10px;
 right: 10px;
}











/****************************************

         Main Navi

*****************************************/

#menu {
        width:960px;
        padding:0;
        margin:0;
        list-style-type: none;
}

#menu li {
        width:120px;
        float:left;
        padding:0;
        margin:0;
        text-align:center;
}

#menu li a {
        width:auto;
        color:#fff;
        font-size:12px;
        font-weight:bold;
        text-shadow:0 -1px 0px #333,0 1px 0px #555;
        padding:10px 0;
        text-decoration:none;
        display:block;
        background:#666;
        background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.50, #777), color-stop(0.50, #666), color-stop(1, #777));
        border-left:1px solid #444;
        box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
                   -1px 0px 0px rgba(225,225,225,0.3) inset,
                    0px 1px 1px rgba(0,0,0,0.1) inset,
                    0px -1px 1px rgba(0,0,0,0.3) inset,
                    0px 1px 3px #666;
}

#menu li:first-child a{
        border-radius:5px 0 0 5px;
        box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
                    0px 1px 1px rgba(0,0,0,0.1) inset,
                    0px -1px 1px rgba(0,0,0,0.3) inset,
                    0px 1px 3px #666;}

#menu li:last-child a{
        border-radius:0 5px 5px 0;
        box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
                    0px 1px 1px rgba(0,0,0,0.1) inset,
                    0px -1px 1px rgba(0,0,0,0.3) inset, 
                    0px 1px 3px #666;
}

#menu li a:hover {
        background:#555;
        background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
        box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
                   -1px 0px 0px rgba(225,225,225,0) inset,
                    0px 1px 1px rgba(0,0,0,0.1) inset,
                    0px -1px 1px rgba(0,0,0,0.3) inset,
                    0px 1px 3px #666;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */


/****************************************

          7. breadcrumb & Main Heading

*****************************************/

#breadcrumb{
	padding: 10px 10px 0px;
	overflow: hidden;
	margin-bottom: 15px;
}
#breadcrumb ul{
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
	#breadcrumb li{
		float: left;
		margin-right: 15px;
		width: auto;
	}
		#breadcrumb a{
			display: block;
			width: auto;
			float: left;
			line-height: 20px;
		}

#page-title,
hgroup.related{
	float: left;
	width: auto;
	padding: 0 30px 0 10px;
	height: 31px;
	margin: 0 0 20px 0;
	background: url(images/border.gif) repeat-x 0 50%;
}


/****************************************

          Box

*****************************************/

div.box1 {
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */

	width:auto;
	height:auto;
	margin: 5px 0px 10px 0px !important;
        padding: 2px 10px 2px 10px;
	background-color:none;
	color:#333333;
	border:5px double #99cc00;
}

div.box2 {
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */

	width:auto;
	height:auto;
	margin: 5px 0px 10px 0px !important;
        padding: 2px 10px 2px 10px;
	background-color:none;
	color:#333333;
	border:5px double #ff6666;
}

div.box3 {
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */

	width:440px;
	height:230px;
	margin: 0px 0px 10px 0px !important;
        padding: 2px 10px 2px 10px;
	background-color: none;
	color:#333333;
	border:5px double #99cc00;
}

div.box4 {
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */

	width:620px;
	height:auto;
	margin: 5px 0px 5px 0px !important;
        padding: 0px 0px 0px 0px;
	background-color: none;
	color:#333333;
	border:5px double #99cc00;
}

div.box5 {
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */

	width:auto;
	height:auto;
	margin: 5px 0px 5px 0px !important;
        padding: 5px;
	background-color: none;
        font-size: 10px;
	border:5px double #99cc00;
}

div.box6 {
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	width:auto;
	height:auto;
        margin: 3px;
        padding: 5px;
	background-image: url(images/map.gif);
	color:#333333;
	border:5px double #99cc00;
}

div.box7 {
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */

	width:300px;
	height:auto;
	margin: 5px 0px 5px 0px !important;
        padding: 0px 0px 0px 0px;
	background-color: none;
	color:#333333;
	border:5px double #99cc00;
}

div.box8 {
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	width:auto;
	height:auto;
	margin: 5px 0px 10px 0px !important;
        padding: 0px;
	background-image: none;
	color:#333333;
	border:5px double #ccc;
	}

div.box9 {
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	width:auto;
	height:180px;
	margin: 5px 0px 10px 0px !important;
        padding: 0px;
	background-image: none;
	color:#333333;
	border:5px double #ccc;
	}

div.box10 {
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */

	width:120px;
	height:auto;
	margin: 5px 0px 5px 20px !important;
        padding: 0px;
	background-color: none;
        font-size: 18px;
	border:5px double #ccc;
	float: left;
}

div.box11 {
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */

	width:300px;
	height:auto;
	margin: 5px 0px 5px 20px !important;
        padding: 0px;
	background-color: none;
        font-size: 18px;
	border:5px double #ccc;
	float: left;
}

div.box12 {
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	width:auto;
	height:180px;
	margin: 5px 0px 10px 0px !important;
        padding: 0px;
	background: #fff;
	color:#333333;
	border:5px double #ccc;
	}

div.box13 {
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */

	width:auto;
	height:auto;
	margin: 0px 0px 10px 0px !important;
        padding: 0px;
	background-color: none;
	color:#333333;
	border:5px double #99cc00;
}

div.box14 {
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */

	width:auto;
	height:218px;
	margin: 0px 0px 10px 0px !important;
        padding: 0px;
	background-color: none;
	color:#333333;
	border:5px double #99cc00;
}

.linkbox{
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	width:auto;
	height:auto;
	margin: 5px 0px 10px 0px !important;
        padding: 0px;
	background-image: none;
	color:#333333;
	border:5px double #99cc00;
	}

.box_hover{
	border:5px solid #99cc00;
	background-image: none;
	cursor:pointer;
	}

.none{
	text-indent:-9999px;
	height:0px;
	overflow:hidden;
	}		

.boxfont {
        font-size: 18px;
        color:#339900;
        margin: 3px;
}

.boxfont2 {
        font-size: 18px;
        color: red;
        margin: 3px;
        padding: 2px 3px 2px 10px;
}

 *.float
      {
         float: left;
         margin: 4px 10px 2px 5px;
      }
      *.floatclear
      {
         clear: both;
      }


div.box15 {
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */

	width:auto;
	height:auto;
	margin: 5px 0px 10px 0px !important;
        padding: 2px 10px 2px 10px;
	background-color: #F7BFBF;
	color:#333333;
	border:5px double #D97474;
}


div.box16 {
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */

	width:auto;
	height:auto;
	margin: 5px 0px 10px 0px !important;
        padding: 2px 10px 2px 10px;
	background-color: #F4FA58;
	color:#333333;
	border:5px double #D97474;
}


/****************************************

          page-title

*****************************************/

#page-title,
hgroup.related{
	float: left;
	width: auto;
	padding: 0 30px 0 10px;
	height: 31px;
	margin: 0 0 20px 0;
	background: url(images/border.png) repeat-x 0 50%;
}


/****************************************

          totop

*****************************************/
#back-top {
	position: fixed;
	bottom: 10px;
	margin-left: -70px;
}
#back-top a {
	width: 41px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #E6E6FA;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 41px;
	height: 41px;
	display: block;
	margin-bottom: 7px;
	background: #2C9A1B url(../images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #B0C4DE;
}



#totop{
	float: right;
	background: none;
	padding-right: 30px;
	line-height: 24px;
	font-family: 'Josefin Sans', sans-serif;
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

#totop:hover{
	color: #0066ff;
	background-position: 0 100%;
}


/****************************************

          copylight

*****************************************/

.copylight{
	background: none;
	line-height: 24px;
	font-family: 'Josefin Sans', sans-serif;
	color: #333333;
	text-decoration: none;
 	font-weight: bold;
 	font-style: italic;
	font-size: 12px;
}

/****************************************

          footer

*****************************************/

#footer {
        width:100%;
	background-image: url(../images/footer.gif) ;
        height: auto;
        clear: both;
        font-size:12px;
        margin: auto;
        padding: auto;
}

#footer-navi{
	margin-bottom: 0px;
	overflow: hidden;
}

#footer-navi ul{
	list-style-image: none;
	list-style: none;
}
	#footer-navi li{
		float: left;
		margin-right: 50px;
		font-weight: bold;
	}
	#footer-navi a{
		display: block;
		line-height: 26px;
		font-weight: bold;
		text-decoration: none;
	}

	#footer-navi a:hover,
	.column a:hover{
		text-decoration: underline;
	}
	


/****************************************

          table

*****************************************/

table.sample1 colgroup#green {
	background: #99cc00;
}

table.sample1 colgroup#white {
	background: #ffffff;
}
table.sample1 , td, th {
	margin: 20px 0px 0px 20px;
	border: 1px solid #595959;
	border-collapse: collapse;
	font-size: 13px;
	text-align: center;
}
td, th {
	padding: 3px;
	width: auto;
	height: 20px;
}
th {
	background: #f0e6cc;
	th.example1 { width: 20%; }
	th.example2 { width: 35%; }
	th.example3 { width: 45%; }

}
td {
	text-align: right;
	padding: 0px 10px 0px 0px;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}


table.2 , td, th {
	margin:20px 0px 0px 20px;
	border: 1px solid #595959;
	border-collapse: collapse;
	font-size: 13px;
	text-align: center;
}
td, th {
	padding: 3px;
	width: 60px;
	height: 20px;
}
th {
	background: #f0e6cc;
}
td {
	text-align: right;
	padding: 0px 10px 0px 0px;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}


table.sample1 {
	width: 620px;
	margin:20px 0px 0px 0px;
	border-top: 1px solid #339900;
	border-left: 1px solid #339900;
	border-spacing:0px;
}

table.sample1 tr th,table.sample1 tr td {
	font-size: 13px;
	border-bottom: 1px solid #339900;
	border-right: 1px solid #339900;
	padding: 7px;
}

table.sample1 tr th {
	background: #cccccc;
        text-align: center;
}

table.sample1 caption {
	font-size: 100%;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #339900;
	margin-bottom: 10px;
	text-align: center;
	color: #339900;
}

table.sample1 colgroup#green {
	background: #99cc00;
}

table.sample1 colgroup#white {
	background: #ffffff;
}

/*table.sample1 tbody tr {
	background: #FFC;
}*/

/* table 2 inf00 inf05 
******************************************************/

table.sample2 {
	width: 90%;
	margin:20px 0px 0px 40px;
	border-top: 1px solid #339900;
	border-left: 1px solid #339900;
	border-spacing:0px;
}

table.sample2 tr th,table.sample2 tr td {
	font-size: 14px;
	border-bottom: 1px solid #339900;
	border-right: 1px solid #339900;
	padding: 7px;
}

table.sample2 tr th {
	background: #cccccc;
	text-align: center;
}

table.sample2 caption {
	font-size: 100%;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #339900;
	margin-bottom: 10px;
	text-align: center;
	color: #cc0000;
}

table.sample2 colgroup#green {
	background: #99cc00;
}

table.sample2 colgroup#white {
	background: #ffffff;
}

table.sample2 thead tr {
	background: #999999;
}

table.sample2 tfoot tr {
	background: #99cc00;
	color:#333333;
	text-align: center;
}

table.sample2 tbody tr {
	background: #ffffff;
}

/*table.sample2 tbody tr {
	background: #99cc00;
}*/

/* table 3 
******************************************************/

table.sample3 {
	width: 90%;
	margin:20px 0px 0px 10px;
	border-top: 1px solid #339900;
	border-left: 1px solid #339900;
	border-spacing:0px;
}

table.sample3 tr th,table.sample3 tr td {
	font-size: 14px;
	border-bottom: 1px solid #339900;
	border-right: 1px solid #339900;
	padding: 2px;
}

table.sample3 tr th {
	background: #cccccc;
text-align: center;
}

table.sample3 caption {
	font-size: 100%;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #339900;
	margin-bottom: 10px;
	text-align: center;
	color: #339900;
}

table.sample3 thead tr {
	background: #999999;
}

table.sample3 tfoot tr {
	background: #ffffff;
	color:#333333;
	text-align: center;
}

table.sample3 tbody tr {
	background: #ffffff;
	text-align: right;
}

/*table.sample3 tbody tr {
	background: #99cc00;
}*/


/* table 4 inf03 
******************************************************/

table.sample4 {
	width: 440px;
	margin:20px 0px 0px 10px;
	border-top: 1px solid #339900;
	border-left: 1px solid #339900;
	border-spacing:0px;
}

table.sample4 tr th,table.sample4 tr td {
	font-size: 14px;
	border-bottom: 1px solid #339900;
	border-right: 1px solid #339900;
	padding: 2px;
}

table.sample4 tr th {
	background: #cccccc;
text-align: center;
}

table.sample4 caption {
	font-size: 100%;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #339900;
	margin-bottom: 10px;
	text-align: center;
	color: #339900;
}

table.sample4 thead tr {
	background: #999999;
}

table.sample4 tfoot tr {
	background: #ffffff;
	color:#333333;
	text-align: center;
}

table.sample4 tbody tr {
	background: #ffffff;
	text-align: right;
}

/*table.sample4 tbody tr {
	background: #99cc00;
}*/

/* table 6 
******************************************************/

table.sample6 {
	width: 100%;
	margin:20px 0px 0px 0px;
	border-top: 1px solid #339900;
	border-left: 1px solid #339900;
	border-spacing:0px;
}

table.sample6 tr th,table.sample6 tr td {
	font-size: 13px;
	border-bottom: 1px solid #339900;
	border-right: 1px solid #339900;
	padding: 7px;
	text-align: right;
}

table.sample6 tr th {
	background: #cccccc;
        text-align: center;
}

table.sample6 caption {
	font-size: 100%;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #339900;
	margin-bottom: 10px;
	text-align: right;
        text-align: center;
}

table.sample6 colgroup#green {
	background: #99cc00;
}

table.sample6 colgroup#white {
	background: #ffffff;
}

/*table.sample6 tbody tr {
	background: #FFC;
}*/
/* table 7 com04 inf01 
******************************************************/

table.sample7 {
	width: 66%;
        margin: 0px auto;
	border-top: 1px solid #339900;
	border-left: 1px solid #339900;
	border-spacing:0px;
}
table.sample7 tr th,table.sample7 tr td {
	font-size: 14px;
	border-bottom: 1px solid #339900;
	border-right: 1px solid #339900;
	padding: 7px;
}
table.sample7 tr th {
	background: #cccccc;
        text-align: center;
}

table.sample7 caption {
	font-size: 120%;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #339900;
	margin-bottom: 10px;
	text-align: center;
	color: #339900;
}

table.sample7 colgroup#green {
	background: #99cc00;
}
table.sample7 colgroup#white {
	background: #ffffff;
}
/*table.sample7 tbody tr {
	background: #FFC;
}*/

/* table 9
******************************************************/

table.sample9 {
	width: 100%;
	margin:20px 0px 0px 0px;
	border-top: none;
	border-left: none;
	border-spacing:0px;
}
table.sample9 tr th,table.sample9 tr td {
	font-size: 14px;
	border-bottom: none;
	border-right: none;
	padding: 3px;
}
table.sample9 tr th {
	background: #cccccc;
        text-align: center;
}

table.sample9 caption {
	font-size: 100%;
	font-weight: bold;
	width: 100%;
	border-bottom: none;
	margin-bottom: 10px;
	text-align: center;
	color: #339900;
}


/* table 2
******************************************************/

table.sample12 {
	width: 100%;
	margin:20px 0px 0px 10px;
	border-top: 1px solid #339900;
	border-left: 1px solid #339900;
	border-spacing:0px;
}

table.sample12 tr th,table.sample12 tr td {
	font-size: 14px;
	border-bottom: 1px solid #339900;
	border-right: 1px solid #339900;
	padding: 7px;
}

table.sample12 tr th {
	background: #cccccc;
	text-align: center;
}

table.sample12 caption {
	font-size: 100%;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #339900;
	margin-bottom: 10px;
	text-align: center;
	color: #cc0000;
}

table.sample12 colgroup#green {
	background: #99cc00;
}

table.sample12 colgroup#white {
	background: #ffffff;
}

table.sample12 thead tr {
	background: #999999;
}

table.sample12 tfoot tr {
	background: #99cc00;
	color:#333333;
	text-align: center;
}

table.sample12 tbody tr {
	background: none;
}

/*table.sample12 tbody tr {
	background: #99cc00;
}*/


/* table 2
******************************************************/

table.sample13 {
	width: 30%;
	margin:20px 0px 0px 10px;
	border-top: 1px solid #339900;
	border-left: 1px solid #339900;
	border-spacing:0px;
}

table.sample13 tr th,table.sample13 tr td {
	font-size: 14px;
	border-bottom: 1px solid #339900;
	border-right: 1px solid #339900;
	padding: 7px;
}

table.sample13 tr th {
	background: #cccccc;
	text-align: center;
}

table.sample13 tr td {
	background: #none;
	text-align: center;
}

table.sample13 caption {
	font-size: 100%;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #339900;
	margin-bottom: 10px;
	text-align: center;
	color: #cc0000;
}

table.sample13 colgroup#green {
	background: #99cc00;
}

table.sample13 colgroup#white {
	background: #ffffff;
}

table.sample13 thead tr {
	background: #999999;
}

table.sample13 tfoot tr {
	background: #99cc00;
	color:#333333;
	text-align: center;
}

table.sample13 tbody tr {
	background: none;
}

/*table.sample13 tbody tr {
	background: #99cc00;
}*/


table.sample14 {
	width: 450px;
	margin:5px 0px 0px 5px;
	border-top: 1px solid #339900;
	border-left: 1px solid #339900;
	border-spacing:0px;
}

table.sample14 tr th,table.sample14 tr td {
	font-size: 13px;
	border-bottom: 1px solid #339900;
	border-right: 1px solid #339900;
	padding: 3px;
}

table.sample14 tr th {
	background: #cccccc;
        text-align: center;
}

table.sample14 caption {
	font-size: 100%;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #339900;
	margin-bottom: 10px;
	text-align: center;
	color: #339900;
}