@charset "utf-8";

/* common css */

/* reset styles
============================================================================================================*/
h1, h2, h3, h4, h5, h6, p, a, address, em, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
img {
	border: 0;
	vertical-align: bottom;
}
input,textarea {
	font-size: 100%;
	margin:0px;
	padding:0px;
		line-height:1;
}
address {
	font-style: normal;
}
li{
	list-style:none;
}
hr {
	display: none;
}




/* link
============================================================================================================*/
a:link,a:visited {color: #53aac3; text-decoration:underline;}
a:hover,a:active {color: #53aac3; text-decoration:underline;}


/* body
============================================================================================================*/
body {
	margin: 0;
	padding: 0;
	background: url(../common_images/header_top.gif) repeat-x left top;
	color: #323232;
	line-height: 1.4;
	font-size: small;	
	font-family:"ＭＳ Ｐゴシック","Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}

/* header
============================================================================================================*/
div.header {
	width: 900px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
div.header h1 {
	float:left;
	padding: 19px 0 12px;
}
div.header_right{
	float:right;
	padding-top: 26px;
	margin-bottom:0px;
}

div.header_right p{
	padding-bottom:12px;
}


div.header_right ul li{
	float:left;
}

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



	

/* 検索
============================================================================================================*/
div.header div.widget-search{
	background:url(http://www.cosmokensetsu.co.jp/common_images/widget-search_bg.gif) no-repeat top;
	width:214px;
	height:37px;
	position:absolute;
	right:0;
	top:6px;
}
div.widget-content{
	padding:7px;
}
div.widget-content .ti{
	width:115px;
	height:1em;
	float:left;
	margin:3px 5px 0 0;
}


ul.footNavi li a:link,ul.footNavi li a:visited {color: #323232; text-decoration:none;}
ul.footNavi li a:hover,ul.footNavi li a:active {color: #323232; text-decoration:underline;}





/* contentsArea
============================================================================================================*/
div#contentsArea {
	width:900px;
	margin:0 auto 25px;
}
div#contentsArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both; 
	visibility: hidden;
}






/* foot
============================================================================================================*/
div#footer,div.copyright_box{
	width:100%;
	padding-top:15px;
	background:#f6f5f0 url(../common_images/footer_top.gif) repeat-x top;
}

ul.footNavi{
	width:900px;
	margin:0 auto 10px;

}

ul.footNavi li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
	border-left:1px solid #676767;
	font-size:80%;
}
ul.footNavi ul li.top{
	border-left:1px solid #FFFFFF;
	padding-left:0px;
}



.copyright_box_in{
	width:900px;
	margin:0 auto;
}
.copyright_box p{
	padding-bottom:10px;
}
.copyright_box p.copyright{
	font-size:80%;
}
.copyright_box_in div.data{
	text-align:right;
	float:right;
	font-size:80%;
	margin-top:25px;
}




.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
@media print {

body {
zoom: 78%; /*←いー感じに調整してください*/
}
}
