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

body {
	background-color: #F8F8F8;
}

header {
	background-color: #FFFFFF;
	height: 230px;
	text-align: center;
	width: 100%;
}
a {
	text-decoration: none;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/*HEADER*/
#headerInner {
	margin: 0 auto;
	padding: 15px 20px 0 20px;
	width:1078px;
}
#headerInner #siteTheme {
	margin: 0 0 40px 0;
	padding: 0;
	width: 730px;
	text-align: left;
	float: left;
	font-weight: normal;
}
#headerInner #headerContact {
	margin: 0;
	padding: 0;
	width: 340px;
	float: right;
}
#headerInner #headerContact #headerContactTheme {
	margin: 0 0 5px 0;
	padding: 0;
	background: #3498DB;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
	font-size: 1.6rem;
	color: #FFFFFF;
	font-weight: 200;
	line-height: 26px;
}
#headerInner #headerContact #headerContactTel {
	margin: 0;
	padding: 0 0 0 30px;
	color: #000000;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 42px;
	background-image: url(../images/telmark01.png);
	background-repeat: no-repeat;
	background-position: 30px 9px;
}
#headerInner #headerContact #headerContactTel a {
	color: #000000;
}
#headerInner #headerContact #headerContactTel a:hover {
	text-decoration:underline;
}
#headerInner #headerContact #headerContactText {
	font-size: 1.2rem;
	line-height: 18px;
}
#mainNavigation {
	margin: 20px auto 0;
	padding: 0;
	width:1078px;
	text-align: left;
	list-style-type: none;
}

/*Wrapper*/
#mainWrap {
	margin: 20px auto 30px;
	padding: 0;
	width: 1078px;
	background-image: url(../images/sep01.png);
	background-repeat: repeat-y;
	background-position: 725px 20px;
}

/*mainContent*/
#topicpath {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 1078px;
	list-style-type: none;
}
#topicpath li {
  position: relative;
  float: left;
}
#topicpath li a {
	margin: 0;
	padding: 0 10px 0 20px;
	color: #666666;
	text-decoration: none;
}
#topicpath li a:hover {
	text-decoration: underline;
}
.arrow{
  position: relative;
  display: inline-block;
}
.arrow::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #666666;
  border-right: solid 1px #666666;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

#mainContent {
	margin: 0;
	padding: 0;
	width: 700px;
	float: left;
}
#mainContent #snsBox {
	margin: 0 0 20px 0;
	padding: 20px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
	background: #FFFFFF;
	letter-spacing: 0.2em;
}
#mainContent .contentBox {
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
	background: #FFFFFF;
	letter-spacing: 0.2em;
}
#mainContent .mainimageBox {
	margin: 0 0 20px 0;
	padding: 0;
	height: 343px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
}
#mainContent .camimageBox {
	margin: 0 0 20px 0;
	padding: 0;
	height: 220px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
}
#mainContent .contentBox h2 {
	margin: 0 0 20px 0;
	padding: 10px 0 10px 20px;
	border-left: 7px solid #3498DB;
	color: #333333;
	font-size: 3.0rem;
	font-weight: 100;
	letter-spacing: 0.2em;
}
#mainContent .contentBox h3 {
	margin: 0 0 20px 0;
	padding: 10px 0 10px 20px;
	background: #F8F6F2;
	border-left: 5px solid #3498DB;
	color: #333333;
	font-size: 1.8rem;
	font-weight: 100;
	letter-spacing: 0.2em;
}
#mainContent .contentBox h4 {
	margin: 0 0 20px 0;
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #3498DB;
	color: #333333;
	font-size: 1.8rem;
	font-weight: 100;
	letter-spacing: 0.2em;
}
#mainContent .contentBox h5 {
	margin: 0 0 20px 0;
	padding: 2px 0 2px 20px;
	border-left: 5px solid #3498DB;
	color: #333333;
	font-size: 1.6rem;
	font-weight: 100;
	letter-spacing: 0.2em;
}
#mainContent .contentBox .sepWrap {
	margin: 0 0 20px 0;
	padding: 0;
	width: 658px;
	line-height: 20px;
}
#mainContent .contentBox .sepWrap .OneFouthLf {
	margin: 0;
	padding: 0;
	width: 24%;
	float: left;
}
#mainContent .contentBox .sepWrap .ThreeFouthRt {
	margin: 0;
	padding: 0;
	width: 74%;
	float: right;
}
#mainContent .contentBox .sepWrap .harfFouthLf {
	margin: 0;
	padding: 0;
	width: 49%;
	float: left;
}
#mainContent .contentBox .sepWrap .harfFouthRt {
	margin: 0;
	padding: 0;
	width: 49%;
	float: right;
}
#mainContent .contentBox .sepWrap .checklist {
	margin: 0 0 0 40px;
	padding: 0;
	list-style-image: url(../images/checkhead.png);
	line-height: 40px;
}
#mainContent .contentBox .contentsTel {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	color: #000000;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 30px;
	background-image: url(../images/telmark01.png);
	background-repeat: no-repeat;
	background-position: 0;
}
#mainContent .contentBox .contentsTel a {
	color: #000000;
}
#mainContent .contentBox .contentsTel a:hover {
	text-decoration: underline;
}
#mainContent .contentBox .timetable {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.6rem;
	border: 1px solid #CCCCCC;
}
#mainContent .contentBox .timetable th {
	margin: 0;
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	background: #EEEEEE;
}
#mainContent .contentBox .timetable th::last {
	margin: 0;
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	color: #FF0000;
}
#mainContent .contentBox .timetable td {
	margin: 0;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}
#mainContent .contentBox .sepWrap .inqury th {
	margin: 0;
	padding: 5px;
	text-align: left;
	font-weight: 100;
	vertical-align: top;	
	width: 300px;
}
#mainContent .contentBox .sepWrap .inqury td {
	margin: 0;
	padding: 5px 0;
	text-align: left;
	font-weight: 100;
	vertical-align: middle;	
	width: 357px;
}
#mainContent .contentBox .sepWrap .inqury td input {
	margin: 0;
	padding: 5px;
	width: 347px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;        /* CSS3草案 */  
		-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 3px;   /* Firefox用 */
}
#mainContent .contentBox .sepWrap .inqury td textarea {
	margin: 0;
	padding: 5px;
	width: 357px;
	font-size: 1.4rem;
	border: 1px solid #CCCCCC;
	border-radius: 3px;        /* CSS3草案 */  
		-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 3px;   /* Firefox用 */
}
#mainContent .contentBox .sepWrap .inqury td input.btn {
	margin: 0;
	padding: 5px;
	background: #3498DB;
	border: 1px solid #CCCCCC;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
	font-size: 1.6rem;
	color: #FFFFFF;
	font-weight: 200;
	line-height: 26px;
	cursor: hand;    /* IE6用 */
	cursor: pointer;
}
#mainContent .contentBox .sepWrap .qlist {
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
	list-style: none;
}
#mainContent .contentBox .sepWrap .qlist li {
	margin: 0;
	padding: 10px 5px;
	border-bottom: 1px solid #CCCCCC;
}
#mainContent .contentBox .sepWrap .qlist li.bgbl {
	background-color: #D9E6FF;
}
#mainContent .contentBox .sepWrap .qlist .qdate {
	display:inline-block;
	width: 120px;
	margin-right: 5px;
	letter-spacing: 0;
}
#mainContent .contentBox .sepWrap .qlist .qtheme {
	display:inline-block;
	width: 460px;
	margin-right: 5px;
	letter-spacing: 0;
}
#mainContent .contentBox .sepWrap .qlist .qview {
	display:inline-block;
	color: #FFFFFF;
	width: 50px;
	background: #3498DB;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
}
#mainContent .contentBox .sepWrap .qlistbtn {
	margin: 0;
	padding: 5px;
	color: #FFFFFF;
	background: #3498DB;
	text-align: center;
	line-height: 26px;
	font-weight: 200;
	font-size: 1.6rem;
	border: 1px solid #CCCCCC;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
}
#mainContent .contentBox .sepWrap .qth {
	font-weight: bold;
}
#mainContent .contentBox .sepWrap .qinfo {
	letter-spacing: 0;
}
#mainContent .CBbl {
	background-color: #D9E6FF;
}
#mainContent .contentBox .sepWrap .bfbtn {
	margin: 0;
	padding: 5px;
	width: 150px;
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	float: left;
}
#mainContent .contentBox .sepWrap .bfbtnblank {
	margin: 0;
	padding: 5px;
	width: 150px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	float: left;
}
#mainContent .contentBox .sepWrap .nxbtn {
	margin: 0;
	padding: 5px;
	width: 150px;
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	float: right;
}
#mainContent .contentBox .sepWrap .nxbtnblank {
	margin: 0;
	padding: 5px;
	width: 150px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	float: right;
}
.AnswerIconArea {
	display:table-cell;
	height: 40px;
	width: 40px;
	margin-right: 20px;
	text-align: center;
	vertical-align: middle;
	float: left;
}
.AnswerIconArea .AnswerIcon {
	border: 3px solid #3498DB;
	border-radius: 3px;        /* CSS3草案 */  
		-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 3px;   /* Firefox用 */
}
.fourbox {
	display: inline-block;
	width: 190px;
	margin: 0 10px 10px 0;
	padding: 10px;
	text-align: center;
	letter-spacing: 0;
	background-color: #D9E6FF;
	border: 1px solid #3498DB;
	border-radius: 3px;        /* CSS3草案 */  
		-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 3px;   /* Firefox用 */
}
.fourbox:last-child {
	margin: 0 0 10px 0;
}
.fourbox .IconBox {
	display: table-cell;
	margin: 0 0 10px 0;
	padding: 0;
	width: 190px;
	height: 160px;
	text-align: center;
	vertical-align: middle;
}
.fourbox .IconBox .Icon {
	border: 1px solid #3498DB;
	border-radius: 3px;        /* CSS3草案 */  
		-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 3px;   /* Firefox用 */
}
.fourbox .detailbtn {
	display: block;
	margin: 5px 0 0 0;
	padding: 5px;
	width: 180px;
	color: #FFFFFF;
	background: #3498DB;
	text-align: center;
	line-height: 26px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
}
.doctorinfoicon {
	margin: 0 20px 10px 0;
	padding: 0;
	border: 3px solid #3498DB;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
	float: left;
}
.undline {
	margin: 0 0 0 180px;
	padding: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
.listpeaces {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px dashed #CCCCCC;
}
.listpeaces .listpeace {
	display: block;
	margin: 0;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px dashed #CCCCCC;
}
.listpeaces .listpeace .listpeacelinkarea{
	display: block;
}
.listpeaces .listpeace .listpeaceicon {
	width: 30px;
	height: 30px;
	margin: 0 20px 0 0;
	padding: 0;
	border: 3px solid #3498DB;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
	float: left;
}
.helpcateBox {
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #3498DB;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
	background: #FFFFFF;
	letter-spacing: 0.2em;
}
.helpcateBox ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.helpcateBox ul li {
	display: inline-block;
	margin: 0 20px 20px 0;
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
}
.helpcateBox ul li:hover {
	background: #EEEEEE;
}
.helpcateBox ul li a {
	color: #666666;
	text-decoration: none;
}
.helpBox {
	margin: 0 0 20px 0;
	padding: 0;
	border: 1px solid #CCCCCC;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
	background: #FFFFFF;
	letter-spacing: 0.2em;
}
.helpBox .helpTheme {
	margin: 0;
	padding: 10px 20px;
	background: #EEEEEE;
	background-image:url(../images/helps/op001.png);
	background-repeat: no-repeat;
	background-position: 600px 10px;
	cursor: hand;
	cursor: pointer;
}
.helpBox .helpThemeOp:hover {
	background-color: #CECECE;
}
.helpBox .helpSector {
	margin: 0;
	padding: 20px 20px 0 20px;
	background: #FFFFFF;
	line-height: 18px;
}
.helpBox .helpSector p {
	margin: 0 0 20px 0;
	padding: 0;
}
.helpBox .helpSector p:last-child {
	margin: 0;
	padding: 0;
}
.helpBox .helpSector h3 {
	font-size: 1.4rem;
	font-weight: normal;
	margin: 30px 0 20px 0;
	padding: 0 10px;
	border-left: 7px solid #4D95D9;
}
.helpBox .helpSector dl {
	margin: 20px 0 20px 20px;
	padding: ;
}
.helpBox .helpSector dd {
	margin: 10px 0 10px 50px;
	padding: 0;
	line-height: 18px;
}
.helpBox .helpSector ul {
	margin: 20px 0 20px 20px;
	padding: 0;
}
.helpBox .helpSector ul.linumber {
	margin: 20px 0 20px 20px;
	padding: 0;
	list-style-type: decimal;
}
.linumberP {
	margin: 20px 0 20px 20px;
	padding: 0;
	list-style-type: decimal;
	list-style-position: outside;
}
.lilatinP {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: lower-latin;
	list-style-position: outside;
}
.lidiscP {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
}
.linoneP {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}
.helpBox .helpSector .hlink {
	margin: 10px;
	padding: 0px 5px;
	color: #333333;
	line-height: 16px;
	border: 1px solid #4D95D9;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	background-color: #BBD7F0;
}
.helpBox .helpSector .hlink:hover {
	color: #FFFFFF;
	background: #4D95D9;
}
.helpBox .helpSector .imgbdr {
	margin: 10px 0;
	border: 2px solid #CCCCCC;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;
}
.helpBox .helpSector .closebtn {
	display: block;
	margin: 0 0 0 500px;
	width: 150px;
	height: 30px;
	background: #EEEEEE;
	background-image:url(../images/helps/cl001.png);
	background-repeat: no-repeat;
	background-position: 40px 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
	border-radius: 3px 3px 0 0;        /* CSS3草案 */
	-webkit-border-radius: 3px 3px 0 0;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px 3px 0 0;
	cursor: hand;
	cursor: pointer;
}
.stepboxarrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 25px 0 25px;
	border-color: #007bff transparent transparent transparent;
}
.inviib {
	margin: 0;
	padding: 5px;
	width: 347px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;        /* CSS3草案 */  
		-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 3px;   /* Firefox用 */
}
.invibtn {
	display:inline-block;
	margin-left: 10px;
	padding: 5px;
	color: #FFFFFF;
	background: #3498DB;
	text-align: center;
	border: 1px solid #CCCCCC;
	cursor: hand;    /* IE6用 */
	cursor: pointer;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
}
.salonimage {
	border: 1px solid #CCCCCC;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
}
.explantbl {
	margin-botom: 20px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
}
.explantbl th {
	padding: 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;	
}
.explantbl td {
	padding: 10px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;	
}
.explanbox {
	margin-botom: 20px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
}
a.linkbtn {
	display: block;
	margin: 0;
	padding: 5px;
	text-align: center;
	background: #3498DB;
	border: 1px solid #CCCCCC;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
	font-size: 1.6rem;
	color: #FFFFFF;
	font-weight: 200;
	line-height: 26px;
	cursor: hand;    /* IE6用 */
	cursor: pointer;
}
.fbloginbtn {
	margin-bottom: 20px;
}

/*sideBar*/
#sideBar {
	margin: 0;
	padding: 0;
	width: 325px;
	float: right;
}
#sideBar .sideBanner {
	margin: 0 0 20px 0;
	padding: 0;
}
#sideBar p {
	margin: 0 0 10px 0;
}
.uicon {
	display:table-cell;
	height: 150px;
	width: 283px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
}
.uicon .iconviewimg {
	border: 1px solid #3498DB;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
}
.searchmain {
	margin-bottom: 10px;
	text-align: center;
}
.searchmain .searchkey {
	margin-right: 10px;
	padding: 5px 10px;
	border: 1px solid #666666;
	width: 200px;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
}
.searchoption {
	padding: 10px 0;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 5px;   /* Firefox用 */
}


/*bottomMenu*/
#bottomMenuWrap {
	background: #FFFFFF;
}
#bottomMenuWrap #bottomMenu {
	margin: 0 auto;
	padding: 30px 0;
	width: 1078px;
	text-align: center;
}
#bottomMenuWrap #bottomMenu div {
	margin-bottom: 20px;
	line-height: 20px;
}
#bottomMenuWrap #bottomMenu #bottomMenuLeft {
	margin: 0;
	padding: 0;
	width: 30%;
	text-align: left;
	float: left;
}
#bottomMenuWrap #bottomMenu #bottomMenuCenter {
	margin: 0 auto;
	padding: 0;
	width: 30%;
	text-align: left;
}
#bottomMenuWrap #bottomMenu #bottomMenuRight {
	margin: 0;
	padding: 0;
	width: 30%;
	text-align: left;
	float: right;
}
#bottomMenuWrap #bottomMenu h2 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #0AA0D9;
	font-size: 1.4rem;
	line-height: 30px;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #253443;
}
#bottomMenuWrap #bottomMenu #bottomContactTel {
	margin: 20px 0;
	padding: 0 0 0 30px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 42px;
	background-image: url(../images/telmark01.png);
	background-repeat: no-repeat;
	background-position: 0 9px;
}
#bottomMenuWrap #bottomMenu #bottomContactTel a {
	color: #666666;
}
#bottomMenuWrap #bottomMenu #bottomContactTel a:hover {
	text-decoration:underline;
}
#bottomMenuWrap #bottomMenu #bottomMenuRight ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#bottomMenuWrap #bottomMenu #bottomMenuRight ul li {
	margin: 0;
	padding: 0;
	line-height: 40px;
	border-bottom: 1px solid #D9D9D9;
}
#bottomMenuWrap #bottomMenu #bottomMenuRight ul li a {
	color: #666666;
	text-decoration: none;
}
#bottomMenuWrap #bottomMenu #bottomMenuRight ul li a:hover {
	text-decoration: underline;
}




#bottomMenuWrap #bottomMenu #bottomMenuCenter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#bottomMenuWrap #bottomMenu #bottomMenuCenter ul li {
	margin: 0;
	padding: 0;
	line-height: 40px;
	border-bottom: 1px solid #D9D9D9;
}
#bottomMenuWrap #bottomMenu #bottomMenuCenter ul li a {
	color: #666666;
	text-decoration: none;
}
#bottomMenuWrap #bottomMenu #bottomMenuCenter ul li a:hover {
	text-decoration: underline;
}

/*FOOTER*/
footer {
	background : #0AA0D9;
	color: #FFFFFF;
}
footer #footerInner {
	margin: 0 auto;
	padding: 0;
	width: 1078px;
	line-height: 50px;
}
