@charset "utf-8";


/*IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

a {
text-decoration: none;
}

/* モバイルレイアウト : 480 px およびそれ以下. */

#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	height: auto;
	padding-left: 2px;
	padding-right: 2px;
	overflow: hidden;
}
.head {
	width: 96%;
	background-image: url(../../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	padding-top: 11px;
	overflow: hidden;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	float: left;
	display: block;
	overflow: hidden;
}

.h2 {
	background-image: url(../../images/h2_bg.png);
	background-repeat: repeat-x;
	font-size: 90%;
	line-height: 34px;
	padding-left: 10px;
	margin-top: 10px;
	width: 100%;
}
#contactArea h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}



.h-f-navi {
	float: right;
}
.h-f-navi img {
	margin-right: 5px;
}

p {
	font-size:11px;
	line-height:16px
}


/* ナビ */

.navi-box {
	width: 96%;
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.navi {
	height: auto;
	margin-bottom: 2px;
	background-image: url(../../images/navi_bg.png);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: center;
	overflow: hidden;
}
.navi ul {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	display:inline-block;
}
.navi ul li {
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 3px;
	padding-left: 3px;
}
.navi ul li:last-child {
	border-right:none;
}

.contens-2box {
	width: 96%;
	height: auto;
	margin-top: 5px;
	overflow: hidden;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.contens-2box ul {
	max-width: 290px;
	height: auto;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.contens-2box ul #list01 {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	list-style-type: none;
}

.contens-2box ul #list01 a img {
	height: auto;
	max-width: 140px;
}

.contens-3box {
	height: auto;
	margin-top: 5px;
	overflow: hidden;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-bottom: 5px;
}

.contens-3box ul {
	max-width: 290px;
	height: auto;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	clear: both;
}
.contens-3box ul li {
	display: block;
	float: left;
}

.contens-3box ul li a img {
	width: auto;
	max-height: 101px;
}

/* 矢印つきリスト */

.list1 {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
a .list1 p {
	line-height: 60px;
	float: left;
	color: #000;
	padding-left: 10px;
	font-size: 90%;
	font-weight: bold;
}
 
.arrow2 {
	float: right;
	height: 25px;
	margin-top: 15px;
	margin-right: 15px;
}

/* footer */

#foot {
	max-width: 96%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
 
#foot .footer-nav {
	font-size: 75%;
	color: #000;
	text-align: center;
	height: 18px;
	padding-top: 7px;
}
#foot .footer-nav p a {
	color: #000;
}
.navi-plan {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 95%;
	line-height: 30px;
	overflow: hidden;
	
}
.navi-plan .left {
	width: 47%;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	background-image: url(../../images/f-n-bg02.gif);
	background-repeat: repeat-x;
	height: 30px;
	float: left;
}

.navi-plan .right {
	float: left;
	width: 48%;
	padding-left: 6px;
	background-image: url(../../images/f-n-bg02.gif);
	background-repeat: repeat-x;
	height: 30px;
}
.navi-plan ul .left a {
	color: #000;
}
.navi-plan ul .right a {
	color: #000;
}

.navi-plan ul li a:after{
	content: url(../../images/arrow_s.png);
	float: right;
	margin-right: 10px;
	display: block;
	height: 9px;
    width: 7px;
 }

.foot-box ul {
	display: block;
	overflow: hidden;
	margin-bottom: 8px;
}
.foot-box ul li {
	display: block;
	float: left;
	margin-left: 4px;
}

#footer-bototm {
	text-align: right;
	overflow: hidden;
}
#footer-bototm #sen {
	background-image: url(../../images/sen.png);
	background-repeat: repeat-x;
	margin-top: 2px;
	margin-bottom: 8px;
	height: 3px;
}
#footer-bototm p {
	font-size: 50%;
	line-height: 11px;
	margin-right: 5px;
	margin-bottom: 7px;
}
