/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  スタイルシート
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* default clear
────────────────────────────────────*/
body {
	margin: 0;
	font-size: 13px;
	color: #333;
	line-height: 1.4;
	}
ul {
	margin: 0; padding: 0;
	list-style-type: none;
	}
p {
	margin: 0 0 1em 10px;
	padding: 0;
	}
a img {
	border: none;
	}

/* スカイプボタン
────────────────────────────────────*/
.skypearea {
	width: 560px;
	height: 80px; 
	padding: 10px 0 0 150px; 
	background: url(../img_for_contact/img_contact-skype.gif) no-repeat left top;
	}
.skypetantou {
	float: left;
	width: 320px; 
	height: 70px;
	margin: 0;
	padding: 5px; 
	background: url(../img_for_contact/bg_skype.gif) no-repeat;
	}

ul.tantou {
	display: block;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	}
ul.tantou li.tantou01 {
	margin: 3px 0 0;
	padding-left: 20px;
	background: url(../img_for_contact/icn_tantou1.gif) no-repeat 0 0;
	line-height: 1.4;
	font-weight: bold;
	}
ul.tantou li.tantou02 {
	margin: 3px 0 0;
	padding-left: 20px;
	background: url(../img_for_contact/icn_tantou2.gif) no-repeat 0 0;
	line-height: 1.4;
	font-weight: bold;
	}

ul.skype {
	list-style: none;
	margin: 3px 0 0 10px;
	padding: 0;
	}
.skype li {
	display: block;
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	}
.skype li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 45px;
	padding-top: 45px;
	}
.skype li a.phone {
	background-image: url(../img_for_contact/btn_skype-phone.gif);
	}
.skype li a.chat {
	background-image: url(../img_for_contact/btn_skype-chat.gif);
	}
/* オフマウス */
.skype li a.phone, .skype li a.chat  { background-position: 0 0;}
/* オンマウス */
.skype a.phone:hover, .skype a.chat:hover { background-position: 0 -45px;}


/* 文字装飾
────────────────────────────────────*/
.explain {
	margin-left: 1em;
	}
em, strong {
	font-weight: bold;
	font-style: normal;
	}
strong.r {
	color: #AF0000;
	}
.cap {
	padding-left: 1em;
	text-indent: -1em;
	}

