/* CSS Document */

#page{
	margin: 0 auto;
	padding: 0;
	width: 780px;
	background: #ffffff url(../town/images/asti24dog.jpg) no-repeat right top;
}

#townheader{
	width: 100%;
	padding: 5px;
	text-align: left;
}

#townheader h1{
	font-size: 1em;
	color: #333333;
	font-weight: normal;
}

#townheader h2{
	font-size: 200%;
	color: #333333;
	font-weight: normal;
	text-align: center;
	margin-top: 20px;
}

/* free call area */

#contact{
	width: 760px;
	background: #EFF2F3 url(../town/images/bg_contact.jpg) no-repeat right bottom;
	margin: auto;
	padding-bottom: 80px;
}

#contact p{
	text-align: right;
	line-height: 35px;
	vertical-align: middle;
}

#contact p img{
	height: 35px;
	vertical-align: bottom;
}

/* call area */


#telinfoarea{
	width: 100%;
	background: #ffffff;
	padding: 10px 0;
	margin-bottom: 15px;
}

#telinfoarea caption, #pcinfoarea caption{
	text-align: center;
	font-size: 1.5em;
	color: #6699cc;
	border-bottom: double 3px #cccccc ;
	background: #ffffff;
	padding-top: 5px;
}

#telinfoarea .w300{
	width: 300px;
	height: 200px;
}

/* pc area */

#pcinfoarea{
	width: 50%;
	float: right;
	background: #ffffff;
	margin-right: 5px;
	padding: 5px 0;
}

#pcinfoarea caption{
	margin-right: 5px;
}

#pcinfoarea .w30{
	width: 30%;
	text-align: right;
	padding-right: 5px;
}

#pcinfoarea .w70{
	width: 70%;
	text-align: left;
	padding-left: 5px;
}

/* illust flow */
#illustflow{
	clear: both;
}

/* voice */

#voicearea{
	margin: 30px 10px;
}

#voicearea table{
	border: solid 1px #cccccc;
	margin-bottom: 10px;
}

.voice{
	width: 70%;
	text-align: left;
}

/* area search results start */


/****** clearfix hack *******/
.search:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.search{
	display: inline-block;
}

.search{
	display: block;
}

/* exlude MacIE5 \*/
* html .search {
	height: 1%
}
.search{
	display:block;
}
/* end MacIE5 */
/****** clearfix hack end *******/

.search{
 	margin: 40px auto;
 	font-size: 100%;
 	line-height:150%;
	width: 760px; 
	border: 1px solid #ccc;
	padding: 20px;
	voice-family: "\"}\"";
    voice-family:inherit;
    width: 718px;
}

.search ul{
 	line-height:100%;
 	margin: 30px;
 	padding: 0;
 	list-style-type:none;
}

.search li{
 	line-height:100%;
 	font-size: 90%;
 	margin: 0px;
 	padding: 5px 0px;
 	width: 30%;
 	float: left;
 	text-align: left;
}


.search li .ruby{
	font-size: 1em;
	line-height: 200%;
}

.search li a{
	font-size: 1.2em;
}

.search h2{
	display: block;
	width: 720px;
	line-height: 15px;
	font-size: 1.2em;
	border-bottom: dotted 1px #cccccc;
	text-align: center;
	padding: 10px 0 10px 0;
}

/* area search results end */