@charset "UTF-8";

@import "basic.css";


/* 1.リセット設定
--------------------------------------------------*/

/* 1.1.レイアウト */

html {
	background: #fff;
}




body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	margin:0;
	padding:0;

}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

th {
	vertical-align: baseline;
}

section,
header,
footer,
nav,
article,
aside,
hgroup {
	display: block;
}

/* 1.2.フォント */

body {
	font-size: 13px;
	line-height: 1.4;

 color:#333;
}

select,
input,
button,
textarea {
	font: 99%;
}

table {
	font-size: inherit;
	font: 100%;
}

address,
caption,
em,
strong,
th {
	font-style:normal;
	font-weight:normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,
textarea,
select {
 *font-size: 100%;
}

/* 2.基本設定
--------------------------------------------------*/

/* 2.1.フォント */



/* 2.2.アンカー */

a,
a:visited {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:hover,
a:active {
	color: #4CAC7A;
	outline: none;
}

.opacity a {
	-webkit-transition: all 0.3s ease-out;
}

.opacity a:hover,
.opacity input:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

/* 2.3.ハック */

.offleft {
	text-indent: -9999px;
}

.offleftHeadline { /*オフレフトしてもスペースが残る場合（h要素等）*/
	display: none;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

/* 共通
--------------------------------------------------*/

#wrapper {
	width: 100%;
}



#container {
	width: 100%;
}


#main {
	margin:30px auto 0 auto;
	width: 900px;
}

/*最上部ナビゲーション*/

#subnav {
	padding-top: 30px;
	border-left: 1px solid #CCC;
	font-size: 84.6%;
	line-height: 1.4;
	position: absolute;
	top: 0;
	left: 10px;
}

#subnav ul li {
	margin-left: 15px;
	padding-right: 15px;
	background: url(../common_img/nav-bg.png) no-repeat right top;
	float: left;
}

/*ヘッダーナビゲーション*/

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

h1 {
	margin-top: 120px;
	float: left;
}

#globalnav {
margin-top: 120px;
	float: right;
}

#globalnav ul li {
	width: 85px;
	height:85px;
	margin-bottom:15px;
	padding-bottom: 10px;
	float: left;
}

li.active {
	background: url(../common_img/underbar.png) no-repeat center bottom;
}




li.nav1{
width: 85px;
	height:85px;
	margin:0;
	padding:0;
	background: url(../common_img/nav_bg.png) no-repeat;
display: block;
text-indent: -9999px;

}


li.nav1 a{
width: 85px;
	height:85px;
	margin:0;
	padding:0;
	background: url(../common_img/nav1.png) no-repeat;
display: block;
text-indent: -9999px;

}

li.nav1 a:hover{

width: 85px;
	height:85px;

background-image:url(../common_img/nav1_2.png) ;

}


li.nav2{
width: 85px;
	height:85px;
	margin:0;
	padding:0;
	background: url(../common_img/nav_bg.png) no-repeat;
display: block;
text-indent: -9999px;

}


li.nav2 a{
width: 85px;
	height:85px;
	margin:0;
	padding:0;
	background: url(../common_img/nav2.png) no-repeat;
display: block;
text-indent: -9999px;

}

li.nav2 a:hover{

width: 85px;
	height:85px;

background-image: url(../common_img/nav2_2.png) ;

}


li.nav2 a.active{

width: 85px;
	height:85px;

background-image: url(../common_img/nav2_3.png) ;

}



li.nav3{
width: 85px;
	height:85px;
	margin:0;
	padding:0;
	background: url(../common_img/nav_bg.png) no-repeat;
display: block;
text-indent: -9999px;

}


li.nav3 a{
width: 85px;
	height:85px;
	margin:0;
	padding:0;
	background: url(../common_img/nav3.png) no-repeat;
display: block;
text-indent: -9999px;

}

li.nav3 a:hover{
width: 85px;
	height:85px;

background-image: url(../common_img/nav3_2.png) ;

}

li.nav3 a.active{
width: 85px;
	height:85px;

background-image: url(../common_img/nav3_3.png) ;

}

li.nav4{
width: 85px;
	height:85px;
	margin:0;
	padding:0;
	background: url(../common_img/nav_bg.png) no-repeat;
display: block;
text-indent: -9999px;

}

li.nav4 a{
width: 85px;
	height:85px;
	margin:0;
	padding:0;
	background: url(../common_img/nav4.png) no-repeat;
display: block;
text-indent: -9999px;

}

li.nav4 a:hover{
width: 85px;
	height:85px;

background-image: url(../common_img/nav4_2.png) ;

}

li.nav4 a.active{
width: 85px;
	height:85px;

background-image: url(../common_img/nav4_3.png) ;

}

li.nav5{
width: 85px;
	height:85px;
	margin:0;
	padding:0;
	background: url(../common_img/nav_bg.png) no-repeat;
display: block;
text-indent: -9999px;

}

li.nav5 a{
width: 85px;
	height:85px;
	margin:0;
	padding:0;
	background: url(../common_img/nav5.png) no-repeat;
display: block;
text-indent: -9999px;

}

li.nav5 a:hover{
width: 85px;
	height:85px;

background-image: url(../common_img/nav5_2.png) ;

}

li.nav5 a.active{
width: 85px;
	height:85px;

background-image: url(../common_img/nav5_3.png) ;

}


li.nav6{
width: 85px;
	height:85px;
	margin:0;
	padding:0;
	background: url(../common_img/nav_bg.png) no-repeat;
display: block;
text-indent: -9999px;

}


li.nav6 a{
width: 85px;
	height:85px;
	margin:0;
	padding:0;
	background: url(../common_img/nav6.png) no-repeat;
display: block;
text-indent: -9999px;

}

li.nav6 a:hover{
width: 85px;
	height:85px;

background-image: url(../common_img/nav6_2.png) ;

}

li.nav7{
width: 85px;
	height:85px;
	margin:0;
	padding:0;
	background: url(../common_img/nav_bg.png) no-repeat;
display: block;
text-indent: -9999px;

}


li.nav7 a{
width: 85px;
	height:85px;
	margin:0;
	padding:0;
	background: url(../common_img/nav7.png) no-repeat;
display: block;
text-indent: -9999px;

}

li.nav7 a:hover{
width: 85px;
	height:85px;

background-image: url(../common_img/nav7_2.png) ;

}

li.nav8{
width: 85px;
	height:85px;
	margin:0;
	padding:0;
	background: url(../common_img/nav_bg.png) no-repeat;
display: block;
text-indent: -9999px;

}


li.nav8 a{
width: 85px;
	height:85px;
	margin:0;
	padding:0;
	background: url(../common_img/nav8.png) no-repeat;
display: block;
text-indent: -9999px;

}

li.nav8 a:hover{
width: 85px;
	height:85px;

background-image: url(../common_img/nav8_2.png) ;

}


li.nav8 a.active{
width: 85px;
	height:85px;

background-image: url(../common_img/nav8_3.png) ;

}




li.nav9{
width: 85px;
	height:85px;
	margin:0;
	padding:0;
	background: url(../common_img/nav_bg.png) no-repeat;
display: block;
text-indent: -9999px;

}


li.nav9 a{
width: 85px;
	height:85px;
	margin:0;
	padding:0;
	background: url(../common_img/nav9.png) no-repeat;
display: block;
text-indent: -9999px;

}

li.nav9 a:hover{
width: 85px;
	height:85px;

background-image: url(../common_img/nav9_2.png) ;

}


li.nav9 a.active{
width: 85px;
	height:85px;

background-image: url(../common_img/nav9_3.png) ;

}

li.nav10{
width: 85px;
	height:85px;
	margin:0;
	padding:0;
	background: url(../common_img/nav_bg.png) no-repeat;
display: block;
text-indent: -9999px;

}


li.nav10 a{
width: 85px;
	height:85px;
	margin:0;
	padding:0;
	background: url(../common_img/nav10.png) no-repeat;
display: block;
text-indent: -9999px;

}

li.nav10 a:hover{
width: 85px;
	height:85px;

background-image: url(../common_img/nav10_2.png) ;

}


li.nav10 a.active{
width: 85px;
	height:85px;

background-image: url(../common_img/nav10_3.png) ;

}



/*トップページ新着情報－feed*/


#feed ul{

margin:0 0 0 20px;
padding:25px 0 0 0;
width:420px;
height:100px;
font-size: 12px;
list-style:none;
overflow-y: hidden;
line-height: 150%;
background-color:rgba(255,255,255,0.7);
filter: alpha(opacity=70);/*IE7*/ 


}



#news {
	width: 467px;
	height: 210px;
	float: left;
	overflow: auto; 
	
}

#news ul {
	margin-top: 33px;

	
}

#news ul li {
	margin-bottom: 17px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #CCC;
}


#news2 {
	width: 467px;
	height: 13rem;
	float: left;
	overflow: auto; 
	
}

#news2 ul {
	margin-top: 20px;

	
}

#news2 ul li {
	margin-bottom: 17px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #CCC;
}


#news3 {
	width: 467px;
	height: 30rem;
	float: left;
	overflow: auto; 
	
}

#news3 ul {
	margin-top: 20px;

	
}

#news3 ul li {
	margin-bottom: 17px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #CCC;
}




#banner {
	width: 410px;
	margin-top: 9px;
	float: right;
	
}

#banner ul li {
	width: 190px;
	height: 93px;
	margin: 0 0 15px 15px;
	line-height: 1;
	float: left;
}

#banner ul li a {
	display: block;
	border: 1px solid #fff;
}

#banner ul li a:hover {
	border: 1px solid #fff;
}

/*フッター */

#footer {
	margin-top: 200px;
	background: #FFF;	
}

#breadcrumbs {
	width: 960px;
	margin: 0 auto 5px;
	font-size: 84.6%;
}

#footerinner {
	bottom: 0;  
    left: 0;  
    width: 100%;
    height:80%
	font-size: 80%;
background: url(../common_img/footer_bk.png) repeat-x 0 20px;
	padding: 56px 0 0;
}

#footercontents {
	width: 960px;
	margin: 0 auto;
}

#footerid{
	margin-top: 40px;
	float: left;
}

address {
	margin-top: 20px;
	font-size: 84.6%;
	letter-spacing: 0.1em;
}

#sitemap {
	padding-top: 70px;
	background: url(../common_img/sitemap-line.png) no-repeat 0 20px;
	float: right;
}

#sitemap ul {
	margin-right: 50px;
	float: left;
}

#sitemap ul.sitemapright {
	margin-right: 0;
}

#sitemap ul li {
	margin-bottom: 10px;
	font-size: 84.6%;
}

#copyright {
	width: 960px;
	margin: 25px auto 0;
}

#copyright p {
	margin-bottom: 25px;
		font-size: 84.6%;
}

/*ページトップボタン*/


#pagetop{
    position: fixed;
    right: 10%;
    bottom: 0;
    opacity: 0;
    -ms-filter: "alpha( opacity=0 )";
    filter:alpha(opacity:0);
    zoom:1;
    z-index: 9999;
}
#pagetop a{
    display: block;
    padding: 20px;
    background: url(../common_img/arrow02.png) no-repeat 0 25px;
    color:#000;
    text-decoration: none;
    
   
}

#pagetop a:hover{
    display: block;
    padding: 20px;
    filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
    
   
}

