
/* 全体 */
body
{
	margin: 0px 0px 0px 0px;
	background-color: #CCCCCC;
}

h1{
   	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-size: 1.5em;
	line-height: 110%;
	font-weight: normal;
}

h2{
   	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-size: 1em;
	line-height: 100%;
	font-weight: bold;
}

h3 {
   	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
}

ul {
 margin: 0px 0px;
 padding: 0px 0px;
}

tr {
 text-align: left;
}

/* 区切り線 */
.dot { border-style: dotted none none none; border-top-width: 2px; border-top-color: #CCCCCC; height: 2px; width:100%;
} 

.dotshort { border-style: dotted none none none; border-top-width: 2px; border-top-color: #CCCCCC; height: 2px; width:150px;
} 

.line {border-top-color: #9B2828; border-top-width: 2px; width: 900px; text-align: left;}


/* レイアウト各部分*/
#container  {
margin: 0 auto; width:900px; position:relative;
	scrollbar-arrow-color: #777777;
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #f8f8f8;
	scrollbar-3dlight-color: #f8f8f8;
	scrollbar-highlight-color: #aaaaaa;
	scrollbar-shadow-color: #aaaaaa;
	scrollbar-darkshadow-color: #f8f8f8;
	font-size: medium;
	color: #333333;
	line-height: 140%;
	background-color: #FFFFFF;
}

#header {
   background-image: url(../img/back_header.gif);
   width: 900px;
   height: 65px;
   font-size: medium;
}

#navi{
   clear: both;
   background-color:#FFFFFF;
   height: 100px;
   padding: 10px 0px 10px 75px;
}

.pan  {
    font-family: MS ゴシック, Osaka;
	font-size: 12px;
	line-height:1.2em;
	text-decoration: none;
}

.pan a:link{color: #E9710E; text-decoration: none;}
.pan a:visited  {color:#0000CC; text-decoration: none;}
.pan a:hover {background-color:#E0CF9C;}

.title{
   clear: both;
   padding: 0px;
}

#contents {
   float: left;
   width: 67%;
   padding: 10px 10px 10px 30px;
   margin: 5px 20px 0px 0px;
   text-align: left;
   background-color:#FFFFFF;
}

#rightside {
   padding: 10px 10px 10px 10px;
   text-align: left;
   margin: 5px 0px 0px 650px;
   background-color: #FFFFFF;
   font-size: x-small;
}

.rightside_in {
   padding: 10px 0px 0px 10px;
}

ul#navibar {
     width: 160px;/*メニューの全体的な横幅を設定*/
 }

ul#navibar li {
 display: inline;/* li要素の隙間を無くす */
 line-height: 1; /* 行間そろえる IE対策 */
 list-style-type: none;
}

ul#navibar li a {
 margin-left: auto;
 padding: 0.7em 5px; /* ボタンの厚みはここで調整 */
 display: block;
 position: relative; /* IE6でマウス反応領域がおかしいのをFix */
 font-size: 12px;
 color: #E9710E;
 text-decoration: none;
 background-color: #FFFFFF;
 border-bottom: 1px solid #000000;
}

ul#navibar li a:hover {
 color: #000;
 background-color: #FF9933;
}

.ad {
    width: 160px;
	background-color: #FFFFFF;
	margin-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}

#footer {
   clear: both;
   text-align: center;
   font-size: small;
   line-height: 110%;
   padding-top: 0px;
   background-color:#FFFFFF;
   margin: 0 auto; width:900px; position:relative;
}

.footer_line { 
	background-color:#E9710E;
    width: 900px;
	height: 10px;	
	text-align: left;
} 

#footer a:hover {background-color: #FF9933}

/* リンク文字 */
a:link {
	font-family: MS ゴシック, Osaka;
	color: #0000CC;
	line-height: 1.3em;
	text-decoration: none;
}
a:visited  {
	color:#9B2828;
	text-decoration: none;
}
a:hover { 
     background-color:#ffff99; 
}

/* 文字装飾 */
span.font1
{
    font-family: MS ゴシック, Osaka;
	font-size: 13px;
	line-height:1.4em;
	text-decoration: none;
}
span.font2
{
    font-family: MS ゴシック, Osaka;
	font-size: 12px;
	line-height:1.2em;
	text-decoration: none;
}
span.font3
{
    font-family: MS ゴシック, Osaka;
	font-size: 10px;
	line-height:1.2em;
	text-decoration: none;
}
span.font4
{
    font-family: MS ゴシック, Osaka;
	font-size: 14px;
	line-height:1.4em;
	text-decoration: none;
}

p.caption 
{
	font-size: 0.8em;
	line-height:1.3em;
	color: #666666;
	font-stretch: condensed;
}

span.rightcap 
{
	font-size: 0.8em;
	line-height:1.3em;
	color: #666666;
}