/**************************************
 高知ハウスCSS Ver.1a
 Author BitSoft 2005/12/03-2008/02/29
**************************************/

/* 全般 */
*{
	margin: 0;
	padding: 0;
}

/* BODY */
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0px;
/*	margin: 12px;
	margin-top: 0; */
	color: #404040;
	background-color: white;
}

/* 画像(通常輪郭線は無し) */
img{
	border: none;
	margin: 0;
	vertical-align: top;
}

/* TD */
td{
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 1px;
}

/* 段落 */
p{
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 3px;
}

/* UL単純リスト */
ul{
	line-height: 150%;
	margin-left: 25px;
}

/* OL順序リスト */
ol{
	line-height: 150%;
	margin-left: 25px;
}

/* DL定義リスト */
dt{
	line-height: 150%;
	margin-top: 1em;
}
dd{
	line-height: 150%;
	margin-left: 25px;
}


/* 大見出し */
h1{
	font-size: 17px;
	line-height: 120%;
	letter-spacing: 0;
	margin: 7px;
}

/* 中見出し */
h2{
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0;
	margin: 7px;
}

/* 小見出し */
h3{
	font-size: 15px;
	line-height: 120%;
	letter-spacing: 0;
	margin: 5px;
}


/* 脇線 */
.side_line{
	border: solid;
	border-color: #3350C2;
	border-width: 0px 1px 0px 1px;
}


/**************************************
　アンカー
**************************************/

/* 通常のアンカー */
a{
	font-size: 10pt;
	letter-spacing: 0;
	/*font-weight: bold;*/
	/*text-decoration: none;*/
}

a:link{
	color: #1050A0;
}

a:visited{
	color: #1050A0;
	/* color: #A05010; */
}

a:hover{
	color: #FF9900;
	/* color: #3350C2; */
	/* font-weight: bold; */
	/* font-style: italic; */
	/* background: #b0b0b0; */
}

/* grayのアンカー */
a.gray{
    text-decoration: none;
    letter-spacing: 0;
    text-decoration: none;
}
a.gray:link{color: black}
a.gray:active{color: gray}
a.gray:visited{color: #696969}

/* grayのアンカー(OnMouse) */
a.gray:hover{
	color: black;
	background: lightsteelblue;
}


/*************************************
 アンカー リンクimg用
*************************************/
a.a_img{
	text-decoration:none;
	border:0;
}

/* (OnMouse) */
a.a_img:hover{
	background:white;
}


/*************************************
 アンカー 2007
*************************************/
a.ank2007{
	font-size: 10pt;
	letter-spacing: 0;
	white-space: nowrap;
}

a.ank2007:link{
	color: #000000;
}

a.ank2007:visited{
	color: #000000;
}

a.ank2007:hover{
	color: #FF9900;
}


/**************************************
　クラス
**************************************/

/* 小見出しの頭に付くマーク */
.ti_sub_p01{
	color:#4169E1;
	font-size:14px;
}

/* 小見出しの書式 */
.ti_sub_cap01{
	color:#808080;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
}


/* 一覧表タイトル（センタリング */
.c_td_cap_ti{
	background-color: #99BBFF;
	text-align: center;
	padding: 1px 3px 1px 3px;
}


/* データ部分（センタリング */
.td_dat_cen{
	text-align: center;
	vertical-align: middle;
	padding: 1px 3px 1px 3px;
}


/* データ部分（左寄せ */
.td_dat_lef{
	text-align: left;
	vertical-align: middle;
	padding: 1px 3px 1px 3px;
}


/* データ部分（右寄せ */
.td_dat_rig{
	text-align: right;
	vertical-align: middle;
	padding: 1px 3px 1px 3px;
}


/* 埋め込みJavaScript（window.open）のマウスオーバーでポインタの形状を変える */
.wopen{
	cursor: pointer;
}


/*************************************
 staff紹介用 2006/04/20
*************************************/

/* 外枠 */
#stf_div_waku{
	border-width: 0px;
	margin: 10px 0 0 0;
}

/* スタッフ名 */
#stf_name{
	font-size: 11pt;
	margin: 1px 0 8px 0;
}

/* スタッフ名(アルファベット) */
#stf_name_alf{
	/* text-transform: uppercase;	すべてを大文字に変換 */
	text-transform: capitalize;	/* 単語の先頭文字を大文字に変換 */
}

/* 画像 */
#stf_td_photo{
	vertical-align: middle;
}

/* 本文外枠 */
#stf_div{
	border-width: 0px;
	margin: 0 0 8px 8px;
}

/* ■表現用 */
#stf_square{
	color: #909090;
	font-size: 9pt;
	margin: 0 5px 0 0;
}

/* 項目行 */
#stf_td_komoku{
	vertical-align: top;
	white-space: nowrap;
}

/* 項目 */
#stf_komoku{
	margin: 0px 5px 0px 5px;
}

/* 閉じる */
#stf_div_button_cls{
	margin: 10px 0 0 0;
}


