@charset "utf-8";
@import url("base.css");

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.fleft {
	float: left;
	margin-right: 9px;
	margin-bottom: 8px;
}
.fright {
	float: right;
	margin-left: 9px;
	margin-bottom: 8px;
}
.t10 {
	font-size: 10px;
}
.t12 {
	font-size: 12px;
}
.t14 {
	font-size: 14px;
}
.t16 {
	font-size: 16px;
}
.t18 {
	font-size: 18px;
}
.t20 {
	font-size: 20px;
	line-height: 1.6em;
}
.big {
	font-size: 110%;
}
.small {
	font-size: 90%;
}
.red {
	color: #cc0000;
}
.back {
	background-color: #ffff00;
	font-weight: bold;
}
.orange {
	color: #d55500;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.check {
	background-image: url(img/checkmark.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 23px;
}
/*---新着情報---*/
.position_r {
	position: relative;
}
.position_abinfo {
	position: absolute;
	left: 510px;
	top: 8px;
}
.link2 {
	font-size: 12px;
	text-align: right;
}

#wrap {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	background-color: #FFF;
}


/*---ヘッダー---*/

#header {
	position: relative;
	width: 950px;
	margin: 0px;
	background-color: #333333;
	height: 90px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #header_box {
	position: absolute;
	height: 60px;
	width: 265px;
	left: 290px;
	top: 30px;
}

#header h1 {
	font-size: 12px;
	color: #ccc;
}
#header #header_box p {
	font-size: 12px;
	color: #ccc;
}
#header #header_logo {
	height: 36px;
	width: 209px;
	position: absolute;
	left: 35px;
	top: 30px;
}
#header #header_mail {
	position: absolute;
	height: 23px;
	width: 116px;
	right: 25px;
	top: 13px;
}
#header #header_tel {
	position: absolute;
	height: 18px;
	width: 184px;
	bottom: 18px;
	right: 25px;
}

/*---メニュー---*/
#menu {
	height: 48px;
	width: 950px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-top: 3px;
}
#menu ul {
	margin: 0px;
}
#menu li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu li a {
	display: block;
	text-decoration: none;
	line-height: 53px;
	background-image: url(img/menuli_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333;
	text-align: center;
	height: 53px;
	width: 190px;
	font-size: 12px;
}
#menu li a:hover {
	color: #000;
	background-image: url(img/menuli_back.png);
	background-repeat: no-repeat;
	background-position: left -53px;
}


/*---コンテンツ---*/
#con {
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(img/container_back.jpg);
}
#con p {
	line-height: 1.6em;
}
#con .normal {
	padding: 0px 25px;
	margin-bottom: 30px;
}
#con .normal p {
	margin-bottom: 15px;
}

/*---コンテンツメイン部分２分割---*/
#con #con_main {
	width: 620px;
	float: left;
	padding-top: 10px;

}
#con #con_main h2 {
	font-size: 15px;
	line-height: 30px;
	background-image: url(img/h2_back.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 600px;
	padding-left: 30px;
	font-weight: bold;
	padding-top: 4px;
	margin-bottom: 5px;
	color: #fff;
}

/*---コンテンツメイン２ボックス---*/
#con #con_main #main_2box {
	width: 600px;
}
#con #con_main #main_2box #main_2box_l {
	background-image: url(img/main_2box_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 283px;
	padding-top: 16px;
	position: relative;
}
#con #con_main #main_2box #main_2box_r {
	background-image: url(img/main_2box_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	width: 283px;
	padding-top: 16px;
	position: relative;
}
#con #con_main #main_2box .main_2box_center {
	background-image: url(img/main_2box_center.jpg);
	background-repeat: repeat-y;
	width: 283px;
}
#con #con_main #main_2box .main_2box_bottom {
	background-image: url(img/main_2box_under.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 51px;
	width: 283px;
}
#con #con_main #main_2box .main_2box_bottom img {
	position: absolute;
	right: 14px;
	bottom: 8px;
}
#con #con_main #main_2box h3 {
	text-align: center;
}
#con #con_main #main_2box .main_2box_center p {
	font-size: 12px;
	margin-top: 7px;
	padding-right: 18px;
	padding-left: 18px;
}

/*---コンテンツメイン部分枠（お客様声）---*/
#con #con_main .main_waku {
	width: 600px;
	min-height:170px;
	height: auto !important;
	height: 170px;
	margin-bottom: 15px;
	border: 1px solid #666;
	position: relative;
}
#con #con_main .main_waku p {
	padding-left: 170px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#con #con_main .main_waku img {
	position: absolute;
	left: 5px;
	top: 10px;
}

#con #con_main .main_waku2 {
	width: 600px;
	min-height:240px;
	height: auto !important;
	height: 240px;
	margin-bottom: 15px;
	border: 1px solid #666;
	position: relative;
}
#con #con_main .main_waku2 p {
	padding-left: 220px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#con #con_main .main_waku2 img {
	position: absolute;
	left: 5px;
	top: 10px;
}

#con #con_main .main_waku3 {
	width: 590px;
	margin-bottom: 15px;
	border: 1px solid #666;
	position: relative;
	padding: 5px;
}


/*---コンテンツメイン部分バー種類---*/
#con #con_main .bar_green {
	font-size: 16px;
	background-image: url(img/bar_green.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 575px;
	padding-left: 20px;
	line-height: 36px;
}
#con #con_main .bar_yel {
	font-size: 16px;
	background-image: url(img/bar_yel.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 575px;
	padding-left: 20px;
	line-height: 36px;
}
#con #con_main .bar_green_s {
	font-size: 16px;
	background-image: url(img/bar_green_s.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 550px;
	padding-left: 20px;
	line-height: 37px;
}
#con #con_main .bar_yel_s {
	font-size: 16px;
	background-image: url(img/bar_yel_s.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 550px;
	padding-left: 20px;
	line-height: 37px;
}
#con #con_main .bar_hasen {
	background-image: url(img/bar_hasen.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 15px;
	font-weight: bold;
	width: 594px;
}
#con #con_main .bar_hasen_s {
	background-image: url(img/bar_hasen_s.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 7px;
	font-weight: bold;
	width: 565px;
}
#con #con_main .bar_hasen_ss {
	background-image: url(img/bar_hasen_ss.jpg);
	background-repeat: no-repeat;
	background-position: 170px bottom;
	margin-bottom: 7px;
	font-weight: bold;
	width: 377px;
	_width: 600px;
}
#con #con_main .bar_hasen_sss {
	background-image: url(img/bar_hasen_sss.jpg);
	background-repeat: no-repeat;
	background-position: 220px bottom;
	margin-bottom: 7px;
	font-weight: bold;
	width: 327px;
	_width: 600px;
}

/*---角丸---*/
.kadomaru {
	width: 600px;
	background: url(img/kadomaru_bottom.jpg) no-repeat bottom;
	margin-bottom: 25px;
}
.kadomaru .inner {
	width: 560px;
	_width: 600px;
	background: url(img/kadomaru_top.jpg) no-repeat top;
	padding: 15px 20px;
}
.kadomaru p {
	font-size: 14px;
	line-height: 1.7;
}

/*---テーブル---*/
table td,
table th {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}
table .w150  {
	background-color: #6E7276;
	width: 150px;
	color: #fff;
}


/*---コンテンツサイド部分---*/
#con #con_sub {
	float: right;
	width: 305px;
	padding-top: 10px;

}
#con #con_sub #con_sub_info,
#con #con_sub #con_sub_menu {
	width: 300px;
	margin-bottom: 30px;
}
#con #con_sub #con_sub_info li a{
	margin-bottom: 7px;
}
#con #con_sub #con_sub_menu h3 {
	font-size: 16px;
	font-weight: bold;
	background-image: url(img/sub_cateback.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-top: 10px;
}
#con #con_sub #con_sub_menu li {
	margin-top: 7px;
}

#con #con_sub #con_sub_menu li a{
	text-decoration: none;
	background-image: url(img/sub_kijiback.jpg);
	margin-left: 25px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 20px;
	padding-bottom: 4px;
	height: 20px;
	width: 263px;
	display: block;
}

/*---コンテンツメイン部分ホームページ制作---*/

#con_1p {
	width: 921px;
	margin-left: 17px;
}

/*---コンテンツホームページ制作・枠部分---*/
#con_1p .hp_waku {
	width: 916px;
	position: relative;
	margin-bottom: 50px;
}
#con_1p .hp_waku .hp_waku_top {
	background-image: url(img/hp_waku_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 103px;
	width: 916px;
}
#con_1p .hp_waku .hp_waku_top .waku_number {
	position: absolute;
	height: 90px;
	width: 90px;
	left: 35px;
	top: 45px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 36px;
	font-weight: bold;
	color: #03F;
	line-height: 36px;
}
#con_1p .hp_waku .hp_waku_top .waku_title {
	position: absolute;
	height: 70px;
	width: 800px;
	left: 115px;
	top: 60px;
	font-size: 24px;
	font-weight: bold;
	color: #03F;
	line-height: 24px;
}
#con_1p .hp_waku .hp_waku_center {
	background-image: url(img/hp_waku_center.jpg);
	background-repeat: repeat-y;
	width: 916px;
}
#con_1p .hp_waku .hp_waku_center .hp_waku_point {
	background-image: url(img/hp_waku_point.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 780px;
	margin-left: 40px;
	padding-top: 25px;
	padding-left: 80px;
}
#con_1p .hp_waku .hp_waku_center .hp_waku_point .waku_point_title {
	font-size: 22px;
	font-weight: bold;
}
#con_1p .hp_waku .hp_waku_center .hp_waku_point .waku_point {
	font-size: 16px;
	margin-top: 12px;
	line-height: 1.7;
}
#con_1p .hp_waku .waku_bottom {
	background-image: url(img/hp_waku_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 125px;
	width: 916px;
}
#con_1p .hp_waku .waku_bottom p {
	font-size: 16px;
	padding-top: 40px;
	padding-left: 90px;
	line-height: 1.6;
}
#con_1p .hp_waku .waku_bottom img {
	position: absolute;
	height: 30px;
	width: 115px;
	right: 40px;
	bottom: 20px;
}

/*---コンテンツSEO対策・上部枠部分---*/
#con_1p #seo_waku {
	width: 912px;
	margin-bottom: 50px;
}
#con_1p #seo_waku .out {
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	border-top-color: #805800;
	border-bottom-color: #805800;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#con_1p #seo_waku .in  {
	margin-right: -1px;
	margin-left: -1px;
	border-right-color: #805800;
	border-left-color: #805800;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	padding: 20px;
}
#con_1p #seo_waku .seo_waku_title {
	font-size: 24px;
	background-image: url(img/seo_waku_title.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 830px;
	padding-left: 18px;
	color: #cc0000;
	font-weight: bold;
	line-height: 44px;
	margin-bottom: 15px;
}
#con_1p #seo_waku .seo_waku_main {
	font-size: 16px;
	margin-bottom: 13px;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 1.7;
}

/*---コンテンツSEO対策・下部枠2部分---*/
#con_1p .seo_waku2 {
	width: 922px;
	position: relative;
	margin-bottom: 30px;
}
#con_1p .seo_waku2_top {
	background-image: url(img/seo_waku2_top.jpg);
	background-repeat: no-repeat;
	width: 922px;
	height: 87px;
}
#con_1p .seo_waku2 .seo_waku2_center {
	background-image: url(img/seo_waku2_center.jpg);
	background-repeat: repeat-y;
	width: 922px;
}
#con_1p .seo_waku2 .seo_waku2_bottom {
	background-image: url(img/seo_waku2_bottom.jpg);
	background-repeat: no-repeat;
	height: 61px;
	width: 922px;
	background-position: left bottom;
}
#con_1p .seo_waku2 .seo_waku2_top .seo_waku2_namber {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 36px;
	font-weight: bold;
	color: #03F;
	position: absolute;
	height: 60px;
	width: 60px;
	left: 36px;
	top: 10px;
	line-height: 1.5;
}
#con_1p .seo_waku2 .seo_waku2_top .seo_waku2_title {
	font-size: 22px;
	position: absolute;
	height: 40px;
	width: 800px;
	left: 100px;
	top: 53px;
	font-weight: bold;
	color: #03F;
}
#con_1p .seo_waku2 .seo_waku2_center .seo_waku2_main {
	font-size: 16px;
	padding-top: 15px;
	padding-right: 50px;
	padding-left: 80px;
	line-height: 1.7;
}
#con_1p .seo_waku2 .seo_waku2_bottom .seo_waku2_link {
	position: absolute;
	height: 40px;
	width: 216px;
	right: 30px;
	bottom: 15px;
}



/*---フッター---*/
#footer {
	position: relative;
	background-image: url(img/footer_back.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 950px;
	background-position: left top;
	margin-top: 40px;
	background-color: #FFEBBF;
}
#footer p {
	font-size: 10px;
	color: #ccc;
	padding-top: 15px;
	padding-left: 15px;
}

#footer #footer_mail {
	position: absolute;
	height: 48px;
	width: 247px;
	left: 35px;
	top: 65px;

}

