@charset "UTF-8";
/** reset */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font-style: normal; font-weight: normal; vertical-align: baseline; background: transparent; }
body { font-size: 13px; *font-size: small; font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', sans-serif; line-height: 123.1%; }
li { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
img { vertical-align: bottom; }
:focus { outline: 0; }
.root .child-1 { padding-left: 1em; }
.root .child-1 li:before { content: "├ "; }
.root .child-1 li:last-child:before { content: "└ "; }
/** base */
body {
          background: url(../img/base.jpg) repeat;
}
#header { 
          height: 110px; 
		  xbackground-color: #D3D3D3; 
}
/** Navigation  */
#contents_inner{
          width: 1000px;	
          margin: 0 auto 0 auto;
		}
/** フローターの位置
         左右1280pc=left 132px     */
#contents_nav-2 {
         margin: 10px 0 0 100px;
     }
#nav-2 {
         float:left;
         xpadding: 0px 0 0 0px; 
		 width: 160px; 
		 border-radius: 8px; 
		 -moz-border-radius: 8px;
		 -webkit-border-radius: 8px; 
		 xbackground-color: #BCA384; 
		 color: #fff; 
		 }
#nav-2 li { 
         padding: 10px 0 0 40px; 
		 font-size: 16px; 
		 line-height: 1.5em; }

#nav-2 li:first-child { 
         margin-bottom: 5px; 
		 padding-left: 10px; 
		 border-bottom: 1px solid #4D120D; }

#nav-2 li a{
         color: #4D120D;
		 font-weight: bold; 
}

