/* タグ */
a:hover{
	color:#ff0000;/*赤*/
}
a:link{
	text-decoration: underline; /*下線あり*/
	color:#0000ff;
}
p {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

td,th {
	line-height: 17px;
}
form {
	margin: 0px;
	padding: 0px 0px 20px;
}


/*外枠*/
#wrapper {
	width: 790px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#main {
	width: 770px;
	height: auto;
	overflow: hidden;
}

/*ナビゲーション*/
#navi {
	float: none;
	width: 770px;
	height: 45px;
	position: relative;
	background-repeat: repeat-x;
}
#globalnavi {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	width: 768px;
	height: 45px;
	list-style-type: none;
	padding: 0px;
}
#globalnavi li {
	width: 128px;
	height: 45px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#globalnavi li a {
	margin: 0px;
	width: 100%;
	height: 0 !important;
	height /**/:45px;	
	display: block;
	background-image: url(../images/navi.gif);
	overflow: hidden;
	padding-top: 45px;
}

#navi_1 a { background-position:   0px 0px;}
#navi_2 a { background-position:-128px 0px;}
#navi_3 a { background-position:-256px 0px;}
#navi_4 a { background-position:-384px 0px;}
#navi_5 a { background-position:-512px 0px;}
#navi_6 a { background-position:-640px 0px;}

#navi_1 a:hover { background-position:   0px -45px;}
#navi_2 a:hover { background-position:-128px -45px;}
#navi_3 a:hover { background-position:-256px -45px;}
#navi_4 a:hover { background-position:-384px -45px;}
#navi_5 a:hover { background-position:-512px -45px;}
#navi_6 a:hover { background-position:-640px -45px;}

#navi_1 a.stay { background-position:   0px -90px;}
#navi_2 a.stay { background-position:-128px -90px;}
#navi_3 a.stay { background-position:-256px -90px;}
#navi_4 a.stay { background-position:-384px -90px;}
#navi_5 a.stay { background-position:-512px -90px;}
#navi_6 a.stay { background-position:-640px -90px;}

#main_image {
	float: none;
	width: 770px;
}

/*ヘッダー*/
#header{
	width: 770px;
	height: 110px;
	position: relative;
}
#header_txt{
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	width: 770px;
	height: 20px;
	font-size: 11px;
	text-align: right;
}
#logo{
	position: absolute;
	left: 0px;
	top: 20px;
	margin: 0px;
	width: 250px;
}
#header_right_1{
	position: absolute;
	left: 510px;
	top: 40px;
	margin: 0px;
	width: 250px;
}

/*右レイアウト*/
#right{
	float: right;
	width: 200px;
text-align: left;
	height: 100%;
}
#pankuzu {
	width: 180px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	font-size: 11px;
	text-align: left;
}
#pankuzu a{
	text-decoration: underline;
}
#banner {
	width: 180px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	padding-top: 15px;
}
.banner_header {
	width: 180px;
	height: 20px;
	margin-left:auto;
	margin-right:auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0048C6;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B9B9FF;
	padding-top: 6px;
	font-weight: bold;
	color: #333333;
}
#banner img {
	margin-top: 5px;
	margin-bottom: 5px;
}

/*左レイアウト*/
#left {
	float: left;
	width: 570px;
	text-align: center;
	background-color:#FFFFFF
}
#topic {
	width: 500px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9B9FF;
}
#topic p{
	width: 500px;
	padding-left: 15px;
	text-align: left;
	background-image: url(../images/topic_left.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 0px;
}
.topic_button{
	padding-top: 15px;
	padding-bottom: 15px;
}
#content_txt {
	width: 500px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	padding-bottom: 20px;
}
#content_txt_under {
	width: 500px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	padding-bottom: 30px;
}
#news{
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
	padding-bottom: 30px;
}
.date {
	font-size: 12px;
	color: #666666;
	margin-bottom: 0px;
	padding-left: 3px;
}
.news_txt {
	font-size: 12px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-bottom: 8px;
	margin-bottom: 8px;
	padding-left: 3px;
	border-bottom-color: #B9B9FF;
}
.news_txt_last {
	font-size: 12px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-bottom: 8px;
	padding-left: 3px;
	border-bottom-color: #B9B9FF;
}
.content {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

/*トップページ*/
#begginer {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 30px;
}
.feature {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5B5BFF;
	padding-top: 20px;
}
#detail {
	width: 500px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
}
#feature_detail img {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
/*はじめに*/
#service {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
#service p{
	padding-top: 5px;
	padding-bottom: 30px;
	height: 100%;
	text-align: left;
}
#service img{
	padding: 0px 5px 3px 0px;
	float: left;
}
.service_header {
	font-size: 14px;
	font-weight: bold;
	width: 490px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: left;
	height: 20px;
	background-image: url(../images/service_header.jpg);
	padding-top: 5px;
	padding-left: 10px;
}

/*システム*/
#price {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
}
#price table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 500px;
}
#price caption {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#price th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 3px;
	background-color: #D7D7FF;
	font-weight: bold;
	color: #003366;
}
#price td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 3px;
}
.td_1 {
	text-align: left;
}
.td_2 {
	background-color: #E1E1FF;
}
.complement {
	width: 500px;
	font-size: 11px;
	text-align: right;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 30px;
	padding-top: 5px;
}

/*よくある質問*/
.flow {
	width: 480px;
	margin-left:auto;
	margin-right:auto;
}
.flow_header {
	width: 480px;
}
.flow_content {
	width: 468px;
	border-top: 1px dashed #0079A2;
	background-color: #E8E8FF;
	padding: 6px;
	text-align: left;
}
.flow_next {
	width: 480px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
}
.flow_start {
	width: 480px;
	text-align: center;
}

/*ご注文*/
#qanda {
	width: 500px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-left:auto;
	margin-right:auto;
}
#q {
	width: 475px;
	text-align: left;
	background-image: url(../images/q.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #003399;
}
#a {
	width: 475px;
	text-align: left;
	background-image: url(../images/a.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}

/*お問い合わせ*/
#contact {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
}
#contact table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 500px;
}
#contact td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 7px;
}
#contact tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 7px;
	background-color: #D7D7FF;
	font-weight: bold;
	color: #003366;
}

/*会社概要*/
#about {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 30px;
}
#about table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 500px;
}
#about caption {
	text-align: left;
}
#about th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 3px;
	background-color: #D7D7FF;
	font-weight: bold;
	color: #003366;
}
#about td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 3px;
}
.td_1 {
	text-align: left;
}

/*プライバシーポリシー*/
#privacy {
	width: 480px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 30px;
	text-align: left;
}
#privacy ul {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#privacy p {
	padding-top: 7px;
	padding-bottom: 20px;
}
.privacy_header {
	color: #003399;
	font-size: 14px;
	font-weight: bold;
	width: 480px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
}

/*声*/
#interview {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
}
.interview_1{
	width: 480px;
	height: 20px;
	background-image: url(../images/interview_fukidasi_1.gif);
}
.interview_2{
	width: 440px;
	background-color: #E1E1FF;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
.interview_3{
	width: 480px;
	height: 65px;
	background-image: url(../images/interview_fukidasi_2.gif);
	padding-bottom: 15px;
	background-repeat: no-repeat;
}
.interview_header {
	font-size: 14px;
	font-weight: bold;
	width: 490px;
	text-align: left;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	color: #003399;
}

/*キャンペーン*/
#campaign {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.campaign_header {
	font-size: 14px;
	font-weight: bold;
	width: 480px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: left;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC3333;
}
#campaign p{
	padding-top: 5px;
	padding-bottom: 30px;
	height: 100%;
	text-align: left;
}
#campaign img{
	padding: 0px 7px 5px 4px;
}

/*フッター*/
#footer {
	width: 770px;
	height: 85px;
	clear: both;
	position: relative;
}
#information {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 770px;
	height: 21px;
	background-image: url(../images/information_bg.gif);
	padding-top: 4px;
}
#copyright {
	position: absolute;
	left: 0px;
	top: 25px;
	margin: 0px;
	width: 770px;
	height: 60px;
	background-image: url(../images/copyright.gif);
}
#pagetop {
	position: absolute;
	left: 630px;
	top: 25px;
	margin: 0px;
	width: 140px;
	height: 25px;
}
.txt_1 {
	font-size: 11px;
	color: #FF0000;
}
.txt_2 {
	font-size: 11px;
}
.txt_bold {
	font-weight: bold;
}
.txt_point {
	font-weight: bold;
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
.application_header {
	font-size: 15px;
	font-weight: bold;
	color: #000066;
}
