﻿/* CSS master */

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", Arial,sans-serif;
	font-size: 0.8em;
}

#container {
	margin: 0px auto 0px auto;
	padding: 0;
	border: 0;
	width: 	640px;
}

#header {
	margin: 0px auto 20px auto;
	padding: 0;
	border: 0;
	width: 	640px;
}

img.logo_image{
	border-width: 0;
	height: 75px;
	width:	315px;	
}

#content {
	margin: 0px auto 0px auto;
	padding: 0;
	border: 0;
	width: 	640px;
}

#page_image {
	margin-bottom:	40px;
}

img.page_image{
	height: 345px;
	width:	600px;	
}

#inquiry {
	margin-top:	20px;
}

#inquiry_button{
	margin-top:		40px;
	margin-bottom:	40px;
}

img.inquiry_image{
	border-width: 0;
	height: 75px;
	width:	500px;	
}

#footer {
	margin: 	60px auto 0px auto;
	padding: 0;
	border: 0;
	overflow:hidden;
	width: 		640px;
	text-align: center;
	color: 		#666666;
}

#copyright{
	margin-bottom:	40px;
}

#inside_site_link {
	margin-bottom:	20px;
}

.inside_site_link_item {
	margin-left:	20px;
	margin-right:	20px;
}

h1 {
   	font-size: small;
	color: #666666;
	font-weight: normal;	
}
h2 {
	font-size: medium;
	color: #990000;
	font-weight: bold;
}
h3 {
	font-size: medium;
	color: #990000;
	font-weight: bold;
}
h4 {
	font-size: small;
	color: #990000;
	font-weight: bold;
}

.auto-style1 {
	text-align: center;
}
	
.auto-style3 {
	color: #800000;
}

.auto-style4 {
	font-size: x-small;
	color: #808080;
}

.auto-style5 {
	text-decoration: none;
}

.auto-style6 {
	color: #666666;
}


