@charset "UTF-8";

/* キラーデフォルト　*/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}

html {background: #FFF; color: #000;}

body {font:13px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;}
* html body {font-size: small; font: x-small;}
*:first-child+html body {font-size: small; font: x-small;}

img {border: 0; vertical-align: bottom;}

h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}

sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit; font: 100%;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 108%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}

input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}

/* アンダーライン消し*/

a{text-decoration: none;}

/* size*/

html{
	width: 100%;
	height: 100%;
	background:url(../images/sh_back.jpg);
	background-repeat:repeat;
	
}

body{
	width:800px;
	margin:0 auto;
}

/*parts*/
#header{
	width:800px;
	height:170px;
	background:#FFFFFF;
	margin-top:15px;
}


#header h1 {
	width:800px;
	height:150px;
	font-size:45px;
	font-weight: bold;
	color: #0000CC;
	background:url(../images/sm-logo.gif);
	background-repeat:no-repeat;
	background-position:5px 10px;
	padding-top:60px;
	padding-left:180px;
}

#menu{
	width:800px;
	height:50px;
	margin:-90px 0 5px 180px;	
}

#menu li, #menu a {
    display: block;
    float: left;
    list-style: none;
    display: inline;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-right:5px;
}

#menu01{
	width:150px;
	height: 42px;
	background:url(../images/top.png);
	background-repeat:no-repeat;
}
#menu01 a{
	width:150px;
	height: 42px;
	background:url(../images/top.png);
	background-repeat:no-repeat;
}

#menu02{
	width:150px;
	height: 42px;
	background:url(../images/info.png);
	background-repeat:no-repeat;
}
#menu02 a{
	width:150px;
	height: 42px;
	background:url(../images/info.png);
	background-repeat:no-repeat;
}

#menu03{
	width:150px;
	height: 42px;
	background:url(../images/seko.png);
	background-repeat:no-repeat;
}

#menu03 a{
	width:150px;
	height: 42px;
	background:url(../images/seko.png);
	background-repeat:no-repeat;
}

#menu04{
	width:150px;
	height: 42px;
	background:url(../images/ask.png);
	background-repeat:no-repeat;
}

#menu04 a{
	width:150px;
	height: 42px;
	background:url(../images/ask.png);
	background-repeat:no-repeat;
}

#main-contents{
	width:800px;
	float:left;
	background:url(../images/company.jpg);
	background-repeat:no-repeat;
	background-position:500px 50px;
	padding-top:50px;
}


#contents-text h2{
	font-size:23px;	
	color:#0000CC;
	margin-bottom:0.5em;
	padding-left:50px;
}

#contents-text p{
	font-size:17px;	
	color:#000000;
	line-height:1.5em;
	padding-left:50px;
}

#footer{
	clear:both;
	width:800px;}

.fmenu{
	width:255px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:20px;
}

.fmenu li{
	display:inline;
	font-size:10px;
	color:#0000CC;
}

#footer-text{
	width:300px;
	margin:0 auto;
	padding-bottom:20px;
}



#footer h3{
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-align: center;
	margin-bottom:0.5em;
}

#footer p{
	font-size:10px;
	color:#000000;
	text-align: center;
}

/*info page*/

#main-contents th{
	font-size:13px;
	color:#0000CC;
	font-weight:bold;
	line-height:1.5em;
	text-align:center;
	width:150px;
}
#main-contents td{
	font-size:13px;
	color:#000000;
	line-height:1.5em;
	padding-left:3em;
}

#comp-imfo01{
	width:550px;
	float:left;
}

.comp-imfo{
	width:800px;
	float:left;
	padding-top:25px;
	background:url(../images/line.png);
	background-repeat:no-repeat;
	background-position: 0 10px;
}

#comp-imfo02{
	width:800px;
	float:left;
	padding-top:50px;
}

#comp-imfo02 table{
	width:500px;
	margin:0 70px;
}

.info-text{
	font-size:20px;
	font-weight:bold;
	color:#0000CC;
	margin-bottom:0.5em;
}




#map{
	padding-bottom:20px;
	width:700px;
	height:300px;
	margin:0 auto;
}

#comp-imfo02 p{
	font-size:20px;
	color:#0000CC;
	line-height:1.5em;
	text-align: center;
	padding-top:20px;
}

#ask{
	width:800px;
	height:200px;
}

#ask p{
	font-size:15px;
	color:#000000;
	line-height:1.5em;
}

#ask a{
	font-size:15px;
	color:#0000CC;
	line-height:1.5em;
}

#works h2{
	font-size:30px;	
	color:#0000CC;
	margin-bottom:0.5em;
	padding:50px 0 25px 0;
}

#gallery{
	width:800px !important;
}

#sub-text{
	width:800px;
	height:1010px;
	background-image:url(../images/topimg.png);
	background-repeat:no-repeat;
	background-position:0px 600px;
}

#sub-text p {
	font-size:18px;
		width:20em;
	height:300px;
	padding-top:630px;
	padding-left:425px;
	line-height: 1.8em;
	text-align: right;
}

/* info-img*/

#img {
	float: left;
    width: 800px;
    height: 280px;
    padding-top:5px;
    z-index: 9500;
}
#img-text{
	width:800px;
	padding-top:40px;
}

#img-text h2{
	font-size:15px;
	color:#0000CC;
}
#img-text a{
	font-size:15px;
	color:#000000;
}

#img li, #img a {
    display: block;
    margin-right:5px;
    margin-top:5px;
    float: left;
    list-style: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#img01 {
background:url(../images/works/img01b.jpg);
background-repeat:no-repeat;
width: 180px;
height: 122px;
}

#img02 {
background:url(../images/works/img02b.jpg);
background-repeat:no-repeat;
width: 180px;
height: 122px;
}

#img03 {
background:url(../images/works/img03b.jpg);
background-repeat:no-repeat;
width: 180px;
height: 122px;
}


#img04 {
background:url(../images/works/img04b.jpg);
background-repeat:no-repeat;
width: 180px;
height: 122px;
}

#img05 {
background:url(../images/works/img05b.jpg);
background-repeat:no-repeat;
width: 180px;
height: 122px;
}


#img06 {
background:url(../images/works/img06b.jpg);
background-repeat:no-repeat;
width: 180px;
height: 122px;
}


#img07 {
background:url(../images/works/img07b.jpg);
background-repeat:no-repeat;
width: 180px;
height: 122px;
}


#img08 {
background:url(../images/works/img08b.jpg);
background-repeat:no-repeat;
width: 180px;
height: 122px;
}

/*works-images*/
#worksmain{
	width:800px;
	padding-top:50px;
}

#works-images{
	width:800px;
	padding-top:10px;
}

#works-images a{
	display:block;
	float:left;
	margin-right:15px;
	padding-bottom:15px;
}
