/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   padding: 0;
}


form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}



/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}

* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: left; } 

#container-inner { position: static; width: 640px; }

#banner { position: static; }
#banner-inner { position: static; }

#footer { position: static; }
#footer-inner { position: static; }

#pagehead { position: static; }
#pagehead-inner { position: static; }

#pagebody { position: static; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#gamma
{
display: inline; /* ie win bugfix */
position: relative;
float: left;
min-height: 1px;
}

#gamma-inner
{
   position: static;
}


/* basic page elements */

body
{
font-size: 12px;
margin: 0;
padding: 0;
}

#breadcolumn
{
font-size: 10px;	
margin: 0 0 10px 0;
padding: 0;
}

a { color: #19649F; text-decoration: none; }
a:hover { color: #19649F; text-decoration: underline; }

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

#pagehead a { color: #524242; text-decoration: none; }
#pagehead a:hover { color: #524242; text-decoration: underline; }

#breadcolumn a { color: #145F99; text-decoration: none; }
#breadcolumn a:hover { color: #145F99; text-decoration: underline; }

#footer a { color: #333333; text-decoration: none; }
#footer a:hover { color: #333333; text-decoration: underline; }


/* page layout */

body
{
font-size: 12px;
min-width: 660px;
color: #333;
background: #E7E7E7;
}

#container
{
   width: 640px;
   background: #fff;
}

#container-inner
{
width: 639px;
   border-width: 0 1px 0 0;
   border-style: solid;
   border-color: #999999;
   background: #D9DEEA;
}

#banner
{
   width: 640px; /* necessary for ie win */
   background: #E7E7E7;
}

#banner-inner
{
   padding: 5px 0 5px 10px;
}

#footer
{
   width: 640px; /* necessary for ie win */
    background: #fff;
}

#footer-inner
{
   font-size: 10px;
   padding: 8px 0 8px 0;
   border-width: 1px 1px 1px 0;
   border-style: solid;
   border-color: #999;
}

#pagehead
{
width: 640px; /* necessary for ie win */
background: #cccccc;
clear: both;
}

#pagehead-inner
{
   padding: 0px;
   border-width: 1px 1px 0 0;
   border-style: solid;
   border-color: #999;
   text-align:right;
}

#pagehome-inner
{
   padding: 0px;
   border-width: 1px 1px 0 0;
   border-style: solid;
   border-color: #999;
   text-align:right;
}

.menu-left
{
padding: 3px 17px;
margin: 0px;
font-size: 12px;
font-weight: bold;
float: left;
}

.menu-right
{
padding: 2px 17px;
margin: 0px;
font-size: 12px;
font-weight: bold;
float: right;
}

.icon-blue a { color: #19649F; text-decoration: none; }
.icon-blue a:hover { color: #19649F; text-decoration: underline; }


#gamma
{ 
width: 639px; background: #ffffff; 
}

#gamma-inner
{
   padding: 18px;
   clear: both;
}




/* ========================================= */ 
h1
{
margin: 0;
padding: 0;
}

h2
{
font-size: 16px;
_font-size: 14px;
margin: 0 0 10px 0;
padding: 0;
color: #005699;
font-weight: bold;
line-height: 1.30;
_line-height: 1.45;
}

h3
{
font-size: 12px;
margin: 0 0 5px 0;
padding: 5px 4px;
color: #333;
font-weight: bold;
line-height: 1.20;
_line-height: 1.30;
background: #DBE6EF;
border-width: 0 0 0 8px;
border-style: solid;
border-color: #005699;
}


p
{
margin:0px;
padding:0px;
font-size: 12px;
line-height: 1.25;
_line-height: 1.45;
}

.base-txt 
{
margin: 0 12px 15px 12px;
padding: 0;
font-size: 12px;
line-height: 1.25;
_line-height: 1.45;
}

ul.list 
{
list-style: none;
margin: 0 0 15px 0;
padding: 0px;
font-size: 12px;
line-height: 1.25;
_line-height: 1.45;
}

ul.list li 
{
margin: 0 10px 5px 10px;
padding: 0 0 0 10px;
background: url(../imgs/marker.gif) no-repeat 3px 0.5em;
list-style: none;
}

.img-space
{
margin: 0 10px 10px 0;
padding: 0;
}

.orange
{
color: #FF6600;
}

.txt-ind
{
font-size: 10px;
line-height: 1.25;
_line-height: 1.45;
text-indent: -1em;
margin: 0 18px 15px 22px;
padding: 0;
color: #FF6600;
}


.news-left
{
padding: 0;
margin: 0;
width: 200px;
font-size: 12px;
font-weight: normal;
float: left;
}

.news-right
{
padding: 0;
margin: 0;
width: 400px;
font-size: 12px;
font-weight: normal;
float: right;
}

.news-tit
{
font-size: 14px;
line-height: 1.25;
_line-height: 1.45;
font-weight: bold;
padding: 0 0 2px 0;
margin: 0 0 5px 0;
border-width: 0 0 1px 0;
border-style: dotted;
border-color: #999;
}

.news-column
{
font-size: 12px;
line-height: 1.25;
_line-height: 1.45;
font-weight: normal;
padding: 0 0 2px 0;
margin: 0 0 10px 0;
}

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

th.comp-th
{
font-size: 12px;
line-height: 1.25;
_line-height: 1.45;
font-weight: normal;
padding: 2px 20px 2px 0;
margin: 0;
text-align: left;
border-width: 0 0 1px 0;
border-style: dotted;
border-color: #999;
}

td.comp-td
{
font-size: 12px;
line-height: 1.25;
_line-height: 1.45;
font-weight: normal;
padding: 2px 0 2px 0;
margin: 0;
border-width: 0 0 1px 0;
border-style: dotted;
border-color: #999;
}

.pagetop
{
font-size: 10px;
padding: 0;
margin: 20px 0 0 0;
text-align:right;
}

.sitelink
{
font-size: 12px;
border-width: 1px;
border-style: solid;
border-color: #999;
}

.sitelink .sitelink-tit
{
padding: 2px 5px;
color:#ffffff;
font-weight:bold;
background: #553333;
}

.sitelink .sitelink-link
{
padding: 2px 5px;
}

/* ========================================= */ 
/* 追加 */   
.head-left
{
	margin-top:7px;
	float:left;
}

.head-right
{
	float:right;
}
   
.footer-left
{
margin-left:10px;
float:left;
}

.footer-right
{
margin-right:10px;
float:right;
}



.con-title
{
margin: 0;
padding: 5px 5px 5px 9px;
color: #333;
font-size: 14px;
font-weight: bold;
line-height: 1.25;
text-shadow: #888 0 2px 1px;
border-width: 1px;
border-style: solid;
border-color: #697990;
background: url( 'http://keiseisha.jp/isec/imgs/bg_title.gif' ) top left repeat-x;
}

.con-txt
{
margin: 0 0 15px 0;
padding: 10px;
color: #333;
font-size: 12px;
font-weight: normal;
line-height: 1.25;
_line-height: 1.45;
background:#F0F1F5;
}

.con-more
{
margin: 10px 0 0 0;
padding: 0 10px 0 0;
color: #333;
font-size: 10px;
line-height: 1;
text-align:right;
background: url( 'http://keiseisha.jp/isec/imgs/icon_arr.gif' ) center right no-repeat;
}

.search-text{
padding-top:5px;
}

/* topページ用 */
.top-title
{
margin: 0 0 5px 0;
padding: 5px 5px 5px 9px;
color: #333;
font-size: 14px;
font-weight: bold;
line-height: 1.25;
width: 175px;
text-align:center;
text-shadow: #888 0 2px 1px;
border-width: 1px;
border-style: solid;
border-color: #697990;
background: url( 'http://keiseisha.jp/isec/imgs/bg_title.gif' ) top left repeat-x;
}

.top-menu
{
　font-size: 10px;
   margin: 5px;
   padding: 0 0 0 10px;
   color: #666;
   line-height: 1.25;
   background: url( 'http://keiseisha.jp/isec/imgs/icon_arr.gif' ) no-repeat 0px 0.4em;
 list-style: none;
}

.fieldw {
	width: 100px;
	height: 15px;
}

