@charset "UTF-8";

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

body {
    margin:0;
    padding:0;
	text-align:center;
    line-height:1.5;
    letter-spacing:1px;
    font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
    font-size:12px;
    color:#000;
    background:#fff;
    /*
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.80, #efefef), color-stop(0.00, #fff));
    background:-webkit-linear-gradient(top, #fff 0%, #efefef 80%);
    background:-moz-linear-gradient(top, #fff 0%, #efefef 80%);
    background:-o-linear-gradient(top, #fff 0%, #efefef 80%);
    background:-ms-linear-gradient(top, #fff 0%, #efefef 80%);
    background:linear-gradient(to bottom, #fff 0%, #efefef 80%);*/
}

br {
    letter-spacing:normal;
}


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

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

h1 {
    font-size:35px;
    color: #dbeaf1;
	font-family: PTSerif, "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h2 {
    clear:both;
    /*padding:0 10px;*/
    line-height:2.0;
    font-size:16px;
    font-weight:bold;
	padding:10px 0;
    /*background:#770000;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #700), color-stop(0.00, #aa2323));
    background:-webkit-linear-gradient(top, #aa2323 0%, #700 85%);
    background:-moz-linear-gradient(top, #aa2323 0%, #700 85%);
    background:-o-linear-gradient(top, #aa2323 0%, #700 85%);
    background:-ms-linear-gradient(top, #aa2323 0%, #700 85%);
    background:linear-gradient(to bottom, #aa2323 0%, #700 85%);*/
}

h3 {
    clear:both;
    padding:0 10px;
    line-height:2.0;
    font-size:15px;
    font-weight:bold;
    margin:0;
}

h4 {
    padding:0 10px;
    line-height:2.0;
    font-weight:normal;
    font-size:13px;
    border:0;
    background:#f1f1f1;
}

h5 {
    padding:0 10px;
    line-height:2.0;
    font-size:13px;
    font-weight:normal;
    border-left:5px solid #000;
}

h6 {
    line-height:2.0;
    font-size:13px;
}

p {
    margin:10px;
    font-size: 1.1em;
}

a:hover {
    text-decoration: none;
}

ul,ol,dl {
    margin:10px;
    padding:0;
}

li {
    padding:0;
    margin:0;
}

dt {
    margin:0;
    padding:0;
}

dd {
    margin:0 0 0.5em 1em;
    padding:0;
    background:#f1f1f1;
}

table {
    font-size:1.1em;
	width:100%;
}

table {
    border-collapse:collapse;
    border-spacing:0;
    line-height:1.7;
	border-bottom:solid 2px #eee;
}

table tr {
	border-top:solid 2px #eee;
}

table th {
    padding:30px;
    text-align:left;
    font-weight: bold;
    vertical-align: top;
}

th a{
    color:#000;
}

td a{
    color:#000;
}


table td {
    padding:30px;
    text-align:left;
	vertical-align:top;
}

table td ol {
    margin:0;
    padding:0 0 0 30px;
}

table td li {
    margin:0;
    padding:0;
}

/* ========TEMPLATE LAYOUT======== */
#container {
	width:100%;
    margin:0 auto;
    padding:0px;
    background:#fff;
	text-align:center;
}

#header {
    position:relative;
    height: 46px;
    width: 100%;
    background: #fff;
}

#menu {
   /* position:absolute;*/
    right:0;
    top:0px;
}

#icatch {
    width:940px;
}

#contents {
    width:960px;
    padding:10px 0;
    background:#fff;
	margin: 0 auto;
}

#contents p{
  text-align: center;
}

#conL {
    float:left;
    width:960px;
        position:relative;
}

#conR {
    float:right;
    width:300px;
}

#footMenu {
    float:left;
    width:940px;
    margin-top:10px;
}

#footer {
    clear:both;
    background: #eee;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
    margin:0;
    padding:20px 0 0 0;
    font-size:30px;
    color:#770000;
    line-height:1.0;
}

#header h1 a {
    color:#770000;
}

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

/* ========MENU CUSTOMIZE======== */
#menu ul {
    margin:0;
    padding:0;
    list-style:none;
}

#menu li {
    overflow:hidden;
    float:left;
    margin:0;
    padding:0 30px 0 0;
}

#menu li a {
    display:block;
    font-weight:bold;
    color:#333;
    outline:none;
    text-decoration: none;
}

#menu li a:hover {
    color:#000;
    text-decoration:none;
}


/* ========SLIDESHOW CUSTOMIZE======== */
#slide {
	margin: 0 auto;
    overflow:hidden;
    position:relative;
    padding-bottom:25px;
	height: 600px;
	width: 100%;
}

#slide_2 {
	margin: 0 auto;
    overflow:hidden;
    position:relative;
    padding-bottom:25px;
	height: 1px;
	width: 100%;
}

.logo{
    position: absolute;
    top: -10px;
    right: 0px;
    z-index: 99;
}
/* ========MAINCONTENTS CUSTOMIZE======== */
/* TOPNAVI CUSTOMIZE */

.main {
    overflow:hidden;
    position:relative;
    margin-bottom:20px;
    width:960px;
    float:left;
    text-align: center;
}
.topNavi {
    overflow:hidden;
    position:relative;
    margin-bottom:100px;
	width:960px;
	float:left;
}

* html .topNavi {
    height:1em;
    overflow:visible;
}


.topNaviColumn {
	display:inline;
    width:192px;
	height:200px;
    float:left;
    /*padding:0 0 2em 0;*/
    border-left:2px solid #eee;
	border-top:2px solid #eee;
	border-bottom:2px solid #eee;
    text-align:center;
	color:#333;
}

.topNaviColumn_last {
	display:inline;
    width:192px;
	height:200px;
    float:left;
    /*padding:0 0 2em 0;*/
    border-left:2px solid #eee;
	border-top:2px solid #eee;
	border-bottom:2px solid #eee;
	border-right:2px solid #eee;
    text-align:center;
	color:#333;
}

.topNaviColumn::before,
.topNaviColumn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.topNaviColumn,
.topNaviColumn::before,
.topNaviColumn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.topNaviColumn_last::before,
.topNaviColumn_last::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.topNaviColumn_last,
.topNaviColumn_last::before,
.topNaviColumn_last::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.topNaviColumn:hover{
   background-color: #dbeaf1;
}

.topNaviColumn_last:hover{
   background-color: #dbeaf1;
}


.topNaviImg {
    margin:0;
    padding:0;
    background:none;
}

.topNaviDetail {
    position:absolute;
    bottom:0;
    width:280px;
    text-align:right;
}

.topNaviDetail a {
    padding:0 0 0 7px;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

.topNaviColumn li {
    float:left;
    margin:0 10px 0 0;
    padding:0;
    list-style:square inside;
    margin-bottom:10px;
}


/* SUBMENU CUSTOMIZE */
.submenu {
	/*margin-left:20px;*/
	padding:0 0 100px 0;
    text-align: center;
}

.submenu h3 {
    border:none;
}

.submenu ul {
    margin:10px;
    padding:0;
}
.submenu li {
    margin-bottom:15px;
    list-style:none;
	padding-bottom:10px;
	background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

.submenu p {
    margin:10px;
}

.submenu dl {
    margin:10px;
      border: 1px;
}

.submenu dt {
    float:left;
    padding-top:5px;
      border: 1px;
}

.submenu dd {
    border: 1px;
    background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}
/* BANNER CUSTOMIZE */
.bnrL {
    margin:20px 0;
}

.bnrL ul {
    width:630px;/* for IE7 */
    margin:0 -10px 0 0;
    padding:0;
}

.bnrL　li {
    float:left;
    margin:0 10px 0 0;
    padding:0;
    list-style:none;
    margin-bottom:10px;
}

.bnrR {
    width:278px;
    margin:20px 0;
    padding:10px;
    border:1px solid #ddd;
}

.bnrR ul {
    margin:0 0 -10px 0;
    padding:0;
}

.bnrR li {
    margin:0;
    padding:10px;
    list-style:none;
    margin-bottom:10px;
    background:#eee;
}

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
    margin:5px 0;
    padding:20px 0;
    text-align:center;
    border-top:1px solid #ddd;
}

#footMenu li {
    display:inline;
    margin:0 0 0 20px;
    list-style:none;
}

#footMenu li a
    color:#000;
}

#footMenu li a:hover {
    color:#666;
    text-decoration:underline;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
    font-style:normal;
    font-size:11px;
	background-color: #dbeaf1;
    line-height:3.0;
    text-align:center;
    padding-top: 60px;
	color:#666;
	height: 100px;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
    position:fixed;
    right:0;
    bottom:0;
    padding:10px;
    background:#000
}

#pageTop a {
    padding:0 0 0 12px;
    color:#fff;
    font-size:11px;
    background:#000 url("../images/bg_pagetop.gif") 0 50% no-repeat;
    text-decoration: underline;
}

.gallery{
width: 12rem;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}

.image-link{
margin: 10px;
display: inline-block;
border-radius: 3px;
}

.image-link:hover{
    background-color: #dbeaf1;
    opacity: 0.6;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    zoom:1;
}

.image-link::before,
.image-link::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.image-link,
.image-link::before,
.image-link::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}


.btn_s {
	background: #fff;
	border: 1px solid #eee;
	width: 80px;
	padding: 8px 10px;
	margin:10px;
	text-decoration:none;
	font-size:12px;
}


.btn {
	background: #9bcae0;
	border: 2px solid #eee;
	color: #fff;
	width: 300px;
	padding: 40px 70px;
	margin:30px;
	text-decoration:none;
	font-size:16px;
}

.btn:hover{
	background-color: #dbeaf1;
	color: #333;
}

.btn::before,
.btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn,
.btn::before,
.btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn_i {
	background: #9bcae0;
	border: 2px solid #eee;
	color: #fff;
	width: 150px;
	padding: 20px 30px;
	margin:10px;
	text-decoration:none;
	font-size:13px;
}

.btn_i:hover{
	background-color: #dbeaf1;
	color: #333;
}

.btn_a {
	background: #dbeaf1;
	border: 2px solid #eee;
	color: #fff;
	width: 150px;
	padding: 20px 30px;
	margin:10px;
	text-decoration:none;
	font-size:13px;
}

.issueColumn {
    display:inline;
    width:170px;
    height:290px;
    float:left;
    /*padding:0 0 2em 0;*/
    border:2px solid #eee;
    text-align:center;
    color:#333;
    margin:0 10px;
}

.issueColumn::before,
.issueColumn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.issueColumn,
.issueColumn::before,
.issueColumn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.issueColumn:hover{
   background-color: #dbeaf1;
}
