@charset "utf-8";
/*///////////////////////////////

	共通利用

///////////////////////////////*/

@import "../global.css";		/* 共通 */
@import "bodystyle.css";		/* 共通 */

/*------------------------------
	サイト全体の枠
------------------------------*/
.border-left {
	margin: 0 auto;
	padding-left: 10px;
	width: 890px !important;
	background: url("images/body/common_waku2x1.gif") repeat-y;
}
.border-right {
	padding-right: 10px;
	background: url("images/body/common_waku2x3.gif") repeat-y top right;
}
#body {
	margin: 0;
	font-family:"メイリオ", "Meiryo",
			"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
			"ＭＳ Ｐゴシック", "MS P Gothic", "Osaka",
			Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 100%;
	background-color: white;
}
.contents {
	margin: 0;
	padding-right: 10px;
}

/*------------------------------
	部品マージン
------------------------------*/
.part {
	margin: 0 0 15px 0;
	padding: 0;
}

/*------------------------------
	Adobe Flash Player
------------------------------*/
.get-flash-player {
	display: none;
}
.get-flash-player img {
	display: none;
}

/*------------------------------
	CSSリセット
------------------------------*/
img {
	line-height: 0;
	border: 0;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
}
a {
	color: #00e;
	text-decoration: underline;
}
a:visited {
	color: #551a8b;
}
a:hover {
	color: orange;
	text-decoration: none;
}
a img {
	border: none;
}
tbody {
	text-align: left;
}
body {}

/*------------------------------
	印刷
------------------------------*/
body .print {
	width: 100%;
	text-align: left;
	background-image: none;
}
.print .border-left {
	width: auto;
}

/*------------------------------
	プレビュー
------------------------------*/
.preview .print-page {
	display: none;
}

/*------------------------------
	先頭へ
------------------------------*/
.bookmark-top {
	text-align: right;
	padding: 0 0 12px 0;
}

/*------------------------------
	clear
------------------------------*/
.clear {
	clear: both;
}

/*------------------------------
	last update
------------------------------*/
.last-updated {
	display: none;
}