body {
	font-family: verdana, Courier, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, serif;
	font-size: 12px;
	line-height:18px;
	color:#7c7e7b;
	background-color: #ffffff;
	margin:0px auto 0px auto;
	padding:0px;
	text-align:center;
}
#ALL{
	width:auto;
	margin:0px auto 0px auto;
}
#BODY{
	width:820px;
	margin:0px auto 0px auto;
	text-align: left;
}
/* header */
#HDCOPY{
	font-size:10px;
	padding:8px;
}
#HEAD{
	width:820px;
	margin:0px auto 0px auto;
	background-image: url(../images/hline.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#HEAD .logo{
	padding-top:21px;
	padding-left:12px;
	padding-bottom:10px;
}
/* contents */
#MENU{
	margin:0px auto 0px auto;
	background-image: url(../images/uline.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:61px;
}
#MENU .uline{
	height:11px;
}
#MENU .uline hr{
	visibility: hidden;
}
#MENU .menuitem{
	margin-left:12px;
	margin-right:12px;
}
#MENU .menuitem ul{
	margin:0px;
	padding:0px;
}
#MENU .menuitem li{
	float:left;
	list-style-type: none;
}

/* contents */
#CONTENTS{
	clear:left;
	margin:15px 12px 37px 12px;
}
#CONTENTS .mainvisual{
	height:370px;
	margin-right:18px;
}
#CONTENTS .catchcopy{
	background-image: url(../images/bg_texture.gif);
}
#CONTENTS .catchcopy .img{
	text-align:right;
	padding-top:8px;
	padding-right:12px;
}
#CONTENTS .catchcopy .txt{
	text-align:left;
	padding:12px;
}
#CONTENTS .anual table {
	margin:22px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #cfcfcf;
	border-right-color: #cfcfcf;
}
#CONTENTS .anual th {
	padding:8px;
	font-weight: bold;
	background-color: #DDDDDD;
	color: #515151;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #cfcfcf;
	border-left-color: #cfcfcf;
	background-image: url(../images/bgt_other.gif);
}
#CONTENTS .anual td {
	padding:8px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #cfcfcf;
	border-left-color: #cfcfcf;
}

#CONTENTS h1{
	padding:10px;
	margin:0px;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	background-image: url(../images/h1_bg.gif);
	background-repeat: repeat;
}
#CONTENTS p{
	margin:10px 24px 10px 24px;
}
#CONTENTS .whitebg{
	background-color:#FFFFFF;
	font-weight:bold;
	padding:8px;
}
#CONTENTS .line{
	margin: 0px;
	padding: 0px;
	height: 2px;
	background-image: url(../images/h1_under_bg.gif);
	background-repeat: repeat;
}
/* contents - overview */
#CONTENTS .catchcopy .profile th{
	text-align:right;
	padding:4px;
	font-weight:bold;
}
#CONTENTS .catchcopy .profile td{
	text-align:left;
	padding:4px;
}
/* contents - business */
#CONTENTS .catchcopy .business th{
	text-align:center;
	padding:14px;
	font-weight:bold;
}
#CONTENTS .catchcopy .business td{
	text-align:left;
	padding:14px;
}
/* contents - contact */
#CONTENTS .catchcopy .business th{
	text-align:center;
	padding:14px;
	font-weight:bold;
}
#CONTENTS .catchcopy .business td{
	text-align:left;
	padding:14px;
}

/* footer */
#FOOT{
	clear:both;
	width:820px;
	margin:0px auto 0px auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #767676;
	font-size: 10px;
	line-height:16px;
	margin-bottom:8px;
}
#FOOT .navi{
	float:left;
	padding-left:12px;
	padding-top:9px;
}
#FOOT .navi ul{
	margin:0px;
	padding:0px;
}
#FOOT .navi li{
	float:left;
	list-style-position: inside;
	list-style-image: url(../images/fnavi_icon.gif);
	text-indent: 14px;
}
#FOOT .copyright{
	float:right;
	padding-right:12px;
	padding-top:9px;
}
/* link */
a{
	border:none;
}
a:link{
	color:#7c7e7b;
	text-decoration:none;
}
a:visited{
	color:#7c7e7b;
	text-decoration:none;
}
a:hover{
	color:#acaeab;
	text-decoration:underline;
}
