@charset "utf-8";

*{
margin:0px;
padding:0px;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea{
font-size:100%;
}

h1,h2,h3,h4,h5,h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
img,
form{
margin:0px;
padding:0px;
border:none;
font-style: normal;
font-weight: normal;
text-align:left;
list-style-type:none;
}


/* 画像の下にできる隙間をなくす */
img {
vertical-align:bottom;
}



a{
color:#cc3333;
text-decoration:underline;
}

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

a img{
display:block;
border:0px;
}

.clear{
clear:both;
}

.txt_right{
text-align:right;
padding-right:5px;
}

.attention{
color:#CC0000;
}



/***************************************************************************【コンテンツスペース】 */
#wrap{
margin:0px auto;
padding:0px;
width:820px;
}


/***************************************************************************【ヘッダー】 */
#header{
width:820px;
height:42px;
margin-top:8px;
}

/*-----------【ロゴ】----------- */
h1 a{
width:166px;
padding:12px 0px 13px 40px;
height:17px;
display:block;
float:left;
}
/*-----------【ヘッダーナビ】----------- */
#header_navi{
width:276px;
padding:0px 20px 14px 318px;
height:28px;
float:left;
}

#header_navi ul{
list-style-type:none;
}
#header_navi li{
list-style-type:none;
float:left;
}

/***************************************************************************【コンテンツスペース】 */
#contents{
width:780px;
padding:20px;
background-color:#f7f5e8;
}
/*------------------------------------------------------------【左カラム】 */
#leftcolumn{
width:558px;
float:left;
display:inline;
background-color:#FFFFFF;
border:1px #a89984 solid;
}

/*------------------------------------------------------------【右カラム】 */
#rightcolumn{
width:204px;
float:right;
display:inline;
position:relative;
}

#bnr{
width:204px;
}

#bnr img{
margin-bottom:10px;
padding:1px;
border:1px #ab8e63 solid;
}

/************************【サイドメニュー】 */
#rightcolumn .title{
width:200px;
margin:0px 2px;
height:26px;
border-bottom:4px #ab8e63 solid;
text-indent:-9999px;
}

#rightcolumn .menubox{
width:188px;
margin:0px 2px 10px 2px;
padding:5px;
background:#FFFFFF;
border-color:#a89984;
border-width:0px 1px 1px 1px;
border-style:solid;
}

#rightcolumn .menubox ul{
list-style-type:none;
font-size:85%;
}
#rightcolumn .menubox li{
background:url(../images/arrow_01.gif) no-repeat left 2px;
padding-left:16px;
line-height:1.3em;
margin:0.5em 0px;
}

/***************************************************************************【サイドメニュー】 */
/*【メインメンバー】 */
.menu_mainmember{
background:url(../images/sidemenu_mainmember.gif) no-repeat top;
}
/*【menu】 */
.menu_uni{
background:url(../images/sidemenu_menu.gif) no-repeat top;
}

/***************************************************************************【フッター】 */
#footer{
margin:0px auto;
padding-top:40px;
height:60px;
background:url(../images/bg_footer.gif) repeat-x top #FFFFFF;
border-bottom:10px #C3BAA9 solid;
text-align:center;
}

#footer ul{
display:inline;
}

#footer li{
display:inline;

padding:0px 5px 0px 10px;
border-left:1px solid #8D7D3D;
}

/*------ナビ左端の線を消す------*/
#footer li.first{
border-left:none;
}

/***************************************************************************【コピーライト】 */
#copyright{
padding:0.5em 0px;
margin:0px auto;
text-align:center;
font-size:92%;
color:#8F8067;
}


