/* ********************************
   Project: CSS Table Galery
   Title: Like Adwords
   Author: Cleiton Francisco
   URL: http://www.cleiton.net/
   Country: Brazil
   Update: 2005-12-18
 ****************************** */


table {
	word-break: break-all;
	border-collapse: collapse;
}

.left { float: left; }
.right { float: right; }
.center { text-align: center; }

.red { color: #a94848; }
.green { color: #6f9151; }
.blue { color: #597ca6; }

select,
input,
textarea {
	font-size: 99%;
}


img {margin: 1px; border: 0px; padding : 0px; vertical-align : bottom} 
p.imgstyle {margin-left: 0px; margin-top: 1px; margin-bottom: 1px; border: 0px; padding: 0px; font-size: 0px;} 

table.inquiry {
	font-size: 0.8em;	
}

th.label {
	background-color: #dddddd;
}

/*======================================

	1-3.Structure Module

=======================================*/


body {
	background-color: #ffffff;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	color: #666666;
}

/*======================================

	1-4.Text Module

=======================================*/

p,
pre,
address,
cite {
	margin: 0.5em 5px;
	font-size: 100%;
}

p {
	margin-bottom: 8px;
}

h3,
h5,
h6 {
	margin: 0.5em 2px; 
}

.navicate {
	margin-bottom: 2px;
	font-size: 0.8em;
	font-weight: bold;
	height: auto;
	color: #990000;
	padding: 3px;
}

.navilist {
	margin-bottom: 10px;
	font-size: 0.8em;
	font-weight: bold;
	height: auto;
	color: #666666;
	padding: 3px;
	text-decoration:underline;
}

.navilist:hover {
	color: #CC3333;
	text-decoration:underline;
}	

.naviselect {
	margin-bottom: 10px;
	font-size: 0.8em;
	font-weight: bold;
	height: auto;
	color: #999999;
	text-decoration: none;
	padding: 3px;
}

.navidetail {
	margin-top: -12px;
	margin-right: 16px;
	font-size: 0.7em;
	height: auto;
	padding: 3px;
}

.navidetail2 {
	margin-right: 12px;
	margin-bottom: 2px;
	font-size: 0.7em;
	height: auto;
	color: #666666;
	padding: 3px;
	text-align: right;
}

h1 {
	margin-top: 1px;
	margin-bottom: 16px;
	font-size: 1.1em;
	height: auto;
	color: #990000;
	background-repeat: no-repeat;
	padding-top: 3px;
}

.h1detail {
	margin-top: -6px;
	margin-bottom: 16px;
	font-size: 0.7em;
	height: auto;
	color: #666666;
	font-weight: bold;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #990000;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #990000;
}

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

h5 {
	font-size: 1.0em;
}

h6 {
	font-size: 1.0em;
}


blockquote {
	margin: 1.5em 20px;
	padding: 1px 0; 
	border: 3px solid #ddd;
	background-color: #fff;
}

blockquote * {
	color: #666;
}

blockquote[title]:before {
	margin: 2px 2px 1em 2px;
	padding: 0.1em 16px;
	display: block;
	content: attr(title); 
	background-color: #eee; 
}

blockquote[cite]:after {
	padding: 0.8em 20px;
	display: block; 
	content: attr(cite);
	color: #333;
	text-align: right;
}

cite {
	display: block;
	color: #333;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
	color: #990000;
}

code {
	font-family: "Osaka－等幅", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: "Osaka－等幅", monospace;
	text-transform: uppercase;
}


hr#top {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 20px;

    padding: 0;
	width:770px;

	height:1px;
	border:none; 

    border: #999999 1px solid;

}

div#mainmenu {
	float:left;
	width:190px;
	margin-left:2px;
	margin-right:2px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	vertical-align:middle;
}

div#clear {
	clear:both;
}


div#menuhr {
	height: 3px;
	width: 774px;
	background-image: url("../images/line-hr774.jpg");
	background-repeat: no-repeat;
	padding-right:2px;
	padding-left: 2px;
	margin-left:16px;
	margin-right:12px;
	margin-top:0px;
	margin-bottom:2px;
}


div#pankuzu {
	margin-top:5px;
	margin-left:20px;
	margin-bottom:12px;
	color:#666666;
	font-size:0.8em;
}


/*======================================

	1-5.Hypertext Module

=======================================*/

a:link {
	color: #333333;
	text-decoration:underline;
}

a:visited {
	color: #333333;
	text-decoration:underline;
}

/*

a:visited {
	color: #818f98;
}
*/


a:hover {
	color: #CC3333;
	text-decoration:underline;
}

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


/*======================================

	1-6.List Module

=======================================*/

li {
	font-size: 0.9em;
	margin: 0.1em 10px;
}

ul {
margin : 1em 20px;
padding : 0;
line-height: 120%;
}

.mokuji {
	font-size: 0.7em;
	margin-left: 20px;	
	font-weight: bold;
}

.titlebar {
	font-weight: bold;
	font-size : 0.7em;
	margin: 0 0px 0em 0px;
	padding : 0;
	width: 800px;
	height: 17px;
	color: #666666;
	background-color: #CCCCCC;
}

ol,
dl {
	margin: 1em 20px;
	padding: 1px 0;
	list-style-position: inside;
}

ul.explain {
	background-color: #F2F2F2;
	margin-left: 40px;
	margin-right: 40px;
}

dt,
dd {
	margin: 0.1em 10px;
}


dt {
	margin-top: 0.6em;
}

dd {
	margin-bottom: 0.6em;
	color: #666;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.1em 10px;
}

/*======================================

	1-10.Image Module

=======================================*/

a img {
    border: 0px;
}

a:hover img {
    border: 0px;
}

/*=========================================*/
/*Main Container						   */
/*=========================================*/

#container {
	margin: 0 auto;
	width: 95%;
	height: 100%;
	background-color: #333333	;
}

#containerPad {
	margin-left: 1px;
	margin-right: 1px;
	background-color: #646464;
	padding-left: 16px;
	padding-top: 8px;
	padding-right: 16px;
	border-left: 1px solid #767676;
	border-right: 1px solid #767676;
}

/*=========================================*/
/*Top Links								   */
/*=========================================*/

#topLinks
{
	text-align: right;
	margin-bottom: 8px;
	font-size: 10px;
	font-weight: bold;
	color: #b6b6b6;
}

#topLinks a { color: #b6b6b6; text-decoration: none; }
#topLinks a:hover { color: #d2d2d2; }

/*=========================================*/
/*Header								   */
/*=========================================*/

#fheader {
	display: block;
	width: 780px;
	height: 144px;
}

#fheader .headLeft1 {
	width: 182px;
	height: 62px;
	float: left;
	background-image: url("/image/top_logo.gif");
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 10px;
}

#fheader .headLeft2 {
	width: 59px;
	height: 40px;
	float: left;
	background-image: url("/image/top_book.gif");
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 192px;
}

#fheader .headRightMenu {
	float: right;
	margin-left: 8px;
	margin-top: 10px;
}

#fheader .headRight {
	width: 16px;
	height: 144px;
	float: right;
	background-image: url("../img/header_right.gif");
}



#header {
	height: 144px;
	display: block;
	background-image: url("../img/header_middle.gif");
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

#header .headLeft {
	width: 16px;
	height: 144px;
	float: left;
	background-image: url("../img/header_left.gif");
}

#header .headMiddle {
	float: left;
	margin-left: 8px;
	margin-top: 58px;
}

#header .headRight {
	width: 16px;
	height: 144px;
	float: right;
	background-image: url("../img/header_right.gif");
}

#header h1 {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	font-variant: small-caps;
	color: #ededed;
}

#header h1 a {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	font-variant: small-caps;
	color: #ededed;
	text-decoration: none;
}

#header h1 a:hover { text-decoration: underline; }


#header h2 {
	margin: 0;
	font-size: 10px;
	float: left;
	color: #dedede;
}

/*=========================================*/
/*Navigation							   */
/*=========================================*/

#navigation {
	height: 44px;
	float: right;
	background-image: url("../img/navigation_middle.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
	margin-top: 100px;
}


#navigation .naviLeft {
	height: 44px;
	width: 20px;
	float: left;
	background-image: url("../img/navigation_left.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}

/*=========================================*/

#navigation .link
{
	height: 44px;
	float: left;
	background-image: url("../img/navigation_link.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
}

#navigation .link a {
	height: 32px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-image: url("../img/navigation_link.gif");
	background-position: right top;
	color: #446937;
	padding-top: 10px;
	padding-right: 12px;
	padding-left: 12px;
}

* html #navigation .link a { width: 112px; text-align: center; padding-left: 0; padding-right: 0; } /*lousy IE6 hack to fix a major display error*/

#navigation .link a:hover { background-image: none; color: #5e784f; }

.radius{
background-repeat: no-repeat; width: 12px; height: 12px;
}
.upper_left{
background-image: url('../img/upper_left.gif');
}
.upper_right{
background-image: url('../img/upper_right.gif');
}
.lower_left{
background-image: url('../img/lower_left.gif');
}
.lower_right{
background-image: url('../img/lower_right.gif');
}
.noimg{
background-color: #eeeecc;
}

.rtop, .rbottom{display:block; background: #FFF}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background-color: #eeeecc;}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}
