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

body {
margin: 12px;
text-align: center;
}

/*****リンク色*****/

a {
text-decoration: underline;
color:#3366FF;
}

a:visited {
color:#c71585;
}

a:hover {
color:#87ceeb;
}

/*全体の枠*/
#container {
width:700px;
position:relative;
margin:0 auto;
border:1px solid #cfd6ff;
}

/*****ヘッダー*****/
#header {
font-family: Verdana, Arial, sans-serif;
text-align: right;
background-repeat: no-repeat ;
margin-bottom:5px;
}

h1{
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
color: #000;
font-weight: bold;
}

h2{
font-size: 120%;
}

a img{ /* 画像のリンク枠を消す */
border: none;
padding-top:6px;
}


#header h2 a  {
text-decoration: none;
color:#000;
}

#header h2 a:visited {
text-decoration: none;
color:#000;
}

#header h2 a:hover {
text-decoration: none;
color:#000;
}

/******* フォーマットのレイアウト *******/


#header{
margin: 0; /* 外の隙間 ピッチリ合わせている */
width: 100%; /* containerにいっぱいいっぱい表示 */
height: 160px; /* サイトロゴの高さに合わせている */
background-image: url(http://www.fukusisi.com/fukusi/shikatoru/img/shika-top1.gif); /* 背景画像 */
background-position:right top; /* 背景画像の表示のさせ方 */
background-repeat:no-repeat; /* 背景画像の表示のさせ方 */
}

/******* ヘッダ *******/

#header h1{
margin: 0px;
padding: 12px 10px 12px 170px;
text-align: center;
font-size: 125%;
z-index: 10; /* サイトロゴの上に被って表示 */
}

#header h2{
margin: -55px 0px 0px 0px; /* サイトトピックの上に表示 */
padding: 2px 10px 10px 100px;
font-size: 114%;
z-index: 10; /* サイトロゴの上に被って表示 */
}

#header p{
margin: 50px 0px 0px 0px; /* サイト名の下に表示 */
padding: 10px 30px 6px 160px;
text-align: right;
font-size: 80%;
z-index: 5; /* サイトロゴの上に被って表示 */
}

#header img{
float: left; /* ヘッダの左に動かす */
position: absolute; /* ヘッダの左上に表示する仕掛け */
top: 0px; /* ヘッダの左上に表示する仕掛け */
left: 2%; /* ヘッダの左上に表示する仕掛け */
margin: 0px;
z-index: 1; /* サイトロゴをテキストの後ろに表示 */
}

/******メイン******/

#center {
float: right;
width: 500px;
text-align: left;
}   

.content {
padding-right:14px;
}

.content p {
font-family: Verdana, Arial, sans-serif;
font-size: small;
line-height: 150%;
text-align: left;
margin-bottom:1em;
}

.content h3 {
font-family:Verdana, Arial, sans-serif;
border:1px solid #000;
border-left: 5px  solid #3399ff;
border-bottom: 5px  solid #3399ff;
color: #000;
font-weight:bold; 
margin:0px 0 0 0;
font-size:16px;
padding:8px;
}

.content h4 {
font-family:Verdana, Arial, sans-serif;
border:1px solid #000;
border-left: 5px  solid #3399ff;
border-bottom: 5px  solid #3399ff;
color: #000;
font-weight:bold; 
font-size:16px;
padding: 8px;
margin: 12px 0;
}

p.description{
margin:0;
padding:10px;
margin-bottom:30px;
}

/******メインエントリー部******/

.ctgy dt {
padding:8px;
font-weight:bold;
font-size:medium;
}

.ctgy dt a {
color: #3300FF;
text-decoration:underline;
}

.ctgy dt a:visited {
color: #3300FF;
text-decoration:underline;
}

.ctgy dt a:hover {
color: #FF00FF;
text-decoration: underline;
}

.ctgy dd {
margin-bottom:0.5em;
padding:4px 8px;
border:0px solid #DDD;
font-size:small;
word-spacing: -2px;  
word-break: keep-all;    
}

.ctgy dd a  {
color: #3300FF;
font-size:small;
margin-right:0.5em;
padding-left: 1px;
line-height:2.3em;
}

.ctgy dd a:visited  {
color: #CC0000;
}

.ctgy dd a:hover {
color: #FF00FF;
text-decoration: underline;
}

/*----------　メイン　オールエントリー　----------*/

.entall dt {
padding:7px 0px 5px 18px;
font-weight:bold;
font-size:medium;
background:url('../shikatoru/img/button108.gif') no-repeat left center;
}

.entall dt a {
color: #3300FF;
text-decoration:none;
}

.entall dt a:hover {
color: #9966FF;
}

.entall dt a:visited {
color: #c71585;
}

.entall dd {
font-size:small;
margin-bottom:0.3em;
padding:4px 8px 4px 10px;
word-spacing: 5px;
word-break: keep-all;
}

.entall dd a  {
margin-right:0.5em;
line-height:1.7em;
}


/*----------　テキストカラー　----------*/

.red {
font-weight: 600;
font-size: 14px;
color: #ff0000;
}

.or {
font-weight: 600;
font-size: 14px;
 color: #ff9900;
}

.bl {
font-weight: 600;
font-size: 14px;
color: #000;
}

/******個別エントリー******/

.entry-body{
background: #f1fafd;
padding: 5px 5px 5px 5px; 
border:1px solid #999;
}

.entry-more{
background: #f1fafd;
padding: 5px 5px 5px 5px; 
border:1px solid #999;
}

/******文字装飾******/

.red {
font-weight: 600;
font-size: 14px;
color: #ff0000;
}

.or {
font-weight: 600;
font-size: 14px;
color: #ff9900;
}


/******サイドメニュー部分******/

#side {
margin-left:5px;
}

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

#menu h4{
font-family:Verdana, Arial, sans-serif;
color: #000;
font-weight:normal; 
font-size:medium;
font-style:bold;
text-align:center;
color:#000;
padding:4px 8px;
border:1px solid #000;
border-left: 5px  solid #3399ff;
border-bottom: 2px  solid #3399ff;
}


#menu ul{
margin:10px 0;
padding-bottom:5px;
list-style-type:none;
}

#menu ul li{
font-size: small;
padding-left:0px;
text-align:left;
line-height:1.5em;
margin-left:6px;
margin-bottom: 5px;
}

#categories {
border:1px solid #cfd6ff;
margin-bottom:1em;
padding:1px;
}


#categories ul li ul{
margin-left:-20px;
list-style-type:none;
}

#categories a {
color:#0000FF;
}

#categories a:visited {
color:#c71585;
}

#categories a:hover {
color:#FF00FF;
}


/*------ 　フッター  ----------*/

#footer{
clear: both;
padding: 5px 30px 43px 30px;
margin-top: 0px;
background-color: #cfd6ff;
}

#footer img{
padding: 2px 4px 10px 4px;
float: left; /* サイトバナーをフッタの左に */
}

#footer h3{
color: #000;
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 80%;
font-weight: normal;
float: right; /* サイトコピーライトをフッタの右に */
padding-top: 10px;
}

#footer a, #footer a:link, #footer a:visited{ /* サイトコピーライトの文字色 */
color: #000;
text-decoration: none;
}

/*------ 　パンくず  ----------*/

p.tpass {
border:0px solid #95E9BC;
text-align:left;
margin:3px;
padding:1px;
font-size: small;
}

/*------ 　最下段　ｲﾝﾊﾞｳﾝﾄﾞﾘﾝｸ用  ----------*/


.pr {
width: 150px; height: 10px;
overflow: auto; border: solid 0px #ccc; background: #fff;
scrollbar-base-color:#fff;
scrollbar-arrow-color:#fff;
scrollbar-darkshadow-color:#fff;
position: absolute;
top: -9999px;
}

.pr a {
font-size:xx-small; color:#ccc; text-decoration:underline;font-weight:nomal;
}

.pr a:hover{
text-decoration:none;
}

.pr ul {
font-size:xx-small;
line-height:100%;
margin:0;
padding:0;
list-style-position:none;
}

.pr-1st {
margin-top:15em;
}

.pr-1l {
margin-top:1em;
}
