@charset "UTF-8";

/*--------------------------------------
   universal reset
---------------------------------------*/

*{
    color:#333333;
	font-size: 12px;
	margin:	 0;
	padding: 0;
}


/*--------------------------------------
   body and base setting
---------------------------------------*/

body {
	text-align:center;
	font-family: "qMmpS Pro w3","Verdana", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
    line-height: 1.4;
	background: #ffffff url("/img/lpo/001/bodyBg.gif") repeat-x top;
}

ul {
list-style-type: none;
}


/*--------------------------------------
   link setting
---------------------------------------*/

a:link{
	color: #e3eecd;
	text-decoration:underline;
}
a:visited{
	color: #d3222c;
}
a:hover{
	color: #FFF;
	background:#146c15;
	text-decoration:none;
}
a:active{
	color: #e3eecd;
}

/*--------------------------------------
   wrapper
---------------------------------------*/

div#wrapper {
    width:752px;
	margin:0 auto;
	text-align: left;
}


div#wrapper p#pnav {
    color:#FFFFFF;
    height:29px;
    padding:4px;
    }

/*--------------------------------------
   contents
---------------------------------------*/
div#contents {
    background: url("/img/lpo/001/contentsBk.gif") repeat-y top;
}

/*--------------------------------------
   main
---------------------------------------*/

div#main {
    padding:0px 10px;
}

/*--------------------------------------
 button
---------------------------------------*/

div#contents p#button {
    float: right;
}

div#contents p#button a {
    display: block;
    width: 202px;
    height: 30px;
    background: transparent url(/img/lpo/001/buttonOff.gif) no-repeat;
	text-indent:-9999px;
	text-decoration:none;
}
div#contents p#button a:hover,
div#contents p#button a:active {
    background: transparent url(/img/lpo/001/buttonOn.gif) no-repeat;
}

/*--------------------------------------
 h2 h3
---------------------------------------*/

div#contents h2 {
    float: left;
    width:460px;
    color:#FFFFFF;
    margin:10px;
    padding-left:10px;
    border-left: 6px solid #ffcc00;
}

div#contents h3 {
    font-weight:normal;
    padding-left:10px;
    margin:10px 0px;
    border-left: 6px solid #ffcc00;
}


/*--------------------------------------
 mTable
---------------------------------------*/

div#contents table.mTable a img {
    border: solid 1px #ffffff;
    }
div#contents table.mTable a:hover img {
    border: solid 1px #4f8f18;
    }


div#contents table.mTable a:link{
	color: #d3222c;
	text-decoration:underline;
}
div#contents table.mTable a:visited{
	color: #4f8f18;
}
div#contents table.mTable a:hover{
	color: #FFF;
	background:#d3222c;
	text-decoration:none;
}
div#contents table.mTable a:active{
	color: #d3222c;
}




div#contents table.mTable {
clear:both;
}

div#contents table.mTable td {
    background: url("/img/lpo/001/bannerBk.gif") no-repeat top;
	width:228px;
	height:258px;
	line-height: 150%;
	}

div#contents table.mTable td dl {
padding:8px 20px;
}

div#contents table.mTable td dl dt {
text-align:center;
}


div#contents table.mTable td dl li.bTitle {
font-weight:bold;
color:#d3222c;
}


/* line */
div#contents p.line {
padding:10px 0px;
}

/* banner */
div#contents p.banner {
padding:10px 0px;
}


/*--------------------------------------
 contents
---------------------------------------*/

div#contents #comment {
    background: url(/img/lpo/001/commentBk.gif) no-repeat bottom;
    width:726px;
	margin: 0 auto;
}


div#contents #comment .commentIn {
    padding:0px 20px 30px;
}

/* コメントTable */
tr.evenline {
    background-color:#FFFFFF;
}

tr.oddline {
	background-color:#fff6d9;
}

div#contents table.cmTable {
width:680px;
margin-bottom:30px;
}

div#contents table.cmTable th {
	background-color: #88a82b;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #e1d9ca;
	padding : 0.4em 4px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}

div#contents table.cmTable td {
    padding : 0.2em 4px;
	border-width: 1px;
	border-style: solid;
	border-color: white #e1d9ca #e1d9ca white;
	text-align:left;
}



/* 投稿Table */

div#contents table.cTable {
text-align:left;
}

div#contents table.cTable th {
	background-color: #88a82b;
	padding : 0.4em 4px;
	color:#FFFFFF;
	border-bottom: dashed 1px #e1d9ca;
	border-right: dashed 1px #e1d9ca;
	width:120px;
}

div#contents table.cTable td {
    padding : 0.5em 10px;
	border-bottom: dashed 1px #88a82b;
	width:320px;
}


div#contents table.cTable .inputField {
	font-family: Arial, Helvetica, "qMmpS Pro W3",  sans-serif;
	background-color: white;
	border: none;
	border: 1px solid #a8a8a8;
	padding: 0.2em 8px;
	margin-bottom:4px;
	width:400px;
}


div#contents p.pagetop {
text-align:right;
padding:10px 20px;
    }

div#contents p.pagetop a {
text-decoration: underline;
    }


/*--------------------------------------
 footer
---------------------------------------*/
div#footer{
    clear:both;
	height:100%;
	background-color:#673301;
	margin-top:10px;
}

div#footer address{
	color:#FFFFFF;
	text-align:center;
	font-style:normal;
	padding:10px;
}







