@charset "shift_jis"; 

/*	--- common.css ---	*/

/*	---タグの再定義---	*/

/*	リンクの設定	*/
a:link {
	border: none;

color:#666666;
/*color:#e9b2bd;*/
	text-decoration:none;
}
a:visited {
	border: none;
color:#666666;
/*color:#e9b2bd;*/
	text-decoration:none;
}
a:active {
	border: none;
	color: #000000;
}
a:hover {
	border: none;
	color: #000000;
	text-decoration:underline;
}


.news a:link {
	border: none;
	color:#e9b2bd;
	text-decoration:none;
}
.news a:visited {
	border: none;
	color:#e9b2bd;
	text-decoration:none;
}
.news a:active {
	border: none;
	color: #000000;
}
.news a:hover {
	border: none;
	color: #000000;
	text-decoration:underline;
}



/*	リンクの設定ここまで	*/

body {
	margin: 0px;
	padding: 0px;
	background:#FFF;
	color: #333333;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
img {
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
}

blockquote {
	margin: 10px 0px 10px 30px;
	padding: 10px 0px 10px 10px;
	border-left: 5px solid #999999;
	color: #666666;
	line-height: 16px;
}


/*	---タグの再定義ここまで---	*/



/* TABMENU */



.tabmenubg {
  overflow:hidden;
  width:100%;
  background-position: center top;
  background:#fff;
  padding:2px 0;
  border-bottom:#ccc 1px solid;
}

.tabmenu {
  float:left;
  list-style:none;
  text-indent:-9999px;
  margin-left:0px;
  padding-left: 0px;
}

.tabmenu li a {
   overflow:hidden;
  float:left;
  width:97px;
  height:18px;
  background:transparent url(../images/tab_top.gif) no-repeat;
  text-decoration: none;
}

.tabmenu li a:hover {
  overflow:hidden;
  float:left;
  width:97px;
  height:18px;
  background:transparent url(../images/tab_top.gif) no-repeat;
  background-position:0 -18px;
  text-decoration: none;
}

ul.tabmenu {

  float:left;
  width:97px;
  height:18px;
  margin-top:0px;
  margin-bottom:0px;
}

.tabmenu-current {
  float:left;
  width:97px;
  height:18px;
  background:transparent url(../images/tab_blog.gif) no-repeat;
  margin-left: 2px;
  text-indent:-9999px;
}

.left {
  float:right;
  margin-right:3em;
}

.logo {
  float:left;
  margin:0 1em;
}




