@charset "UTF-8";

body,div,span,p,img,table,tr,th,td,article,header,footer,section {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
    margin:0;
    padding:0;
    border:0;
    outline:0;
	color:#333333;
}

header {
	position: fixed;
	top: 0px;
    left:0px;
	width: 100%;
	height: 30px;
	background-color: #f2f2f2;
	z-index:999999;
}

a {
	color: #444444;
	text-decoration: none;
}

a:hover {
	color: #0085CF;
}

nav {
	top: 0px;
  	margin:0px auto;
	width: 824px;
	font-family: Futura, Arial, Verdana, sans-serif;
}

ul.menu {
  	list-style-type:none;
  	margin:0px;
  	padding:0px;
}
ul.menu li{
	display:inline-block;
	font-size:13pt;
	font-weight:bold;
	vertical-align:middle;
	cursor: pointer;
	width:160px;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
}
ul.menu li img {
	height:20px;
	margin-top:4px;
}

section {
	position: relative;
	width:960px;
	height: 620px;
  	margin:0px auto;
	padding-top:20px;
	/*border:solid 1px;*/
}

div.sectioncontent {
	position: relative;
	height:540px;
	width:960px;
	margin:0px auto;
	font-size: 24pt;
	line-height: 1.05em;
}

div.sectionbg {
	position: relative;
	height:540px;
	width:960px;
	margin:0px auto;
	background-repeat:no-repeat;
}

article.wide {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 100%;
	text-align:center;
	/*background-color:#aaaacc;*/
}

article.left {
	position: absolute;
	top: 32px;
	left: 40px;
	width: 420px;
	height: 480px;
	text-align:center;
	background-color:#ffffff;
	border-radius: 6px;
}

article.right {
	position: absolute;
	top: 32px;
	right: 40px;
	width: 420px;
	height: 480px;
	text-align:center;
	background-color:#ffffff;
	border-radius: 6px;
}

article.center {
	position: absolute;
	top: 32px;
	right: 160px;
	width: 640px;
	height: 480px;
	text-align:center;
	background-color:#ffffff;
	border-radius: 6px;
}

section h2 {
	font-size: 16pt;
	font-weight:600;
}

article h3 {
	padding-top: 6px;
	font-size: 15pt;
	font-weight:600;
}

article p {
	margin:0px 20px 0px 20px;
	font-size:11pt;
	font-weight:600;
	text-align:center;
}

article.half img {
	width: 280px;
	margin: 16px;
}

h1,h2,h3,h4,h5,h6 {
	text-align:center;
}

div.button {
	color: #ffffff;
	background-color:#6688ff;
	font-size:14pt;
	font-weight:600;
	margin: 160px auto;
	padding:12px 32px;
	width:300px;
	border-radius: 6px;
}

#product_bg {
	background-image: url('../img/pexels-photo-825262-960.jpg');
	opacity:0.4;
}

#project_bg {
	background-image: url('../img/pexels-photo-373072-960.jpg');
	opacity:0.4;
}

#member_bg {
	background-image: url('../img/light-laptop-computer-colors-18547-960.jpg');
	opacity:0.4;
}

#contact_bg {
	background-image: url('../img/pexels-photo-886465-960.jpg');
	opacity:0.4;
}

h1.sectionname {
	margin:32px 8px 0px 8px;
}

ul {
	list-style-type: disc;
}

ul.profile li {
	margin:0px 30px 0px 32px;
	font-size:11pt;
	text-align:left;
}
