@charset "utf-8";
html  , body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset{
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #555;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
body {
	background-image: url(../img/template/divbg.gif);
	background-position: center;
}
#mainContent  p{
	font-size: 78%;
	margin-bottom: 20px;
	text-indent: 1em;
}


a img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #255E8F;
}
.up {
	vertical-align: super;
	font-size: 10px;
}
.down {
	vertical-align: sub;
	font-size: 8px;
	line-height: 1em;
}
.figure p {
	font-weight: bold;
	text-align: center;
}
#mainContent  {
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 625px;
	float: left;
} 
#mainContent p a {
	text-decoration: underline;
}

#mainContent ul  {
	margin-left: 25px;
	list-style-type: square;
	margin-bottom: 30px;
	font-size: 78%;
}


#mainContent ol  {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 30px;
	font-size: 78%;
}
#mainContent ol li  {
	line-height: 1.5em;
}
#mainContent ul li  {
	line-height: 1.5em;
}



#container  {
	width: 960px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	height: 250px;
	padding-top: 0;
	padding-bottom: 0;
} 
#container #main-image {
	height: 256px;
	width: 960px;
	background-image: url(../img/toppage/topimage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#topic_path {
	height: 20px;
	width: 960px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F5F4EE;
}
/* #event styles
---------------------------------*/
#topicPath01 {
	list-style-image: none;
	list-style-type: none;
	padding-left: 20px;
	color: #333;
	margin: 0px;
}
#topicPath01 li  {
	float: left;
	padding-left: 10px;
	background-image: url(../img/template/ico_sample01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 5px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	padding-top: 0px;
}
#topicPath01 .home  {
	background: none;
	padding-left: 0px;
}
#topicPath01 li a:link
  {
	color: #333;
	text-decoration: none;

}
#topicPath01 li a:hover {
	color: #666;
	text-decoration: none;
}

#topicPath01 li em {
	color: #9E9F10;
}
#home  #sidebar1{
	width: 255px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: left;
}
#home #sidebar1 a img{
	border: 1px solid #CCC;
	text-decoration: none;
	margin-top: 5px;
}
#home #sidebar1 a img:hover {
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#sidebar1 #cse-search-box {
	margin-top: 5px;
}
#sidebar1 #cse-search-box div input {
	width: 190px;
}
#sidebar1 #cse-search-box div #button {
	width: 40px;
	text-align: center;
}
#sidebar1 h3 {
	margin-top: 30px;
}
#sidebar1 #h3top  {
	margin-top: 0px;
	padding-top: 0px;
}

#ranking {
	background-color: #F2F2F2;
	border: 1px solid #E7E7E7;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../img/template/rankingbg.gif);
	background-repeat: no-repeat;
	margin-bottom: 25px;
}
#ranking ol {
	list-style-type: none;
}
#ranking ol li {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../img/toppage/line_data.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-left: 30px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
}
#ranking ol li a {
	text-decoration: none;
}
#ranking ol #ranking5 {
	background-image: none;
}



#header ul {
	background-image: url(../img/template/global-navi-ul.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 840px;
	list-style-type: none;
	height: 120px;
	padding-right: 60px;
	padding-left: 60px;
}
#header ul li {
	float: left;
	width: 168px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-top: 45px;
	margin-bottom: 45px;
	font-size: 9pt;
}
#header ul li a {
	text-decoration: none;
	color: #666;
	display: block;
}
#header ul li a:hover {
	background-image: url(../img/template/global-navi-hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333;
}
#mainContent #greeting {
	height: 70px;
	padding-left: 120px;
	font-size: 10pt;
	margin-top: 40px;
	background-image: url(../img/toppage/ist1_2501160-free-hands-shake.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 20px;
}
#laser-processing-news {
	background-color: #F2F2F2;
	padding: 10px;
	border: 1px solid #E7E7E7;
	margin-bottom: 30px;
}
#laser-processing-news dl dt {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	background-image: url(../img/template/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 5px;
}
#laser-processing-news dl dd {
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 12px;
	background-image: url(../img/toppage/line_data.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
}
#laser-processing-news dl #lastnews {
	background-image: none;
	margin-bottom: 0px;
}
#laser-processing-news a {
	text-decoration: none;
}
#laser-processing-news a:hover {
	text-decoration: underline;
	color: #09F;
}
.TabbedPanelsContent dl  {
	background-image: url(../img/toppage/line_data.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 120px;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 74px;
}
.TabbedPanelsContent dl  dt{
	color: #333;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../img/template/arrow1.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
}
.TabbedPanelsContent dl dd {
	font-size: 12px;
}
.newscategoly {

}
.newscategoly a img{
	float: left;
	border: 1px solid #E7E7E7;
	margin-top: 5px;
	margin-bottom: 5px;
}



h2 img {
}


table {
	border-collapse: collapse;
	margin-bottom: 20px;
	font-size: 78%;
}
table tr th   {
	text-align: center;
	background-color: #F0F0F0;
	padding: 3px;
	border: 1px solid #999;
	font-weight: normal;
}
table tr td  {
	list-style: none;
	border: 1px solid #999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
table tr td ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
table tr td ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer  {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	color: #777;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 0px;
	height: 80px;
	background-image: url(../img/template/footbg.jpg);
} 
#footer ul {
	margin-top: 20px;
	margin-left: 400px;
}
#footer ul li  {
	display: block;
	float: left;
	list-style-type: none;
	font-size: 10pt;
}
#footer ul li a {
	color: #CCC;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}



#footer address {
	font-style: normal;
	font-size: 10pt;
	width: 400px;
	margin-top: 20px;
	float: left;
}


.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nosidebar #mainContent {
	width: 660px;
	margin-left: 150px;
}

#nosidebar h1 {
	font-weight: normal;
	font-size: 140%;
}
#nosidebar h2 {
	font-size: 110%;
	font-weight: normal;
	margin-bottom: 30px;
	background-image: url(../img/toppage/line_data.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#nosidebar h3 {
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 10px;
	background-image: url(../ico03-067.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	padding-top: 2px;
}
