@charset "UTF-8";

/* ========BASIC======== */
body {
   font-size:13px;
   font-family:Verdana, Helvetica, sans-serif';
   color:#333;
   line-height:1.6;
   margin:0;
   letter-spacing:1px;
   background:url("../images/illust.jpg") 100% 10% no-repeat fixed;
}

a {
   color:#899501;
   text-decoration:none;
}

a:hover {
   color:#c9d450;
   cursor:e-resize;
}

image {
   border:0;
}

br {
   letter-spacing:normal;
}

li {
   margin-left:20px;
   line-height:1.3;
   color:#6D6D6D;
}

/* タイトル */
h1 {
   font-size:16px;
   color:#BF3366;
   font-weight:bold;
   text-align:center;
   margin:30px;
}

/* ========TEMPLATE FRAMEWORK======== */
#wrapper {
   margin-right:450px;
   text-align:left;
   padding:10px;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
   list-style:none;
   padding-left:20px;
   margin:30px 0;
   background:#FFE2D8;
}

#menu li {
   display:inline;
   padding-right:30px;
}

/* ========CONTENTS CUSTOMIZE======== */
#contents h2 {
   background:url("../images/h2_icon.gif") no-repeat;
   padding:3px 3px 3px 45px;
   border-bottom:1px #899501 dotted;
   font-size:1em;
   font-weight:normal;
   font-size:16px;
   color:#339999;
   line-height:29px;
   margin:0;
}

#contents h3 
{
   padding:3px 3px;
   font-size:1em;
   font-weight:strong;
   font-size:14px;
   color:#964862;
   line-height:29px;
   margin:0;
}

#contents p {
   margin:0;
   padding:0.5em 0 1.5em 0;
}

#contents strong {
   color:red;
   font-weight:normal;
   border-bottom:1px dashed #999;
}

/* ========FOOTER CUSTOMIZE======== */
#footer {
   font-size:0.9em;
   text-align:center;
   padding:10px;
   border-top:5px double #899501;
}