/*
共通パーツ ---------------- */

body	{
	background-image: url("../../common/images/background.jpg");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

/* 全体ラッピング */
#wrapper	{
	width: 830px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}

/* ヘッダ、Flashまでラッピング */
#wrapperA	{
	width: 830px;
	height: 340px;
	margin: 0px auto;
	padding: 0px;
	/* border: 1px solid #ff0000; */
} 

/* コンテンツ部分のラッピング */
#wrapperB	{
	background-image: url("../../common/images/contents_bk.jpg");
	background-repeat: repeat-y;
	width: 830px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	/* border: 1px solid #ff0000; */
}


/* ヘッダー背景用 */
#header	{
	background-image: url("../../common/images/header.jpg");
	background-repeat: no-repeat;
	width: 830px;
	height: 60px;
	margin: 0px;
	padding: 0px;
}


/* 日本語→英語 切替ボタン配置 */
.btn_j-e	{
	/* position: absolute;
	z-index: 2;
	top: 23px;
	left: 720px; */
	width: 68px;
	height: 15px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 710px;
	padding: 0px;
	/* border: 1px solid #ff0000; */
}


.img_deco	{
	/* position: absolute; */
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}


#footer_area	{
	background-image: url("../../common/images/footer.jpg");
	width: 800px;
	height: 57px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}

.footer_text	{
	font-size: 9pt;
	/* font-family: "MS Pゴシック",sans-serif; */
	color: #fff;
	line-height: 1.5;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

/*
リンク設定 ------------------------ */
a.navi:link	{
	font-size: 9pt;
	/* font-family: "MS Pゴシック",sans-serif; */
	font-weight: 600;
	color: #fff;
	line-height: 1.5;
	text-decoration: none;
}

a.navi:visited	{
	font-size: 9pt;
	/* font-family: "MS Pゴシック",sans-serif; */
	font-weight: 600;
	color: #fff;
	line-height: 1.5;
	text-decoration: none;
}

a.navi:hover	{
	font-size: 9pt;
	/* font-family: "MS Pゴシック",sans-serif; */
	font-weight: 600;
	color: #ffff00;
	line-height: 1.5;
	text-decoration: none;
}

.center	{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}