.all {
	max-width: 100%;
	height: auto;
	width:auto;
}
body {
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	color: #333333;
	line-height: 180%;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust:100%;
}

h2, h3, h4, h5, p, ol, ul, li, dl, dd, form  {
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: underline;
	color: #369;
}

a:visited {
	color: #369;
	text-decoration: none;
}
a:hover {
	color: #936;
	text-decoration: underline;
}
a:active {
	color: #936;
	text-decoration: underline;
}

.clear {
	clear: both;
	visibility: hidden;
	height: 0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width: 100%;
	height: auto;
	width:auto;
}
.rollover  {
	filter:alpha(opacity=40);
	opacity:0.4;
}

.first {
	margin-top: 4em;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	color: #333;
	margin-top: 2em;
	line-height: 140%;
	text-align: center;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	color: #333;
	margin-top: 4em;
	margin-bottom: 0.5em;
	line-height: 140%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}
h3 {
	margin-top: 1em;
	font-weight: bold;
	font-size: 100%;
}
#wrap {
	background-color: #FFF;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#main {
  background-color: #FFF;
  margin-right: 50px;
  margin-left: 50px;
}
#menu_box {
	text-align: center;
}
#header_title {
	color: #0066CB;
	text-align: center;
	line-height: 120%;
	padding: 5px;
}
ul {
  margin-left: 2em;
  margin-top: 1em;
}
ol {
  margin-left: 3em;
  margin-top: 1em;
}
#header_title {
	color: #0066CB;
	text-align: center;
	line-height: 100%;
	padding: 10px;
	font-size: 18px;
}
.menu   {
	display: inline-block;
	margin: 1%;
	width: 30%;
	max-width:160px;
}

.image_right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	max-width: 100%;
	height: auto;
	width:auto;
	margin-right: 20px;
}

.image_center {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
  width: auto;
  text-align: center;
}
.font_samll {
	font-size: 80%;
}
.text_button {
  margin-top: 1em;
  width: 16em;
  margin-left: auto;
  margin-right: auto;
}
.text_button a {
  text-decoration: none;
  color: #FFFFFF;
  padding-top: 1em;
  padding-bottom: 0.9em;
  line-height: 100%;
  text-align: center;
  background-color: #0066CC;
  display: block;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  font-weight: bold;
}
.text_button a:hover,.text_button a:active {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
#gotop_box {
	text-align: right;
	font-size: 80%;
	margin-top: 20px;
	padding-right: 20px;
}
#textmenu_box {
	text-align: center;
	font-size: 90%;
	margin-top: 20px;
}
#office_box {
	background-color: #EEE;
	font-size: 80%;
	line-height: 140%;
	padding: 20px;
}





@media screen and (max-width: 768px) {
h2 {
	margin-top: 3em;
}
#header_title {
	font-size: 80%;
}
#main {
  margin-right: 20px;
  margin-left: 20px;
}

#office_right_box {
	float: left;
	width: 40%;
}
#office_left_box {
	float: left;
	width: 50%;
}
#office_box h4 {
	font-size: 100%;
}
#office_box p {
	margin-left: 0.5em;
}
#copyright_box {
	text-align: center;
	background-color: #0066CC;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
}
