body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,th,td,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
   overflow-y:scroll;
}
*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}
h1,h2,h3,h4,h5,h6 {
	 font-style: normal;
	 font-weight: normal;
	 font-size: 1.0em;
}
h1 {
	padding: 5px;
	font-size: 0.8em;
	text-align: right;
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
p {
	font-size: 0.8em;
	padding: 5px;
}
/** Don't Delete **/

a {
	text-decoration: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #FFFF00;
}
li {
	float: left;
	list-style-type: none;
	font-size: 80%;
}


/** Rayout **/

#rayout {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#shadow {
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../img/topback.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#contents {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: left;
}

#flash {
	width: 850px;
	height: 50px;
}
#no-flash {
	width: 525px;
	height: 50px;
	background-image: url(../img/top-menu.jpg);
	background-repeat: no-repeat;
	text-indent: -6000px;
	padding-left: 325px;
}
#no-flash h1 {
	visibility: hidden;
	font-size: 1%;
}
#print-f {
	visibility: hidden;
	height: 0px;
}
#menu {
	background-color: #003399;
	padding: 1px 0 0 1px;
}
#menu ul {
	list-style-type: none;
	text-align: center;
	height: 71px;
	padding-left: 1px;
}
#menu ul li {
	height: 70px;
	width: 120px;
	margin-right: 1px;
}
#contents-left {
	width: 200px;
	float: left;
	min-height:550px;
	height: auto !important;
	height: 100%;
}
#contents-right {
	width: 650px;
	float: right;
	padding-bottom: 15px;
}
#gallery {
}
#gallery ul {
	margin: 10px;
}
#gallery ul li {  
	float: left;
	width: 128px;
	list-style-type: none;
	margin: 5px 5px 5px 0;
	height: 150px;
	list-style-image: none;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 0.7em;
	text-align: center;
}
#recruit {
	width: 350px;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#recruit li {
	float: left;
	width: 250px;
	vertical-align: text-top;
	margin-top: 10px;
	margin-left: 25px;
}
#kyubo {
	padding: 5px;
	border: 1px solid #0000FF;
}

#recruit li img {
	vertical-align: middle;
	margin-right: 5px;
}

#company {
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #E8E8FF;
	margin-top: 25px;
}

#company td {
	background-color: #EEEEFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7FF;
	border-left-color: #F3F3F3;
	border-left-style: solid;
}

#reference {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: auto;
	width: 650px;
}
#reference table {
	display: table;
	text-align:center;
	margin:auto;
}
#reference .right {
	text-align: right;
}
#reference .left {
	text-align: left;
}
#reference_thanks {

	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
	margin: auto;
	width: 650px;
	background-image: url(../img/born-mainlogo.gif);
	background-repeat: no-repeat;
	background-position: center 200px;
	height: 400px;
}

#form {

}
#toiawase {
	padding: 10px;
	width: 300px;
	border: 5px outset #CCCCCC;
	margin-top: 20px;
	font-size: 80%;
	text-align: center;
	margin-bottom: 20px;
}
#copyright {
	clear: both;
	height: 20px;
	width: 850px;
	background-color: #083D9D;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #FFFD00;
}

div.centering p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	width: 600px;
	text-align: center;
	height: 550px;
}

/*for IE6 */
* html .centering p {
	display: inline;
	zoom: 1;
}

/*for IE7 */
*:first-child+html .centering p {
	display: inline;
	zoom: 1;
}
/*\*//*/
* html div.centering p{
display:inline-block;
}
/**/
