@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:8px;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
   font-size:13px;
   background:#fff;
}

br {
   letter-spacing:normal;
}

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

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

img {
   border:0;
}

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


/* ========TEMPLATE LAYOUT======== */
#top {
   width:100%;
   margin:0 auto;
   background:#fff;
   border-top:5px solid #FF0000;
   border-bottom:5px solid #FF0000;
}

#header  {
   width:100%;
   height:100%;
   margin:0 auto;
   position:relative;
   background: repeat-x;
   max-width:779px;
}


#menu {
   width:100%;
   background:#000;
}

#contents  {
   width:100%;
   height:100%;
   margin:0 auto;
   position:relative;

   background: repeat-x;
   max-width:779px;
}

#main {
   float:left;
   margin:0 10px;
   width:100%;
   
}

#pageTop {
   clear:both;
}

#footer {
   clear:both;
   background:#EBEADD;
   position:relative;
   text-align: center; 
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:0 5px;
   font-size:21px;
   color:#000;
   line-height:100px;
}

#header h1 a {
   color:#FF0000;
}

#header h1 a:hover {
   color:#ddd;
}


#header .pr {
   position:absolute;
   top:30px;
   font-size:21px;
   right:0;
}



/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
   background:url("../images/bg_menu.gif") 0 50% repeat-x;
}

#menu li {
   float:left;
   color:#333;
   list-style-type:none;
}

#menu li a {
   display:block;
   margin-right:1px;
   padding:0 20px;
   line-height:3;
   color:#fff;
}

#menu li a:hover{
   color:#ddd;
}

/* 回り込み解除 */
#menu ul:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#008000;
   
}

#main a:hover {
   text-decoration:underline;
}

#main a:link { 
   color: #0000ff; 
}

#main h2 {
   margin-bottom:5px;
   padding:2px 2px 2px 5px;
   font-size:15px;
   font-weight:bold;
   line-height:1.4;
   border-left:5px solid #000;
   background:url("../images/bg_h2.gif");
}

#main h3 {
   margin-bottom:5px;
   color:#008000;
   font-size:13px;
   border-bottom:3px double #000;
   
}


#main h4 {
   margin-bottom:2px;
   padding:3px;
   font-size:13px;
   line-height:1.4;
   background:#ddd;
}

.headding05 {
	margin:0 0 30px 0;
	padding:12px 10px;
	background: #FFCC00;
	color:#FFF;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-shadow:1px 1px 2px #333;
	box-shadow:inset -1px -1px 2px rgba(0,0,0, 0.6),inset 1px 1px 2px rgba(255,255,255,0.8);
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
   line-height:1.4;
}

#main p{
   margin:0 0 1em 0;
   line-height:1.4;
   width: 70%;  
   margin: 0 auto;  
}



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


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 60% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:20px 0;
   text-align:center;
   font-style:normal;
   font-size:11px;
   border-top:1px solid #ccc;
}