@charset "utf-8";

/* contact.css */


/* link */
#ct_contact #global_nav_ct_contact a {
}
#ct_contact #article a,
#ct_contact #article strong,
#ct_contact #article em {
	color:#0857ab;
}


/* sub */
.sub_nav_ttl a {
	display:block;
	width:210px;
	height:50px;
	background:url(../../contact/images/contact_nav_ttl.png) repeat 0 0;
	text-indent:-9999px;
}
#contents_sub h2.menuon a,.sub_nav_ttl a:hover {
	background:url(../../contact/images/contact_nav_ttl.png) repeat 100% 0;
}
.sub_nav {
	width:210px;
	background:url(../images/sub_nav_bg01.png) repeat-y 0 0;
}
.sub_nav li {
	border-bottom:1px solid #d6d6d6;
}
.sub_nav a {
	display:block;
	width:210px;
	padding:10px 0;
	background:url(../images/sub_nav_bg02.png) no-repeat 50% 100%;
}
.sub_nav a span {
	display:block;
	padding-left:25px;
	background:url(../../contact/images/contact_nav_ic01.png) no-repeat 10px 0.4em;
}
.sub_nav a.menuon {
	background-image:none;
	background-color:#c8dff7;
	text-decoration:none;
}
.sub_nav a.menuon span {
	background:url(../../contact/images/contact_nav_ic01on.png) no-repeat 10px 0.4em;
}
.sub_nav li.sub_nav_contact1,
.sub_nav li.sub_nav_contact2 {
	border-bottom:0;
}
.sub_nav_contact1 a,
.sub_nav_contact2 a {
	width:210px;
	height:40px;
	padding:0;
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
}
.sub_nav li.menuon a,
.sub_nav_contact1 a:hover,
.sub_nav_contact2 a:hover {
	background-position:100% 0;
}
.sub_nav_contact1 a {
	background-image:url(../../contact/images/contact_nav_btn01.png);
}
.sub_nav_contact2 a {
	background-image:url(../../contact/images/contact_nav_btn02.png);
}



