@charset "UTF-8";

/* ----- base ----- */

* {
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
}

body{
    text-align:center;
    margin:0px auto 0px auto; 
    font-family: Osaka,verdana,Times New Roman,arial ,sans-serif;
    color:#333333;
}
#container{
    text-align:left;
    margin:0px auto 0px auto;
    background-image: url("../image/back.gif");
    background-repeat:repeat-y;
}

#container2{
    margin:0px 10px 0px 10px;
    background-color: #fff;
}

/* ----- レイアウト ----- */

#container{
    width:770px;
}

#container2{
    width:750px;
}

#header {
　　width: 750px;
}

#main{
    width: 550px;
    float: right;
    margin:0px 0px 0px 0px;
}

#side{
    width:180px;
    float: left;
    margin:0px 0px 0px 0px;
}

#footer{
　　width: 750px;
    clear:both;
	background-image: url('../image/head.gif') ;
}

/* ----- ヘッダー ----- */

#header table{
    border-bottom: 2px solid #9CA242;
	background-image: url('../image/head.gif') ;
}

#header table td{
    vertical-align:middle;
    padding:10px 5px;
    font-size: 10pt;
    line-height: 140%;
}

td.nowi{
    vertical-align:middle;
    white-space: nowrap;
    width: 1%;
}

#header table td.left100{
    vertical-align:middle;
    padding:10px;
    width: 100%;
}

td.leftnowi{
    vertical-align:middle;
    padding:5px;
    white-space: nowrap;
    width: 1%;
    font-size: 10pt;
    line-height: 130%;
}

#header p{
    font-size:10pt;
    color:#313031;
    text-align:center;
}


/* ----- index.html ----- */

#topimg {
　　width: 540px;
    margin:0px 10px 0px 0px; 

    margin:0px 0px 5px 0px;
}
#topimg img{
    　　width: 540px;
    border:1px solid #D5C7C4;
}
.index table{
    border:1px solid #8E645D;
	margin:20px 0px 20px 0px;
	width:540px;
}

.index table td{
    border: 1px solid #fff;
    vertical-align:top;
    padding:1px;
}

h1,h2,h3,h4{
    background-image: url("../image/h1.gif");
    width:530px;
    height:23px;
    border-bottom: 1px solid #CCCCCC;
    color: #AF5D35;
    font-size:11pt;
    padding:4px 0px 4px 15px;
	margin:25px 0px 0px 0px;
    letter-spacing: 1px;
    line-height: 150%;
    font-weight:bold;
}


#main p{  
    color: #323232;
    font-size:11pt;
    padding:10px 5px;
	margin: 0px 0px 0px 0px;
    line-height:1.8;
}

#news{
    margin-top:15px;
    width: 521px;
	background-image: url('../image/topix.gif') ;
    height:204px;
}

#news ol{
    margin:0 0 0 30px;
    padding:2px 15px;
}

#news ol li{
    padding:5px 5px;
    border-bottom:1px dashed #BDE38C;
    font-size:10pt;
}

#main table.table{
    border-collapse: collapse;
    margin:5px 0px;
    width:540px;
}

#main table.table th{
    background:#F7F7DE;
	font-size:10pt;
	padding: 8px;
    border:1px solid #8E645D;
    line-height: 150%;
}

#main table.table th.nowi{
    white-space: nowrap;
    width: 1%;
}

#main table.table td {
	font-size:10pt;
	padding: 8px;
    border:1px solid #8E645D;
    line-height: 150%;
}

#main table.in td{
    border: 1px #fff solid;
}

p{
	font-size:11pt;
    line-height: 130%;
	padding: 8px;
}

p.p2{
	font-size:11pt;
    line-height: 130%;
	padding: 8px 8px 0px 8px;
}

th.leftnowi{
    vertical-align:middle;
    padding:5px;
    white-space: nowrap;
    width: 1%;
    font-size: 10pt;
    line-height: 130%;
}
/* ----- サイドメニュー ----- */

#side .sidemenu{
    border:1px solid #9CA242;
    margin-bottom:20px;
    background:#EBEDBE;
    width:180px;
}

#side .sidemenu p{
	background-image: url('../image/sideback.gif') ;
    font-size:10pt;
    padding:5px;
    margin:0px;
    text-align:left;
    font-weight:bold;
    color:#fff;
}

#side .sidemenu ul{
    list-style:none;
    padding:15px 0px;
}

#side .sidemenu ul li{
    font-size:10pt;
    padding:6px 3px 6px 0px;
    border-bottom:1px dashed #9CA242;
    margin:0px 5px;
}

#side .sidemenu ul li img{
    vertical-align:middle;
    margin-right:4px;
}
/* ----- フッター ----- */

#footer{
    border-top: 1px solid #9CA242;
    font-size:10pt;
    text-align: center;
}

#footer table{
    width:100%;
    margin:15px 0px;
}

#footer td{
    font-size:10pt;
    text-align: center;
    color: #636563;
    line-height: 160%;
}

#footer a:link    {color: #636563; text-decoration: none;}
#footer a:visited {color: #636563; text-decoration: none;}
#footer a:active  {color: #636563; text-decoration: none;}
#footer a:hover   {color: #636563; text-decoration: none;}

/* ----- フォント ----- */

.black{
    font-weight:bold;
    color:#000;
}

.ablack{
    font-weight:bold;
    color:#000;
    text-decoration: underline;
}

.red{
    font-weight:bold;
    color:#AF5D35;
    font-size:11pt;
}
.red2{
    font-weight:bold;
    color:#AF5D35;
    font-size:13pt;
}
.red3{
    font-weight:bold;
    color:#ff0000;
    font-size:13pt;
}
.small{
	font-size:8pt;
}
.bigfont{
    font-weight:bold;
    color:#AF5D35;
    font-size:11pt;
}

.red2{
    font-weight:bold;
    color:#A5153A;
}
.red3{
    font-weight:bold;
    color:#f00;
    font-size:11pt;
}

.blue{
    font-weight:bold;
    color:blue;
}

.normal{
    font-weight:normal;
}

.bold{
    font-weight:bold;
}

.center{
    font-size:10pt;
    text-align: center;
    padding:10px;
}

.right{
    font-size:10pt;
    text-align: right;
    margin:0px 15px
}


/* ----- フロート終わり ----- */

.clear{
    clear:both;
}

/* ----- リンク ----- */

a:link    {color: #333333; text-decoration: underline;}
a:visited {color: #333333; text-decoration: underline;}
a:active  {color: #CC9900; text-decoration: underline;}
a:hover   {color: #CC9900; text-decoration: underline;}

/* ----- フォーム ----- */

form{
    margin:0px;
    padding:0px;
    display:inline;
}

/* ----- フォントサイズ ----- */

/* font size */
body, th, td {font-size: 10px;}
input, select, option, textarea, label {font-size: 12px; padding:2px;}

/* ----- 画像のボーダー ----- */

img{
    border:none;
}

/* ----- ジャンプ ----- */

#jump{
    text-align:right;
    padding:20px;
    font-size: 10pt;
}

#jump img{
    vertical-align:middle;
    margin-right:4px;
}

#scroll{
    width: 540px;
    height: 150px;
    overflow: scroll;
    background-color: #FFFFFF;
    border: 1px gray solid;
    font-size: 11pt;
    line-height: 160%;
    margin:5px 0px 10px 0px;
}

#side .rss{
    margin-bottom:10px;
    width:180px;
    text-align:center;
    font-size:10pt;
}

.kakaku{
    color: #AF5D35;
    font-size:11pt;
    font-weight:bold;
}

.index2{
    border: 1px solid #522821;
    width:538px;
}

.index2 td{
    padding:10px 5px;
}

.textimg{
    vertical-align:middle;
}

ol{
    margin:0px 0px 10px 30px;
    padding:10px 0px 0px 10px;
}

li{
    padding:2px 8px;
    font-size:11pt;
    line-height: 150%;
}

.unagi{
    padding:0px 0px 10px 10px;
}


/*
 *Gmap
 */











