@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	}

.header_subnavi ul, .header_mainnavi ul, #footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#container {
	width: 100%;
	}

.min {font-size:11px;}

/* センター揃え設定 */
.header_area, #mainimage, #campain, #main, #footer {
	width: 770px;
	margin: 0 auto;
}

/* まわり込み解除（clearfix） */
#main:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

#header {
	width: 100%;
	height: 60px;
	border: 4px;
	border-style: none none solid none;
	border-bottom-color: #BF0000;
}
	/* ヘッダロゴ設定 */
	.header_logo {
		float: left;
		width: 180px;
	}
		.header_logo .logo {
			margin: 15px 0 0 0;
			}
	/* ヘッダナビ設定 */
	.header_navi {
		float: right;
		width: 580px;
		margin: 0;
		padding: 0;
		}
		/* ヘッダサブナビ設定 */
		.header_subnavi{
			float: right;
			height: 32px;
			overflow: hidden;
			font-size: 10px;
			}

			.header_subnavi li {
				float: right;
				list-style-type: none;
				margin: 10px 4px;
				padding: 0;
				background: url(../img/common/point_header_subnavi.gif) no-repeat left center;
				text-indent: 12px;
				}
			
		.header_subnavi li a { color: #666;text-decoration: none }
		.header_subnavi li a:visited { color: #666;text-decoration: none }
		.header_subnavi li a:active { color: #666;text-decoration: underline }
		.header_subnavi li a:hover { color: #999;text-decoration: underline }
	
		/* メインナビ設定 */
		.header_mainnavi{
			float: right;
			}
		/* メインナビリスト設定 */
		.header_mainnavi li {
			float: left;
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			}
		/* メニュー　「ホーム」設定 */
		.header_mainnavi .home a {
			display: block;
			width: 112px;
			height: 28px;
			margin: 0 2px 0 0;
			background: url(../img/common/header_navi_home.jpg) bottom left no-repeat;
			text-decoration: none;
			text-indent: -9999px;
			}
		.header_mainnavi .home a:hover,.header_mainnavi .home_active a  {
			display: block;
			width: 112px;
			height: 28px;
			margin: 0 2px 0 0;
			background: url(../img/common/header_navi_home.jpg) top left no-repeat;
			text-decoration: none;
			text-indent: -9999px;
			}
		/* メニュー　「サービス概要」設定 */
		.header_mainnavi .service a {
			display: block;
			width: 112px;
			height: 28px;
			margin: 0 2px 0 0;
			background: url(../img/common/header_navi_service.jpg) bottom left no-repeat;
			text-decoration: none;
			text-indent: -9999px;
			}
		.header_mainnavi .service a:hover, .service_active a {
			display: block;
			width: 112px;
			height: 28px;
			margin: 0 2px 0 0;
			background: url(../img/common/header_navi_service.jpg) top left no-repeat;
			text-decoration: none;
			text-indent: -9999px;
			}
		/* メニュー　「ご利用ガイド」設定 */
		.header_mainnavi .guide a {
			display: block;
			width: 112px;
			height: 28px;
			margin: 0 2px 0 0;
			background: url(../img/common/header_navi_guide.jpg) bottom left no-repeat;
			text-decoration: none;
			text-indent: -9999px;
			}
		.header_mainnavi .guide a:hover, .header_mainnavi .guide_active a {
			display: block;
			width: 112px;
			height: 28px;
			margin: 0 2px 0 0;
			background: url(../img/common/header_navi_guide.jpg) top left no-repeat;
			text-decoration: none;
			text-indent: -9999px;
			}
		/* メニュー　「機能紹介」設定 */
		.header_mainnavi .function a {
			display: block;
			width: 112px;
			height: 28px;
			margin: 0 2px 0 0;
			background: url(../img/common/header_navi_function.jpg) bottom left no-repeat;
			text-decoration: none;
			text-indent: -9999px;
			}
		.header_mainnavi .function a:hover, .header_mainnavi .function_active .guide_active a {
			display: block;
			width: 112px;
			height: 28px;
			margin: 0 2px 0 0;
			background: url(../img/common/header_navi_function.jpg) top left no-repeat;
			text-decoration: none;
			text-indent: -9999px;
			}
		/* メニュー　「導入事例」設定 */
		.header_mainnavi .casestudy a {
			float: left;
			display: block;
			width: 112px;
			height: 28px;
			margin: 0 2px 0 0;
			background: url(../img/common/header_navi_casestudy.jpg) bottom left no-repeat;
			text-decoration: none;
			text-indent: -9999px;
			}
		.header_mainnavi .casestudy a:hover, .header_mainnavi .casestudy_active a {
			float: left;
			display: block;
			width: 112px;
			height: 28px;
			margin: 0 2px 0 0;
			background: url(../img/common/header_navi_casestudy.jpg) top left no-repeat;
			text-decoration: none;
			text-indent: -9999px;
			}
		/* メニュー　「お申し込み」設定 */
		.header_mainnavi .order a {
			display: block;
			width: 112px;
			height: 28px;
			background: url(../img/common/header_navi_order.jpg) bottom left no-repeat;
			text-decoration: none;
			text-indent: -9999px;
			}
		.header_mainnavi .order a:hover, .header_mainnavi .order_active a {
			display: block;
			width: 112px;
			height: 28px;
			background: url(../img/common/header_navi_order.jpg) top left no-repeat;
			text-decoration: none;
			text-indent: -9999px;
			}
/* メイン設定 */
#main {
	padding: 0 0 15px 0;
	}
#contents p{
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1.5;
	font-size: 80%;
	clear: both;
	}
	#contents a { color: #000;text-decoration: underline }
	#contents a:visited { color: #333;text-decoration: underline }
	#contents a:active { color: #666;text-decoration: underline }
	#contents a:hover { color: #999;text-decoration: underline }

/* ページトップ設定 */
.pagetop {
	display: block;
	width: 100%;
	text-align: right;
	background-color: #ECECEC
	}
.point_pagetop {
	margin: 8px 5px;
	}
.pagetop a {
	display: block;
	color: #777;
	font-size:11px;
	text-decoration: none;
	margin: 0 5px;
	}
.pagetop a:hover {
	color: #AAA;
	background-color: #F3F3F3 ;
	}
.copyright {
	height: 42px;
	margin: 0;
	padding: 0;
	background: url(../img/common/copyright.gif) top left no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	}
/* 中央寄せ設定 */
.center {
	text-align: center;
	}


/*水平線*/
hr {
	display:none;
}
.line_hr {
	background:url(../img/common/line_dot.gif) repeat-x;
	height:3px;
	margin:10px 0;
}

/*function*/
.guide_flash{
	background:#f0f0f0;
/*	width:434px;*/
	margin: 0 auto 20px auto;
	text-align:center;
	padding:8px;
	border:3px solid #ddd;
}
#contents .guide_flash p{
	margin: 0 0 8px 0;
	font-weight:bold;
}

/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: 1%;
  display:block;
  overflow: hidden;
  /**/
}