@charset "utf-8";
/* CSS Document */


/*****************************
　目次　

　■ヘッダー
　■TOPメインビジュアル
　■TOPコンテンツ
　■フッター
　■セカンドページ
　■製品情報
　■セカンドページ・左メニュー（製品情報）
　■セカンドページ・左メニュー（企業情報など）
　■セカンドページ・右コンテンツ
　■お問合せ

　-- 2011/01/07　追加 --
　■その他

*****************************/

body{
text-align:center;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:12px;
line-height:18px;
color:#000000;
}

a{
text-decoration:underline;
color:#0066FF;
}

a:hover{
text-decoration:none;
color:#666666;
}

img{
border:none;
}

h1{
font-size:20px;
font-weight:bold;
margin:0px;
padding:0px;
}

h2{
font-size:16px;
font-weight:bold;
margin:0px;
padding:0px;
}


.font_xl{
font-size:18px;
line-height:24px;
}

.font_l{
font-size:14px;
line-height:20px;
}

.font_m{
font-size:12px;
line-height:18px;
}

.font_s{
font-size:10px;
line-height:16px;
}

.font_red{
color:#FF0000;
}

.font_blue{
color:#0033FF;
}

/*▼TOPページWhat's New*/
.font_date{
color:#000000;
font-size:10px;
}
/*▲TOPページWhat's New*/

/****罫線の共通設定****/

.border_right_solid{
border-right:1px solid #999999;
}
.border_bottom_solid{
border-bottom:1px solid #999999;
}
.border_top_solid{
border-top:1px solid #999999;
}
.border_left_solid{
border-left:1px solid #999999;
}

.border_bottom_dashed{
border-bottom:1px dashed #999999;
}




/********************************************/





#wrap{
width:900px;
margin:0px auto;
padding:10px 0px;
}


/****************▼ヘッダー▼******************/

#header{
width:895px;/*仮*/
margin:0px 5px auto 0px;
text-align:left;
position:relative;
}

#header #logo{
width:110px;/*仮*/
float:left;
}

#header #menu{
width:550px;
float:right;
color:CCCCCC;
text-align:right;
}

#header #menu #search{
height:32px;
background:url(../../img_e/bg_search_box.gif) repeat-x;
padding:5px;
float:left;
}

#header #menu #select{
white-space:nowrap;
float:right;
padding:0px;
}

#header #contact{
	position:absolute;
	left: 636px;
	top: 3px;
}

#header #menu #select .small{
font-size:10px;
}

#header #menu #select .midium{
font-size:12px;
}

#header #menu #select .large{
font-size:14px;
}

#global{
width:895px;
height:19;
margin:0px;
padding-top:10px;
}

#header #global ul{
margin:0px;
padding:0px;
}

#header #global ul li{
list-style:none;
float:left;
}



/****************▲ヘッダー▲******************/



/***************▼TOPメインビジュアル▼******************/

#main{
width:900px;
background:url(../../img_e/index/bg_main.gif) repeat-y;
}

#main #product_menu{
width:891px;
height:52px;
margin-left:2px;
}

#main #product_menu ul{
margin:0px;
padding:0px;
}

#main #product_menu li{
list-style:none;
float:left;
}

/***************▲TOPメインビジュアル▲******************/



/***************▼TOPコンテンツ▼******************/

#contents{
width:900px;
margin:10px auto;
}

#contents #top_left{
width:320px;
float:left;
}

#contents #top_left #news{
width:320px;
background:url(../../img_e/index/bg_whats_new.gif) repeat-y;
margin-bottom:10px;
margin-top:0px;
text-align:left;
}

#contents #top_left #news #news_scroll{
width:310px;
height:540px;
overflow-y:scroll;
overflow-x:hidden;
margin-right:7px;
margin-left:3px;
}

#contents #top_left #news .news_entry{
width:275px;
margin:10px 20px 10px 10px;
padding-bottom:10px;
border-bottom:1px dashed #CCCCCC;
}

#contents #top_left #news .news_entry .news_icon{
width:45px;
float:left;
text-align:left;
}

#contents #top_left #news .news_entry .news_text{
width:230px;
float:right;
text-align:left;
}

#contents #top_left #password{
width:313px;
background:url(../../img_e/index/bg_password.gif) repeat-y;
}

#contents #top_left #password #pw{
background:url(../../img_e/index/bg_password_head.gif) no-repeat top;
width:313px;
margin:auto;
padding:10px 0px 0px;
text-align:right;
}

#contents #top_left #password #pw #pw_btn{
margin-right:30px;
text-align:right;
}

#contents #top_left #password #pw #pw_intro{
width:290px;
margin:10px auto 0px;
text-align:left;
}

#contents #top_right_wrap{
width:570px;
float:right;
}

#contents #top_right_wrap #top_center{
width:386px;
float:left;
}

#contents #top_right_wrap #top_center img{
margin-bottom:15px;
}

#contents #top_right_wrap #top_center img.margin0{
margin-bottom:0px;
}

#contents #top_right_wrap #top_right{
width:178px;
background:url(../../img_e/index/bg_top_new_products.gif) repeat-y;
float:right;
text-align:left;
}

#contents #top_right_wrap #top_right .new_product{
margin:5px 10px;
border-bottom:1px solid #CCCCCC;
padding-bottom:2px;
}


/***************▲TOPコンテンツ▲******************/



/***************▼フッター▼******************/

#footer{
width:895px;
margin:0px 5px 0px 0px;
color:#999999;
text-align:center;
font-size:12px;
padding:10px 0px;
border-bottom:1px solid #0033FF;
border-top:1px solid #0033FF;
}


#copyrights{
text-align:center;
margin-top:10px;
color:#999999;
font-size:10px;
}


/***************▲フッター▲******************/




/*******************▼セカンドページ▼******************/
#second_contents{
	width:895px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*「○○2」は製品情報ページ以外*/

#second_contents2{
	width:870px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#sub_header2{
width:870px;
margin:5px 5px 5px 0px;
}
#sub_header2 #pankuzu{
width:870px;
text-align:left;
}


/*********************************************************
**********************▼製品情報▼************************
*********************************************************/
/*パンくずと半導体品名検索の列*/
#sub_header{
width:880px;
margin:5px 5px 5px 0px;
}
#sub_header #pankuzu{
	width:800px;
	float:left;
	text-align:left;
}

#sub_header #semi_search{
	width:580px;
	float:right;
	text-align:right;
}

#sub_header #semi_search #semi_name_search{
	float:right;
	padding-right:10px;
	border:1px solid #333333;
	padding:3px 5px;
	margin-right:5px;
}

#sub_header #semi_search #print{
float:right;
padding-top:10px;
}


/*********************▼セカンドページ・左メニュー（製品情報）▼***********************/
/*********
仮段階
*********/

#second_contents #left_menu{
	width:170px;
	float:left;
	text-align:left;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.category{
	margin-left:0px;
	padding-left:0px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.category_title {
	margin-top: 25px;
		margin-bottom: 20px;

}
.category_bottom {
	margin-top: 25px;
		margin-bottom: 0px;

}
.category li{
	list-style:none;
	list-style-position:inside;
	padding:0px 0px 3px 0px;
	margin-left:0px;

}

.category2{
	margin-left:5px;
	padding-left:0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.category2 li{
	background-image: url(../../img_e/product/semi/semicon_09.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	list-style:none;
	list-style-position:inside;
	padding:3px 5px 0px 10px;
	margin-left:5px;
	background-color: #F1F1F1;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	*padding-left:0px; /*IE6.7用*/
}
.category3{
	margin-left:10px;
	padding-left:0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.category3 li{
	border:none;
	list-style:none;
	padding:2px 0px 2px 10px;
	margin-left:0px;
	background-color: #FFFFFF;
	background-image: url(../../img_e/product/list_style_gt.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.category3 .img_none {
	border:none;
	list-style:none;
	margin-left:0px;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-image: none;
}

/*********************▲セカンドページ・左メニュー（製品情報）▲***********************/




/*********************▼セカンドページ・左メニュー（企業情報など）▼***********************/

#second_contents2 #left_menulist{
width:185px;
float:left;
background:url(../../img_e/second/left_menu_back.gif) repeat-y;
margin:0px;
padding:0px;
}

#second_contents2 #left_menulist ul{
margin:0px 10px 0px 6px;
padding:0px;
}

#second_contents2 #left_menulist li{
margin:1px 0px;
line-height:0px;
padding:0px;
list-style:none;
font-size:0px;
}

#second_contents2 #left_menulist li ul{
margin:0px;
padding:0px;
text-align:left;
}

#second_contents2 #left_menulist li ul li{
margin:1px 0px;
padding:0px;
line-height:0px;
list-style:none;
font-size:0px;
}


/*********************▲セカンドページ・左メニュー（企業情報など）▲***********************/




/*********************▼セカンドページ・右コンテンツ▼***********************/


.category4{
	margin-left:10px;
	padding-left:0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.category4 li{
	border:none;
	margin-left:12px;
	list-style-image: none;
	list-style-type: disc;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}







/*************************************************************************
***********************各カテゴリ名のCSSファイル**************************
*************************************************************************/



/*************************************************************************
******************************▼お問合せ▼********************************
*************************************************************************/


/***************お問合せTOP*******************/

#second_contents .inq_index{
width:865px;
margin:10px 5px 15px 0px;
padding:10px 15px;
border:1px solid #999999;
text-align:left;
}

#second_contents .inq_index table{
border-left:1px solid #999999;
border-top:1px solid #999999;
margin-bottom:15px;
}

#second_contents .inq_index th{
text-align:center;
padding:5px 10px;
background-color:#EEEEEE;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
white-space:nowrap;
}

#second_contents .inq_index td{
padding:5px 10px;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
vertical-align:top;
white-space:nowrap;
}

#second_contents .inq_index .submit{
width:90%;
text-align:center;
}





/***************お問合せ入力画面*******************/


#second_contents .inq_box{
width:865px;
margin:10px 5px 15px 0px;
padding:10px 15px;
text-align:left;
}

#second_contents .inq_box .inq_info{
width:865px;
margin:10px auto;
}

#second_contents .inq_box .inq_info .inq_information{
width:380px;
float:left;
padding:10px 15px;
border:1px solid #999999;
}

#second_contents .inq_box .inq_info .inq_thanks{
width:420px;
float:right;
margin-top:30px;
}

#second_contents .inq_box table.inq_form{
text-align:left;
}

#second_contents .inq_box table.inq_form th{
font-weight:normal;
background-color:#EEEEEE;
border-bottom:1px solid #999999;
padding:5px 15px;
white-space:nowrap;
vertical-align:top;
text-align:left;
}
#second_contents .inq_box table.inq_form td{
padding:7px 15px;
white-space:nowrap;
vertical-align:top;
}


/*************************************************************************
******************************▲お問合せ▲********************************
*************************************************************************/
#wrap #second_contents #right_contents #semi_center .densou .left {
	float: left;
}
#wrap #second_contents #right_contents #semi_center .densou .right {
	float: right;
}
.print {
	text-align: right;
	margin-top: 5px;
}

/***************その他*******************/
.txt_super {
	font-size: 0.8em;
	position: relative; top: -0.5em;
}


.bewaretitle {
	color: #FFF;
	background-color: #52B3A8;
	padding: 10px;
}

.bewaretitle2 {
	color: #FFF;
	background-color: #1A82C9;
	padding: 10px;
}

.bewaretitle3 {
	color: #FFF;
	background-color: #23AD9D;
	padding: 10px;
}


.tyuui {
	font-weight: bold;
	color: #03C;
	text-align: center;
	font-size: 22px;
}
.tyuuitext {
	line-height: 200%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}


.bewaretitletop {
	color: #000;
	background-color: #EEE;
	padding: 10px;
	border: 1px solid #333;
}.kakomi {
	border: 1px solid #333;
	margin-top: 5px;
	padding-top: 15px;
}
.migiyose {
	text-align: right;
}
.newsleft {
	float: left;
	margin-top: 5px;
}

#newsbox {
	background-image: url(../../img/business_f/2index_01.gif);
	background-repeat: no-repeat;
	height: 145px;
	width: 900px;
	text-align: left;
	display: block;
}
.newsboxwaku {
	background-image: url(../../img/business_f/newsback.gif);
	background-repeat: no-repeat;
	height: 96px;
	width: 170px;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 13px;
	margin-left: 15px;
}
.newstext_f {
	text-align: left;
	overflow: scroll;
	overflow-x: hidden;
	height: 90px;
}
.orange {
	color: #FF6E11;
}
.red {
	font-weight: bold;
	color: #F00;
}
.newsleft {
	float: left;
}
.clear {
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
}
.bana21 a {
}
.bana21 a img {
	padding-bottom: 3px;
}
.newsdate {
	text-align: right;
	padding-right: 20px;
}
.leftbox11 {
	float: left;
	padding-right: 25px;
	margin-left: 5px;
}
.prize {
	text-align: left;
	width: 300px;
}
.mission6table {
	text-align: left;
	width: 520px;
}
.textleft6 {
	float: left;
}
.textleft6 {
	text-align: left;
}

.bewaretitletop2 {
	color: #000;
	background-color: #90AADB;
	padding: 10px;
}

