﻿@charset "UTF-8";

/* 共通インクルード */
@import url("common.css");

#leftnews {
 width: 220px;
 height: auto;
 float:left;
 margin: 8px;
 border-width: 1px;
 border-color: #bcada1;
 background:#FFFFFF;
 border-top-style: solid;
 border-left-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
}

/* リンク */
#leftlink {
 margin: 4px 2px 4px 2px;
 padding: 1px;
 text-align: left;
}
#leftlink p {
 text-align: center;
}

#leftlink h2 {
 color:#000000;
 background:#FFFFFF;
 text-align: center;
 font-weight: bold;
 padding: 2px;
 margin: 1px;
/* border-left-style: outset;
 border-bottom-style: outset;
*/

 border-style: ridge;
 border-width: 2pt;
 border-color: #ffffff;

 text-align: center;
}
#leftlink h3 {
 color:#FFFFFF;
 text-align: center;
 background:#5e3518;
 line-height: 120%;
 border-style: double;
 padding: 4px;
 margin: 14px 12px;
}
 
#leftlink h4 {
 color:#000;
 text-align: center;
 padding: 4px;
 margin: 4px;
}
 
#leftlink img {
 margin: 2px;
}

#leftlink a {
 color: #000080;
}

#leftlink a:visited {
 color: #000030;
}

#leftlink a:hover {
 color: #000080;
/* background: #E0E0E0; */
}

/* メインコンテンツ */
#main { 
 float: right;
 width: 540px;
 margin: 8px;
 padding; 2px;
 border-width: 1px;
 border-color: #bcada1;
 background:#FFFFFF;
 border-top-style: solid;
 border-left-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
}

#main img {
 margin: 8px;
 padding: 8px;
}

/* コンテンツ内容 */
#contentstitle{
 color:#000;
}

#contentstitle a{
 color:#000;
 text-decoration: none;
}

#contentstitle h2 {
 color: #000;
 background-image: url("../img/midashi.png");
 background-position: left;
 background-repeat: no-repeat;
 font-size: 1.4em;
 background-color:#FFF;
 font-weight: bold;
 /* 上 右 下 左 */
/* padding: 0px 0px 0px 2px;
 margin: 0px 0px 0px 8px;
*/
 margin-top: 2px;
 padding-top: 8px;
 width: 510px;
 height: 28px;
 text-align: center;
/* border-left-style: outset; 
 border-bottom-style: double; 
 border-width: 8pt; */
}
 
#contents {
 margin: 15px 40px 15px 20px;
 line-height: 1.4em;
}

#center {
 text-align: center;
/* position: center;
 margin-left: auto;
 margin-right: auto;
*/
}
#contents a {
 color: #000080;
}

#contents a:hover {
 color: #020202;
 font-weight: bold;
}

#contents a:visited {
 color: #909090;
}

#contents a:visited:hover {
 color: #020202;
 font-size: 1.2em;
 font-weight: bold;
}

/* ショップリンク */
#shoplink {
 margin: 1px;
 padding: 1px;
 text-align: left;
 /* テキストリンクの下線無し */
 text-decoration: none;
}

#shoplink img {
 margin: 0px;
 padding: 0px;
 text-align: left;
 text-decoration: none;
}

#shoplink br {
 line-height: 100%;
}

#shoplink p {
 line-height: 100%;
}

#shoplink a {
 line-height: 100%;
 text-decoration: none;
}

/* */
br {
 line-height: 150%;
}
