@charset "UTF-8";
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
/*ul,ol { list-style: none; }:*/
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}

body {
   overflow-y:scroll;
}
#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 25px;
	border-top-style: solid;
	border-top-color: #7d1916;
}
#header li {
	display: inline;
	background-image: url(../images/header_listmark.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	margin: 10px;
	padding-left: 20px;
}
#header a {
	color: #333333;
	text-decoration: none;
}
#header {
	text-align: right;
	padding: 10px;
}
#topcatch {
	padding: 5px;
	text-align: center;
}
#bana {
	padding-top: 15px;
	padding-bottom: 5px;
	margin-top: 20px;
}
.comp td{
	font-size: 14px;
	padding: 10px;
}
#footer {
	font-size: 12px;
	color: #999999;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
}
#titlearea {
	margin-top: 20px;
	margin-bottom: 30px;
}
#contentsarea p {
	font-size: 14px;
	color: #333333;
	line-height: 150%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.human {
	padding-right: 10px;
	padding-left: 10px;
}
#human h2 {
	font-size: 18px;
	color: #B1433C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1433C;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.web {
	padding-right: 10px;
	padding-left: 10px;
}
#web h2 {
	font-size: 18px;
	color: #4792B8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4792B8;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.promo {
	padding-right: 10px;
	padding-left: 10px;
}
#promo h2 {
	font-size: 18px;
	color: #EC974C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EC974C;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.case {
	padding-right: 10px;
	padding-left: 10px;
}
#case h2 {
	font-size: 18px;
	color: #719C55;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #719C55;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.promopoint {
	color: #EC974C;
}
#contentsarea li {
	margin-left: 10px;
	color: #333333;
	font-size: 14px;
	list-style-type: none;
	margin-bottom: 10px;
}
.humanpoint {
	color: #B1433B;
}
.voiceimg{

	padding: 5px;

	border: solid 1px #dddddd;

	background-color: #f3f3f3;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

	margin-right: 3px;

}
.webpoint {
	color: #4792B9;
}
