/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset{
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}




/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	/*background: #7e828f url(../mainImage/bk.png) center top;*/
	background: #fff url(../mainImage/bdbg.png) center top  repeat-x;
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #444;
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

.nr{
	font-size:100%;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 980px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	overflow:hidden;
	height:120px;

}


#hd{
	overflow:hidden;
	height:120px;
	min-width:790px;
	background-image:url(../mainImage/headBg.png);
		
}

#top{float:left; width:200px;}


/* logo */
#logo {
	margin:16px 5px 22px 5px; 

}

.logoImg{height:49px; width:185px;}


/* description */
#description {
	color: #62849D;
	position: absolute;
	top: 42px;
	margin-left:10px;
	
	letter-spacing:1px;
	font-size:100%;
}




#searchHead{float:right;margin-top:20px;}

.srhItem{margin-left:3px; padding:2px 4px; border:1px  solid #999999; float:left; background-image:url(../mainImage/srhBtn.png);  font-size:85%; color:#fff; cursor:default}

#sBox{display:none;}
#sBoxG{display:none;}



/* SMART PHONE*/

.hdSp{


}

#logoSp {
	margin:10px 5px 0px 5px; 

}

#topSp{
	float:left;
	width:120px;
}

.logoImgSp{
	width:120px;
	height:31PX;
}

#descriptionSp {
	color: #eee;
	position: absolute;
	top: 17px;
	margin-left:13px;
	
	letter-spacing:1px;
	font-size:100%;
}


#searchSp{
	float:right;
	margin-top:15px;
}


#headSearch{
clear:both;
}

.srhInf{
	float:left;
	margin-top:5px;
	width:250px;
	font-size:85%;
	color:#eee;
}

.srhBox{
	float:left;
	margin-top:5px;
	text-align:right;

}



.inhead{
	height:auto;
	overflow:hidden;
	background-color:#0152a3;

}

.inhead img{
	width:120px;
	height:auto;
	margin:20px 10px 20px 10px;
	float:left;
}
	
	
.inhead div{
	width:50px;
	height:50px;
	background-image:url(../mainImage/navOpen.png);
	float:right;
	margin:10px 10px 0 0;
}

.inhead div.nvactive{
	background-image:url(../mainImage/navClose.png);
}
	
.inhead #spnav{
	clear:both;
	display:none;
	
}

.inhead ul#spnav{
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	border-top:1px solid #fff;
}

.inhead ul#spnav li a{
	display:block;
	color:#fff;
	padding:10px 0;
	font-size:16px;
	border-bottom:1px solid #fff;

}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	clear:both;
	background-image:url(../mainImage/nav-bar-bg.png);
	background-position:top;
	margin:10px 0 0 0;
	padding:0;
	width:100%;

	
/*
	
	background: #6a6a6a url(images/nav-bar-bg.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
	background: -moz-linear-gradient(top,  #b9b9b9,  #6a6a6a);
	background: linear-gradient(-90deg, #b9b9b9, #6a6a6a);


	
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);	
*/

}




#main-nav li {

	list-style: none;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}



#main-nav li:first-child {
	margin-left: 0px;
}



#main-nav a {
	font-size:100%;
	
	text-align:center;
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 10px 5px;
	margin:0;
	text-decoration: none;
}

#main-nav a:hover {
	color: #fff;
	background: #474747;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
	background: -moz-linear-gradient(top,  #282828,  #4f4f4f);
	background: linear-gradient(-90deg, #282828, #4f4f4f);
}




/*MARKET******************************************

**************************************************/
#mrkBox{
	background-color:#f9f9f9;
	overflow:hidden;
	margin-bottom:10px;
}

#mrkBox a{
	color:#333;
	cursor:pointer;
}

.mrkL{
	width:200px;
	float:left;
}

.mrkLttl{
	background-color:#e9e9e9;
	padding:2px 5px;
	font-size:110%;
	border:1px solid #ccc;
	font-weight:bold
}

.mrkLcnt{
	padding:8px;
	background:#F9F9F9;
	overflow:hidden;
	border:1px solid #eee;

}

.mrkLbox{
	clear:both;
	border-bottom:1px solid #CCC;
	overflow:hidden;
	padding:2px; 
	font-size:85%;
}

.mrkLbt{
	float:left;
	width:90px;
	padding-top:2px;
}

.mrkLbp{
	float:left;
	width:30px;
	text-align:right;
	color:#000;
}

.mrkLbv{
	float:left;
	padding-left:5px;
}

#mrkInf{
	clear:both;
	background-color:#e9e9e9;
	text-align:left;
	padding:1px 8px;
	color:#666;
}



.mrkR{
	width:95px;
	float:right;
}


.mrkRttl{
	background-color:#ecece9;
	padding:2px 5px;
	font-size:100%;
	border:1px solid #ccc;
	font-weight:bold
}



.mrkRcnt{
	background:#F9F9F9;
	overflow:hidden;
	border:1px solid #eee;
	height:118px
}

.mrkRbox{
	clear:both;
	border-bottom:1px solid #CCC;
	overflow:hidden;
	padding:0 2px;
	font-size:75%; 
}

.mrkRbt{
	margin:0;
	padding:0;
}

.mrkRbpB{
	margin-top:-4px
}
.mrkRbp{
	float:left;
	width:30px;
	text-align:right;
	color:#000;
}
.mrkRbv{
	float:left;
	padding-left:8px;
}

.mrkRlb{
	border-bottom:0 none;
}

.mrkD{
	color:#F00;
}
.mrkU{
	color: #00D200;
}


.mrkDt{
	font-weight:normal;
	font-size:85%;
}

#mInf{
	display:none;
	clear:both;
	padding:5px;
}

/************************************************************************************
CONTENT
*************************************************************************************/
#place{
	clear:both;
	margin-bottom:10px;
	background-color:#eee;
	padding-left:2px;
	font-size:120%;
	letter-spacing:1px;
}


#content {
	background: #fff;
	margin: 0;
	padding: 10px 30px 10px 10px;
	width: 620px;
	float: left;
font-size:16px;
line-height:160%;
}


/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica,sans-serif;

}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 100%;
	word-break:break-all;

}

/* post image */
.post-image {
	margin: 0 0 15px;
}


.contMain{font-size:150%; letter-spacing:30%; line-height:160%; font-weight:normal; font-size:16px;}

.contMainTx{font-size:120%; letter-spacing:30%; line-height:160%; font-weight:normal; font-size:16px;}

.twIcn{margin:5px 0 0 0; width:71px; height:25px;}

.pOpen{margin-top:-30px; margin-bottom:36px; border-bottom:1px solid #aaa; font-size:16px; padding-bottom:12px;}


/************************************************************************************
LIST
*************************************************************************************/
.scuClr{color:#096}



.bgListBl{background-image:url(../mainImage/bgB.png); background-position:right center;}
.bgListOr{background-image:url(../mainImage/bgY.png); background-position:right center;}
.bgListGd{background-image:url(../mainImage/bgG.png); background-position:right center;}
.bgListGy{background-image:url(../mainImage/bgGy.png); background-position:right center;}
.bgListOd{background-image:url(../mainImage/bgO.png); background-position:right center;}
.bgListPk{background-image:url(../mainImage/bgP.png); background-position:right center;}
.bgListGr{background-image:url(../mainImage/bgGr.png); background-position:right center;}
.bgListGb{background-image:url(../mainImage/bgGb.png); background-position:right center;}
.bgListGg{background-image:url(../mainImage/bgGg.png); background-position:right center;}

.listMttlBox{height:40px;  border:1px solid #999;}
.listMtitle{float:left;}
.listBNbtn{float:right; margin-top:5px; margin-right:6px; text-align:right; width:150px}

.listBNbtnW{float:right; margin-top:5px; margin-right:6px; text-align:right; width:200px}

.listBNbtnSP{position:absolute; margin-top:5px; margin-left:75px; text-align:right; width:200px}

.list {
	clear:both;
	margin:0 0 10px 0 ;
	padding: 10px 10px;
	
	
	/* rounded corner */
	/*
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	
	/*
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.9);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.9);
	box-shadow: 0 1px 3px rgba(0,0,0,.9);
	*/
}

.listtitle {
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica,sans-serif;
	color: #333;
	text-decoration: none;
	margin: 8px 5px;
	padding: 0;	
}

.listtitle a {
	text-decoration: none;
	color: #333;
}



.list a {
	text-decoration: none;
	color: #06C;
}


.list a:hover {
	text-decoration: none;
	color: #fff;
	background-color:#06C;
}



.list ul {
	margin: 0;
	padding: 0;
}

.list li {
	font-size:110%;
	margin: 0;
	padding: 6px 0;
	line-height:150%;
	list-style: none;
	clear: both;
	border-top: solid 1px #ccc;
}


.nums{
	text-align:right;
	margin-bottom:6px;
}

.bottomNum{
	padding-top:10px;
	border-top:1px solid #999;
	overflow:hidden;

	
}




/*map*/
.listSideMap{
	clear:both;
	margin:0 0 10px 0 ;
	padding: 10px 10px;
	border:1px solid #999;
	overflow:hidden;
}

.quiq{
	float:left;
	width:24%;
	overflow:hidden;
}


.quiq  a {
	text-decoration: none;
	color: #06C;
	cursor:pointer;
}


.quiq  a:hover {
	text-decoration: none;
	color: #fff;
	background-color:#06C;
}

.quiq ul {
	margin: 0;
	padding: 0;
}

.quiq li {
	font-size:110%;
	margin: 0;
	padding: 6px 0;
	line-height:150%;
	list-style: none;
	clear: both;
	border-top: solid 1px #ccc;
}



.listBNbtnMap{
	float:right;
	margin-top:5px;
	margin-right:6px;
	text-align:right;
	width:200px;
	color:#fff;
}

.mapStyle{
	float:left;
	padding:3px;
	margin-top:10px;
	margin-right:2px;
	cursor:pointer;
	border:1px solid #666;
	border-bottom:0px none;
	background:url(../mainImage/srhBtn.png);
}

.mapAct{
	background:#fff;
	color:#333;
}

.mapBox{
	border:1px solid #666;
	border-top:0px none;
	height:685px;
}

.mapInf{
	clear:both;
}


/************************************************************************************
SEARCH
*************************************************************************************/
.srhd{
	font-size:120%;
}

.srhNums{
	margin-bottom:10px;
	

}

#numBox{margin:auto;}
.numCont{}
.charBack{margin-right:6px;padding:3px; width:50px;float:left}
.charNext{margin-left:6px;padding:3px; width:50px;float:left}
.NumBox{font-family:Arial, Helvetica, sans-serif; font-size:14px; margin-left:2px;padding:3px; border:1px solid #CBCECF; float:left}
.nowNum{ background:#FFCC33}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 302px;
	float: right;
	margin: 10px 0 8px;
	
}




.listSideMttlBox{height:30px;  border:1px solid #999; border-bottom:0px solid none;}
.listSideMtitle{float:left;margin-top:5px; margin-left:5px; font-weight:bold;}
.listSideBNbtn{float:right; margin-top:5px; margin-right:6px; text-align:right;}

.listSide {
	clear:both;
	margin:0 0 10px 0 ;
	padding: 10px 10px;
	border:1px solid #999;
	
	
	/* rounded corner */
	/*
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	
	/*
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.9);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.9);
	box-shadow: 0 1px 3px rgba(0,0,0,.9);
	*/
}


.listSideMtitle a {
	text-decoration: none;
	font-weight:bold;
	color: #333;
}



.listSide a {
	text-decoration: none;
	color: #06C;
}


.listSide a:hover {
	text-decoration: none;
	color: #fff;
	background-color:#06C;
}



.listSide ul {
	margin: 0;
	padding: 0;
}

.listSide li {
	margin: 0;
	padding: 6px 0;
	line-height:120%;
	list-style: none;
	clear: both;
	border-top: solid 1px #ccc;
}










.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 10px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #ccc;
}


.widgetInf {
	background: #6a6a6a;
	margin: 0 0 30px;
	padding: 10px 10px;
	overflow:hidden;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.widgettitleInf {
	margin: 0 0 5px;
	padding: 0;
	color:#ccc;
}


.widgetInf a {
	text-decoration: none;
	color: #FFFFFF;
}

.widgetInf ul {
	margin: 0;
	padding: 0;
}

.widgetInf li {
	
	margin: 0;
	padding: 6px 2px;;
	list-style: none;
	border-top: solid 1px #ccc;
	
}



/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #ccc;


}

#footer a {
	color: #fff;
}

.footerBox{

	background:#6a6a6a url(../mainImage/bgFooter.png) repeat-x;
	padding:5px 5px;
	overflow:hidden;

}

.footerBoxTtl{
	margin:5px 10px;
	color:#333;
}

.footerBoxTtlN{
	height:30px;
}


.ftrBox{
	float:left;
	padding-left:20px;
	width:150px;
	
}

.ftrBox1{
	float:left;
	padding-left:20px;
	width:200px;
	
}

.cr{
	clear:both;
	margin:10px;
	text-align:center;
	color:#ccc;
	font-size:85%;
}

/************************************************************************************
Adsens
*************************************************************************************/

/*PAGE TOP ADS*/
#adsHead{padding-top:4px; margin-top:10px; margin-bottom:10px; height:100px; border-top:1px solid #eee; border-bottom:1px solid #eee; width:100%}
.adsHeadin{margin-left:0; margin-top:0;}

.adsHeadL{
float:left; width: auto;
}

.adsHeadR{
float: right;
text-align:right;
}

.adsContBottom{
	border-top:1px solid #ccc;
	clear:both;
	margin-top:10px;
	padding:16px 0 16px 0;
	overflow:hidden;

}
.adsContSide{
	clear:both;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}

/*****************************
ETC
******************************/


/*Company*/
#comBox{margin:12px 0; overflow:hidden;background-color:#344758;word-break: break-all}
.comBox1{float:left; width:42%; padding:20px 10px ;background-color:#344758; color:#fff; text-align:center; line-height:160%; font-size:110%;}
.comBox2{float:left; width:42%; padding:20px 10px; background-color:#D7DDE3; color:#333; text-align:center; line-height:160%; font-size:110%;}
.clrL{clear:left};



.comBox2 a:hover {
	text-decoration: none;
	color: #fff;
	background-color:#06C;
}

#comBox a {
	color:#333;
}

#comBox ul{
	list-style:none;
}


.listMttlBoxInf{
    height:40px;
	border:1px solid #999;
	background-image:url(../mainImage/nav-bar-bg.png);
	background-position:top;
	overflow:hidden;
}


.inftitleBox{
	margin:-10px 0 0 10px;
}
.inftitle{
	color:#fff;
}


/*info*/
#infoBox{
	margin:12px 5px;
	
}

.infoSideBg{
	color:#fff;
	background-image:url(../mainImage/nav-bar-bg.png);
	background-position:top;

}

.cntBox{padding-top:12px; margin-bottom:40px; width:500px; text-align:left;font-size:15px; font-weight:bold}
.lBox{ padding:6px 0 10px; 0; }
.tBox{width:98%;}
.cBox{height:200px; width:98%;}
.cntBtn{ margin-top:12px;}
#wit{display:none}


/*CAT*******************/

#catListBox{
	margin-top:10px;
}


.catp{
	clear:both;
}
.catpIn{
	margin:0;
	padding:2px 5px;
	color:#333;
}


.catPart{
	clear:both;
	border-bottom:1px solid #CCC;
}

.catPttl{
	float:left;
	width:16%;
	text-align:right;
	font-weight:bold;
	padding: 3px 0;
}

.catCont{
	float:left;
	width:80%;
	margin:0 0 0 10px;
		
}

.catCont ul {
	margin: 0;
	padding: 0;
}

.catCont li {
	float:left;
	margin: 0 0 0 8px;
	padding: 3px 0;
	list-style: none;

}


.catCont  a {
	text-decoration: none;
	color: #06C;
	cursor:pointer;
}


.catCont a:hover {
	text-decoration: none;
	color: #fff;
	background-color:#06C;
}

.catAgr{
	 text-align:center;
	 margin-top:30px;
}


#fin{
	display:none;
	margin-bottom:100px;
}

.catFrm{
	width:90%;
}

.catHd{
	padding:3px;
}

.catHdc{
	margin:5px 0;
}


/*e-tender*/
#eTender{
	display:none;
}
#eLd{
	display:none;
	padding:10px;
}

.etActc{
	color:#F03;
}

/*law*/

#law{
	margin:0;
}

#law h2{
	margin:0;
	padding:0;
}

#law h3{
	margin:5px 0 0 32px;
	padding:0;
	font-size:120%;
}

#law h3 a{
	color: #036;
}


#law ul{
	margin-top:0;
}


.subUlIconR{
	padding:0 0 0 8px;

}

.subUlIconR a {
	color: #036;
}

.subUl2{
	padding-top:0;
	padding-left:10px;

}

.subUl2 a {
	color: #036;
}


.contLaw{
}
.lawBoxTtl{font-weight:bold; font-size:16px; padding:6px; border-bottom:1px dotted #CCCCCC;border-top:1px dotted #CCCCCC; background:#F2F4F4}
.lawBoxTtlSub{font-weight:bold; font-size:16px; padding:6px 6px 0 6px; border-bottom:1px dotted #CCCCCC; font-size:15px;}
.lawContBox{font-size:15px; line-height:28px; padding-bottom:10px;}

.lawSpeBox{margin-top:10px;}
.lawNum{float:left; width:85px; position:relative;text-align:right; font-weight:bold;}
.lawContents{margin-left:90px; background:url(../mainImage/lawLine.gif); background-position:top}
.lawContSubUl{margin:0 0 0 18px; padding:0; list-style-type:decimal;}

.lawNumI{float:left; width:25px; position:relative;text-align:right;}
.lawContentsI{margin-left:33px; background:url(../mainImage/lawLine.gif); background-position:top}

#al2{background:#EFEFEF; border:1px solid #999999; padding:6px 6px 6px 20px; display:none;}
.al1{ display:none; background:#FFFFFF}

.listSideLaw{
	
}

.listSideLaw h2 {
	font-size:120%;
	margin:5px 0;
}

.listSideLaw h3 {
	font-size:110%;
	margin:3px 0;
}


.listSideLaw ul{
	display:none;
	margin-left:20px;
}


/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }





/*PR*/
.afbox{
	font-size:18px;
	line-height:180%;
	color:#000;
}

.afbox h1{
	font-size:28px;
	letter-spacing:1px;
}

.afbox h2{
	font-size:24px;
	letter-spacing:1px;
}

.afbox h3{
	font-size:22px;
	letter-spacing:1px;
}



.bnrBox{

}

.bnrBox span{
	color:#0066CC;
	font-size:18px;
	font-weight:bold;	
}

.bnrBox a{
	display:block;
	margin:16px 0;
	border:1px solid #666;
	font-size:20px;
	font-weight:bold;
	padding:8px;
	line-height:180%;
	color:#000;
	background-color:#fafafa;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	
}

.bnrBox a:hover{
	background-color:#f3f3f3;
}

.afbox .prlnk a{
	font-size:24px;
}


