@charset "shift_jis";
body
{
    scrollbar-face-color: #f5fffa;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #9acd32;
    scrollbar-3dlight-color: #9acd32;
    scrollbar-highlight-color: #f5fffa;
    scrollbar-shadow-color: #f5fffa;
    scrollbar-darkshadow-color: #9acd32;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 95%;
    line-height: 150%;
    color: #666666;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #f5fffa url(images/bg.gif);
}

#all 
{
    margin: 0px auto 0px;
    width: 812px;
    text-align: left;
    background: url(gif/contents_bg1.gif) repeat-y center;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;

}


a:link{
  color: #b0351a;
  text-decoration: none;
  }
a:visited{
  color: #981c01;
  text-decoration: none;
  }
a:hover,a:active{
  color: #981c01;
  text-decoration: underline;
  background: #feebe3 url(none);
  }
.color {
	color: #338100;
  }
.color1 {
	color: #ff0000;
  }
.color2 {
	color: #FF7F00;
  }
.color3 {
	color: #ff0000;
        font-size : 22pt;
        font-family : "MS UI Gothic","ＭＳ Ｐゴシック","ＭＳ ゴシック";
  }
.color4 {
	color: #ff0000;
        font-size : 10pt;
        font-family : "MS UI Gothic","ＭＳ Ｐゴシック","ＭＳ ゴシック";
  }

.color5 {
	color: #ffffff;
        font-size : 12pt;
        font-family : "MS UI Gothic","ＭＳ Ｐゴシック","ＭＳ ゴシック";
  }
.color6 {
	color: #a9a9a9;
        font-size : 9pt;
        font-family : "MS UI Gothic","ＭＳ Ｐゴシック","ＭＳ ゴシック";
        float: right; 
  }


.menu2{
  font-size : 11pt;
  font-family : "MS UI Gothic","ＭＳ Ｐゴシック","ＭＳ ゴシック";
  font-weight : normal;
  text-align: left;
  background: #fffff0;
}

.back{
 background-color: #ffc0cb ; 
}

/*メイン画像（画像の両サイドの影を設定しています）
------------------------------------------------------------------*/
#main-img {
	background: url(gif/contents_bg1.gif) repeat-y center;
	padding-right: 31px;
	padding-left: 1px;
	position: relative;
        text-align: right;
}

/*h1タグ設定
------------------------------------------------------------------
■font-sizeで文字の大きさを指定しています。
■leftとtopの数値を変更してh1の位置の微調整ができます。
■colorで文字色を指定します。
------------------------------------------------------------------*/
#main-img h1 {
	position: absolute;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	left: 5px;
	top: 100px;
}


/*コンテンツ（メイン、サブの両ブロックの外側）
------------------------------------------------------------------*/
#contents {
	background: url(gif/contents_bg1.gif) repeat-y center;
	padding-top: 30px;
	padding-bottom: 50px;
}

/*メインメニュー（リストタグ全体を中央に設定）
------------------------------------------------------------------*/
#menu {
        text-align: center;
}

/*メインメニュー（リストタグを横並びに設定）
------------------------------------------------------------------*/
ul#menu li {
	display: inline;

}

/*メインコンテンツ（右側ブロック）
------------------------------------------------------------------*/
#main {
	float: right;
	width: 496px;
	display: inline;
	margin-right: 37px;
}

#main h2 {
	line-height: 33px;
	background: url(gif/midashi_base.gif);
	height: 33px;
	font-size: 100%;
	padding-left: 40px;
}

#main p {
	padding: 1em 10px 3em;
}

#main img {
	margin: 5px 8px;
}

.image1 {
	float:right;
	width:100px;
}

.image2 {
	float:left;
	width:100px;
}

.image3 {
	float:right;
	width:275px;
}


/*サブコンテンツ（左側ブロック）
------------------------------------------------------------------*/
#sub {
	float: left;
	width: 226px;
	display: inline;
	margin-left: 37px;
}

#sub p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


/*サブコンテンツ内、サブメニュー
------------------------------------------------------------------*/
#sub .osira{
	margin-bottom: 15px;
	margin-left: 10px;
}


#sub .submenu {
	text-align: left;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #338100;
	border-bottom: 5px solid #338100;
	margin-bottom: 20px;
	border-right: 1px solid #338100;
	border-left: 1px solid #338100;
}

#sub .submenu a {
	color: #FF7F00;
	text-decoration: none;
	border-bottom: 1px dotted #9acd32;
	display: block;
	width: 204px;
}

#sub .submenu a:hover {
	background: #feebe3;
}

/*サブコンテンツ内、サブメニュー下のTOPICSコーナー
------------------------------------------------------------------*/
#sub .menubottom {
	border-top: 1px solid #338100;
	border-right: 1px solid #338100;
	border-bottom: 5px solid #338100;
	border-left: 1px solid #338100;
	padding-right: 5px;
	padding-left: 5px;
	width: 226px;
}

/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	background: #f5fffa url(gif/footer_bg1.gif) no-repeat center top;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer1{
        border-bottom: 7px double #9acd32;

}

