/* ===================================================================
--common.css--
=================================================================== */

@charset "utf-8";


/* ----------------------- Browser Default Initialization */  
/*html{  
    overflow-y: scroll;  
}*/
  
body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h5, h6,  
pre, form, fieldset, input, textarea, p, blockquote, th, td {  
    margin: 0;  padding: 0;  
} 

caption, th {  
    text-align: left;  
}  

hr, legend  {  
    display: none;  
}  
h1, h2, h2, h3, h5, h6  {  
    font-size: 100%;  
}  
img, abbr, acronym, fieldset    {  
    border: 0;  
}  
li  {  
    list-style-type: none;  
}

div{
	display:block;
}

p{
	color:#555555;
	line-height:1.7;
	font-size:12px;
}

table {
  border-collapse: collapse;
}

.MB10{
	margin: 10px auto;
}

.MB30{
    margin-bottom: 30px;
}

/* ----------------------- Basic Style */
body {  
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
    background-color: #fff;
}

html>/**/body {  
    font-size: 12px;  
}  
  
* + html body {  
    font-family: Sans-serif;
}

/* ------------ A Style */  
a:link  {  
    text-decoration: none;  
    color: #555555;  
}  
  
a:visited   {  
    text-decoration: none;  
    color: #555555;  
}  
  
a:hover {  
    text-decoration: underline;  
    color: #555555;  
}  
  
a:active    {  
    text-decoration: none;  
    color: #555555;  
}

/*link a img alpha time*/
a img.btnover {
    /* Firefox */
    -moz-transition: 0.6s;
    /* WebKit */
    -webkit-transition: 0.6s;
    /* Opera */
    -o-transition: 0.6s;
    /* Standard */
    transition: 0.6s;
}
 
/* add class */
a:hover img.btnover {
    /* Firefox */
     -moz-opacity: 0.60;
    /* IE */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    /* Standard */
    opacity: 0.60;
}


/*====================================== header */
header{
	width:100%;
	height:89px;
	display: block;
	background-color: #fff;
}

header .headWrap{
	width:960px;
	height:89px;
	display: block;
	margin:0 auto;
	clear: both;
}

header .logoArea{
	width:324px;
	height: 43px;
	display: block;
	float: left;
	margin-top: 23px;
}

header .btnArea{
	width:317px;
	height: 78px;
	display: block;
	float: right;
    text-align:right;
}

.topBtnWrap{
    width:317px;
    height: 31px;
    display: block;
    clear: both;
    margin-bottom: 7px;
}

.topBtnChild{
    min-width: 104px;
    width:auto!important;
    width:104px;
    height: 31px;
    display: block;
    float: left;
}

.topBtnLast{
    min-width: 104px;
    width:auto!important;
    width:104px;
    height: 31px;
    display: block;
    float: left;
}

.headerEndCap{
    width:100%;
    height:11px;
    display: block;
    background-image: url(../images/BGlineHead.png);
    background-repeat: repeat-x;
    background-position: top center;
    margin: 0 auto;
    text-align: center;
    top:0px;
}

/*====================================== Wrapper */
div#Wrapper{
    width:100%;
    /*min-height: 1500px;
    height: auto!important;
    height: 1500px;
    height: 100%;*/
    height: auto;
    background: #abdff3; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2FiZGZmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYmRmZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #abdff3 1%, #ffffff 60%, #ffffff 86%, #abdff3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#abdff3), color-stop(60%,#ffffff), color-stop(86%,#ffffff), color-stop(100%,#abdff3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #abdff3 1%,#ffffff 60%,#ffffff 86%,#abdff3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #abdff3 1%,#ffffff 60%,#ffffff 86%,#abdff3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #abdff3 1%,#ffffff 60%,#ffffff 86%,#abdff3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #abdff3 1%,#ffffff 60%,#ffffff 86%,#abdff3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abdff3', endColorstr='#abdff3',GradientType=0 ); /* IE6-8 */
    margin-top: 2px;
    clear: both;
    border-bottom:2px solid #085eb1;
}

/*====================================== Container */
div#Container{
    width:1100px;
    min-height:1000px;
    height: auto!important;
    height: 1000px;
    background-image: url(../images/bgImg.png);
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    margin: 2px auto;
    padding-top:573px;
    clear:both;
}

div#Container2{
    width:961px;
    min-height:3750px;
    height: auto!important;
    height: 3750px;
    /*height: 100%;*/
    display: block;
    margin: 2px auto;
    clear:both;
}

div#Container3{
    width:961px;
    min-height:1600px;
    height: auto!important;
    height: 1600px;
    /*height: 100%;*/
    display: block;
    margin: 2px auto;
    clear:both;
}

div#Container4{
    width:961px;
    min-height:2350px;
    height: auto!important;
    height: 2350px;
    /*height: 100%;*/
    display: block;
    margin: 2px auto;
    clear:both;
}

div#Container5{
    width:961px;
    min-height:2700px;
    height: auto!important;
    height: 2700px;
    /*height: 100%;*/
    display: block;
    margin: 2px auto;
    clear:both;
}

div#Container6{
    width:961px;
    min-height:1950px;
    height: auto!important;
    height: 1950px;
    /*height: 100%;*/
    display: block;
    margin: 2px auto;
    clear:both;
}

div#Container7{
    width:961px;
    min-height:1200px;
    height: auto!important;
    height: 1200px;
    /*height: 100%;*/
    display: block;
    margin: 2px auto;
    clear:both;
}

div#Container8{
    width:961px;
    min-height:2080px;
    height: auto!important;
    height: 2080px;
    /*height: 100%;*/
    display: block;
    margin: 2px auto;
    clear:both;
}

/*====================================== mainCont */
div#mainCont{
    width:701px;
    min-height:900px;
    height: auto!important;
    height: 900px;
    /*height: auto;*/
    display: inline;
    float: left;
}


h2 .topImgArea{
    width:701px;
    height: 161px;
    margin-bottom: 15px;
}

div#mainCont h3{
    width:608px;
    height: 46px;
    background-image: url(../images/titileBGInner.gif);
    background-repeat: no-repeat;
    padding-left:32px;
    line-height:2.3;
    font-size:18px;
    color: #085eb1;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

div#mainCont h4{
    width:649px;
    height: 40px;
    background-image: url(../images/titleBG.png);
    background-repeat: no-repeat;
    padding-left:52px;
    line-height:2.3;
    font-size:18px;
    color: #fff;
    margin-left: -31px;
    margin-top: -31px;
    font-weight: 200;
}

.pankuzu{
    width:210px;
    height: 18px;
    display: block;
    margin-left: 11px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.contArea{
    width:640px;
    /*height: 100%;*/
    min-height: 900px;
    height: auto!important;
    height: 900px;
    /*background-color: #fff;*/
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yNyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 45%, rgba(255,255,255,0.27) 85%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(255,255,255,1)), color-stop(85%,rgba(255,255,255,0.27)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 45%,rgba(255,255,255,0.27) 85%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 45%,rgba(255,255,255,0.27) 85%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 45%,rgba(255,255,255,0.27) 85%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 45%,rgba(255,255,255,0.27) 85%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
    padding:31px;
    display: block;
}

/*====================================== nav */
nav{
    width:234px;
    height: 800px;
    padding-top:20px;
    float: left;
    margin-right: 26px;
    /*background-color: #fff;*/
    opacity: 0.88;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yNyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 45%, rgba(255,255,255,0.27) 85%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(255,255,255,1)), color-stop(85%,rgba(255,255,255,0.27)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 45%,rgba(255,255,255,0.27) 85%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 45%,rgba(255,255,255,0.27) 85%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 45%,rgba(255,255,255,0.27) 85%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 45%,rgba(255,255,255,0.27) 85%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
}

nav h1{
    padding-left:20px;
    margin-bottom: 15px;
}

nav ul li{
    width:234px;
    height: 27px;
    list-style-type: none;
    margin-bottom: 3px;
}

.charac{
    list-style-position: inside!important;
    list-style-type: disc!important;
    font-size:14px;
    font-weight: bold;
    color: #085eb1;
    padding-left:35px;
    with:189px!important;
}



/*====================================== footer */
footer{
    
    width:100%;
    height: 225px;
    background-color: #fff;
    display: block;
}

footer .innerArea{
    width:961px;
    height:216px;
    display: block;
    margin:0 auto;
}

footer .pageTopBtn{
    width:109px;
    height:44px;
    display: block;
    padding-left:853px;
}

.headCap{
    width:1248px;
    height: 9px;
    margin:-0px auto;
    display: block;
}

.footInfoSet{
    width:376px;
    height: 150px;
    display: block;
    margin:10px auto 0;
    color: #085eb1;
    font-size:14px;
}

.copy{
    width:313px;
    height:10px;
    display: block;
    margin: 0 auto;
}