body {
 margin: 0;
 padding: 0;
 
}

 /* --------------- base --------------- */
 /* ===== design ===== */
 .PLbase {
 color: #000000;
 font-size: 75%;
 line-height:1.5;
 *font-size: 80%;
 font-family: "ＭＳ Ｐゴシック",MS Gothic,"ヒラギノ角ゴ Pro W3", Osaka,sans-serif;
 
}

 .PLbase h1 {
 font-size: 1.5em;
 
}

 .PLbase h2 {
 font-size: 1.1em;
 border-left: 8px solid #CCC;
 border-bottom: 1px solid #CCC;
 padding: 5px;
 padding-left: 7px;
 color: #000;
 margin: 0px 0 10px 0px;
 
}

 .PLbase h3 {
 font-size: 1.1em;
 border-left: 8px solid #FC0;
 border-bottom: 1px solid #FC0;
 padding: 5px;
 padding-left: 7px;
 color: #000;
 margin: 0px 0 10px 0px;
 
}

 .PLbase h4 {
 font-size: 1.1em;
 border-left: 8px solid #0CF;
 border-bottom: 1px solid #0CF;
 padding: 5px;
 padding-left: 7px;
 color: #000;
 margin: 0px 0 10px 0px;
 
}

 .PLbase h5 {
 font-size: 1.1em;
 border-left: 8px solid #F0C;
 border-bottom: 1px solid #F0C;
 padding: 5px;
 padding-left: 7px;
 color: #000;
 margin: 0px 0 10px 0px;
 
}

 .PLbase h6 {
 font-size: 1.1em;
 border-left: 8px solid #CF0;
 border-bottom: 1px solid #CF0;
 padding: 5px;
 padding-left: 7px;
 color: #000;
 margin: 0px 0 10px 0px;
 
}

 .PLbase td, .PLbase th {
 font-size: 1em;
 _font-size: 80%;
 font-family: "ＭＳ Ｐゴシック",MS Gothic,"ヒラギノ角ゴ Pro W3", Osaka,sans-serif;
 background-image: none;
 
}

 .PLbase a img {
 border: none;
 
}

 .PLbase a {
 text-decoration: none;
 color: #003399;
 /* [link] */
 
}

 .PLbase a:link {
 text-decoration: none;
 
}

 .PLbase a:visit {
 text-decoration: none;
 
}

 .PLbase a:hover {
 text-decoration: underline;
 
}

 .PLbase a:active {
 text-decoration: none;
 
}

 /* --------------- wrapper --------------- */
 /* ===== layout ===== */
 #PLwrapper {
 _text-align: center;
 /* for winIE */
 margin: 0;
 padding: 0;
 width: 100%;
 _height: 100%;
 
}

 /* ===== design ===== */
 #PLwrapper {
 background-color: #ffffff;
 
}

 /* --------------- content --------------- */
 /* ===== layout ===== */
 #PLcontent {
 clear: both;
 width: 800px;
 margin: 0 auto;
 text-align: left;
 
}

 #PLcontent:after {
 /* escape overlapping */
 content: "";
 display: block;
 height: 0;
 clear: both;
 
}

 /* ===== design ===== */
 #PLcontent {
 background-color: #ffffff;
 
}

 /* --------------- header --------------- */
 /* ===== layout ===== */
 #PLheaderinner {
 *height: 100%;
 /* escape overlapping */
 min-height:1em;
 
}

 #PLheaderinner:after {
 /* escape overlapping */
 content: "";
 display: block;
 height: 0;
 clear: both;
 
}

 #PLheaderarea .logo {
 float: left;
 
}

 #PLheaderarea .rss {
 float: right;
 
}

 #PLheaderarea .search {
 float: right;
 
}

 #PLheaderarea form {
 margin: 0;
 
}

 /* ===== design ===== */
 #PLheaderarea ul, #PLheaderarea li {
 margin: 0;
 padding: 0;
 
}

 #PLheaderinner {
 padding:5px 0px;
 
}

 #PLheaderarea .logo {
 margin: 5px;
 
}

 #PLheaderarea .subtitle {
 padding: 5px 3px;
 color: #666666;
 /* [dark] */
 font-weight: bold;
 
}

 #PLheaderarea .sitename {
 font-size: 1.5em;
 font-weight: bold;
 font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", MS Gothic, sans-serif;
 color: #000000;
 /* [title] */
 
}

 #PLheaderarea .sitename a {
 color: #000000;
 /* [title] */
 
}

 #PLheaderarea .sitename a:hover {
 text-decoration: none;
 
}

 #PLheaderarea .search {
 color: #666666;
 margin-left: 5px;
 _font-size: 80%;
 
}

 #PLheaderarea .search input {
 font-size: 0.8em;
 padding: 0 2px;
 
}

 #PLheaderarea .search input.text {
 width: 120px;
 margin: 0 2px;
 
}

 #PLheaderarea form {
 display: inline;
 
}

 /* --------------- menu --------------- */
 /* ===== layout ===== */
 #PLmenuarea {
 _height: 100%;
 /* escape overlapping */
 clear: both;
 width: 100%;
 
}

 #PLmenuarea:after {
 /* escape overlapping */
 content: "";
 display: block;
 height: 0;
 clear: both;
 
}

 #PLmenuinner {
 _height: 100%;
 /* escape overlapping */
 width: 100%;
 
}

 #PLmenuarea li {
 _height: 100%;
 /* escape overlapping */
 display: block;
 float: left;
 
}

 #PLmenuarea li:after {
 /* escape overlapping */
 content: "";
 display: block;
 height: 0;
 clear: both;
 
}

 * html #PLmenuarea li {
 /* for IE */
 width: 100px;
 white-space: nowrap;
 
}

 /* ===== design ===== */
 #PLmenuarea {
 font-size:0.9em;
 margin-bottom: 15px;
 
}

 #PLmenuarea ul, #PLmenuarea li {
 margin: 0;
 padding: 0;
 
}

 #PLmenuarea li {
 background-image:url(images/ic_orange.png) ;
 background-position:left;
 background-repeat:no-repeat;
 text-align: left;
 padding: 8px 20px 5px;
 5px;
 
}

 #PLmenuarea li a {
 color: #000000;
 font-weight: bold;
 
}

 /* verUp001 menu */
 #PLmenuarea li {
 _height: 16px;
 /* for IE */
 
}

 #PLmenuarea li.PLmenuSpace {
 padding-left: 0;
 padding-right: 0;
 
}

 * html #PLmenuarea li.PLmenuSpace {
 /* ★for IE */
 width: 1px;
 
}

 /* --------------- main --------------- */
 /* ===== layout ===== */
 #PLnavi {
 min-height: 1.0em;
 _height: 0.8em;
 *height: 100%;
 
}

 #PLnavi:after {
 /* escape overlapping */
 content: "";
 display: block;
 height: 0;
 clear: both;
 
}

 #PLnavi li {
 float: left;
 *white-space: nowrap;
 
}

 #PLmaininner {
 _height: 100%;
 /* escape overlapping */
 
}

 #PLmaininner:after {
 /* escape overlapping */
 content: "";
 display: block;
 height: 0;
 clear: both;
 
}

 #PLmainarea .PLeditarea {
 clear: both;
 
}

 /* ===== design ===== */
 #PLnavi {
 min-height: 1.3em;
 margin-bottom: 7px;
 padding: 0;
 border-bottom: 2px solid #666666;
 
}

 * html #PLnavi {
 /* ★for IE */
 height: 1.2em;
 padding-bottom: 12px;
 _height: 1.3em;
 _padding-bottom: 0;
 
}

 #PLnavi ul, #PLnavi li {
 margin: 0;
 padding: 0;
 list-style: none;
 
}

 #PLnavi li {
 margin-right: 5px;
 padding-left: 12px;
 background-image:url("images/li_menu03.gif");
 background-position: left;
 background-repeat:no-repeat;
 
}

 #PLnavi li a {
 color: #666666;
 
}

 #PLmaininner {
 margin: 0 15px 10px 15px;
 padding: 10px;
 
}

 #PLmaininner.PLeditarea {
 margin: 0;
 padding: 0;
 border: none;
 background-color: transparent;
 background-image: none;
 
}

 /* --------------- side --------------- */
 /* ===== layout ===== */
 #PLsidearea {
 display: none;
 
}

 /* ===== design ===== */
 /* --------------- footer --------------- */
 /* ===== layout ===== */
 #PLfooterarea {
 clear: both;
 width: 100%;
 
}

 #PLfooterinner {
 *height: 100%;
 /* escape overlapping */
 
}

 #PLfooterinner:after {
 /* escape overlapping */
 content: "";
 display: block;
 height: 0;
 clear: both;
 
}

 #PLfooterarea li{
 list-style-type:none;
 
}

 #PLfooterarea li{
 list-style-type:none;
 
}

 #PLfooterarea ul {
 margin: 0 0 0 1em;
 padding: 0;
 clear: both;
 
}

 /* ===== design ===== */
 #PLfooterarea {
 border-top:2px solid #666666;
 
}

 #PLfooterinner {
 font-size:0.8em;
 padding: 5px;
 color: #666666;
 /* [dark] */
 
}

 *:first-child html #PLfooterinner {
 margin-bottom:10px;
 
}

 #PLfooterinner.PLeditarea {
 margin: 0;
 padding: 0;
 border: none;
 background-color: transparent;
 
}

 /* --------------- for macIE escape overlapping --------------- */
 * html .PLareaend {
 clear: both;
 height: 0;
 font-size: 1px;
 line-height: 0;
 
}

 #FORM_DISPLAY_AREA {
 width:100%;
 
}

 #FORM_DISPLAY_AREA td{
 width:100%;
 
}

 .label {
 text-align: left !important;
 
}

 .question {
 width: 400px !important;
 
}

 #PLheadersubarea {
 margin: 0px;
 padding: 0px;
 
}

 #PLheadersubinner {
 margin: 0px;
 padding: 0px 15px 0px 15px;
 
}

 .PLstyle_001 {
 padding: 5px;
 background-color: #EEF;
 
}

 .PLstyle_002 {
 padding: 5px;
 background-color: #DDD;
 
}

 .PLstyle_003 {
 padding: 5px;
 background-color: #FDD;
 
}

 .PLstyle_004 {
 padding: 5px;
 padding-left: 20px;
 
}

 .PLstyle_005 {
 border: 1px solid #999;
 padding: 5px;
 background-color: #FDD;
 
}

 .PLstyle_006 {
 border: 1px dashed #333;
 padding: 5px;
 background-color: #FDD;
 
}

 .PLstyle_007 {
 border: 1px dashed #FC0;
 padding: 5px;
 
}

 .PLstyle_008 {
 border: 1px dashed #99F;
 padding: 5px;
 
}

 .PLstyle_009 {
 border: 1px dashed #9F9;
 padding: 5px;
 
}

 .PLstyle_010 {
 border: 1px dashed #F99;
 padding: 5px;
 
}

 #PLmenuarea {
 display : none;
 
}

 .comment {
 font-weight : bold;
 color : #FF0000 !important;
 
}

 