/* CSS Document */
body {
	font-size: 8pt;
	font-family:'Quicksand', sans-serif;
	line-height: 16px;
	color: #444;
	margin: 0px;
	background: #f5f5f5;
}
  
img {
	border:0;
}
   
ul,li {  
    list-style-type: none; 
    margin: 0;
    padding: 0;
}  
  
a:link {
	color: #444;
	text-decoration: none;
} 
a:visited {
	color: #444;
} 

a:hover {
	color: #ddd;
} 

/* = Selected Text
----------------------------------------------- */
::selection {
    background:#FF0; /* Safari */
}
 
::-moz-selection {
    background:#FF0; /* Firefox */
}


#wrapper{
	margin: 0 auto;
	text-align: center;
	width: 100%;
}


/* nav */
#navi{
	position: fixed;
	top: 20px;
	left: 50px;
	width: 800px;
	z-index: 10;
	text-align: left;
	line-height: 30px;
	list-style: none;
	
	/* IE5 later && javascript-on */ 
	position: expression('absolute'); 
	top: expression(documentElement.scrollTop + 20 + 'px'); 
	left: expression(documentElement.scrollLeft + 50 + 'px');
}

.n_title{
	position: relative;
	width: 800px;
	height: 28px;
	font-weight:700;
	letter-spacing: 0.2em;
}

.n_title a {
	color: #444;
	text-decoration: none;
	padding-bottom: 4px;  
	border-bottom:solid 2px;  
} 

.n_title a link {
	color: #444;
	text-decoration: none;
	padding-bottom: 4px;  
	border-bottom:solid 2px;  
} 

.navi2{
	display: none;
}

.copy{
	position: fixed;
	width: 350px;
	height: 10px;
	bottom: 40px;
	left: 50px;
    font-size: 7pt;
	letter-spacing: 0.2em;
	z-index: 10;
	text-align: left;
	list-style: none;
	
	/* IE5 later && javascript-on */ 
	position: expression('fixed'); 
	top: expression(documentElement.scrollBottom + 40 + 'px'); 
	left: expression(documentElement.scrollLeft + 50 + 'px');
}

.name{
	position: fixed;
	width: 200px;
	height: 10px;
	top: 30px;
	right: 20px;
	letter-spacing: 0.2em;
	
	/* IE5 later && javascript-on */ 
	position: expression('absolute'); 
	top: expression(documentElement.scrollTop + 30 + 'px'); 
	left: expression(documentElement.scrollRight + 20 + 'px');
}

.icon{
	position: fixed;
	width: 66px;
	height: 20px;
	bottom: 30px;
	right: 40px;
	z-index: 10;
	list-style: none;
    color: #f5f5f5;
	
	/* IE5 later && javascript-on */ 
	position: expression('fixed'); 
	top: expression(documentElement.scrollBottom + 30 + 'px'); 
	left: expression(documentElement.scrollRight + 40 + 'px');
}

.ho{
	position: relative;
	width: 12px;
	height: 12px;
	margin: 5px;
	float: left;
}

.tw{
	position: relative;
	width: 12px;
	height: 12px;
	margin: 5px;
	float: left;
}

.us{
	position: relative;
	width: 12px;
	height: 12px;
	margin: 5px;
	float: left;
}


/* main */
.main {
    width: 100%;
    max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0 100px;
	list-style: none;
}

.title{
	text-align: center;
	font-size: 50pt;
	line-height:80px;
	letter-spacing: 0.2em;
}

.main ul {
	padding: 50px 0 0;
	text-align: center; 
}

.main ul li {
	padding: 20px 20px;
	vertical-align: top;
	display: inline-block; 
}

.con_img{
	width: 200px;
	height: 200px;
    color: #f5f5f5;
　  text-align: center;
}

.con_txt{
	width: 200px;
	text-align: left;
	font-size: 8pt;
	line-height:20px;
	letter-spacing: 0.2em;
	float: left;
}


@media (max-width: 900px) {
	#menu {
		display: none;
	}

	.navi2{
		display: inline;
	    margin: 0 auto;
		list-style: none;
		z-index: 10;
		text-align: center;
	}

	.navi2 ul {
		position: fixed;
		width: 900px;
		top: 20px;
		font-size: 14px;
		font-weight:700;
		letter-spacing: 0.2em;
		line-height: 3.5em;
		z-index: 11;
	}

	.navi2 ul li{
	    display: inline-block;
	}

	.navi2 ul li a {
		margin: 0 10px;
		color: #444;
		text-decoration: none;
		padding-bottom: 4px;  
		border-bottom:solid 2px;  
	} 

	.main {
		padding: 250px 0 50px;
	}

	.title{
		font-size: 40pt;
	}

	.main ul {
		padding: 50px 0 0;
	}

	.main ul li {
		padding: 0 5px 20px;
		vertical-align: top;
		display: inline-block; 
	}
	.con_txt{
		font-size: 12pt;
		line-height: 1.5em;
	}
}

