body {
	width: 772px;
	background-color: #ffffff;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image:url(./img_common/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}
	
#f1 {
	margin-top: 80px;
	padding-top: 12px;
	background-image:url(./img_common/lines.png);
	}

a {
	text-decoration: underline;
	}
a:hover {
		color: #ff9900;
	}
	
a img {
	border-width: 0px;
	}

a.link01 {
	background-image:url(./img_common/link01.gif);
	padding: 2px 0px 2px 11px;
	background-position:0px center;
	background-repeat:no-repeat;
	display:block;
	}
	
ul, li{
	margin: 0;
	padding: 0;
	list-style-type:none;
	}

p {
	margin-top: 0px;
	}

/* 共通 */
	
/* ヘッダ */
#header {
	width: 772px;
	position: absolute;
	top: 56px;
	}
	
/* ---- */
/* ナビ */
/* ---- */
#navi1 a {
	display: block;
	float: left;
	border: 1px solid #e3e3e3;
	border-width: 1px 0px 1px 1px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	background-color: #eeeeee;
	background-image:url(./img_common/navi1_bg.gif);
	background-position:center;
	padding-top: 4px;
	padding-bottom: 3px;
	text-decoration: none;
	}

#navi1 a.m01 {
	width: 103px;
}

#navi1 a.m02 {
	width: 203px;
}

#navi1 a.m03 {
	width: 153px;
}

#navi1 a.m04 {
	width: 153px;
}

#navi1 li a.m99 {
	width: 153px !important;
	border-right-width: 1px !important;
	}
	
#navi1 li {
	display: inline;
	}
	
#navi1 a:hover {
	background-image:url(./img_common/navi1_bg_on.gif);
	}
/* ------ */
/* ロゴ */
/* ------ */
#logo {
	width: 140px;
	position: absolute;
	top: 20px;
	z-index:200;
	}
	
#logo img {
	width: 203px;
	height: 27px
	}
	
#logo a:hover {
	text-decoration: none;
	background-color:transparent;
	}

/* ---- */
/* 本文 */
/* ---- */
h1 {
	font-size: 14px;
	color: #666666;
	margin-top: 0px;
	text-align: right;
	margin-bottom: 10px;
	padding: 2px 0px 1px 0px;
	}

h2 {
	font-size: 14px;
	}

/* ------ */
/* フッタ */
/* ------ */
#margin1 {
	clear:both;
	height: 20px;
	}
	
#footer {
	clear:both;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	}
	
#footer li {
	height: 1em;
	display: inline;
	}
	
#navi2_1 {
	float: left;
	}
	
#navi2_1 li {
	padding-right: 1.4em;
	}
	
#navi2_2 {
	float: right;
	}
	
#navi2_2 li {
	padding-left: 1.4em;
	}
	
#copyright {
	clear:both;
	text-align: right;
	color: #999999;
	padding-top: 4px;
	}

div.int_10 {
	clear:both;
	height: 10px;
	}

div.int_20 {
	clear:both;
	height: 20px;
	}

div.int_30 {
	clear:both;
	height: 30px;
	}

a.button1 {
	margin-left:auto;
	margin-right:auto;
	width: 180px;
	display: block;
	border:2px solid #ebb5b5;
	background-image:url(./img_common/flower2.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-color:#ffefef;
	padding: 10px 20px 10px 10px;
	font-size: 14px;
	color: #c43b1d;
	font-weight: bold;
	text-align: center;
	}

a.button1:hover {
	background-image:url(./img_common/flower2_on.png);
	background-color:#ebb5b5;
	border-color:#ffefef;
	color: #ffffff;
	}

/* ------ */
/* ブックマーク */
/* ------ */
#bookmark {
	position: absolute;
	width: 772px;
	font-size:12px;
	text-align: right;
	top: 16px;
	z-index:100;
	}

#bookmark ul{
	margin: 0;
	display:inline;
	}
	
#bookmark ul li {
	display:inline;
	padding:0 4px;
	}

#bookmark ul li.title {
	position: relative;
	top: -2px;
	}
	
