/**
*** A Free Template by joomlajunkie.com
*** @version 1.0
*** @copyright (C) 2005-2006 by - Joomla Junkie
*** @web http://www.joomlajunkie.com
**/

/***This css file seperates the actual styling 
from the layout, it contains all colors, links and
specific Joomla styling***/

/*global resets - eliminates cross browser inconsistancies*/

* { margin:0; padding:0; }

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address { margin: 0.5em 0; } 

li,dd { margin-left:1em;} 

fieldset { padding:.5em; } 

img {border: 0;}

a img {border: 0;}

table {
    font-size: 1em;
}

/*end global resets*/

/*layout styles seperated from
layout.css as they are not structural
but graphical*/

body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 14px;
	font-weight: normal;
	color: #2b2b2b;
	line-height: 120%;
	background: #F8F8F8
}



#top_nav {
background: #FFFFFF;
}

#top_shelf {
}

#content_wrap {
}

#pathway {
}

#footer_shadow a {
	font-size: 18px;
	color: #000000;
	background-color: #f8f8f8;
}


/*Typography -->
These control the general, asthetic, typographical/text
elements of the css*/

h1 {
color: #AEBF33; 
font-size: 1.4em; 
font-weight: bold;
}

h2 {
font-size: 1em; 
font-weight: bold;
}

h3 {
color: #AEBF33; 
font-size: 1.2em; 
font-weight: bold;
}


h4 {
font-size: 1em; 
font-weight: bold;
}

h5 {
color: #AEBF33; 
font-size: 1em; 
font-weight: bold;
}

h6 {
color: #AEBF33; 
font-size: 0.9em;
font-weight: bold;
}

blockquote {
background: #EEF2D0;
border: 2px solid #DFE7A9;
border-left: 4px solid #DFE7A9;
margin: 10px;
padding: 0.5em;
color: #666;
line-height: 140%;
}

pre {
background: #fff;
color: #333;
padding: 10px;
border: 1px solid #EEF2D0;
border-left: 5px solid #EEF2D0;
}

/*General link Styling*/
a:link, a:visited {

color: #4d4dff; 
text-decoration: none;
}

a:hover, a:active {
color: #798F2C;	
text-decoration: underline;
}

/*List item Styling*/
li {
list-style-type:none;
background: url(../images/bullet.gif) no-repeat 0px 5px;
padding-left: 13px;
margin-left: 5px;
}

ul {
margin: 10px;
}

/*Graphical Elements
These styles provide management 
of content's appearences.
*/

hr { 
/*many components use this as a seperator line */
background: transparent; 
height:1px; 
border: 1px solid #ccc;
}

.pagenav {
/* this is for formatting texts where you
see "<< Start < Previous 1 Next > End >>" links
within content*/
font-weight: normal;
margin: 5px;
}

a.pagenav, a.pagenav:visited {
/* as above but specifically if they are links */
font-weight: bold;
color: #AEBF33;
}

a.pagenav:hover {
/* as above but specifically when the links are hovered over */color: #FF9900;
color: #666;
}

.pagenav_prev a {
float: left;
width: 430px;
font-weight: bold;
color: #AEBF33;
}
.pagenav_next a {
float: right;
width: 40px;
font-weight: bold;
color: #AEBF33;
} 

.back_button  {
background: #97C932;
padding: 1px 0 2px 7px;
width: 52px;
margin: 5px 0 5px 0;
color: #fff;
} 

.back_button a  {
color: #fff;
}

.small {
/* a symantic style to allow you to add text with this class, that
is used for small text, like date/written by etc */
font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
font-size: 9px;
color: #999;
letter-spacing: 0.1em;
margin: 0;
padding: 0;
text-decoration: none;
font-weight: normal;
}

.button {
/* button style for Joomla component, form and module buttons*/

border: 1px solid #888888;
color: #000000;
margin: 4px;
font-weight: normal;
text-align: center;
padding: 1px 3px 1px 3px;
}

.inputbox {
/* the look of input boxes in forms */
font-size: 12px;
color: #666;
background: #dfe7a9;
border: 1px solid #f9fbce;
padding: 1px 3px;
margin: 0;
}

/**
Joomla General styling
*/

.createdate {
/* styling the date the content was created on*/
background:url(../images/date.png) no-repeat 0 5px;
font-size: 11px;
color:  #666;
text-indent:21px;
font-weight: normal;
margin:0;
margin: 7px 0 5px 4px;
padding: 5px 0 5px 0;
}

.modifydate {
/*Styles the "Last updated on" text
at the end of articles/contents */
background: url(../images/bullet.gif) no-repeat 0px 4px;
text-indent: 12px;
font-size: 10px;
color: #666;
text-decoration: none;
font-weight: normal;
}

.readon {
display:block;
background:url(../images/read_more.gif) no-repeat;
text-align: center;
width:74px;
height:18px;
line-height: 18px;
margin: 1em 0;
}

a.readon:link, a.readon:visited, a.readon:hover {
/* formatting the "Read on..." link on blog layout pages */
color: #fff; 
text-decoration: none; 

}

/*Default styling for the pathway 
displayed by the mosPathWay()*/

.pathway {
margin-left: px;
color: #666;
font-size: 11px;
}

a.pathway:link, a.pathway:visited {
color: #AEBF33;
}

a.pathway:hover {
color: #666;
}

/* 
Joomla Styling for Contents
These are all the styles for content
*/

.contentpane {
/* This is used mainly for Table that holds all non-article information (components, category lists, contact forms, etc).
all contained within a single table*/
background-color : #fff;
font-size: 1em;
}

.contentpaneopen {	
background-color : #FFFFFF;
font-size: 1em;
}

.moduletable .contentpaneopen {	
background-color : #eff2ce;
font-size: 1.5em;
margin-top:5px;
}

.contentheading {
	font-size: 18px;
	font-weight: 900;
	color: #000000;
	background-color: #ffff88;
	line-height: 24px;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #AEBF33;
}

.contentpagetitle {
/*Title of articles*/
font-size: 18px;
font-weight: 900;
color: red;
background-color: #ffff88;
text-align:left;
}

.componentheading {
/* Used to format a components heading or title */
font-size: 1.2em;
margin-bottom: 0.7em;
border-bottom: 2px solid #AEBF33;
font-weight: bold;
color: #AEBF33;

}

table.contenttoc {
margin: 5px;
padding: 0px;
float:right;
}

/*
Joomla Sections Styles
Styling of sections tables 
*/

.sectiontableheader {
/* This is for styling the section table headers on a SECTION's page.*/
background-color : #F7F9E8;
background-repeat: repeat;
padding: 2px 0 2px 10px;
color : #AEBF33;
font-weight : bold;
}

.sectiontableentry1 {
/* this is used when there's a whole list of data to provide and
you need to create alternate colors for each row of data. This is
the first color */
background-color : #f7f9e8;
padding: 1px 0 1px 10px;
}

.sectiontableentry2 {
/* this is the second color for the row*/
background-color : #F3F3F3;
padding: 1px 0 1px 10px;
}

/*  Polls  */

.poll {
/* polls texts */
font-size: 1em;
line-height: 14px
}

/*this helps make the poll
look better as it removes the
section and table entry lines*/
.poll .sectiontableentry1, .poll .sectiontableentry2 {
background: none;
}

.pollstableborder {
/* set the border properties of the polls voting table */
border: none;
width: 178px;
border: none;
}

.poll td {
/* set the table data properties of the polls voting table */
font-size: 0.95em;
color: #AEBF33;
font-weight: normal;
padding: 4px;
}

/*
MODULE STYLING
These stylings are to format the way modules are
displayed. 
*/

.moduletable {/*generic for all modules*/
/* well.. for formatting the table cells of the module table */
font-size: 1em;
margin: 0;
}

/*only top 3 modules*/

#top_shelf .moduletable h3 {
font-size: 12px;
font-weight: bold;
background: #96b831;
color: #fff;
height: 25px;
margin: 0;
padding: 0;
margin-left: -5px;
margin-right: -5px;
line-height: 25px;
width: 246px;
text-indent: 10px;
}

/*all sidebar modules*/

#sidebar .moduletable h3, .moduletable-leftnav h3 {
background: #96b831 url(../images/mod_header_bullet.gif) no-repeat 6px 6px;
font-size: 14px;
height: 25px;
margin-left: 0px;
margin-right: -5px;
font-weight: bold;
color: #fff;
line-height: 25px;
width: 190px;
text-indent: 28px;
}

#sidebar .moduletable-leftnav h3 {
margin-bottom: 0;
}

#sidebar .moduletable-leftnav { 
padding: 0px;
margin: 0;
}

/*SIDEBAR MENU STYLING STARTS*/

#sidebar #mainlevel{
padding: 0;
}

#sidebar ul#mainlevel {
list-style-type: none;
margin: 0;
width: 200px; 
margin-left: -5px;
margin-right: -5px;
margin-bottom: -6px;
margin-top: -6px;
padding 0px; 
}

#sidebar #mainlevel li {
text-indent: 0;
padding:0;
background: none;
list-style-type: none;
border-bottom: 1px solid #eef2d0;
margin: 0;
 }

#sidebar #mainlevel a {
display: block;
height: 25px;
line-height: 25px;
text-indent: 13px;
background-color:#dfe7a9;
color: #798F2C;
text-decoration: none;
}

* html body #mainlevel a { width: auto; }

#sidebar #mainlevel li a:hover, 
a#active_menu:link, 
a#active_menu:visited { 
background-color: #bdce48; 
color: #fff;
border-right: 3px solid #bdce48; 
}

/*TOPMENU STYLING STARTS*/

div#top_nav ul#mainlevel-nav {
margin: 0;
padding: 0;
width: 778px;
height: 31px;
line-height: 31px;
border: 0px solid red;
text-indent: 6px;
}

div#top_nav ul#mainlevel-nav li {
float: left;
width: auto;
margin: 0;
padding: 0 5px 0 5px;
list-style-type: none;
background: none;
}

div#top_nav ul#mainlevel-nav a.mainlevel-nav, 
div#top_nav ul#mainlevel-nav a.mainlevel-nav:link,
div#top_nav ul#mainlevel-nav a.mainlevel-nav:visited {
color: #eef2d0;
text-decoration: none;
padding: 3px 6px 4px 6px;
}
 
div#top_nav ul#mainlevel-nav a.mainlevel-nav:hover {
background: #373737;
border: 1px solid #666;
text-decoration: none;
padding: 2px 5px 3px 5px;
}

div#top_nav ul#mainlevel-nav a#active_menu {
background: #373737;
border: 1px solid #666;
text-decoration: none;
padding: 2px 5px 3px 5px;
}

/*search box styling top left*/
.search {
position: absolute;
top: 8px;
left: 15px;
}

.search input {
background: #373737;
border: 1px solid #404040;
color: #eef2d0;
}

.search input:hover {
background: #373737;
border: 1px solid #505050;
color: #eef2d0;
}
p.impact:first-letter
{
	font-size: 180%;
	font-weight: bold;
	color: #a60000;
	background-color: #ffdfd0;
	border-width: 1px;
	border-style: ridge;
	border-color: #FF8080;
}

td.inaka {
	color: #008000;
	background-color: #b3dc74;
	padding-top: 5px;
	padding-left: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #008000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008000;
	padding-bottom: 5px;
}

td.inaka2 {
	color: #008000;
	background-color: #d3ecae;
	padding-top: 5px;
	padding-left: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #008000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008000;
	padding-bottom: 5px;
	}



table.gaiyou {
	font-size: 15px;
	color: #4d4d4d;
	line-height: 120%;
	border-width: 3px;
	border-style: ridge;
	border-color: #008000;
	width: 100%;
}
td.midasi {
	font-size: 16px;
	color: #ffffff;
	background-color: #008000;
	text-align: center;
	border-width: 3px;
	border-style: outset;
	border-color: #00E100;
}
table.gaiyou2 {
	font-size: 14px;
	color: #3d3d3d;
	border-width: 1px;
	border-style: ridge;
	border-color: #008000;
	width: 100%;
}
td.gaiyou3 {
	text-align: center;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808000;
	width: 120px;
}
td.gaiyou4 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #808000;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808000;
}

td.tate { font-size: 16px; font-weight: bold;}
p.tate { font-size: 16px; font-weight: bold;}
p.report { font-size: 15px; line-height: 100%; }
p.gaiyou {
	font-size: 15px;
	color: #000000;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #008000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #008000;
}

table.kaisya {
	font-size: 13px;
	border-collapse:separate;
	width: 100%;
}
table.oomidasi {
	font-size: 14px;

	width: 100%;
}
td.oomidasi2 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	text-align: left;
	padding: 2px;
	padding-left : 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	width: 260px;
}
td.oomidasi3 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	padding-left : 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	width: 220px;
}
td.oomidasi4 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 14px;
	font-weight: 900;
	background-color: #ffffff;
	padding: 2px;
	padding-left : 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A0A0A0;
}

td.oomidasi5 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A0;
	width: 180px;
}
td.oomidasi6 {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	width: 80px;
}

td.oomidasi7 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 14px;
	font-weight: 900;
	text-align: right;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	width: 70px;
}
td.oomidasi8 {
	text-align: right;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A0A0A0;
	width: 180px;
}
td.oomidasi9 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 14px;
	font-weight: 900;
	text-align: left;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A0A0A0;
	width: 40px;
}
td.oomidasi10 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 16px;
	font-weight: 900;
	background-color: #ffff88;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A0A0A0;
	padding: 2px;
	padding-left : 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A0A0A0;
	width: 470px;
}
td.oomidasi11 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 14px;
	font-weight: 900;
	background-color: #ffff88;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A0A0A0;
	padding: 2px;
	padding-left : 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A0A0A0;
	width: 80px;
}
td.oomidasi12 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 14px;
	font-weight: normal;
	vertical-align : middle;
	text-align:left;
	padding-left : 8px;
	padding-right : 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A0A0A0;
	width: 400px;
}
td.oomidasi13 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 16px;
	font-weight: 900;
	background-color: #ffff88;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A0A0A0;
	padding: 2px;

padding-left : 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A0A0A0;
	width: 435px;
}
td.oomidasi14 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffff88;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A0A0A0;
	padding: 2px;
	padding-left : 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A0A0A0;
	width: 115px;
}

td.oomidasi15 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	text-align: left;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A0;
	width: 0px;
}
td.oomidasi16 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 16px;
	font-weight: bold;
	background-color: #ffff88;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A0A0A0;
	padding: 2px;
	padding-left : 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A0A0A0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A0A0A0;
	width: 550px;
}

td.oomidasi20 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A0A0A0;
}

td.oomidasi21 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 14px;
	font-weight: normal;
	vertical-align : top;
	text-align:left;
	padding-left : 8px;
	padding-right : 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A0A0A0;
	width: 400px;
}

td.oomidasi30 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	padding-left : 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	width: 175px;
}
td.oomidasi31 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	padding: 2px;
	padding-left : 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	width: 50px;
}
td.oomidasi32 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	padding: 2px;
	padding-left : 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	width: 70px;
}
td.oomidasi33 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	padding-left : 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A0A0A0;
	width: 40px;
}
td.oomidasi40 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 16px;
	font-weight: bold;
	background-color: #ffff88;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A0A0A0;
	padding: 2px;
	padding-left : 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #A0A0A0;
	width: 330px;
}

td.oomidasi41 {
	padding: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A0;
	width: 80px;
}

td.oomidasi42 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	text-align: left;
	padding: 2px;
	padding-left : 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A0;
	width: 120px;
}

td.oomidasi43 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A0;
	width: 55px;
}

td.oomidasi44 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A0;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #A0A0A0;
	width: 30px;
}

td.oomidasi45 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A0;
	width: 45px;
}

td.mizushima34 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 12px;
	font-weight: normal;
	vertical-align : top;
	text-align:left;
	width: 550px;
}

td.mizushima30 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 14px;
	font-weight: normal;
	vertical-align : top;
	text-align:left;
	width: 550px;
}

td.links01{
	width: 200px;
	text-align;center;
	vertical-align:middle;
	 padding:2px;
}
td.links02{
	text-align;left;
	 padding:2px;
}

.aaa{
  font-size : 12px;
  font-weight : normal;
  line-height : 16px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-decoration : none;
  vertical-align : baseline;
  text-align : justify;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-width : 0px 0px 0px 0px;
  border-style : none none none none;
  width : 0px;
  height : 0px;
  top : 0px;
  left : 0px;
  text-indent : 0px;
  float : none;
  position : normal;
}

td.basyo01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A0A0A0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A0A0A0; 
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
}

td.basyo02 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A0A0A0;
}

td.basyo03 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A0A0A0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A0A0A0;
    width : 390px;
    height : 130px;
}

td.basyo04 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A0A0A0;
    width : 390px;
    height : 20px;
}

