/*body全体*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html{overflow-y:scroll;}

ol,ul,li{
	list-style-type:none;
	}
	
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
	
a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FF3399;
}
		
a img {
  border: none;
}

p {
	line-height: 1.4em;
	margin-bottom: 1em;
	text-align: justify;
}

/*  title */

h1,h2,h3,h4,h5,h6 {
	line-height: 1.2em;
}
/* h3 title ギャラリー*/
h3 {
	font-size: 13px;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color:#FFF;
	background-color:#000;
	margin-bottom: 0.3em;
	padding:30px 10px 5px;
	border-bottom:1px solid #FFF;
	}
h3:after{
	clear:both;
}

/* h4 title */
h4 {
  font-size: 18px;
  padding-top:10px;

}
dl,dt,dd{
	margin: 0;
	padding: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.625em;
}

strong {
  font-weight: bold;
}

i {
  font-style: italic;
}

pre {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #2b2b2b;
	line-height: 1.5em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	overflow-x: auto;
  font: 13px "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

code, kbd {
  padding: 4px;
  color: #ac8053;
  background-color: #2b2b2b;
  font: 13px "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 92, ../sass/screen.sass */
code {
  position: relative;
  top: -1px;
}

/* line 96, ../sass/screen.sass */
pre code {
  top: 0;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
}

/* line 109, ../sass/screen.sass */
::-moz-selection,
::selection {
  background: #ff8000;
  color: white;
}


/*body設定*/
body{
	color: #000;
	text-align: center;
	font: 13px "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	}
	
/*全体レイアウト*/

.wrapper {
	width: 100%;
	min-width: 770px;
	background-color: #000;
	text-align: center;
}

#contents{
	text-align: center;
	width: 770px;
	color: #FFF;
	background-color: #000;
	margin: 0 auto;
	}

/*ヘッダー部分 ロゴ*/


.header-logo{
	text-align: center;
	background-color: #FFF;
	width:100%;
	top:0;			}
		
.header-logo header{
	background-color: #FFF;
	height: 80px;
	width: 770px;
	margin: 0 auto;
			}	

.header-logo a{
	width: 225px;
	font-size: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-align: left;
	display: block;
	padding-left: 5px;
	line-height: 80px;
	float: left;
}

.header-text{
	text-align: left;
	float: left;
	color: #666;
	background-color: #FFF;
	padding-top: 20px;
	font-weight: normal;
	}

/*フッター部分　コピーライト*/

footer{
	clear: both;
	padding: 5px 0;
	background-color: #FFF;
	width: 100%;
		}	
	
/*homeホームページ*/

	
.home-text{
	width: 270px;
	float: left;
	margin: 20px 15px;
	text-align: left;
	}
.home-text	h2{
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 10px;
	}
	
	
.home-text	li{
	list-style-type: disc;
	margin-left:20px;	
		}
		
.home-image	{
	}
	
.home-image img{
	padding: 4px;
	background-color: #FFF;
	margin: 13px 0;
	border: 1px solid #000;
	width: 480px;
	}

/*homeホームページ　画像スライドショー*/
.photo {
	position: relative;
	overflow: hidden;
	text-align: center;
	list-style: none;
	width: 528px;
	margin: 5px 0;
	height: 351px;
		}


.photo li {
   position:absolute;
}

/* company　会社概要*/
.company-list{
	width: 525px;
	display: block;
	margin: 5px;
	float: left;
}

.company-list dt, .company-list dd{
	padding: 5px 4px 5px 4px;
	color: #FFF;
}
.company-list dt {
	width: 90px;
	clear: left;
	float: left;
}
.company-list dd {
	margin-left: 98px;
	text-align: left;
	padding-left: 15px;
	}
.company-list li {
	list-style-type: circle;
	margin-left: 15px;

}
clear: both;{
}
/*ギャラリー　前へ／次へ　*/

.prevnext{
	margin-bottom: 0;
	width:100%;
	background:#000;
	padding-top:10px;
	}
.prevnext p{
	float: left;
	width: 50%;
	text-align: center;
		}

.prevnext:after{
	clear:both;
	}

/*contact　お問合せ　*/

#formWrap {
	width: 538px;
	color: #FFF;
	line-height: 120%;
	font-size: 90%;
}
table.formTable{
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width: 150px;
	font-weight: normal;
	background: #000;
	text-align: left;
	color: #FFF;
}
#formWrap p{
	padding-top:5px;
	clear:both;
	}
