/*
=============================================================================
1.全般
=============================================================================
*/
body {
	padding: 0px;
	margin: 0px;
	color: #666666;
	font-size: 12px;
	line-height: 120%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(img/temp/bg2.jpg);
	background-repeat: repeat-y;
}

a { text-decoration:none}



/*
=============================================================================
2.見出し
=============================================================================
*/

h1 {
	font-size: 12px;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #26D3FF;
	border-left-color: #26D3FF;
	display: inline;
	
}

h2 {
	background-image: url(img/temp/h2.jpg);
	font-size: 14px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-top: 20px;
}

h3 {
	font-size: 13px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 7px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
	background-color: #eeeeee;
}

h4 {
	margin-left: 20px;
	color: #6699B8;
	letter-spacing: 0.5em;
	border: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 12px;
	background-color: #eeeeee;

}	


/*
=============================================================================
3.スペーサー
=============================================================================
*/
.space1em{
	line-height: 1px;
}
.space2em{
	line-height: 2px;
}
.space3em{
	line-height: 3px;
}

.indentbox{
	margin-left: 20px;
}

.indent10{
    margin-left:10px
}

/*
=============================================================================
4.本文
=============================================================================
*/
p {	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	margin-right: 5px;
	margin-left: 10px;
}



/*--------リスト----------*/
.listA {
	list-style-image: url(img/icon/aqua-techno.gif);
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	line-height: 1.35em;
}

.listA_off {
	list-style-image: url(img/icon/aqua-techno.gif);
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.35em;

}

.listB {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	line-height: 1.35em;

}

.listB_off {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.35em;
}


/*--------定義リスト----------*/
.dlA{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
.dlA dt{
	background-image: url(img/icon/aqua-techno.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: 900;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #999999;
	
}

.dlA dd{
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 15px;
	
}



.dlB {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.dlB dt{
	color:#3399FF;
	font-size: 12px;
	font-weight: 900;
}

.dlB dd{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
	margin: 0px;
}





	/*--------テーブル-----------*/
	
	table{border-collapse: collapse;
		border:0px;
		}
	
		.tableA {
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
	.tableA th {
	background-color: #eeeeee;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	margin: 0px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 0px;
	border-left-width: 0px;
	text-align: left;
}
	.tableA td {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 5px;
	background-color: #ffffff;
}

/*
=============================================================================
5.クラス
=============================================================================
*/

.left {
	float: left;
}
.right {
	float: right;
}

.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


.img {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.blue { color:#3399FF}
.orange { color:#FFCC00}

.off {margin-left:0px}

.indent{margin-left:25px}

/*--------------図形挿入----------------*/
.out {
	background-image: url(img/icon/out.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	margin-bottom: 3px;
	margin-top: 0px;
}

.text-s {font-size:10px}

/*
=============================================================================
6.カコミ
=============================================================================
*/
.outlineA {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #26D3FE;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 1.35em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.outlineB {
	margin-left: 25px;
	background-repeat: repeat-y;
	background-position: left bottom;
	width: 500px;
	background-image: url(img/outlineB/outlineB_r2_c1.gif);
}

.Bhead {
	background-image: url(img/outlineB/outlineB_r1_c1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-left:none;
	height: 25px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 13px;
	background-color: #CCCCCC;
	font-weight: 900;
}
.outlineB span {
	width: 490px;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: none;
	display: block;
	margin: 0px;
}
.Bfoot {
	background-image: url(img/outlineB/outlineB_r3_c1.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 10px;
	width: 500px;
	margin-left: 25px;
	margin-bottom: 10px;
}






/*
=============================================================================
7.サイトマップ
=============================================================================
*/

.sitemap li {
	background-image: url(img/icon/aqua-techno.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.sitemap {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.sitemap ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


/*
=============================================================================
8.レイアウト
=============================================================================
*/

#container {
	width: 840px;
	margin-left: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/*-------head-------*/
#headtitle {
	background-color: #eeeeee;
	padding-top: 5px;
	padding-bottom: 5px;
}
#head {
	width: 800px;
	text-align: center;
}


#topimg {
	height: 30px;
	clear: both;
	background-image: url(img/temp/head-img.jpg);
	color: #FFFFFF;
	vertical-align:bottom;
	text-align: right;
	font-size: 12px;
	padding-top: 135px;
	background-repeat: no-repeat;
	padding-right: 15px;
	text-decoration: none;
}
#topimg a {
}


*:first-child+html #topimg {
	height: 26px;
	clear: both;
	background-image: url(img/temp/head-img.jpg);
	color: #FFFFFF;
	vertical-align:bottom;
	text-align: right;
	font-size: 12px;
	padding-top: 134px;
	background-repeat: no-repeat;
	padding-right: 15px;
}


/*-------content--------*/
#maindoc {
	width: 800px;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	padding-top: 15px;
}
#content {
	float: right;
	width: 540px;
	margin-right: 10px;
	margin-bottom: 20px;
}

*html #content {
	margin-right: 5px;
}

*html #sideber {
	width: 220px;
	float: left;
	margin-left: 5px;
}


#sideber {
	width: 220px;
	float: left;
	margin-left: 10px;
}
#sideber ul {
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding: 0px;
	margin-top: 10px;
	list-style-type: none;
	width: 210px;
}
#sideber li {
display:inline;
	font-size: 12px;
	
}
#sideber li a {
	display:block;
	width: 180px;
	text-decoration: none;
	background-image: url(img/icon/aqua-techno.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 14px;
	padding-bottom: 7px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	color: #666666;
}

#sideber li a:hover {
	background-color: #D2F8FF;
}

#topimg a {
	color: #FFFFFF;
	text-decoration: none;
}

#foot {
	clear: both;
	width: 800px;
}
#foot #footnavi {
	background-position: left top;
	padding-left: 10px;
	font-size: 10px;
	background-color: #666666;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#footnavi a {
	color: #FFFFFF;
}

#footback {
	height: 123px;
	background-image: url(img/temp/foot-bg.jpg);
	background-repeat: no-repeat;
}





/*メールフォームハック*/

#frame-contactmail {
	height: 375px;
	width: 500px;
}

*:first-child+html #frame-contactmail {
	height: 335px;
	width: 500px;
}

* html #frame-contactmail {
	height: 335px;
	width: 500px;
}

#frame-partner {
	height: 408px;
	width: 500px;
}

* html #frame-partner {
	height: 370px;
	width: 500px;
}

*:first-child+html #frame-partner {
	height: 375px;
	width: 500px;
}

#frame-rent {
	height: 370px;
	width: 500px;
}

*:first-child+html #frame-rent {
	height: 340px;
	width: 500px;
}

* html #frame-rent {
	height: 332px;
	width: 500px;
}



#side-banner img {
	margin-bottom: 5px;
}
