@charset "UTF-8";


/* HTML 5 elements
---------------------------------------- */
html {
	-webkit-text-size-adjust: none;
}

section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  display: block;
  margin: 0;
  padding: 0;
}

/* reset
---------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;
	padding: 1px;
	margin: 0;
	border: 1px solid #eaecec;
	background-color: #fff;
}

.bgnone {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

ul,li{
	list-style-type: none;
	margin: 0;
}

table {
	width: 100%;
	margin: 1.5% 0 2%;
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	-webkit-margin-before: 10px;
	-webkit-margin-after: 0;
	margin-top: 10px;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	border: none;
	border-top: #617385 1px solid;
}

br {
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1;
}

/* body
-------------------------------------------------- */
body{
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: 0.05em;
	color: #272727;
	position: relative;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
    background: #fefbf4 url(images/bgmain.jpg) center 0 repeat;
}


#wrapper {
    background: url(images/bg.jpg) 0 0 repeat-x;
}


/* #header
-------------------------------------------------------------- */
.header {
	width: 1050px;
    position: relative;
	margin: 0 auto 0;
}
    a.logo {
        width: 500px;
        padding: 0;
        margin: 0 0 0 5px;
        display: block;
    }
    .logo img {
        max-width: 100%;
        height: auto;
        padding: 0;
        border: none;
        background: none;
    }

#headerArea {
	margin: 0 auto 0;
    /* background: url(images/header.png) 0 0 repeat-x;*/
}

h1 {
	padding: 0;
	margin: 0 0.5% 0;
    color: #001d3b;
	font-size: 10px;
	line-height: 1;
}
    h1.discription {
        padding: 0;
        margin: 0;
        font-size: 10px; 
        line-height: 1.4;
        text-shadow: none;
        border: none;
        text-align: left;
        background: none;
        position: absolute;
        top: 5px;
        right: 0;
    }
	.h1_title {
        padding: 2% 0 2% 3%;
        margin: 0;
        line-height: 1.3;
        font-size: 16px;
        text-align: left;
        border: none;
        background: url(images/h1_title.png) 0 bottom repeat;
	}
    h1.text,
    section h1,
    h2 {
    	padding: 10px 0 10px 10px;
        margin: 1% 0;
        font-size: 14px;
        text-align: left;
        line-height: 1;
        border-bottom: #001d3b 1px solid; 
        background: url(images/h1.png) 0 0 repeat;
    }
    h1.text a {
        color: #051c47;
    }

	
h3 {
	padding: 0;
	margin: 1% 0 0.5%;
	font-size: 14px;
    color: #001d3b;
    border-bottom: #001d3b 2px solid;
	display: block;
	background: none;
}

a {
	color: #f38400;
	text-decoration: none;
}
	a:hover { color: #f38400; text-decoration: underline;}
.listAll a {
    font-weight: bold;
    color: #001d3b;
}

a.catt {
    padding: 8px 70px 8px 18px;
    margin: 5px 0 0;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    display: block;
    position: relative;
    color: #001d3b;
    background: #efefef url(images/mark.png) 0 center no-repeat;
}
    a.catt:hover {
    	color: #f38400;
    	background: #f8f8f8 url(images/mark.png) 0 center no-repeat;
    }
    a.catt .more {
        padding: 4px 5px 4px 15px;
        color: #fff;
        font-size: smaller;
        position: absolute;
        top: 20%;
        right: 2%;
        border-bottom: #051d48 1px solid;
        background: #001d3b url(images/more.png) 4px 5px no-repeat;
    }
        a.catt .more:hover {background: #f38400 url(images/more.png) 4px 5px no-repeat;}

a.link {
	color: #057ff9;
    font-size: 15px;
    text-decoration: underline;
    font-weight: bold;
}
	a.link:hover {
        color: #32c8f3;
    }

          
/* nav
-------------------------------------------------------------- */
#globalNav{
	margin: 0 auto;
}
    #globalNav ul {
        padding: 0;
    }
    #globalNav ul li {
    	height: 40px;
        margin: 1px 0 0;
        border: 1px solid #213a54;
        border-right: 1px solid #395777;
        border-top: 1px solid #fff;
        float: left;
        background: url(images/nav_bg.jpg) 0 0 repeat;
    }
        #globalNav li a {
            padding: 1px 20px 0 30px;
            display: block;
            font-weight: bold;
            font-size: 14px;
            line-height: 40px;
            color: #fff;
            letter-spacing: 1px;
            text-shadow: 0 -1px 1px #000, 0 1px 1px #000, -1px 0 1px #000, 1px 0 1px #000; 
            background: url(images/nav_arr.jpg) 10px 0 no-repeat;
        }
        #globalNav ul li a:hover {
            color: #fff;
            text-decoration: none;
            text-shadow: 0 -0 5px #fff; 
        }
        #globalNav li.current-menu-item a {
            text-shadow: 0 -0 5px #fff; 
        }

        #globalNav li#menu-item-26 a {
            padding-left: 50px;
        	background: url(images/nav_top.jpg) 15px 0 no-repeat;
        }
        #globalNav li#menu-item-213 a{
            padding: 1px 40px 0 40px;
            background: url(images/nav_arr.jpg) 20px 0 no-repeat;
        }
        
        


/* トップ　スライダー　#slider_layout
--------------------------- */
#slider_layout {
	width: 1045px;
	height: 210px;
    margin: 10px auto 0;
	position: relative;
    border-left: 5px solid #031635;
}
	#slider_layout img {
        backgroung: #fede00;
    }

#slider_main {
	width: 865px;
	height: 210px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#slider_main ul {
	width: 865px;
	height: 210px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
#slider_main ul li {
	width: 865px;
	height: 210px;
	float: left;
	display: inline;
	overflow: hidden;
}

#slider_main ul li a {
	width: 865px;
	height: 210px;
	display: block;
}


/* #slider_thumb
--------------------------- */
#slider_thumb {
	width: 180px;
	height: 70px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
#slider_thumb ul {
	width: 180px;
	margin: 0;
	padding: 0;
}
#slider_thumb ul li {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
	cursor: pointer;
	display: block;
}
#slider_thumb ul li.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

            
/* #mainContents01-------------------------------------------------------------- */
#mainContents01 {
    margin: 0.5% auto 0;
    background: url(images/mainbg.png) 0 0 repeat;
}
    #mainContents01 br {
        height: 1px;
    }
    #mainContents01 ul {
    	width: 890px;
        padding: 0;
        margin: 0 auto;
    }
    #mainContents01 ul li {
        margin: 2px 5px 2px 0;
        float: left;
    }
        #mainContents01 li a {
            padding: 12px 8px 10px 25px;
            display: block;
            font-weight: bold;
            font-size: 14px;
            line-height: 1.3;
            color: #fcffc7;
            letter-spacing: 0.06em;
            border: 1px solid #fff;
            background: #cb4757 url(images/mark.png) 8px center no-repeat;
        }
        #mainContents01 ul li a:hover {
            border: 1px solid #fff;
            color: #55332e;
            text-decoration: none;
            text-shadow: 0 -1px 2px #fff, 0 1px 2px #fff, -1px 0 2px #fff, 1px 0 2px #fff,
                         0 -1px 8px #fff, 0 1px 8px #fff, -1px 0 8px #fff, 1px 0 8px #fff,
                         0 -1px 2px #fff, 0 1px 2px #fff, -1px 0 2px #fff, 1px 0 2px #fff; 
            background: url(images/arr02.png) 8px center no-repeat;
        }
        #mainContents01 li.current-menu-item a {
            color: #fff;
            background: #cb4757 url(images/mark.png) 8px center no-repeat;
        }

/* #contents
-------------------------------------------------------------- */
#contents {
    width: 1050px;
    padding: 0;
    margin: 1% auto 0;
    position: relative;
    overflow: hidden;
}
    #mainContentsBottom {
        width: 580px;
        padding: 10px;
        margin: 0 0 0 10px;
        float: left;
    }
    	#mainContentsBottom .centerCoulmn {
            background: url(images/m_bg.png) 0 0 repeat;
        }
    	
	#sideMenu {
        width: 250px;
        float: left;
    }
	#rightColmn {
        width: 170px;
        text-align: right;
        float: right;
    }

/* textBox
-------------------------------------------------------------- */
/*
.thum_box img{
    width: 152px;
    margin: 0 10px 3px 0;
	float: left;
}
 */

/* newsBox
-------------------------------------------------------------- */
.newsBox {
    margin: 0 1% 2% 0;
}

.newsBox h1.text {
    padding: 1.5% 15% 1.5% 3%;
    margin: 1% 0;
    position: relative;
}
    .newsBox h1.text a.more {
    	padding: 2px 5px 2px 15px;
    	color: #fff;
        font-size: smaller;
        position: absolute;
        top: 25%;
        right: 2%;
        border-bottom: #051d48 1px solid;
		background: #001d3b url(images/more.png) 3px center no-repeat;
    }
        .newsBox h1.text a.more:hover {
            background: #f38400 url(images/more.png) 3px center no-repeat;
        }

.newsBox .side_box_fl {
    width: 380px;
	float: right;
}
.newsBox .side_box_left {
    width: 170px;
	float: left;
}

/* 要素
-------------------------------------------------------------- */
section {
	padding: 0;
	margin: 10px 0 20px 5px;
}

p {
	display: block;
	margin: 2% 0;
}

/* 要素
-------------------------------------------------------------- */
.frame001 {
    padding: 2%;
    margin: 3% auto 5%;
    border: #e6e6e6 1px solid;
    background: #f9f9f9;
}

/* sideMenu-------------------------------------------------------------- */
#sideMenu {
	padding: 0 0 1%;
    margin: 0 0.5% 0 0;
    list-style: none;
    line-height: 1.4;
    font-size: 12px;
}

#sideMenu h1,
#sideMenu h2  {
    padding: 5% 1%;
    margin: 1% 0.5%;
    text-align: left;
    font-size: 14px;
    border: none;
    background: url(images/h1_title.png) right bottom repeat;
}
	
#sideMenu ul {
    padding: 0;
	margin: 0 0 20px;
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
    background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
    -moz-background-size: 2px 2px;
    -webkit-background-size: 2px 2px;
    -o-background-size: 2px 2px;
    -ms-background-size: 2px2px;
    background-size: 2px 2px;
    box-shadow: 0 5px 4px rgba(0,0,0,0.1);
}

#sideMenu ul li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
	background: linear-gradient(#f1f1f1, #fff);
}
    
#sideMenu ul a {
	margin: 0;
	padding: 10px 5px 10px 20px;
    line-height: 1.6;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #efefef;
	display: block;
    font-weight: bold;
	color: #051c47;
	background: url(images/point.png) 4px center no-repeat;
}
#sideMenu ul a:hover {
	color: #e75819;
	background: url(images/point_over.png) 4px center no-repeat;
}
    
	#sideMenu ul.sub-menu a {
        padding: 10px 5px 10px 30px;
        color: #051c47;
        background: url(images/point.png) 15px center no-repeat;
    }
		#sideMenu ul.sub-menu a:hover {
            color: #e75819;
            background: url(images/point_over.png) 15px center no-repeat;
        }

#sideMenu .bnr img  {
    margin: 0 0 0 6px;
}  

/* search-2
-------------------------------------------------------------- */
li#search-2 #searchform {
	padding: 1% 0;
}
	li#search-2 .screen-reader-text {
        display: none;
    }
    li#search-2 #s {
        margin: 0 0 0 5%;
    }
	li#search-2 input#searchsubmit {
        padding: 1%;
        margin: 0 0 0;
        color: #f3feff;
        line-height: 1;
        background: #051c47; 
    }


/* copy
-------------------------------------------------------------- */
#copy {
	padding: 0.5% 0;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
    color: #051c47;
    border-radius:			3px;
    -moz-border-radius:		3px;
    -webkit-border-radius:	3px;
}
#copy  a {color: #051c47;}

/* goToTop
-------------------------------------------------------------- */
.goToTop {
	margin: 2% 1% 1.5%;
    text-align: right;
}
.goToTop a{
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

/* align
-------------------------------------------------------------- */
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/* page_navi
-------------------------------------------------------------- */
.page_navi {
	margin: 3% 0;
	line-height: 1;
	color: #7f7f7f;
}
	.page_navi span.page-numbers {
		padding: 3px 0 3px 3px;
		margin: 0 3px 3px 0;
		border: #CCC 1px solid;
		display: inline-block;
	}
	.page_navi a.page-numbers {
		padding: 4px 5px;
		margin: 0 3px 3px 0;
		border: #efefef 1px outset;
		display: inline-block;
		font-weight: bold;
		color: #fffea4;
		border-radius:			6px;
		-moz-border-radius:		6px;
		-webkit-border-radius:	6px;
		background: #72ab56;
	}
	.page_navi a.page-numbers:hover {
		background: #fffea4;
		color: #068618;
		border: #efefef 1px inset;
	}
	
	.page_navi span.current,
	.page_navi span.dots {
		border: none;
		color: #068618;
		font-weight: bold;
	}

