/* common.css */

/*初期化
////////////////////////////////////////////////////*/
* {
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 12px;
	font-family: Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	line-height: 160%;
}
img {
	border: none;
}
hr {
	display: none;
}
/*clear fix
////////////////////////////////////////////////////*/
.clear:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clear{
display:inline-block;
}
/*Hides from IE-mac \*/
*html .clear{
height:1%;
}
.clear{
display:block;
}
/*End hide from IE-mac*/

/*デフォルトリンクカラー
////////////////////////////////////////////////////*/
A:link {
	color: #666666;
	text-decoration: none;
}
A:hover {
	color: #666666;
	text-decoration: underline;
}
A:visited {
	color: #666666;
	text-decoration: none;
}

/*レイアウト
////////////////////////////////////////////////////*/
body {
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
}
#web {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 900px;
	background: right url(../img_cmn/bg_head_line.gif) no-repeat;
}
#header #logo {
	width: 212px;
	float: left;
}
#header #logo h1 {
	background: url(../img_cmn/logo_lasante.jpg) no-repeat;
}
#header #logo h1 a {
	width: 212px;
	height: 75px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#header #infoWrap {
	width: 688px;
	float: right;
}
#infoWrap #globalMenu01 {
	width: 468px;
	float: left;
}
#infoWrap #information {
	width: 219px;
	padding-top: 36px;
	text-align: center;
	float: right;
	background: top center url(../img_cmn/txt_header_tel.gif) no-repeat;
}
#infoWrap #information p {
	display: none;
}
#globalMenu02 {
	width: 900px;
}
#maincontainer {
	width: 900px;
}
.mainWrap {
	width: 900px;
}
#footer {
	width: 900px;
	/*090205追加*/
	clear: both;
	padding-top: 1px;
	background: url(../img_cmn/parts_common_dottedline.gif) repeat-x;
}
#footer #footerFirstCol {
	width: 400px;
	float: left;
}
#footer #footerSecondCol {
	width: 396px;
	margin-top: 16px;
	padding-bottom: 24px;
	float: right;
	background: right top url(../img_cmn/txt_footer_copyright.gif) no-repeat;
}
#footer #footerSecondCol address {
	display: none;
}
#footer #footerSecondCol p {
	font-size: 10px;
	color: #999999;
	text-indent: -9999px;
}

/*パーツ
////////////////////////////////////////////////////*/
#topImage {
	width: 900px;
	position: relative;
}
#topImage h2,
#topImage p {
	text-indent: -9999px;
}
.bt_txt {
	background: bottom url(../img_cmn/bt_class_txt.jpg) repeat-x;
	border: solid 1px #CCCCCC;
}
.bt_txt a {
	padding: 0 10px;
	font-size: 10px;
}
.textAncher a:link,
.textAncher a:visited,
.textAncher a:hover {
	padding-left: 18px;
	text-decoration: underline;
	background: url(../img_cmn/ancher_common_txt.jpg) no-repeat;
}





