
/* ブラウザスタイルの初期設定
------------------------------------*/

body {
	margin:0 0;
	padding:0 0;
	font-size:14px;
	font-family:"メイリオ",meiryo,osaka,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif, Verdana, Arial, Osaka;
	line-height:1.2;
	color:#666666;
	text-align:center;
}
div { margin:0 0; padding:0 0;}
img { border:none;}
/* Link_style */
a:link { text-decoration:none; color:#666666;}
a:active { text-decoration:none;}
a:hover { text-decoration:underline;}
a:visited { text-decoration:none;}
a:hover img {
	opacity:0.8;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
}

a{color:#888888;}
a:hover{color: #2384c8;}
.borderless{
	border-collapse:collapse;
	border-spacing:0;
}
.borderless td{
	border-style:none !important;
}
/* hgroup */
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ui,ol,ul,li,form {
	margin:0px;
	padding:0px;
	font-weight:normal;
}
/* List_group */
ul,ol,li { list-style:none;}
/* clear解除 */
.clear { clear:both; line-height:0;}
table{
	width:100%;
	border-collapse:collapse;
	border: 1px solid #ccc;
	padding: 10px;
	margin:30px 0;
}
td{
	border-collapse:collapse;
	border: 1px solid #ccc;
	padding: 15px;
}
td img{
	vertical-align:middle;
}

/* wrapper ---------------------*/

body {
	background:url(../img/bg.jpg) repeat-x;
}

#wrapper {
	background:url(../img/bg3.jpg) center top no-repeat;
	height:546px;
	margin:0 auto;
}

/* Header ---------------------*/

#header {
	width:900px;
	margin:0 auto;
	position:relative;
}
h1{
	position:absolute;
	top:10px;
	left:10px;
}
h2{
	background:url(../img/h2.jpg) ;
	width:828px;
	height:33px;
	font-size:18px;
	padding:11px 0 0 12px;
}
h2 .black{
	color:#333333;
}
h2 .blue{
	color:#2182BD;
}
#main_photo{
	padding-top:100px;	
}
#tel{
	position:absolute;
	top:10px;
	right:10px;
}


/* nav -----------------------*/

#nav {
	width:900px;
	height:60px;
	margin:0 auto;
}
#nav li{
	float:left;
}

/* content -------------------*/

#content{
	width:840px;
	padding:60px 30px 50px;
	margin:0 auto;
	text-align:left;
	
}

/* index */

#news .title {
	width:150px;
	background-color:#2182BD;
	margin:0 0 30px 0;
	padding:12px 10px;
	color:#FFF;
	text-shadow:1px 1px 2px #333;
	position:relative;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-left:1px solid #036;
	border-top:1px solid #036;
	box-shadow:inset 1px 1px 4px #036;
	} 
#news .title:before {
	content: ' ';
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	left: 14px;
	bottom: -27px;
	background: transparent;
	border-color: #2182BD transparent transparent transparent ;
	border-style:solid;
	border-width:15px;
	}
#news li{
	border-bottom: 1px dotted #CFCFCF;
	background: url(../img/icon02.gif) left 8px no-repeat;
	padding: 5px 0 5px 15px;
}
#news li .day{
	color:#0099FF;
}

/* company */

/* product */

#product .text{
	margin:30px 0 0;
}
#product img{
	margin:20px 0 0 60px ;
}

/* seminar */

#seminar .text{
	margin:30px 0 0;
}
#seminar .photo img{
	margin:10px 20px 0 0 ;
}

/* inquiry */

#inquiry .text{
	margin:30px 0 0;
}

/* footer --------------------*/

#footer{
	width:890px;
	margin:0 auto;
	text-align:right;
	padding-right:10px;
	margin-top:10px;
}
#copyright{
	font-size:12px;
	color:#163C53;
}

/* slider --------------------*/

#slider {
    width: 900px; /* important to be same as image width */
    height: 360px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 900px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 14px;
    padding: 10px 13px;
    width: 877px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}





/*追記*/
.simpleSlideShowWrapper {
	overflow:hidden;
	position:relative;
}

.simpleSlideShowWrapper img {
	position:absolute;
	top:0;
	left:0;
}