@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

b {
	font-weight:bold;
	color:#989898;
	font-style: italic;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em; 
  line-height: 0; 
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/************************************************
*	Hyperlinks									*
************************************************/

a	{
	color:#06C;
	outline:none;
}
a:visited	{
	color:#690;
	text-decoration:none;
	outline:none;
}
a:hover,a:active	{
	color:#F60;
	text-decoration:underline;
	outline:none;
}


body {
	color: #323232;
	text-align:center;
	margin: 0px auto 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 180%;
}
#container {
	background-image: url(../img/back_container.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	display: block;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 8px;
	padding-left: 8px;
	text-align: left;
	padding-top: 5px;
}
#header {

}
#header .logo {
	float: left;
	height: 39px;
	width: 191px;
	margin-top: 15px;
	display: inline;
	margin-left: 15px;
}
#header .article {
	float: right;
	width: 710px;
	position: relative;
}
#header .article h1 {
	font-weight: normal;
}
#header .saiyo {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header .saiyo a {
	background-image: url(../img/icon_sprite.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	display: block;
	padding-left: 30px;
}
#header .freeword {
	background-color: #F7FBFF;
	border: 1px solid #CAE4FF;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 10px;
	margin-top: 5px;
}
#header .freeword p {
	font-weight: bold;
	color: #666;
}

#header .free_text {
	border: 1px solid #CAE4FF;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	height: 25px;
	width: 507px;
	margin-left: 10px;
}
#header .button {
	color: #FFF;
	background-image: url(../img/btn_search.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	height: 27px;
	width: 75px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
	margin-left: 5px;
}
#header .button:hover {background-position: 0px -27px;}
#navi {
	margin-top: 10px;
	position: relative;
}
#navi ul li {
	margin-right: 5px;
	float: left;
}

#navi ul li a {
	background-image: url(../img/navi_back.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 25px;
	width: 115px;
	color: #666;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
}
#navi ul li a.h {
	background-image: url(../img/navi_back.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	display: block;
	height: 25px;
	width: 115px;
	color: #FFF;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
#navi ul li a:hover {
	background-position: 0px -30px;
	color: #FFF;
	text-decoration: none;
}
#navi .icon {
	position: absolute;
	top: 5px;
	right: 0px;
}
#header .vicinity {
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006AC4;
	border-right-color: #ECE9AC;
	border-bottom-color: #ECE9AC;
	border-left-color: #ECE9AC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#header .vicinity p {
	background-image: url(../img/icon_sprite.png);
	background-repeat: no-repeat;
	background-position: 0px -47px;
	padding-left: 22px;
	float: left;
	margin-right: 10px;
}
#header .vicinity ul li {
	display: inline;
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#header .bread {
	position: relative;
	margin-top: 5px;
}
#header .bread ul {
	background-image: url(../img/icon_sprite.png);
	background-repeat: no-repeat;
	background-position: 0px -88px;
	padding-left: 20px;
	height: 21px;
}
#header .bread li {
	float: left;
}
#header .bread .member {
	background-image: url(../img/icon_sprite.png);
	background-repeat: no-repeat;
	background-position: 0px -132px;
	display: block;
	position: absolute;
	padding-left: 20px;
	right: 0px;
	top: 0px;
}
#footer {
	margin-top: 20px;
}

#footer .vicinity {
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006AC4;
	border-right-color: #ECE9AC;
	border-bottom-color: #ECE9AC;
	border-left-color: #ECE9AC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#footer .vicinity p {
	background-image: url(../img/icon_sprite.png);
	background-repeat: no-repeat;
	background-position: 0px -47px;
	padding-left: 22px;
	float: left;
	margin-right: 10px;
}
#footer .vicinity ul li {
	display: inline;
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#footer .logo {
	float: left;
	height: 39px;
	width: 191px;
	margin-top: 10px;
	margin-left: 20px;
}
#footer .article {
	font-size: 85%;
	float: right;
	width: 700px;
}
#footer .article ul li {
	display: inline;
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#header_smp_link {
	background-color: #e6e6fa;
}

#header #header_smp_link .link {
	font-size: 24px;
	float: left;
	width: 840px;
	padding: 8px 0px;
	margin-left: 50px;
	text-align: center;

}
#header #header_smp_link .close {
	float: right;
	width: 50px;
	padding: 10px 0px;
}
#header #header_smp_link:after {
	clear: both;
	content: "\A";
	display: block;
}
#fotter #footer_smp_link p{
	font-size: 18px;
}
