@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td,img {
  margin: 0;
  padding: 0;
}
html {
	height: 100%;
}
body {
	padding: 0;
	color: #333;
	margin: 0;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: small;
	line-height: 1.4em;
	height: 100%;
	background-color: #FFECD9;
	background-image: url(image/bg_back740b.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.wrapper {
	width: 740px;
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
a img {
	border: none;
}
a:link {
	color: #F30;
	text-decoration: underline;
}
a:visited {
	color: #F30;
	text-decoration: underline;
}
a:hover,
a:active,
a:focus {
	color: #F90;
}

/* ----------------------------------------- header --------------------------------------- */

#head {
	background-color: #444;
	text-align: center;
}
h1 {
	font-size: small;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
h3 {
	font-size: small;
	font-weight: bold;
	display: inline;
}
header {
	height: 85px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F30;
	margin-bottom: 5px;
}
.title-logo {
	height: 85px;
	width: 428px;
	float: left;
}
.head-box {
	text-align: right;
	float: right;
	height: 80px;
	width: 250px;
	margin-right: 8px;
	padding-top: 5px;
	line-height: 1.25em;
}
.title-info {
	width: 250px;
	text-align: right;
	line-height: 1.25em;
	font-size: 100%;
	height: 85px;
	font-weight: normal;
}
.title-info a:link {
	color: #036;
	text-decoration: none;
}
.title-info a:visited {
	color: #036;
	text-decoration: none;
}
.title-info a:hover,
.title-info a:active,
.title-info a:focus {
	color: #060;
	text-decoration: underline;
}
.tel1 {
	font-size:small;
	font-family:"Times New Roman", Times, serif;
	line-height: normal;
	letter-spacing: 0.1em;
}
.tel2 {
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	line-height: normal;
	padding-left: 3px;
	padding-right: 5px;
}
.tel3 {
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	line-height: normal;
	padding-left: 3px;
	padding-right: 5px;
}
/* ----------------------------------------- menu --------------------------------------- */
menu {
	width: 740px;
	list-style-type: none;
	height: 30px;
	line-height: 30px;
	background-image: url(image/menu_back.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
}
menu ul {
	list-style: none;
}
menu ul li {
	float: left;
	text-align: center;
	margin-left: 26px;
}
menu ul a, menu ul a:link, menu ul a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}
menu ul a:hover,
menu ul a:active,
menu ul a:focus {
	color: #F60;
}
/* ----------------------------------------- image --------------------------------------- */
.image-home {
	height: auto;
	margin-bottom: 7px;
	clear: both;
	width: 740px;
}
.image-box {
	height: 150px;
	clear: both;
	width: 740px;
	margin-bottom: 10px;
}
.sidebar1 {
	float: left;
	width: 205px;
	background: #FFF;
	padding-bottom: 10px;
}
.content {
	width: 740px;
}
.main {
	width: 530px;
	float: right;
	margin-bottom: 5px;
	text-align: center;
	margin-right: 15px;
}

/* ----------------------------------------- side --------------------------------------- */

.side {
	float: left;
	width: 180px;
	background: #FFF;
	margin-bottom: 10px;
	height: auto;
}
nav  {
	width: 180px;
	color: #333;
	margin-bottom: 12px;
	
}
nav ul {
	list-style: none;
	width: 160px;
	border-radius: 5px;
	background-color: #444;
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #444;
	border-right-color: #444;
	border-left-color: #444;
	padding-bottom: 1px;
}
nav ul li.normal a,
nav ul li.normal a:link,
nav ul li.normal a:visited {
	height: 35px;
	display: block;
	width: 118px;  /*この幅により、IE6 でボタン全体をクリックできるようになります。 */
	text-decoration: none;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 108%;
	line-height: 35px;
	text-align: left;
	padding-left: 40px;
	color: #444;
	text-decoration: none;
	background-color: #FFF;
	margin-bottom: 10px;
	background-image: url(image/navi_off.gif);
}
nav ul li.normal a:hover,
nav ul li.normal a:active,
nav ul li.normal a:focus {
	background-color: #FC3;
	background-image: url(image/navi_on.gif);
	transition: all .2s;
}
nav ul li.load a,
nav ul li.load a:link,
nav ul li.load a:visited {
	height: 35px;
	display: block;
	width: 118px;  /*この幅により、IE6 でボタン全体をクリックできるようになります。 */
	text-decoration: none;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 108%;
	line-height: 35px;
	text-align: left;
	padding-left: 40px;
	color: #444;
	text-decoration: none;
	background-color: #FFF;
	margin-bottom: 10px;
	background-image: url(image/navi_on.gif);
}
.aside1 {
	height: auto;
	width: 180px;
}
.aside2 {
	height: auto;
	width: 180px;
	padding-bottom: 15px;
	text-align: center;
	font-size: small;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
/* -------------------------------------------------------------------------------- */


/* ----------------------------------------- footer --------------------------------------- */
footer {
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both;
	text-align: center;
	width: 740px;
	height: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #eee;
}
.footer-link {
	margin-bottom: 10px;
	font-size: 90%;
	border-bottom-style: solid;
	line-height: 2em;
	border-bottom-width: 4px;
	border-bottom-color: #F60;
}
.footer-link a:link,
.footer-link a:visited {
	color: #036;
	text-decoration: none;
}
.footer-link a:hover,
.footer-link a:active,
.footer-link a:focus {
	color: #060;
	text-decoration: underline;
}
.footer-address {
	line-height: 1.5em;
	width: 740px;
	padding-bottom: 7px;
}
.white-box {
	margin-right: 3px;
	background-color: #eee;
	height: auto;
	width: 740px;
}
.copyrights {
	background-color: #444;
	height: 40px;
	width: 740px;
	line-height: 40px;
	color: #FFF;
}
/* ----------------------------------------- その他 --------------------------------------- */
/*HTML 5 サポート - 新しい HTML 5 タグを display:block に設定します。これにより、ブラウザーでタグが適切にレンダリングされます。 */
header, section, footer, aside, nav, article, figure {
	display: block;
}
