@charset "utf-8";
/* CSS Document */
/*----------------------common----------------------*/

h1,h3,ul,li{margin:0px; padding:0}
a {text-decoration:none; color:#333333;}
a:hover{color:#01a9b4;}
img {border: none;}

/* IE */
@font-face {
font-family: Hannari;
src: url('../font/Hannari.eot');
}
/* Firefox, Opera, Safari */
@font-face {
  font-family: 'Hannari';
  src: url('../font/Hannari.woff') format('woff');
}

/*----------------------layout----------------------*/

body{
	background:url(../img/bkg.jpg);
	margin:0 auto;
    color:#333333;
    font: 90%/1.6 Meiryo,arial,clean,verdana,'Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",Osaka,sans-serif;
	
}

/*-----------header-----------*/

#header-bg{
	width:960px;
	height:150px;
	background-repeat:repeat-x;
	min-width: 960px;
	width:100%;
}

#header{
	width:960px;
	height:150px;
	margin:0 auto;
}

#logo{
	width:337px;
	height:82px;
	margin:41px 0 27px 0;
	float:left;
}

#primary-nav{
	width:300px;
	height:82px;
	margin: 41px 23px 27px 300px;
	float:left;
}

/*-----------container-----------*/

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

.cntents{
	width:280px;
	height:590px;
	background:url(../img/contents-bkg.jpg);
	margin-right:30px;
	margin-bottom:30px;
	padding:0px 10px 10px 10px;
	float:left;
}

#contents-last{
	width:280px;
	height:590px;
	padding:0px 10px 10px 10px;
	margin-bottom:30px;
	background:url(../img/contents-bkg.jpg);
	float:left;
}

.test-area{
	width:100%;
	height:520px;
}

/*-----------footer-----------*/

#footer-bg{
	clear:both;
	width:960px;
	height:200px;
	background-repeat:repeat-x;
	min-width: 960px;
	width:100%;
	background-image: url(../img/footer-line.jpg);
}

#footer{
	width:960px;
	height:200px;
	margin:0 auto;
}

#footer-company{
	width:450px;
	height:140px;
	margin:35px 0 25px 0;
	float:left;
}

#footer-menu{
	width:450px;
	height:150px;
	margin:25px 0 25px 60px;
	float:left;	
}

/*----------------------nav----------------------*/

#primary-nav ul{
	list-style-type:none;
}


#primary-nav li{
	font-size:75%;
	margin-right:10px;
	padding-left:15px;
	padding-right:5px;
	float:left;
	background:url(../img/primary-list.jpg) no-repeat;
	line-height:14px;
	display:block;
	border-right:1px dotted #CCCCCC;
}

#footer-company ul{
	list-style-type:none;
}

#footer-company li{
	margin-top:15px;
	font-size:85%;
	float:left;
	margin-right:30px;
}

#footer-menu ul{
	list-style-type:none;
}

#footer-menu li{
	float:left;
	font-size:75%;
	margin-right:8px;
	padding-right:3px;
	border-right:1px dotted #CCCCCC;
	display:block;
}

/*----------------------text----------------------*/

#footer-menu p{
	font-size:75%;
	margin-top:100px;
	color:#01a9b4;
}

p.midasi{
	background:url(../img/midasi.jpg) no-repeat;
	line-height:15px;
	padding-left:35px;
	margin-top:30px;
	font-size:120%;
	font-weight:bold;
}

h3{
	color:#FFF;
	text-align:center;
	font-weight:bold;
	line-height:30px;
}

p#btn{
	background:url(../img/pc-btn-normal.png) no-repeat;
	width:359px;
	height:96px;
	line-height:86px;
	text-align:center;
	display:block;
	margin:50px 0 0 91px;
	font-family:"Hannari";
	font-size:125%;
}

p#btn:hover{
	background:url(../img/pc-btn-hover.png) no-repeat;
	width:359px;
	height:96px;
	line-height:86px;
	text-align:center;
	display:block;
}

img.con{
	width:260px;
	height:135px;
	margin:10px;
	display:block;
}

.more{
	margin:0;
	background:url(../img/readmore.jpg) no-repeat right;
	height:42px;
	line-height:42px;
	text-align:right;
	padding-right:16px;
	display:block;
	font-size:90%;
}

/*----------------------404.html----------------------*/
#notfound{
	width:960px;
	margin:0 auto;
	padding:50px 20px;
	text-align:center;
}

p.error{
	font-size:180%;
	color:#01a9b4;
	font-weight:bold;
	margin:35px 0;
}

.error span{
	font-size:80%;
	margin-left:25px;
}

#notfound ul{
	margin:0;
	padding:0;
	list-style-type:none;
	overflow: hidden;
	font-size:80%;
}


#notfound li{
	border-right:1px solid #01a9b4;
	padding-right:10px;
	display:inline;
}

#notfound li.Last{
	border:none;
	margin-left:5px;
}

#fb{
	clear:both;
	width:960px;
	height:300px;
	margin:0 0 30px 0;
}
