@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
}
img,a{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color:#333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.5;
	background-image: url(../images/bg_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*メインコンテナー*/
div#container{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
/*ヘッダー部分*/
div#header{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	font-weight: bold;
}
div#header li{
	display: inline;
}
div#header a{
	color: #FFFFFF;
	text-decoration: none;
}
div#logo_poz{
	float: left;
}
p#tel_poz{
	text-align: right;
}
div#nav_poz{
	float: right;
}
div#nav_poz img{
	text-align: right;
	margin:0px;
}
div#nav_poz p#navbtn_poz{

	text-align: right;
	margin-top: 5px;
}

div#head_navi{
	width:100%;
	text-align:right;
	clear:both;
	
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	}

/*メインコンテンツ*/
div#contents{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 15px;
}

/*フッダー部分*/
div#footer p{
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 80%;
}


#access-way	{
	margin:0px 0px 0px 10px;
	}

#access-way tr td{
	vertical-align:middle;
	}
	
	
center img{
		margin:2px;
		}

