@charset "utf-8";

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

html {
	overflow-y: scroll;/*Firefoxでのセンタリングずれを防ぐ為のスクロールバーを強制表示*/
	background-image: url(../image/bg.png);
	background-repeat: repeat;
	font-size: 12px;
	line-height: 150%;
	}



body {
	color: #333333;
	background-image: url(../image/bg.png);
}
strong {
	font-weight: bold;
}
#main #side .sideinfo .text strong {
	font-size: 13px;
	color: #069;
	font-weight: bold;
}




#main a:link {
	text-decoration: underline;
	color: #333333;
}

#main a:hover {
	text-decoration: none;
	background-color: #93DFF9;
}
#main a:visited {
	color: #333333;
	text-decoration:none;
}
#main a:active {
	color: #333333;
	text-decoration:none;
}

#footer a:link {
	text-decoration: none;
	color: #FFF;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFF;
}
#footer a:visited {
	color: #FFF;
	text-decoration:none;
}
#footer a:active {
	color: #FFF;
	text-decoration:none;
}


#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
	background-image: url(../image/header_bg.png);
	background-repeat: no-repeat;
	background-position: top;
}
#header {
	height: 80px;
}




#header #info {
	float: right;
	font-size: 11px;
	color: #666;
	margin-top: 10px;
	text-align: right;
	line-height: 150%;
}
#header #logo {
	height: 55px;
	width: 450px;
	float: left;
	margin-top: 10px;
}
#nav {
	height: 36px;
	width: auto;
	padding-left: 22px;
	background-image: url(../image/nav_bg_nar.png);
	/* clear: both; */
}


#nav li {
	list-style-type: none;
	width: 131px;
	/* height: 46px; */
	text-align: center;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	display: block;
	font-size: 14px;
	line-height: 1.8em;
	position: relative;
	
}

#nav li .nav_sub {
	font-size: 10px;
	line-height: 0.5em;
}

#nav a:link {
	text-decoration: none;
	color: #fff;
	display: block;
}

#nav a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(../image/nav_bg_nar_on.png);
	display: block;
	height: 36px;
}
#nav a:visited {
	color: #FFF;
	text-decoration:none;
}
#nav a:active {
	color: #FFF;
	text-decoration:none;
}

#nav li ul {
	display:none;
	width: auto;
	background-color: #CDDC39;
	clear: both;
}

#nav li:hover ul{
  display: block;
  top:100%;
}

#nav li ul {
	list-style: none;
	position:absolute;
	z-index: 9999;
	top: 109%;
	left: 0;
	margin-top: 0px;
	padding: 0;
	background-image: url(../image/nav_bg_nar.png);
	background-position-x: -22px;
}

#nav li ul li {
	width: 131px;
	height: 36px;
  line-height: 36px;
}

#nav li ul:hover {
	top: 115%;
}


#main {
	margin-top: 20px;
	background-image: url(../image/main_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 50px;
	/* [disabled]height: auto; */
}


#main #side {
	float: left;
	width: 290px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	margin-left: 20px;
}
#main #side .sideinfo {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 20px;
}
#footer #f_left {
	width: 600px;
	float: left;
}


#main #side .sideinfo .pic {
	height: 70px;
	width: 70px;
	border: 1px solid #CCC;
	margin-right: 10px;
	float: left;
}
#main #side strong {
	font-weight: bold;
}
#main #contents {
	float: right;
	width: 580px;
	margin-right: 20px;
}
#main #contents h2 {
	background-image: url(../image/h_bg.png);
	height: 30px;
	width: 580px;
	line-height: 30px;
	color: #FFF;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-indent: 10px;
	margin-bottom: 10px;
}
#main #contents .topic {
  margin-bottom: 20px;
  height: auto;
}
#main #contents .topic p {
  /* [disabled]text-indent: 20px; */
  line-height: 160%;
  /* [disabled]font-size: 14px; */
  padding-left: 20px;
}
#main_g  {
	margin-bottom: 30px;
	margin-top: 20px;
}


#footer {
	background-color: #5D5D5D;
	color: #FFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #999;
	clear: both;
}
#footer #company {
	font-size: 12px;
	width: 300px;
	float: right;
	border-left-width: thin;
	border-left-style: groove;
	border-left-color: #CCC;
	margin: 10px;
	line-height: 150%;
	padding-left: 30px;
}
#footer #footer_menu {
	font-size: 12px;
	list-style-type: none;
	float: left;
	width: 520px;
	height: 40px;
	margin: 10px;
}
#main #side .sideinfo #qr_side {
	height: 90px;
	width: 90px;
	margin: -10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main #side .sideinfo .side_qr {
	float: left;
	margin-right: 10px;
}


#footer #footer_menu li {
	float: left;
	margin-left: 1em;
	margin-top: 1em;
}
#footer #qr {
	float: right;
	height: 70px;
	width: 70px;
	margin-top: -40px;
}



#footer #cp {
	font-size: 10px;
	text-align: center;
	clear: both;
	height: 20px;
	line-height: 20px;
	background-color: #4F4F4F;
	color: #CCC;
}
#main #side .sideinfo .text a:hover {
	display: block;
}
.cnt {
	text-align: center;
}
.cf { zoom: 1; }
.cnt {
	text-align: center;
}

        .cf:before,
        .cf:after { content: ""; display: table; }
        .cf:after { clear: both; }
