@charset "Shift_JIS";

/*プロパティ初期化
-------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}

img{
border:medium none;
}


/*共通リンクカラー
-------------------------------------------------------*/
a:link {
color:#336699;
text-decoration:none;
}
a:visited {
color:#336699;
text-decoration:none;
}
a:active {
color:#FF6600;
text-decoration:none;
}
a:hover {
color:#000033;
text-decoration:underline;
}


/*ベースフォントカラー
-------------------------------------------------------*/
body{
color:#333333;
}


/*パンクズリスト
-------------------------------------------------------*/
p#breadcrumbs{
width:740px;
margin:0px auto;
padding:8px 0px;
font-size:80%;
line-height:1.2em;
}


/*clrfix設定
-------------------------------------------------------*/
.clrfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clrfix {
  min-height: 1px;
}

* html .clrfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}