@charset "shift_jis";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
.block {
	display:block;
}
.png_fix {
}
p {
	margin: 0px;
}
body {
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 180%;
	color: #444;
	background-image: url(../bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
body.inside {
	background-image: url(../bg03.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.clear {
	clear: both;
	height: 0px;
	visibility: hidden;
	background-color: #FFCC00;
	color: #FFFFFF;
	line-height: 0px;
	}
#body_in {
	background-image: url(../bg02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	width: 100%;
}
#body_in02 {

	background-image: url(../bg04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	width: 100%;
}
#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 21px;
	position: relative;
}
.header_flower {
	position: absolute;
	z-index: 20;
	top: 0px;
	right: 0px;
}

h1 {
	font-size: 12px;
	margin: 0px;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.logo {
	margin-top: 5px;
}
#main_img {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#g_manu {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 11px;
}

#g_manu ul {
	width: 1000px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#g_manu li {
	float: left;
	display: block;
	margin-left: 19px;
}

#pan {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#pan a {
	text-decoration: none;
	display: block;
	color: #333333;
	font-size: 12px;
	float: right;
	margin-left: 20px;
}
#pan a:hover {
	color: #E61A1F;
}
.article {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
.midashi {
	display: block;
	padding-bottom: 20px;
}
#main_left_content {
	float: left;
	width: 720px;
	padding-bottom: 80px;
}
#main_right_content {
	float: left;
	width: 260px;
	background-color: #F0F0F0;
	background-image: url(../bg_rightcontent.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 80px;
}
#banner_box {
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 214px;
}
#subinfo_box {
	width: 214px;
	margin-right: auto;
	margin-left: auto;
}
.subinfo_cell_left {
	width: 15%;
	padding-left: 20px;
}
.subinfo_cell_center {
	width: 10%;
}
.subinfo_cell_right {
	width: 75%;
}
#footer {
	background-image: url(../bg_footer01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
}
#footer_in {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
	background-image: url(../bg_footer02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#text_link {
	color: #333333;
	padding-top: 80px;
}
#text_link a {
	color: #333333;
	text-decoration: none;
}
#text_link a:hover {
	color: #E61A1F;
	text-decoration: none;
}
#copyright {
	color: #FFFFFF;
	width: 1000px;
	background-image: url(../bg_copyright.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 50px;
	height: 40px;
	margin-top: 80px;
	padding-top: 7px;
}
#copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
#copyright a:hover {
	color: #CC99CC;
	text-decoration: underline;
}
strong,
em {
	font-style: normal;
	font-weight: normal;
}
.arrow {
	position: absolute;
	right: 0px;
	bottom: 30px;
}
#top_arrow {
	position: fixed;
	bottom: 25px;
	right: 0px;
}