@charset "utf-8";

@import "reset.css";
@import "common.css";

#wrap {
	background-image: url(../img/bgContent.jpg);
	background-repeat: repeat-x;
	width: 100%;
	background-position: left 152px;
}
#main {
	clear: both;
	width: 904px;
	margin-right: auto;
	margin-left: auto;
}
#contentWrap {
	clear: both;
	margin-top: 15px;
	width: 904px;
}

.txtRed {
	color:#F00;
}

/*==================================================
	#head
==================================================*/

#head {
	width: 100%;
	height: 152px;
	background-image: url(../img/bgHead.jpg);
	background-repeat: repeat-x;
}
#head .area {
	height: 152px;
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#head .logo {
	position: absolute;
	left: 0px;
	top: 40px;
}

#head h1 {
	position: absolute;
	font-size: 71%;
	left: 0px;
	top: 19px;
}
#head .contact {
	position: absolute;
	left: 665px;
	top: 12px;
}

/*--------------------------------------------------
	.search
--------------------------------------------------*/
#head .search {
	height: 21px;
	width: 169px;
	position: absolute;
	top: 34px;
	left: 486px;
}
#head .search .inputBg {
	height: 21px;
	width: 131px;
	float: left;
	background-image: url(../img/inputBg.jpg);
	background-repeat: no-repeat;
}
#head .search .inputBg input {
	width: 121px;
	margin-top: 4px;
	font-size: 71%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#head .search .btn {
	float: right;
}

/*--------------------------------------------------
	.fontChange
--------------------------------------------------*/
#head .fontChange {
	height: 32px;
	width: 172px;
	position: absolute;
	top: 58px;
	left: 485px;
	background-image: url(../img/headFontSizeBg.jpg);
	background-repeat: no-repeat;
	padding-top: 7px;
	_text-align:right;
	padding-left:45px;
	_padding-right:10px;

}
#head .fontChange img {
	margin:0;
}

/*--------------------------------------------------
	.gNav
--------------------------------------------------*/
#wrap #head .gNav {
	height: 52px;
	width: 900px;
	position: absolute;
	left: 2px;
	top: 100px;
	clear: both;
}
#wrap #head .gNav li {
	float: left;
}

/*--------------------------------------------------
	#news
--------------------------------------------------*/
#news {
	height:35px;
	line-height:35px;
	list-style-type: none;
	width: 603px;
	background-image: url(../img/newsBg.png);
	background-repeat: no-repeat;
	background-position: left top;
	color:#0058a4;
	overflow:hidden;
}
#news li{
	padding:0 0 0 140px;
	background:url(bg2.jpg) top left no-repeat;
}
#news li span{
margin-left:10px;
}


/*==================================================
	#mainImg #pankuzu
==================================================*/
#mainImg {
	width: 904px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#pankuzu {
	height: 35px;
	width: 904px;
	background-image: url(../img/bgPankuzu.png);
	background-repeat: no-repeat;
	clear: both;
	margin-top: 15px;
}
#pankuzu li {
	float: left;
	margin-right: 5px;
	font-size: 85%;
	line-height: 35px;
	height: 35px;
}
#pankuzu ul {
	padding-right: 15px;
	padding-left: 15px;
}
#pankuzu .home {
	background-image: url(../img/iconPankuzu.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}


/*==================================================
	#side
==================================================*/
#side {
	float: left;
	width: 279px;
	text-align: left;
}
#side .sideBox {
	clear: both;
}
#side .sideBox .sideTtl {
	line-height: 46px;
	height: 43px;
	width: 279px;
	color: #FFF;
	padding-left: 35px;
	background-image: url(../img/sideTtl.png);
	background-repeat: no-repeat;
	_margin-bottom:-3px;
}
#side .sideBox .sideArea {
	background-image: url(../img/sideBg_01.png);
	background-repeat: repeat-y;
	padding: 15px;
}
#side .sideBox .sideArea .sideBtn {
	margin-top: 15px;
	text-align: center;
}
#side .subMenu li {
	margin-bottom: 10px;
	background-image: url(../img/iconSide.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
}
#side .address li {
	background-image: url(../img/iconSide_02.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
}


/*==================================================
	#content
==================================================*/
#content {
	width: 603px;
	float: right;
	text-align: left;
}
#content .contentBox {
	clear: both;
}
#content .contentTtl {
	color:#0058a4;
	height: 43px;
	width: 603px;
	background-image: url(../img/mainTtl.png);
	background-repeat: no-repeat;
	font-size: 107%;
	line-height: 46px;
	padding-left: 35px;
	_margin-bottom:-3px;
}
#content .contentArea {
	background-image: url(../img/mainBg.png);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.contentArea.bg .txt {
	clear: both;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1.7em;
}

#content .boshu01 {
	float: left;
	width: 286px;
	text-align: center;
}
#content .boshu02 {
	float: right;
	width: 286px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	text-align: center;
}
#content .w246 {
	width: 246px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.btnTop02 {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 603px;
	text-align: right;
}

/*==================================================
	#footer
==================================================*/
.btnTop {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 904px;
	text-align: right;
}
#footer {
	margin-top: 10px;
	width: 100%;
	background-color: #f9f9f9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
}
#footer .footerArea {
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	text-align: left;
	padding-bottom: 5px;
}
#footer .copy {
	font-size: 71%;
}



.gyoumuTable,
.keiei,
.company {
	margin-top:5px;
	padding: 0 10px 0 10px;
	clear:both;
}
.gyoumuTable ul {
	width:316px;
	float:left;
}
.gyoumuTable li {
	margin-right:10px;
	margin-bottom:10px;
	width:148px;
	height:49px;
	line-height:49px;
	text-align:center;
	float:left;
	color: #FFF;
	font-size: 142%;
}
.gyoumuTable .bg01 {
	background-image:url(../img/iconBg01.jpg);
	background-repeat: no-repeat;
}
.gyoumuTable .bg02 {
	background-image:url(../img/iconBg02.jpg);
	background-repeat: no-repeat;
}
.gyoumuTable .bg03 {
	background-image:url(../img/iconBg03.jpg);
	background-repeat: no-repeat;
}
.gyoumuTable .bg04 {
	background-image:url(../img/iconBg04.jpg);
	background-repeat: no-repeat;
}
.gyoumuTable p {
	width:232px;
	float:right;
}
.cost {
	margin-top: 25px;
	padding: 0 10px 0 10px;
	clear: both;
}
.cost .box {
	border: 1px solid #ddd;
	padding: 20px;
	background-color: #FFFFE1;
}


.keiei ul {
	list-style-type: disc;
	padding-left:20px;
}
.keiei li {
	margin-bottom:15px;
}

.td01 {
	background-image: url(../img/td03.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	background-position: left top;
	padding: 15px;
}
.td02 {
	background-image: url(../img/td04.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 15px;
}
.td03 {
	background-color:#FFF;
	padding: 5px;
	text-align:center;
}
.td04 {
	background-image: url(../img/td05.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	background-position: left top;
	padding: 5px;
}


/*==================================================
	#form
==================================================*/


.formBox {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.formBoxUl {
	clear: both;
	width: 520px;
	padding-top: 10px;
	padding-bottom: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.formBoxUlLast {
	clear: both;
	width: 520px;
	padding-top: 10px;
	padding-bottom: 25px;
}
.formBoxLiL {
	width: 180px;
	float: left;
	background-image: url(../img/mark.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	height: 27px;
	line-height: 27px;
}
.formBoxLiR02 {
	float: right;
	width: 319px;
	height: 27px;
	line-height: 27px;
	
}

.formBoxLiR {
	float: right;
	width: 319px;
	height: 27px;
	background-image: url(../img/bg_input_long.jpg);
	background-repeat: no-repeat;
}
.formBoxLiR select,
.formBoxLiR input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 309px;
	margin-left: 5px;
	color: #333;
	margin-top: 5px;
}

.formBoxLiRArea {
	height: 137px;
	width: 319px;
	float: right;
	background-image: url(../img/bg_input_vlong.jpg);
	background-repeat: no-repeat;
}
.formBoxLiRArea02 {
		width: 319px;
		float: right;

}
.formBoxLiRArea textarea {
	width: 309px;
	margin-top: 5px;
	margin-left: 5px;
	height: 127px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
.formBoxBtns input {
	width: 133px;
	height: 44px;
	text-align: center;
	font-size: 107%;
	color: #fff;
	font-weight: bold;
	background: linear-gradient(to bottom,  rgba(17,150,207,1) 0%,rgba(2,100,171,1) 100%);
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.formBoxBtns input:hover {
	opacity: 0.7;
}
.searchArea {
	margin-top: 15px;
}
.searchArea .searchAreaBg {
	background-image: url(../img/srcBg02.png);
	background-repeat: repeat-y;
	_margin-top: -13px;
}
.p20 {
	padding: 20px;
}