/*各ページ共通エレメント*/

body {
	background-image: url(../images/bg_dotblack.gif);
	background-position: bottom;
	text-align: center;
	background-color: #999999;
	color: #505050;
}

#container {
	background-image:  url(../images/head_bg.gif);
	background-color: #FFFFFF;
	background-repeat:repeat-x;
	text-align: center;
}

/*ヘッダ部分*/
#area-head {
	clear:both;
	width: 720px;
	height: 54px;
	
	margin: 0px auto;
}

.tlclogo {
	padding: 14px 0 10px 10px;
	border: 0px;
	float: left;
	text-align:left;
}

.tlclogo_nofla {
	padding: 14px 0 10px 10px;
	_padding: 14px 0 10px 5px;
	border: 0px;
	float: left;
	text-align:left;
}

.head-buttons {
	width: 120px;
	height: 16px;
	float: right;
	padding: 20px 0px 18px 0px;
}

.head-buttons_nofla {
	width: 120px;
	float: right;
	padding: 20px 0px 18px 0px;
}

#area-menus {
	clear:both;
	width: 720px;
	height: 54px;
	text-align: left;
	margin: 0px auto;
}

#area-menus2 {
clear:both;
height:34px;
margin:0px auto 0px ;
text-align:left;
width:720px;
}


/*コンテンツ部分*/
#area-content {
	clear:both;
	width: 720px;
	margin: 0px auto;
	padding-bottom: 12px;
}

.bgbaby {
	background-image: url(../images/bg_baby.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.content {
	width:580px;
	text-align:left;
	float: left;
	padding-right: 20px;
}

.content_nofla {
	width:580px;
	text-align:left;
	float: left;
	padding-right: 20px;
	clear:all;
	_margin-top:40px;
}

.non-sub {
	border-right: 1px solid #cccccc;
}

.content-title {
	margin-bottom: 24px;
}

.block-title {
	margin-bottom: 4px;
}

.image-block {
	line-height:0em;
}

/*サイドコンテンツ*/
#area-side {
	width: 120px;
	text-align: left;
	float: right;
}

.submenu {
	width: 120px;
	text-align: left;
	line-height: 0px;
}

/* フッタ関連 */
#area-foot-docs {
	clear: both;
	background-image: url(../images/bg_foot_shadow.gif);
	background-repeat: repeat-x;
	text-align: center;
}

.pagetop {
	clear:both;
	text-align:right;
	font-size: xx-small;
	margin-top: 8px;
	margin-bottom: 12px;
}

#area-foot {
	clear:both;
	width: 720px;
	text-align: left;
	padding: 8px 0px 10px 0px;
	margin: 0px auto;
	margin-bottom: 24px;
	font-size:xx-small;
}

.copyright {
	width:360px;
	padding:0px;
	float: left;
	text-align: left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #9b9b9b;
	line-height: 1em;
	font-size: xx-small;
}

.footlink {
	width: 180px;
	padding:0px;
	float: right;
	text-align: right;
}
.footlink a {
	color: #9b9b9b;
	line-height: 1em;
	font-size: xx-small;
}

.alt {
/*MacIE5.x以外に適用\*/
	position:absolute;
	top:-5000px;
	left:-900px;
/*MacIE5.xのみに適用*/
	display: none;
}

/*英字*/
.eng {
	font-family: Georgia, "Times New Roman", Times, serif;
}

hr.marginline {
	margin: 10px 0px;
}

