/* ========BASIC======== */

html {
   overflow-y:scroll;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 1px;
	background-color: #FCF7E9;
	color: #333333;
	font-size: 14px;
}

br {
	letter-spacing:normal;
}

a {
	text-decoration:none;
}

a:hover {
}

img {
	border:0;
	vertical-align:bottom;
}

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

hr {
	height: 1px;
	border: none;
	border-top: 1px #cccccc dotted;
	margin-left: 10px;
	margin-right: 10px;
}

/* ========TEMPLATE LAYOUT======== */

#headwrap {
	position: relative;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/bk3.jpg);
	padding-bottom: 5px;
}

#header {
	position:relative;
	
	width: 980px;
	margin:0 auto;
	
	
}

#pr {
	width: 980px;
	font-size: 80%;
	position: absolute;
	left: 0px;
	top: 0px;
}




#menu {
	width: 100％;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	
}

#icatch {
	margin: 0 auto;
	width: 100%;
	height: 5px;
	background-image: url(img/bar.jpg);
	background-repeat: repeat-x;
}

#contens {
	width: 980px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
}

#main {
	width: 750px;
	border: 1px solid #ECF1F3;
	background-color: #FFFFFF;
	margin-top: 5px;
	float: right;
	padding-top: 5px;
}

#sub {
	float: left;
	width: 220px;
	border: 1px solid #ECF1F3;
	background-color: #FFFFFF;
	margin-top: 5px;
	
}

#pagetop {
   clear:both;
}

#footmenu {
	width:980px;
	margin:0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer {
	background:#EBEBEB;
	with:100%;
}

#info{
	height: 200px;
	text-align: left;
	width: 920px;
	padding-top: 5px;
	border: 1px solid #E6E6E6;
	overflow: auto;
	margin-left: 20px;
}

#info p {
	font-size: 14px;
	line-height: 200%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(img/maru.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
/* ========HEADER CUSTOMIZE======== */

#header h1 {
	font-size: 80%;
	line-height: 150%;
	font-weight: normal;
	
}

#header h1 a {
	color: #FFFFFF;
}

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

#gnavi {
	position: absolute;
	bottom: 0;
	top:40px;
	left: 438px;
	height: 54px;
	width: 536px;
}

#gnavi ul {
   list-style:none;
}

#gnavi li {
	font-size: 12px;
	float: left;
	display: block;
	color: #FFFFFF;
	background-image: url(img/btm.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-right: 15px;
}
#gnavi li a:hover{
	color: #D30000;
}

/* ========MENU CUSTOMIZE======== */

#menu ul {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	
}

#menu li {
	float: left;
	text-align: center;
	list-style-type: none;
		
}

#menu li a {
	display: block;
	color: #FFFFFF;
	line-height: 57px;
	font-weight: bold;
	font-size: 14px;
	padding-right: 35px;
	height: 57px;
	padding-left: 35px;	
}

#menu li.home a {
  
}

#menu li a:hover {
	color: #f9f5c5;
	border-bottom: 3px solid #0E35C9;
	text-decoration: none;
}

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

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

#main h2 {
	margin-bottom:8px;
	padding:0 0 0 10px;
	color:#5A482B;
	font-size:15px;
	font-weight:bold;
	line-height:40px;
	background:url(img/bg_h2.gif) no-repeat;
	margin-left: 10px;
	margin-top: 10px;
}

#main h3 {
	font-size:14px;
	font-weight: bold;
	margin-left: 10px;
}


#main p {
	
	margin-left: 10px;
	margin-right: 10px;
}

#main ul,ol,dl {
   font-size:12px;
}



#main table {
   border-collapse:collapse;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
	padding:3px 3px 3px 10px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:#57AE00;
	border-bottom:1px solid #C1C1C1;
	border-right:1px solid #C1C1C1;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

#sub li {
	line-height:1.4;
	list-style:none;
	font-size: 14px;
	padding:3px 10px 3px 0;
}

#sub li a {
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 15px;
	background-image: url(img/sub_list.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-bottom: 6px;
	background-position: 6px;
	color: #333333;
}


/* ========PAGEOP CUSTOMIZE========= */
#pagetop {
   padding:20px 0;
   text-align:right;
   font-size:11px;
}

#pagetop a {
   padding-left:8px;
   background:url(img/bg_pagetop.gif) no-repeat left;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footmenu ul {
   margin:0;
   padding:10px 0 0 0;
}

#footmenu li {
	margin:0 0 0 10px;
	list-style:none;
	float: left;
	
}

#footmenu li a {
	padding-left:10px;
	background-image: url(img/bg_footmenu.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 12px;
	color: #333333;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:10px 0;
   font-size:11px;
   font-style:normal;
   color:#333;
   text-align:center;
}

#sub li a:hover {
	color: #9b0000;
}
#sub p {
	font-size: 12px;
	margin-left: 10px;
	margin-top: 5px;
}
#footmenu li a:hover {
	color: #9b0000;
}
.guide {
	font-size: 78%;
}
.see {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}


#footmenu p {
	font-size: 12px;
	line-height: 150%;
}
.fp {
	margin:0 auto;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	text-align: right;
	width: 980px;
}
