﻿@charset "UTF-8";

/* ---- pd_menu.cssにある、div#menu は記述しない --------*/

/*========================================
                  RESET CSS 
==========================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{ margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
        font-weight: normal;
        text-decoration: none;
	vertical-align: baseline;
}

body {
	line-height: 1;
	margin-top: 0px;
		
}

 ul {
	list-style: none;
	padding-left:0;
	font-weight:bold;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/*========================================
                  BASIC 
==========================================*/

* { font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
    color:#333333;
    font-size:13px;
    line-height:1.4;
    letter-spacing:1px;
}

body { padding-top:12px;
}

p { font-size:13px;
    margin:0 20px 0 20px;
}

p.cont { margin:0 20px 8px 46px;
         line-height:1.2;
         padding-bottom:2px;
         border-bottom:1px dotted #aaaaaa;
}


a { text-decoration:none;
    color:#0000ff;
}

a:hover { color:#2296e7;
}

/*========================================
                  div
==========================================*/
/*=============lock_html===========*/
div.lock { position:absolute;
           top:0;
           left:0;
           z-index:2;
           width:100%;
           height:100%;
}

/*========================================
                  img
==========================================*/
img.pen { width:18px;
          height:18px;
          border:0;
          margin-right:2px;
}

/*========================================
                  span
==========================================*/
span.red { color:#ff0000;
           font-size:13px;
}

span.red_b { color:#ff0000;
             font-size:13px;
             font-weight:bold;
}