@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 1px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #FFF;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#0172AB;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg_contents_left.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

div#wrapper {
	width: 900px;
	background-image: url(../images/bg_contents_right.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}

div#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 560px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/header.jpg);
}


#inner_header {
	height: 560px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header2 {
	background-repeat: no-repeat;
	background-position: center top;
}
#inner_header2 {
	height: 230px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/inner_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#inner_header h1 {
	text-indent: -10000px;
}
#inner_header2 h1 {
	text-indent: -10000px;
}



div#pr {
   width:480px;
   position:absolute;
   left:280px;
   top:10px;
}

div#contents {
    margin-top: 0;
    margin-right: 5px;
    margin-left: 5px;
    padding: 20px 20px 0 20px;
}

div#main {
	float: right;
	width: 630px;
}

div#sub {
	float: left;
	width: 200px;
}

div#pageTop {
   clear:both;
}

div#footer {
   clear:both;
   margin:0 5px;
}


div#header h1 a {
   color:#333;
}

div#header #pr p {
   margin:0;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
	margin-bottom: 10px;
	padding: 0px;
}

div#sub h2 {
   padding:3px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   background:url("../images/bg_sub_h2.gif") 50% 50%;
}

div#sub ul {
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

div#sub li {
   padding:5px 0 5px 0;
   line-height:1.4;
   list-style:none;
}

div#sub li a {
	display: block;
}
#sub .section ul li a {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;




}


/* MENU CUSTOMIZE */
div#contents #sub div#menu ul {
	margin: 0 0 20px 0;
	padding: 0;
}


div#contents #sub div#menu li {
   margin:0;
   padding:0;
   color:#333;
   list-style-type:none;
}

div#contents #sub div#menu li a {
	display: block;
	width: 174px;
	color: #333;
	border-bottom: 1px solid #DCDCDC;
	background-image: url(../images/bg_menulist.gif);
	background-repeat: no-repeat;
	background-position: 6px 12px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 26px;
}

div#contents #sub div#menu li a:hover {
   color:#0096E7;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#0172AB;
}

#main a:hover {
   text-decoration:underline;
}

#main .icatch {
margin-bottom:20px;
}

#main h2 {
   margin-bottom:8px;
   padding:5px;
   color:#333;
   font-size:15px;
   font-weight:bold;
   border-top:2px solid #3298D3;
   background:url("../images/bg_h2.gif") 0 100% repeat-x;
}

#main h3 {
   margin-bottom:3px;
   padding:0 0 3px 8px;
   font-size:13px;
   border-left:5px solid #3298D3;
   background:url("../images/bg_h3.gif") 0 100% repeat-x;
}

#main h4 {
   margin:5px 0 2px 0;
   padding:2px;
   font-size:13px;
   background:#d0dfe9;
}

#main h5 {
   margin-top:5px;
   margin-bottom:2px;
   padding-left:5px;
   font-size:13px;
   color:#3298D3;
   border-left:8px solid #3298D3;
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
   color:#3298D3;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

#main table {
   width:100%;
   border-collapse: collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#e0eef8;
}

#main table td {
    padding: 5px;
    font-size: 12px;
    text-align: left;
    border: 1px solid #ddd;
}


/* ========PAGETOP CUSTOMIZE========= */
div#pageTop {
   padding:10px 0;
   text-align:right;
}

div#pageTop a {
   padding:0 0 0 12px;
   background:url(../images/bg_pagetop.gif) 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url("../images/bg_dotline.gif") 0 0 repeat-x;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url("../images/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   margin:0 10px;
   padding:5px 0;
   font-style:normal;
   font-size:11px;
   color:#fff;
   text-align:center;
   background: #0096E7;
}

.text_right {
	text-align: right;
}
#main .center img {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 55px;
}
.gyoukann {
	line-height: 120%;
}
.red {
	color: #F00;
}
.handson {
    margin-top: 0px;
    margin-bottom: 10px;
}