/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
原則として、許可なしの再配布は禁止させていただきます。
また、無料でお使いの方は、ＰＲ広告を削除しないでください。
加工後の削除も禁止させていただきます。
ご不明な点は、http://www.s-hoshino.com/info.html、または、
http://www.megapx.com/info.htmlのフォームよりお問い合わせください。
よろしくお願いします！(・∀・)/
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	font-family: "ＭＳ Ｐゴシック",Arial, Helvetica, sans-serif;
	background-image: none;
}

body {
	background-color: #1C2527;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

/*------リンクつきテキストの色------*/
a {
	color:#617B87;
	
}

/*------太字の時のテキストの色------*/
strong {
	color: #394D4E;
}


a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}


.chui {
	font-size: 10px;
	color: #FF0000;
}


#wrap {
	float: left;
	padding: 5px;
	margin-top: 5px;
}


/*-----メイン-----*/
#main {
	width:800px;
	float: none;
}

/*------目次ページの文字設定------*/
#main .mokuji{font-size:10px;}

/*------メイン階層の下の文字色------*/
#main .white{color: #FFFFFF;}

/*------メイン階層の下の文字色------*/
#main .red{color: #FF0000;}

/*------メイン階層の下の文字(採用情報のエントリー部分)------*/
#main .entry_font{font-size: 10px;}

/*------採用情報のエントリーのテキストフィールドの高さ------*/
#main .text{height:20px;}

/*------製品情報の説明文------*/
#main .setsumei{font-size:15px;}


/*------ベースとヘッダー------*/
#t_base {
	width:810px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border: 1px solid #000000;
}

#t_wrap {
	float: none;
	padding: 0px;
	margin: 0px;
}
#t_header {
	width:800px;
	height:80px;
	background-image: url(../img/header.jpg);
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #222222;
}


h1 a {
	display: block;
	text-decoration: none;
	width: 390px;
	margin-left: 35px;
	padding-top: 15px;
	font-size: 23px;
	line-height: 33px;
	color: #E1E7E8;
}

#t_header #sub {
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 10px;
	margin-top:1px;
　　font-family: "MS P明朝"; 
    font-weight: bold;}


/*------ベースのサイドのグラデーション------*/
.left {
	background-image: url(../img/sideline_left2.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.right {
	background-image: url(../img/sideline_right2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


/*------ナビゲーション------*/
#nav2 ul {
	list-style-type:none;
	display: inline;
	margin: 0px;
  }

#nav2 li {float:left}
	
#nav2 li a{
	width:114px;
	height:30px;
    float:left;
    text-indent:-9999px;
    text-align:left;
	text-decoration:none;
}

#nav2 li.top a{
	background:url(../img/menu01.jpg) no-repeat 0 0;
    width:115px;
}
#nav2 li.company a{
	background:url(../img/menu02.jpg) no-repeat 0 0;
    width:115px;
}
#nav2 li.product a{
	background:url(../img/menu03.jpg) no-repeat 0 0;
}
#nav2 li.downroad a{
	background:url(../img/menu04.jpg) no-repeat 0 0;
}
#nav2 li.recruit a{
	background:url(../img/menu05.jpg) no-repeat 0 0;
}
#nav2 li.access a{
	background:url(../img/menu06.jpg) no-repeat 0 0;
}
#nav2 li.contact a{
	background:url(../img/menu07.jpg) no-repeat 0 0;
}

#nav2 li a:hover{
	background-position: -114px 0px;
}

/*------パンくずリスト------*/
#main #pan {
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-bottom:5px;
}
#main #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#main #pan strong {
	margin-left: 7px;
}

/*------コピーライト------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #333333;
	font-size: 10px;
}

/*------clearfix------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/*Hides from IE-mac\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/*End hide from IE-mac*/
