/* member.css
   v1.0  2009.10.XX（青木　智美）新規作成
   v1.14 2009.11.10（青木　智美）.app_menu関連のwidthを250pxに修正
   v1.15 2009.11.10（青木　智美）.regよりtext-decoration属性を削除
   v1.16 2009.11.12（青木　智美）style要素を使用して組み込んでいるため指定箇所を<!-- -->で囲いコメント化
   v1.1  2009.12.09 (青木　智美) 商号変更対応に伴いv1.1に変更
   v1.2  2009.12.17 (青木　智美) 結-LN-00048、00065対応(.top_menuにpadding-topとpadding-bottomを追加)
   v1.3  2010.02.16 (青木　智美) zipcode追加
   v1.4  2010.02.26 (松本　華苗) .menuより背景画像設定を削除
   v1.5  2010.03.04（青木　智美）.iframe_header、.iframe_footerのwidthを855pxに設定
   v1.6  2010.03.24（青木　智美）.chk追加（水平展開No.16対応）
   v1.7  2010.04.03 (松本　華苗) .full_length追加
   v1.8   (松本　華苗) .zoom追加
*/

<style type="text/css">

<!--

.lrg {
	font				:14px/18px "MS UI Gothic";
	text-decoration		:none;
}

.btgt {
	font				:14px/18px "MS UI Gothic";
	font-weight			:bold;
	text-decoration		:none;
}

.sml {
	font				:11px/14px "MS UI Gothic";
	text-decoration		:none;
}

.base_color {
	background-color	:#669966;
}

.required_color {
	color				:#FF0000;
}

.table_outline {
	border-color		:#696969;
	border-collapse		:collapse;
	border				:2px solid;
}

.table_caption {
	background-color	:#F0FFF0;
	border-color		:#696969;
	border-collapse		:collapse;
	border				:1px solid;
}

.table_contents {
	background-color	:#FFFFFF;
	border-color		:#696969;
	border-collapse		:collapse;
	border				:1px solid;
}

.none_link {
	text-decoration		:none;
	cursor				:pointer;
}

.menu {
	padding-top			:6px;
	padding-left		:12px;
	width				:300px;
	height				:30px;
	color				:#333333;
}

.reg {
	font				:12px/18px "MS UI Gothic";
}

.kaku {
	font				:14px/18px "MS UI Gothic";
	font-weight			:bold;
	text-decoration		:none;
}

body {
	margin-left			:5px;
	margin-top			:0px;
	margin-right		:0px;
	margin-bottom		:5px;
	background-color	:#FFFFFF;
}

a:hover {
	background			:#ffffff;
	text-decoration		:none;
} /*BG color is a must for IE6*/

a.tooltip span {
	display				:none;
	padding				:2px 3px;
	margin-left			:8px;
	width				:300px;
}

a.tooltip:hover span {
	display				:inline;
	position			:absolute;
	background			:#99CCFF;
	border				:1px solid #cccccc;
	color				:#6c6c6c;
}

.iframe_header {
	width				:855px;
	height				:105px;
}

.iframe_footer {
	width				:855px;
	height				:30px;
}

.app_menu {
	line-height			:30px;
	padding				:1px;
	text-align			:center;
	width				:250px;
	font-size			:12px;
}

.app_menu a {
	text-decoration		:none;
	background			:#CCFFFF;
	color				:#000;
	display				:block;
	width				:250px;
	border				:1px solid #99CCFF;
}

.app_menu a:hover {
	background			:#3300FF;
	color				:#FFF;
	text-decoration		:none;
	display				:block;
	font-weight			:bold;
}

.toushimeisai_caption {
	background-color	:#F0FFF0;
	border				:.5pt solid windowtext;
	border-color		:dddddd;
}

.toushimeisai_outline {
	border				:.5pt solid windowtext;
	border-color		:dddddd;
}

.top_menu {
	line-height			:25px;
	padding-top			:7px;
	padding-bottom		:7px;
	text-align			:center;
	width				:250px;
	font-size			:12px;
}

.top_menu a {
	text-decoration		:none;
	background			:#CCFFFF;
	color				:#000;
	display				:block;
	width				:250px;
	border				:1px solid #99CCFF;
}

.top_menu a:hover {
	background			:#3300FF;
	color				:#FFF;
	text-decoration		:none;
	display				:block;
	font-weight			:bold;
}

.top_menu_m {
	line-height			:20px;
	padding				:1px;
	text-align			:center;
	width				:125px;
	font-size			:12px;
}

.top_menu_m a {
	text-decoration		:none;
	background			:#CCFFFF;
	color				:#000;
	display				:block;
	width				:125px;
	border				:1px solid #99CCFF;
}

.top_menu_m a:hover {
	background			:#3300FF;
	color				:#FFF;
	text-decoration		:none;
	display				:block;
	font-weight			:bold;
}

.sell {
	font				:12px/18px "MS UI Gothic";
	top					:-12px;
	left				:0px;
	position			:relative;
	z-index				:1;
	background-color	:white;
}

.zipcode {
	font				:14px/22px "MS UI Gothic";
	text-decoration		:none;
}

.chk {
	vertical-align		:middle;
	font				:12px/12px "MS UI Gothic";
	text-decoration		:none;
}

.full_length {
	word-wrap:break-word;
	word-break:break-all;
}

.zoom {
	zoom : 1;
}
-->

</style>