@charset "utf-8";

/*
グローバルナビ __________________________________________________*/

div#topmenu {
	line-height:32px;
	background:url(image/t_menu00.gif) no-repeat;
	padding:0 0 0 108px;
}

div#topmenu ul {
	padding:0;
	margin:0;
}

div#topmenu li{
  float:left;
  list-style:none;
  margin:0;
  padding:0;
}

div#topmenu a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}

/*
フッター __________________________________________________*/

.pagetop {
	text-align:right;
	margin:0 10px 10px 0;
}

div#footer {
	margin-bottom:10px;
	padding-top:10px;
	clear: both;
}

div#footer h3 {
	clear:both;
	background:#eee;
	padding:5px 10px;
	margin-bottom:10px;
	font-weight:bold;
}

div#footer a {
	text-decoration:none !important;
}

div#footer ul {
	padding:0;
	margin:0;
}

/* フッターナビ */

.footNav {
	clear:both;
	background:#FF244D;
	margin-bottom:10px;
	padding:10px;
}

.footNav ul li {
	float:left;
	color:#fff;
	padding:0 0.5em;
	background:url(image/list.gif) right no-repeat;
	list-style:none;
}

.footNav a {
	color:#fff !important;
	text-decoration:underline;
}

/* プランリスト */

.planlist {
	padding:0 10px;
	clear:both;
}

.planlist a {
	font-size:11px;
	line-height:1.5em;
}

.planlist dl {
	width:156px;;
	float:left;
}

.planlist dt {
	width:156px;
	width:100%;
	color:#FF244D;
	font-size:12px;
	font-weight:bold;
}

.planlist ul li {
	list-style:none;
	line-height:1.5em;
	font-size:11px;
}

/* 会社案内 */

.company {
	clear:both;
	float:left;
	width:380px;
	padding-left:10px;
}

.company address {
	background:url(image/stblogo.jpg) no-repeat;
	padding-left:100px;
	line-height:1.5em;
}

.company address span {
	color:#FF244D;
	background:url(image/free.gif) no-repeat 3px;
	padding-left:42px;
	font-size:18px;
	font-weight:bold;
}

/* 提携サイト */

.groupSite {
	padding-right:10px;
	float:right;
	width:380px;
}

.groupSite li {
	list-style:none;
	float:left;
	width:190px;
	line-height:1.5em;
}

.groupSite li a {
	color:#333 !important;
}

/* コピーライト */

.copyright {
	background:#eee;
	border-top:1px solid #ccc;
	margin:0 auto;
	padding:10px 0;
	clear:both;
	text-align:center;
	font-size:11px;
}


/* ページフッターインフォメーション */

.foot_info {
	clear:both;
	margin:0 auto;
	width:550px;
}

.foot_info .mail {
	width:434px;
	background:url(image/info/foot_mail_off.jpg) no-repeat;
	margin: 0 auto;
}

.foot_info .mail a {
	display:block;
	line-height:106px;
	text-indent:-9999px;
	height:106px;
}

.foot_info .mail a:hover {
	background:url(image/info/foot_mail_on.jpg) no-repeat;
}

.foot_info .tel {
	background:#eee;
	padding:10px;
	margin:15px 0 10px; 
	border:1px solid #ccc;
}

.foot_info .tel img {
	margin-bottom:15px;
}

.foot_info .tel ul li {
	list-style:none;
	font-size:14px;
	line-height:160%;
}

