@charset "UTF-8";
@import url(/share.css);
@import url(/slimbox.css);

html {
	margin:0px;
	padding:0px;
	width:100%;
}

body {
	margin:0px;
	padding:0px;
	width:100%;

	background-image:url(/images/bg_body.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	background-color:#FFF5F4;

	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
}

#container {
	margin:0px;
	padding:0px;
	width:100%;
}


/* ==============================
 Header
------------------------------ */
#header {
	margin:0px;
	padding:0px;
	height:61px;
	width:100%;

	background-image:url(/images/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FFF5F4;

	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

#header_content {
	margin:0px;
	padding:0px 10px 0px 10px;
	width:781px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

#header_subtitle {
	margin:0px;
	padding:0px 0px 0px 10px;
	height:15px;
	text-align:left;
	font-size:11px;
}

#header_menu {
	margin:0px;
	padding:0px;
	height:46px;
	font-size:11pt;
}

#header_image {
	margin:0px;
	padding:0px;
	height:200px;
	width:100%;

	background-image:url(/images/bg_top_img.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#DBB7DB;

	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

#header2 {
	margin:0px;
	padding:0px;
	height:20px;
	width:100%;

	background-image:url(/images/bg_header2.jpg);
	background-repeat:no-repeat;
	background-position:top center;

	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

/* ==============================
 Header CorpLogo & Menu
------------------------------ */
#header_menu #logo {
	margin:0px;
	padding:0px;
	width:237px;
	height:46px;
	background-image:url(/images/bg_logo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	text-align:left;
	float:left;
	/* text-indent:-9999px; */
	position:relative;
}
#header_menu #btn_menu {
	margin:0px;
	padding:0px;
	position:relative;
}
#header_menu #btn_menu01 {
	margin:0px;
	padding:0px;
	width:136px;
	height:46px;
	background-image:url(/images/bg_btn_menu01.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	text-align:left;
	float:left;
	/* text-indent:-9999px; */
}
#header_menu #btn_menu02 {
	margin:0px;
	padding:0px;
	width:136px;
	height:46px;
	background-image:url(/images/bg_btn_menu02.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	text-align:left;
	float:left;
	/* text-indent:-9999px; */
}
#header_menu #btn_menu03 {
	margin:0px;
	padding:0px;
	width:136px;
	height:46px;
	background-image:url(/images/bg_btn_menu03.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	text-align:left;
	float:left;
	/* text-indent:-9999px; */
}
#header_menu #btn_menu03_def {
	margin:0px;
	padding:0px;
	width:136px;
	height:46px;
	background-image:url(/images/bg_btn_menu03_def.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	text-align:left;
	float:left;
	/* text-indent:-9999px; */
}
#header_menu #btn_menu04 {
	margin:0px;
	padding:0px;
	width:136px;
	height:46px;
	background-image:url(/images/bg_btn_menu04.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	text-align:left;
	float:left;
	/* text-indent:-9999px; */
}


/* ==============================
 Body
------------------------------ */
#wrapper {
	margin:0px;
	padding:0px;
	width:100%;
}

#content {
	margin:0p;
	padding:0px;
	width:781px;

	margin-right:auto;
	margin-left:auto;
	text-align:center;

}

#left {
	margin:0px;
	padding:0px;
	width:582px;
	text-align:left;

	background-image:url(/images/bg_sub_title.jpg);
	background-repeat:repeat-x;
	background-position:top left;

	float:left;
}

#sub_title {
	margin:0px;
	padding:20px 10px 10px 10px;
	width:562px;
	text-align:left;
	font-size:13pt;

	/* IE6hack */
	_padding:17px 10px 10px 10px;

}

#pankuzu {
	margin:0px;
	padding:10px 10px 10px 10px;
	width:562px;
	height:18px;
	text-align:right;
	font-size:9pt;

	/* IE6hack */
	_padding:13px 10px 10px 10px;
	_height:15px;

}

#main_content {
	margin:0px;
	padding:0px 20px 20px 20px;
	width:542px;
	text-align:left;
	font-size:9pt;
	line-height:1.7em;

	/* IE6hack */
	_padding:10px 20px 20px 20px;

}

#main_content h4 {
	background-image:url(images/title_icon.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:50px;
	font-size:11pt;
	font-weight:bold;
	text-align:left;
	margin:15px 0 0 0;
	padding:0 0 0 55px;
	clear:both;
}

#main_content h4 .str {
	line-height:50px;
}

#main_content h5 {
	margin-top:10px;
}

#main_content fieldset {
	padding:5px;
	margin-bottom:15px;
}

#main_content ul {
	margin-top:0;
	padding-top:0;
	margin-bottom:30px;
	list-style-type:none;
	list-style-image: url(/images/li1.gif);
}

#main_content li {
	padding-bottom:0.5em;
}

#main_content p {
	margin-top:10px;
}

#right {
	margin:0px;
	padding:0px;
	float:left;
}

#sub_menu {
	margin:0px;
	/* padding:10px; */
	padding:1px;
	width:197px;
}

#sub_menu_content {
	text-align:left;
	/* font-size:11pt; */
	font-size:8pt;
	line-height:1.7em;
	margin:0px;
	padding:0px;
	width:197px;
}

#sub_menu_content ul {
	list-style-type:none;
	margin:0px 0px 10px 0px;
	padding:0px;
}

#sub_menu_content ol {
	/* font-size:11pt; */
	font-size:8pt;
}

#sub_menu_content li {
	/* font-size:11pt; */
	font-size:8pt;
	margin:0px 0px 5px 10px;
	padding:0px;
	line-height:150%;
}

/* ==============================
 響 ここがポイント fieldset
------------------------------ */
.point {
	border:1px;
	border-color:#F39999;
	border-style:solid;
	background-image:url(/images/bg_fieldset.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	min-height:230px;
	_height:230px;
}

/* ==============================
 お問合せ fieldset
------------------------------ */
.oto_tel {
	border:1px;
	border-color:#F39999;
	border-style:solid;
	background-image:url(/images/bg_fieldset_tel.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	min-height:230px;
	_height:230px;
}

.oto_fax {
	border:1px;
	border-color:#F39999;
	border-style:solid;
	background-image:url(/images/bg_fieldset_fax.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	min-height:230px;
	_height:230px;
}

.oto_mail {
	border:1px;
	border-color:#F39999;
	border-style:solid;
	background-image:url(/images/bg_fieldset_mail.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	min-height:230px;
	_height:230px;
}

.oto_money {
	border:1px;
	border-color:#F39999;
	border-style:solid;
	background-image:url(/images/bg_fieldset_money.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	min-height:230px;
	_height:230px;
}

/* ==============================
 Footer
------------------------------ */
#footer {
	margin:0px;
	padding:25px 0px 0px 0px;
	width:100%;
	height:100px;

	background-image:url(/images/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position:top center;

	clear:both;

	/* IE6hack */
	_position:absolute;

}

/* IE7hack */
*+html #footer {
	position:absolute;
}

#footer_column {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

#footer_left {
	float:left;
	width:580px;
	font-size:9pt;
	margin:0px 0px 0px 20px;
	padding:0px;
	text-align:left;

	_width:560px;

}

#footer_right {
	float:left;
	width:180px;
	font-size:8pt;
	margin:30px 20px 0px 0px;
	padding:0px;
	text-align:center;
}


/* ==============================
 2008/11/13 top page icons
------------------------------ */
#icon_box1 {
	padding:5px 0 5px 0;
	margin:0;
	height:180px;
	border-bottom: 1px solid #C0C0C0;
	clear:both;
}

#icon_box2 {
	padding:5px 0 5px 0;
	margin:0;
	height:70px;
	border-bottom: 1px solid #C0C0C0;
	clear:both;
}

#icon_box3 {
	padding:5px 0 5px 0;
	margin:0;
	height:110px;
	border-bottom: 1px solid #C0C0C0;
	clear:both;
}

#icons1,#icons2,#icons3,#icons4,#icons5,#icons6 {
	margin:0;
	padding:0;
	width:260px;
	float:left;
	list-style-type:none;
	list-style-image:none;
}

#icon01 a,#icon03 a,#icon04 a,#icon05 a,#icon06 a {
	display:block;
	width:260px;
	height:63px;
	margin:0;
	padding:0;
	background-position:left top;
	background-repeat:no-repeat;
}

#icon02 a,#icon07 a {
	display:block;
	width:260px;
	height:98px;
	margin:0;
	padding:0;
	background-position:left top;
	background-repeat:no-repeat;
}

#icon01,#icon01 a {
	background-image:url(/images/icon01.jpg);
}
#icon02,#icon02 a {
	background-image:url(/images/icon02.jpg);
}
#icon03,#icon03 a {
	background-image:url(/images/icon03.jpg);
}
#icon04,#icon04 a {
	background-image:url(/images/icon04.jpg);
}
#icon05,#icon05 a {
	background-image:url(/images/icon05.jpg);
}
#icon06,#icon06 a {
	background-image:url(/images/icon06.jpg);
}
#icon07,#icon07 a {
	background-image:url(/images/icon07.jpg);
}

#icon01 a:hover,#icon03 a:hover,#icon04 a:hover,#icon05 a:hover,#icon06 a:hover {
	display:block;
	width:260px;
	height:63px;
	margin:0;
	padding:0;
	background-position:left top;
	background-repeat:no-repeat;
}

#icon02 a:hover,#icon07 a:hover {
	display:block;
	width:260px;
	height:98px;
	margin:0;
	padding:0;
	background-position:left top;
	background-repeat:no-repeat;
}

#icon01 a:hover {
	background-image:url(/images/icon01o.jpg);
}
#icon02 a:hover {
	background-image:url(/images/icon02o.jpg);
}
#icon03 a:hover {
	background-image:url(/images/icon03o.jpg);
}
#icon04 a:hover {
	background-image:url(/images/icon04o.jpg);
}
#icon05 a:hover {
	background-image:url(/images/icon05o.jpg);
}
#icon06 a:hover {
	background-image:url(/images/icon06o.jpg);
}
#icon07 a:hover {
	background-image:url(/images/icon07o.jpg);
}


