@charset "UTF-8";

/*----------------------------------------------------------

	リセット

-----------------------------------------------------------*/

/* 		Font-size Adjustment.

			77% = 10px	|	123.1% = 16px	|	167% = 22px

			85% = 11px	|	131% =  17px	|	174% = 23px 

			93% = 12px	|	138.5% = 18px	|	182% = 24px 

			100% = 13px	|	146.5% = 19px	|	189% = 25px 

			108% = 14px	|	153.9% = 20px	|	197% = 26px 

			116% = 15px	|	161.6% = 21px	| 
*/

body {
	font: 13px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;	
	letter-spacing: normal;
	line-height: 1.6;
	*font-size: small; /* Win IE7およびWin IE6標準準拠モード向け */
	*font: x-small; /* Win IE 5-5.5､6(後方互換モード)向け */
	}

select,input,button,textarea{font:99%;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{*font-size:108%;line-height:100%;}

html,body,div,h1,h2,h3,h4,ul,ol,dl,li,dt,dd,p,blockquote,
label,select,form,input,table,tr,td {
	margin: 0;
	padding: 0;
	}

a img,a {
	border: none;
	outline: none;
	}

img {
	vertical-align: bottom;
	}

ul,dl,ol { list-style: none; }


/*----------------------------------------------------------

	ここからページデザイン　※Clearfixは最後にまとめて記入

-----------------------------------------------------------*/

/* Text Link */
a:link,a:visited { color: #000; text-decoration: underline; }
a:hover,a:active { color: #ccc; text-decoration: underline; }

/* Text Size */
.textS { font-size: 77%; }
.textM { font-size: 93%; }
.textL { font-size: 108%; }
#contents .textS { font-size: 77%; }
#contents .textM { font-size: 93%; }
#contents .textL { font-size: 108%; }
.bold { font-weight: bold; }

/* Text color */
body { color: #000; }

/* 外枠・背景 */
body {
	background: #fff url(../img/background.jpg) no-repeat fixed right top;
	}
	
div.pageWrapper {
	width: 955px;
	margin: 0 auto;
	background: url(../img/dotted_h.gif) repeat-y 180px;
	text-align: left;
	}
	
div.page {
	min-height: 800px;/* min-height */
	height: auto !important;/* min-height */
	height: 800px;/* min-height */
	padding-top: 38px;
	position: relative;
	}

/* margin & padding 指定用 class */
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }


/* ------------globalNav------------ */

#globalNav {
	width: 180px;
	height: 550px;
	position: absolute;
	top: 38px;
	left: 0;
	}
	
#globalNav dl {
	margin-top: 46px;
	}
	
#globalNav dl dt {
	margin-top: 24px;
	}
	
#globalNav dl dt,
#globalNav dl dd {
	margin-bottom: 12px;
	line-height: 1;
	font-size: 93%;
	}
	
#globalNav ul {
	margin-top: 24px;
	}
	
#globalNav li {
	font-size: 77%;
	line-height: 0;
	margin-bottom: 8px;
	}
	
#globalNav #searchBox dd {
	font-size: 77%;
	}
	
#globalNav .imageBtn {
	display: block;
	border: 0;
	padding: 0;
	width: 28px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	margin-left: 120px;
	}
		
	#searchBtn {
	background: url(../img/search_btn.gif) no-repeat left top;
	}
	
#globalNav #searchBox dd {
	margin-bottom: 0;
	}

	
#globalNav #searchBox,	
#globalNav #privacyMark,
#globalNav #i-roiMark {
	width: 160px;
	margin-top: 20px;
	}
		
#globalNav #privacyMark dt,
#globalNav #i-roiMark dt {
	float: left;
	width: 60px;
	margin-top: 0;
	margin-bottom: 0;
	}
	
#globalNav #privacyMark dd,
#globalNav #i-roiMark dd {
	margin-left: 70px;
	font-size: 77%;
	line-height: 1.5;
	margin-bottom: 0;
	}

/* ------------header------------ */

#header {
	height: 115px;
	width: 600px;
	margin-left: 221px;
	position: relative;
	}
	
#headerURL {
	position: absolute;
	right: 0;
	}
	
#headerURL li {
	font-size: 10px;
	line-height: 1;
	margin-bottom: 4px;
	}	

#topicPath {
	position: absolute;
	bottom: 0;
	font-size: 93%;
	}
	
#topicPath li{
	display: inline;
	}


/* ------------contents------------ */

#contents {
	width: 600px;
	margin-top: 46px;
	margin-left: 221px;
	}

.section {
	margin-bottom: 36px;
	}
	
.section .section{
	margin-bottom: 0px;
	}

#contents h2,
#contents h3,
#contents h4 {
	margin-bottom: 18px;
	}

/* ------------copyright------------ */

#copyright {
	width: 600px;
	padding-left: 221px;
	padding-bottom: 40px;
	}
	
/* ------------logtag------------ */

#logtag {
	display: none;
	}

/* ------------backLink------------ */

.relatedLink {
	text-align: right;
	margin-bottom: 1em;
	}
		
.backLink {
	text-align: right;
	margin-bottom: 40px;
	}


/*----------------------------------------------------------

	Clearfix

-----------------------------------------------------------*/

/*clearfix*/
.clearfix:after,
.section:after,
.pitlogo:after,
#globalNav #searchBox:after,
#globalNav #privacyMark:after,
#globalNav #i-roiMark:after,
#globalNav #searchBox dd:after  {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearfix,
.section,
.pitlogo,
#globalNav #searchBox,
#globalNav #privacyMark,
#globalNav #i-roiMark,
#globalNav #searchBox dd {
	zoom: 1;
	}

/*----------------------------------------------------------

	検索用

-----------------------------------------------------------*/
/* もらったCSS */
#bizasarchAspSuggest {
  position:absolute;
  margin:0;
  padding:0;
  left: 0px !important;
  top: -6px !important;
  z-index:1000;
}
#bizasarchAspSuggest li {
 list-style:none;
 border-left:1px solid #B0C4DE;
 border-bottom:1px solid #B0C4DE;
 border-right:1px solid #B0C4DE;
 background-color:#f5f5f5;
 padding:1px 0;
 font-size: 10px !important;
 line-height: 1.6;
 margin-top: 0 !important;
 margin-bottom: 0 !important;
}

#bizasarchAspSuggest li.sgItemOn {
 border-left:1px solid #cc9900;
 border-bottom:1px solid #cc9900;
 border-right:1px solid #cc9900;
 background-color:#ffeeaa;
 font-weight:bold;
 cursor:pointer;
 margin-top: 0 !important;
 margin-bottom: 0 !important;
}

#bizsearchAspForm {
	display: block;
	position: relative;
}

/* 書き換え */
#bizsearchAspQuery {
	width: 110px;
	height: 16px;
	border: 1px solid #000;
	padding: 0;
	display: block;
	float: left;
	}
	
#searchBtn {
	margin-left: 140px;
	display: block;
	width: 40px;
	}
	
#globalNav #searchBox #rss {
	display: block;
	width: 20px;
	float: left;
	margin-top: 8px;
	}	
#globalNav #searchBox div{
	line-height: 1.5;
	margin-left: 20px;
	margin-top: 8px;
	}




