@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   /*background:#fff url(images/bg_body.gif) 0 0 repeat-x;*/
}

br {
   letter-spacing:normal;
}

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

a:hover {
   color:#DDAAAA;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#site_set {
   width:900px;
   margin:0 auto;
   text-align:center;
}

div#header_set {
   width:898px;
   height:240px;
   margin-bottom:5px;
   background:url(images/bghead.jpg) 0 0 no-repeat;
   border:1px solid #c5c5c5;
}

div#ce_contents_set {
   clear:both;
   width:900px;
   margin:20px 0;
   background:#fff url(images/bg_contents.gif) 0 0 repeat-y;
}

div#main_set {
   float:left;
   width:698px;
   text-align: left;
}

div#sub_set {
margin-left:5px;
margin-right:5px;
width:190px;
float:right
}

div#totop {
   border-top:1px solid #5D5353;
}

div#site_foot_set {
   position:relative;
   clear:both;
   width:900px;
}


#navi_set {
background-color:#fef6e2;
font-size:9px;
padding:5px 0;
border:1px solid #c5c5c5;
width:900px
}
#navi_set li {
	list-style-type: none;
	background-color:#fef6e2;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}
#navi_set ul {
background-color:#fef6e2;
	margin-top: 5px;
	margin-bottom: 5px;
}
#navi_set li a {
	font-size: 10px;
}

#navi_set p {
	font-size: 10px;
	color: #333333;
}

#navi_set #design {
	font-size: 10px;
	color: #93A0B0;
}
#navi_set #design a {
	font-size: 10px;
	color: #93A0B0;
}




/*  */
div#ce_contents_set:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========header_set CUSTOMIZE======== */
div#header_set h1 {
color:#000000;
font-family:メイリオ;
font-size:28px;
text-align:left;
padding-top:30px;
padding-left:20px
}

div#header_set h1 a {
color:#99ff66;
font-family:メイリオ;
font-size:28px;
padding-top:30px;
padding-left:20px
}

div#header_set h1 a:hover {
   color:#5D5353;
}

div#header_set p {
color:#ffffff;
font-family:メイリオ;
font-size:12px;
text-align:left;
margin:0;
padding-top:30px;
padding-left:20px;
width:900px
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main_set a {
   color:#DDAAAA;
}

div#main_set a:hover {
   color:#DDAAAA;
   border:0;
   border-bottom:1px solid #DDAAAA;
}

div#main_set h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#5D5353;
   font-size:0.94em;
   font-weight:bold;
   line-height:1.4;
   border-bottom:3px double #5D5353;
}

div#main_set h3 {
   margin-bottom:3px;
   font-size:0.88em;
}

div#main_set h4 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#main_set h5 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#main_set h6 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

div#main_set p{
   margin:0 0 1em 0;
   font-size:0.75em;
   line-height:1.4;
}

div#main_set ul,ol,dl{
   font-size:0.75em;
}

div#main_set dt{

}

div#main_set li{

}

div#main_set dt{
   margin-bottom:3px;
}

div#main_set dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* ========sub_set CONTENTS CUSTOMIZE======== */
div#sub_set .item_sec {

}

div#sub_set h2 {
   padding:3px;
   font-size:0.88em;
   font-weight:bold;
   color:#fff;
   background:#5D5353;
}

div#sub_set ul {
   margin:0;
   padding:5px 0 1em 0;
}

div#sub_set li {
   margin:0;
   padding-left:18px;
   font-size:0.75em;
   line-height:1.8;
   background:#fff url(images/bg_list.gif) 0 4px no-repeat;
   list-style:none;
}

/* ========FOOTER CUSTOMIZE======== */
div#totop{
   position:relative;
   height:2em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:7px;
   margin:0;
   padding-left:8px;
   font-size:0.63em;
   background:#fff url(images/bg_totop.gif) 0 50% no-repeat;
}

address{
   padding:10px 0;
   font-size:0.63em;
   color:#333;
}
