@charset "Shift_Jis";

/*/////////////// 全体 /////////////////////////*/

*{
margin:0;
padding:0;
background:transparent;
font:normal normal normal 100%/1.5 "Trebuchet MS","Lucida Grande",  Verdana, Arial, Helvetica, sans-serif;
}

html{
margin:0 0 1px;
}

body{
background:url(../img/bg.gif) no-repeat 100% 0;
height:100%;
font-size:75%;
color:#6f6f6f;
text-align:center;
}


/*/////////////// アンカー /////////////////////////*/

a{
padding:0 0.1em;
text-decoration:none;
}

a:link{
color:#c5b6b7;
}

a:visited{
color:#c5b6b7;
}

a:hover{
color:#e8ac4e;
}


/*/////////////// 見出し /////////////////////////*/

h1{
margin:0 0 0 0;
font-size:10px;
}

h2{
margin:0 10px;
padding:32px 0 0;
background:url(../img/h2.gif) repeat-x 0 40px;
font-size:110%;
color:#e8ac4e;
text-align:center;
}

h2 span{
padding:7px;
background:#fff;
color:#e8ac4e;
letter-spacing:0.1em;
}

h4{
margin:0.8em 0;
border-bottom:1px dotted #999;
}

h5{
margin:0.8em 0;
font-weight:bold;
}


/*/////////////// リスト /////////////////////////*/

ul{
margin:0 0 0 1.6em;
}

ol{
margin:0 0 0 2.1em;
}

ul li{
list-style-type:square;
}

ul.rows,ol.rows{
margin:0 0 0 0.6em;
}

ul.rows li,ol.rows li{
margin:0 0.2em 0 -0.1em;
display:inline;
list-style-type:none;
}


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

/* ----- ラッパー ------------- */

#wrapper{
position:relative;
margin:0 auto;
background:url(../img/bottom.gif) no-repeat 0 100%;
width:750px;
height:100%;
min-height:100%;
text-align:left;
}

body > #wrapper{
height:auto;
}


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

#header{
position:relative;
z-index:2;
top:40px;
left:0;
width:240px;
border:3px double #bbb;
}

p#title{
margin:12px 0 0 0;
font-size:16px;
}
#header h2{
position:absolute;
bottom:12px;
left:43%;
margin:0;
padding:0;
background:transparent;
text-align:center;
clear:both;
}

p#topicPath{
font-size:10px;
}

/* ----- メニュー ------------- */

#menu ul{
margin:30px 0 30px;
}

#menu li{
margin:0;
list-style-type:none;
}

#menu a{
padding:2px 0 2px 10px;
background:url(../img/menu.gif);
width:230px;
height:20px;
font-size:11px;
color:#555;
display:block;
}

* html #menu a{
margin:-1px 0 0;	/* For IE6 */
}

*:first-child + html #menu a{
margin:-1px 0 0;	/* For IE7 */
}

#menu a:hover{
background:transparent;
text-align:center;
}

/* ----- サブメニュー ------------- */

#submenu ul{
margin:15px 0 10px;
text-align:center;
}

#submenu li{
margin:0;
padding:0 2px 0 7px;
background:url(../img/sub.gif) no-repeat 0 60%;
display:inline;
list-style-type:none;
}

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

#main{
margin:-35px 0 0 180px;
padding:60px 0 30px;
width:540px;
border:3px double #bbb;
}

.text{
margin:8px 10px;
padding:0.6em 0.8em;
height:100%;
clear:both;
}

.skip{
margin:0 10px;
padding:8px 5px 0 0;
background:url(../img/h2.gif) repeat-x 0 -3px;
text-align:right;
}

.skip li{
list-style-type:none;
}
dl.item_list{
margin:0.5em 0 0.5em 0.6em;
}
dl.item_list dt {
margin:1em 0 0.8em;
padding:0 0 0 25px;
background:url(../img/h3.gif) no-repeat 0 50%;
clear:both;
}
dl.item_list dd{
margin:0 0 0 0.5em;
padding:0 0 0 10px;
border-left:1px dotted #e8ac4e;
}
dl.item_list dd p img {
float: right;
margin:0 0 10px 10px;
}
dl.link_list{
margin:0.5em 0 0.5em 2.2em;
}
dl.link_list dt {
margin:1em 0 0.8em;
padding:0 0 0 25px;
background:url(../img/h3.gif) no-repeat 0 50%;
clear:both;
}
dl.link_list dd{
margin:0 0 0 0.5em;
padding:0 0 0 10px;
font-size:10px;
}



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

#footer{
margin:20px 0 0 180px;
padding:0 0 35px;
text-align:center;
}

#footer li,address{
margin:0 0.7em 0 0;
display:inline;
list-style-type:none;
}



/*////////////////////////////////////////*/

/* ----- 段落・水平線・イメージ ------------- */

p{
margin:0.2em 0 0.6em;
}

hr{
display:none;
}

img{
margin:0.2em 0.2em 0.2em 0;
border:0;
}


/* ----- 強調・追加・削除 ------------- */

em{
padding:0 0.1em;
color:#900000;
}

strong{
padding:0 0.1em;
background:#e9e9e9;
color:#900000;
}

ins{
text-decoration:underline;
}

del{
text-decoration:line-through;
}


/* ----- 引用 ------------- */

blockquote{
margin:0.7em 2em 0.7em 0;
padding:5px 8px;
border-left:5px solid #2f2f2f;
}

q{
padding:0 2px;
quotes: "<" ">" "`""'";
}

q:before{
content:open-quote;
}

q:after{
content:close-quote;
}


/*/////////////// その他 /////////////////////////*/

/* ----- float解除 ------------- */

.clear{
clear:both;
line-height:0;
}


/* ----- 装飾BOX ------------- */

.record{
overflow:auto;
height:6em;
}



