@charset "utf-8";
/* Main CSS */

/* CONTENTS

	0. Common setting
	1. Basic setting
	2. Individual setting 
	
										Last Update 2009/10/13
----------------------------------------------------------------- */




/* 0. Common setting
----------------------------------------------------------------- */
html,
body,
p,div,
h1,h2,h3,h4,h5,h6,
ul,ol,li,
dl,dt,dd,
address,
pre, form, fi {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
li	{
	list-style-type: none;
}
img {
	vertical-align: bottom;
	border: 0;
}
address {
	font-style: normal;
}


/* font-size setting 1 */
h1, h2, h3, h4, h5, h6 {  
	font-size: 100%;
}
/* font-size setting 2 */
body {
	font-size: 62.5%;
}
html>/**/body {
	font-size: 10px;
}




/* clearfix
---------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;/* for margin-bottom */
	font-size: 1px;/* for margin-bottom */
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */




/* etc.
---------------------- */
.clear {
	clear: both;
}







/* 1. Basic setting 
----------------------------------------------------------------- */
body {
	background: url(img/bg_body.gif);
	text-align: center;
}

#wrap {
	width: 100%;
	text-align: left;
	background: url(img/bg_wrap.gif) left top repeat-x;
}
#wrap-inner {
	width: 900px;
	padding: 0 15px;
	margin: 0 auto;
	background: url(img/bg_head.gif) left top no-repeat;
}
#content {
	width: 900px;
	background-color: #FFF;
}




/* 2. Individual setting 
----------------------------------------------------------------- */

/* header
----------------------- */
#head {
	width: 900px;
	height: 825px;
	background: url(img/img_head.jpg) left top no-repeat;
	position: relative;
}

#head #movie {
	width: 425px;
	height: 344px;
	background-color:#000;
	position: absolute;
	left: 15px;
	top: 160px;
}



/* COMMENT
----------------------- */
.dr_comment {
	width: 625px;
	padding: 20px 190px 20px 15px; 
	margin: 30px auto;
	border: 1px solid #CCC;
	position: relative;
}
.dr_comment h2 {
	width: 411px;
	margin: 0 0 20px 0;
}

.dr_comment p {
	font-size: 13px;
	line-height: 1.7em;
}
.dr_comment .drphoto {
	width: 163px;
	position: absolute;
	right: 15px;
	top: 10px;
}


/* title bar
----------------------- */
.titleber {
	width: 862px;
	margin: 3px auto 0;
}
.read-txt {
	width: 830px;
	margin: 20px auto 0;
	font-size: 12px;
	line-height: 1.6em;
}

/* contact box
----------------------- */
.contactbox {
	width: 800px;
	margin: 70px auto 0;
}


/* sampleIMG
----------------------- */
#voice {
	width: 774px;
	margin: 20px auto 0;
}
#result {
	width: 432px;
	margin: 10px auto 0 390px;
}
#useimage {
	width: 864px;
	margin: 20px auto 0;
}


/* return TOP
----------------------- */
.returntop {
	width: 862px;
	margin: 100px auto 0;
	text-align: right;
}
.returntop a {
	width: 180px;
	padding: 0 10px 0 20px;
	font-size: 13px;
	background: url(img/arrow_top.gif) left top no-repeat;
	color: #29ABE2;
}
.returntop a:hover {
	color: #666;
	text-decoration: none;
}


/* footer
----------------------- */
#foot {
	width: 900px;
	padding: 5px 0 5px 0;
	margin-top: 70px;
	background-color: #0071BC;
	text-align: center;
	font-size: 12px;
}
#foot p {
	color: #FFF;
}
#foot ul {
	width: 400px;
	margin: 0 auto 40px;
	text-align: center;
}
#foot li {
	display: inline;
}
#foot li a {
	display: inline;
	color: #FFF;
	text-decoration: none;
}
#foot li a:hover {
	text-decoration: underline;
}




