@charset "Shift_JIS";
/* *********************************************** */
/* 
 * CSS着せ替えテンプレート用デザイン
 *  Author: 坂取
 *  Author URI: http://az-store.nrym.org/
 */
/* *********************************************** */
/* ****************************** */
/* リセット */
/* ****************************** */
*{
margin:0;
padding:0;
font:normal normal normal 100%/1.8 ;
text-decoration:none;
}
/* ****************************** */
/* html */
/* ****************************** */
html{
height:100%;
}
* html{
overflow:hidden;
}
/* ****************************** */
/* body */
/* ****************************** */
body{
font-size:95%;
color:#333333;
background:#fafafa;
height:100%;
}
/* ****************************** */
/* アンカー */
/* ****************************** */
a{
text-decoration:none;
}
a:link{
color:#5f9ea0;
}
a:visited{
color:#48d1cc;
}
a:hover,a:active{
color:#DDA0DD;
}
/* 記事内のみ適用 */
.text a{
text-decoration:underline;
}
/* ****************************** */
/* 枠 */
/* ****************************** */
#PAGETOP{
margin:0 auto;
width:100%;
height:100%;
min-height:100%;
overflow:auto;
}
* > #PAGETOP{
height:auto;
overflow:visible;
}
/* ****************************** */
/* ヘッダー */
/* ****************************** */
#HEADER{
height:100%;
width:14em;
position:absolute;
top:0;
left:0;
z-index:1;
border-right:1px solid #333333;
}
* > #HEADER{
position:fixed;
}
/* サイト名 */
h1{
padding:1em 0 0.5em 1em;
font-size:120%;
text-align:left;
font-weight:bold;
}
/* パンくずリスト */
ul#PAN{
display:none;
}
/* ****************************** */
/* メニュー */
/* ****************************** */
#MENU{
width:14em;
height:100%;
top:5em;
left:0;
position:absolute;
z-index:2;
}
* > #MENU{
position:fixed;
}
#MENU h2{
display:none;
}
/* メニューリスト */
#MENU ul{
list-style-type:none;
padding:0.5em 0;
text-align:left;
}
#MENU li{
list-style:none;
display:inline;
}
#MENU li a{
padding:0 0 0 2em;
display:block;
border-bottom:1px solid #333333;
background:url("./image/menu_a.gif");
color:#333333;
}
#MENU li#MENU01 a{
border-top:1px solid #333333;
}
#MENU li a:hover,#MENU li a:active{
background:url("./image/menu_hover.gif");
}
#MENU .menu-on a{
background:url("./image/menu_hover.gif");
font-weight:700;
}
/* ****************************** */
/* 記事部分 */
/* ****************************** */
#KIZI{
margin:0 0 0 14em;
padding:4em 0;
}
/* 見出し2 */
h2{
padding:0 0 0 1.5em;
font-size:150%;
letter-spacing:0.25em;
}
/* 本文 */
.text{
padding:1em 2em;
border-top:1px solid #333333;
}
/* 見出し3 */
h3{
border-left:9px double #333333;
border-bottom:1px solid #fafafa;
}
.text p{
padding:0.5em 0;
}
/* ナビゲーション */
#KIZI ul.modori{
display:none;
}
/* ****************************** */
/* フッター */
/* ****************************** */
#FOOTER{
margin:3em 0 0 14em;
}
#FOOTER h2{
display:none;
}
#FOOTER ul{
list-style:none;
padding:0.3em 1em 0.3em 0;
text-align:right;
border-top:1px solid #333333;
}
#FOOTER li{
display:inline;
margin-right:1em;
}
#FOOTER address{
display:inline;
}
#FOOTER li a{
color:#333333;
}
/* ****************************** */
/* h要素 */
/* ****************************** */
h3,h4,h5,h6{
font-size:150%;
line-height:1.2;
margin:0.5em 0;
padding:0.1em 0.5em;
}
h4{
border-bottom:3px double #333333;
}
h5{
border-bottom:1px solid #333333;
}
h6{
border-bottom:1px solid #fafafa;
}
/* ****************************** */
/* その他 */
/* ****************************** */
/* 水平線 */
hr{
display:none;
}
/* 画像 */
img{
margin:1px;
padding:0;
}
/* リンク画像に線を出さない */
a img{
border:none;
}
/* 定義語 */
dfn{
font-weight:bold;
}
/* 強調 */
em{
font-weight:bold;
}
/* より強調 */
strong{
font-weight:bold;
border-bottom:2px solid #333333;
}
/* 略語 */
abbr{
border-bottom:1px dotted #333333;
cursor:help;
}
/* 追加 */
ins{
border-bottom:1px solid #333333;
}
/* 削除 */
del{
color:#666666;
text-decoration:line-through;
}
/* 上つき文字 */
sup{
font-size:84%;
vertical-align:super;
}
/* 下つき文字 */
sub{
font-size:84%;
vertical-align:sub;
}
/* 引用 */
blockquote{
margin:1em 2em;
padding:0.5em 0 0.5em 1em;
border:1px solid #eeeeee;
background:url("./image/blockquote.gif") repeat-y 0 100%;
}
/* 長文引用の中の段落 */
.text blockquote p{
margin:0;
padding:0;
}
/* 引用・出典 */
p.source{
margin:0 2em 0 0;
padding:0;
text-align:right;
}
/* 引用元 */
cite{
margin:0;
padding:0;
text-decoration:none;
}
/* 引用 */
q{
quotes:"\300c" "\300d" "\300e" "\300f";
background:#eeeeee;
}
q:before{
content:open-quote;
}
q:after{
content:close-quote;
}
/* アドレス */
address{
font-style:normal;
}
/* 番号つきリスト・同不順リスト */
#KIZI ul{
margin:0.5em 0 0.5em 2em;
list-style-type:square;
}
#KIZI ul ul{
list-style-type:disc;
}
#KIZI ol{
margin:0.5em 0 0.5em 2em;
}
/* 定義リスト */
dl{
margin:0.25em 0;
}
dt{
padding:0.1em 0;
font-weight:bold;
}
dt a{
font-weight:bold;
}
dd{
margin:0 0 0.5em 0;
padding:0.1em 1em;
border-left:5px solid #eeeeee;
border-bottom:1px solid #fafafa;
background:url("./image/dd.gif");
}
/* 整形済みテキスト */
pre{
border:1px solid #eeeeee;
margin:1em;
padding:0.25em;
font-family:monospace;
letter-spacing:normal;
overflow:scroll;
width:auto;
background:url("./image/pre.gif");
}
/* 整形済みテキストforIE */
* html pre{
width:90%;
overflow:scroll;
font-family:monospace;
}
/* コード */
code{
font-family:monospace;
}
/* テキストエリア */
input,textarea,select{
margin:0.1em 0;
padding:0.1em;
color:#333333;
background-color:#fafafa;
border:1px solid #333333;
line-height:1.2;
background:url("./image/form.gif");
}

table { border-width:2px 1px; background:#FFF; color:#000; }
th,td{ border-width:1px; border-style:double solid; 
padding:3px;}
