@charset "UTF-8";

/* ----------------------------------------------------
　吉田鋲螺株式会社 -common- 2017.
------------------------------------------------------- */




body {
	width:100%;
	line-height: 170%;
	margin: 0;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	
	
}

img  {
	border:0;

}

#midashi {
	width: 580px;
	height: auto;
	margin: 10px auto;	
	overflow: hidden;
	float:left;
	

	
}


h3 {
	border-left: solid 6px 036EB8;
	padding:6px;
	color:#036EB8;
}


/* ----------------------------------------------------
 # 共通 # header
------------------------------------------------------- */
div#header-wrap {
	width: 850px;
	height :auto;
	margin:10px auto;
	overflow:hidden;
	
}


#header-left {
	width:350px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	text-align:right;
}

#header-center {
	width:180px;
	height:auto;
	float:left;
	margin:5px 0px 0px 30px;
	text-aligin:left;

	
}


div#header-right {
	width:250px;
	height:auto;
	float: right;
	
}







/* ----------------------------------------------------
 # 共通 # global menu
------------------------------------------------------- */


#global-menu-wrap {
	width: 100%;
	height:auto;
	margin: 0px auto;
	padding: 0;	
	overflow: hidden;
	background-color:#000000;
}

#global-menu ol{
	width: 850px;
	height:auto;
	margin: 0px auto;
	padding: 0;	
	
	
}


#global-menu li{
	list-style:none;
	
	
}

#global-menu img{
	margin: 0px;
	padding: 0px;
	float:right;
	border-style: none;
	

}


/* ----------------------------------------------------
 # ポータル # vison-wrap
------------------------------------------------------- */
div#portal-vison-wrap {
	width:100%;
	height:auto;
	margin:0px;
	border: solid 1px #C0C0C0;

}



#portal-vison-wrap h2 {
	margin:0 auto;
	width:850px;
	height:auto;
	
	
		
}


/* ----------------------------------------------------
 # トップ # quickmenu-wrap
------------------------------------------------------- */

div#portal-products-wrap {
	width: 850px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	float:center;
	
}

#osusume {
	width: 600px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	float:left;
	
}


#midashi {
	width: 580px;
	height: 55px;
	margin: 10px auto;
	padding: 5px;
	overflow: hidden;
	float:left;
	font-size:23px;
	color:#036EB8;

	
}




#profile {
	width: 600px;
	height: auto;
	margin: 10px auto;
	padding: 0px;
	overflow: hidden;
	float:left;
	
	
	
}

table {
	width:580px;
	border-collapse:collapse;
}

th,td {
	border: solid 1px #999;
	padding:5px;
}



.pickup2 {
	width:150px;
	height:auto; 
	margin: 5px;
	float: left;
	text-align:center;
	padding:0 15px;

}
/* ----------------------------------------------------
 # トップ # top-side-area
------------------------------------------------------- */

div#side-area {
	width: 240px;
	float:left;
	background-color:#DDDDDD;
	text-align:center;
	
	
}

div#side-area p{
	text-align:center;
	font-size:16px;
	color:#036EB8;
	
}

div#side-area li{
	text-align:center;
	font-size:14px;
	
	
}



/* ----------------------------------------------------
 # mail # 
------------------------------------------------------- */

#side-wrap {
	width: 240px;	
	float:right;
	margin:0px 0;
	text-align:center;
	overflow:hidden;
	height:auto;
}

div#side-area2 {
	width: 240px;	
	float:right;
	margin:20px 0;
	text-align:center;
	overflow:hidden;
	
	
}



/* ----------------------------------------------------
 #footer-wrap
------------------------------------------------------- */

div#footer-wrap { 
	clear: both;
	background: url(/img/footer-wrap.gif) repeat-x top;
	height: 100%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	color:rgba(0,0,0,1.00);
	background-color:rgba(14,13,13,1.00);
}

#footer-wrap p {
	margin: 0 auto;
	padding: 0;
	color:#FFF;
}

#footer-wrap address {
	font-style: normal;
	color: #FFF;
	margin: 0 auto;
	padding: 0;
}


/* ----------------------------------------------------
　共通 > リンク
------------------------------------------------------- */

a:link {
	color: #3355FF;
	text-decoration: underline dotted;
}

a:visited {
	color: #225588;
	text-decoration: underline dotted;
}

a:hover {
	color: #88AA22;
	text-decoration: none;
}


