@charset "utf-8";


/* common
----------------------------------------------------------------------- */
body{
	font-family:'Meiryo','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	color:#333;
	padding:0;
	margin:0;
	font-size:12px;
	line-height:1.5;
}

form,input,select,optgroup,option,p,ul,li,dl,th,dd,dt,address,
h1,h2,h3,h4,h5,h6			{margin:0; padding:0; font-weight:normal; font-style:normal;}
h1,h2,h3,h4,h5,h6			{font-size:12px; margin:0; padding:0;}
ul,ol,dl					{margin:0; padding:0;}
dt,dd,li					{list-style-type:none;}
img,a img					{margin:0; padding:0; border:0; vertical-align:bottom; -ms-interpolation-mode:bicubic;}
input,select,optgroup,option{font-family:'Meiryo','メイリオ','ＭＳ Ｐゴシック',sans-serif; font-size:11px;}
select option				{padding-right:8px;}
textarea					{font-family:'Meiryo','メイリオ','ＭＳ Ｐゴシック',sans-serif;}
label,label input			{cursor:pointer; vertical-align:middle;}
label input					{margin:0 3px 0 0;}

a			{outline:0;}
a:link,
a:visited	{text-decoration:underline; color:#06f;}
a:hover,
a:active	{color:#69f;}

a:hover .ro,
.ro:hover,
input.ro:hover,
.ro:hover input	{opacity:0.7; filter:alpha(opacity=70);}


/* clfix
----------------------------------------------------------------------- */
.clfix:after	{
  content:".";  /* 新しい要素を作る */
  display:block;  /* ブロックレベル要素に */
  clear:both;
  height:0;
  visibility:hidden;
}
.clfix	{min-height:1px;}
* html .clfix{
  height:1px;
  /*\*//*/
  height:auto;
  overflow:hidden;
  /**/
}
.clear		{clear:both;}
.allclear	{clear:both; height:0; font-size:0; line-height:0;}


h1 {
	padding-top: 5px;
	height: 21px;
	padding-left: 15px;
}
.tel {
	text-align: right;
	height: 80px;
	width: 945px;
	position: relative;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../img/bg_header.gif);
	height: 106px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header dt {
	float: left;
}
#header dd {
	float: left;
	padding-top: 21px;
}
#footer {
	background-image: url(../img/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 108px;
	clear: both;
}
#footer div {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
#footer img {
	float: left;
}
#footer dl {
	float: left;
	padding-left: 30px;
	color: #666;
	padding-top: 4px;
}
#footer dt {
	font-weight: bold;
}
#footer dd {
	line-height: 16px;
}
#footer p {
	text-align: right;
	float: right;
	padding-top: 37px;
}
#conents {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#conents #flash {
	margin-bottom: 18px;
}
#link {
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#link ul {
	background-image: url(../img/bg-link.gif);
	height: 26px;
	width: 553px;
	padding-top: 8px;
	padding-left: 130px;
	float: left;
}
#link li {
	background-image: url(../img/link_line.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
}
#link #pagetop {
	float: right;
}
#link p {
	margin-bottom: 15px;
}
#conents #root {
	margin-bottom: 10px;
}
#conents #root a {
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 8px;
	padding-right: 15px;
}
