/* CSS Document PLEXTALK_WEBSITE 個人ユーザサイト*/
/* common
--------------------------------------------------------------------------------*/
body {
	background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif, Verdana, Times;;
}
ul {
	margin-top: 5px;
}
ol {
	margin-top: 5px;
}
li {
	margin-left: -1em;
	margin-bottom: 10px;
}
td {
	line-height: 1.5em;
}

a:link {
	text-decoration: none;
}
a:visited {
    /* 訪問済みリンク */
	text-decoration: none;
}
a:active {
    /* アクティブリンク */
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
/*リンク_ホワイト*/
a.a1:link {
	text-decoration: none;
	color: #ffffff;
}
a.a1:visited {
    /* 訪問済みリンク */
	text-decoration: none;
	color: #ffffff;
}
a.a1:active {
    /* アクティブリンク */
	text-decoration: underline;
}
a.a1:hover {
	text-decoration: underline;
	color: #ffffff;
}
/*リンク_非表示*/
a.hide:link {
	text-decoration: none;
	display: none;
}

/* header
--------------------------------------------------------------------------------*/
.hd_bx01 {
	float: left;
	width: 150px;
	padding: 10 0 5 0;
}
.hd_ct01 {
	width: 150px;
	text-align: left;
}
.hd_bx02 {
	float: left;
	width: 570px;
	padding: 0 0 5 0;
}
.hd_ct02 {
	width: 570px;
	font-size: 80%;
	line-height: 1.5em;
	text-align: right;
	padding: 0 0 0 0;
}

/* level（階層）
--------------------------------------------------------------------------------*/
.lv_bx01 {
	clear: both;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0 0 0 0;
}
.lv_ct01 {
	width: 720px;
	line-height: 1.5em;
	font-size: 80%;
	text-align: center;
	border-style: solid;
	border-color: #ffffff;
	border-width: 2 0 0 0;
	padding: 5 0 5 0;
}

/* footer
--------------------------------------------------------------------------------*/
.ft_bx01 {
	float: left;
	width: 150px;
	padding: 10 0 0 0;
}
.ft_ct01 {
	width: 150px;
	text-align: left
}
.ft_bx02 {
	float: left;
	width: 570px;
	padding: 0 0 0 0;
}
.ft_ct02 {
	width: 570px;
	font-size: 80%;
	line-height: 1.5em;
	text-align: right;
	padding: 5 0 0 0;
}
.ft_clr {
	clear: both;
}

/* main
--------------------------------------------------------------------------------*/
.main_bx {
	/*サイズ、位置（中央揃え）*/
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.main_bx#h_pic {
	background-image: url('../image/back_bl_head.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 20px;
	margin-top: 20px;
}
.main_bx#hf {
	clear: both;
	background-image: url('../image/back_bl_middle.jpg');
	background-repeat: repeat;
	background-color: #333333;
	color: #ffffff;
}
.main_bx#content {
	background-image: url('../image/back_gray_middle.gif');
	background-repeat: repeat;
	color: #000000;
	padding: 0 0 20 0;
}
.main_bx#cf_pic {
	clear: both;
	background-image: url('../image/back_bl_cf.jpg');
	background-repeat: no-repeat;
	background-color: #333333;
	height: 20px;
}
.main_bx#f_pic {
	clear: both;
	background-image: url('../image/back_bl_foot.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 30px;
}
.layout {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*メイン画像*/
.mp_bx01 {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 760px;
	padding: 0 0 0 0;
}
.mp_ct01 {
	width: 760px;
}
/*リンク群*/
.lk_bx01 {
	clear: both;
	width: 720px;
	padding: 5 0 0 0;
}
.lk_ct01 {
	width: 720px;
	line-height: 1.5em;
	font-size: 80%;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0 0 2 0;
	padding: 5 0 10 0;
}

/*見出し（subheader）*/
.sh_bx01 {
	clear: both;
	width: 720px;
	padding: 15 0 0 0;
}
.sh_ct01 {
	width: 720px;
}

/* other
--------------------------------------------------------------------------------*/
.f_wbld {
  font-weight: bold;
}
.f_s08 {
	font-size: 0.8em;
}
.f_s05 {
	font-size: 0.5em;
}
.f_tel {
  color: #F90;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1.5em;
}
.box-atnd {
	background-color: #FFF;
	border: 1px solid #F90;
	text-align: center;
}
