@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;
	background: transparent;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-size: 12px;
}

html {
    overflow: hidden;
    overflow-y:scroll;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:visited {
	font-size:18px;
	color:#060;
	text-decoration: none;
}

a:link {
	font-size:18px;
	color:#060;
	text-decoration: none;
}

a:hover {
	font-size:18px;
	color:#3C9;
	text-decoration: none;
}

a:active {
	font-size:18px;
	color:#3C9;
	text-decoration: none;
}

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

.clearfix { display: inline-block}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix { display:block;}
/* End hide from IE-mac */


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	text-align:center;
	zoom: 100%;
}

#container {
	width: 1260px;
	margin: 0 auto;
	overflow: hidden;
}

/*------------------------------------------------------------
	共通コンテンツ
------------------------------------------------------------*/

#contents1 {
	width: 1260px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#header {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	overflow: hidden;
}

#contents1 h1 {
	text-align:right;
	float: right;
}

#contents1 h2 {
	text-align:l right;
	float: right;
}
#contents2 {
	width: 1260px;
	margin: 0 0 0 20px ;
}

#contents2 h3 {
	text-align:left;
}

.contents_k {
	width: 800px;
	margin: 0 0 0 20px;
	float: left;
}

.map {
	margin: 0 0 0 100px;
}

.contents_w {
	width: 290px;
	float: left;
	margin: 0 20px 0 0;
}

.contents_w .sub_title{
	text-align: left;
}
