body{
	margin:0px;
	padding:0px;
}
a:link {
	text-decoration: none;
	color: #888;
}
a:visited {
	text-decoration: none;
	color: #888;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}
img{
	border: 0px;
}

.menu{
	width:670px;
	height:20px;
	padding-left:50px;
	margin-left:auto;
	margin-right:auto;
	overflow: 
	overflow-x:inherit;
}

.menu .item{
	cursor:pointer;
	display:block;
	float:left;
	color:white;
	font-family:sans-serif;
	font-size:14px;
	padding-left:8px;
	padding-right:8px;
}

.top_menu{
	width:1000px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	overflow-x: inherit;
}

.top_menu .item{
	cursor:pointer;
	display:block;
	float:left;
	color:white;
	font-family:sans-serif;
	font-size:13px;
	padding-left:10px;
	padding-right:10px;
	letter-spacing:1px;
}
.top_menu .item_sns{
	display:block;
	margin-top: -4px;
	float:left;
	color:white;
	font-family:sans-serif;
	font-size:14px;
	padding-left:20px;
	padding-right:30px;
}

.c_header{
	position: absolute;
	top:0px;
	background-color:red;
	width:100%;
	height:50px;
	margin:0px;
}

div.c_contents{
	margin-top:70px;
	width:960px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	opacity: '0';
}


.top_logo{
	margin-top:110px;
	margin-left:auto;
	margin-right:auto;
	width:267px;
	height:370px;
	background-image: url('../img/krol_logo.png');
	background-repeat   : no-repeat;
}

.sns{
	width:100%;
	text-align:center;
	margin:0px;
	padding:0px;
}

ul.member_list{
	width:1000px;
	padding:0;
	margin:0;
}

ul.member_list img{
	float:left;
	margin-right:15px;
}

ul.member_list li{
	float:left;
	display:block;
	width:400px;
	height:80px;
	font-size:10px;
	margin-top:auto;
	margin-bottom:auto;
	margin:11px;
	padding:20px;
	letter-spacing:1px;
}
ul.member_list li a{
	display:block;
	width:400px;
	height:80px;
	padding-top:8px;
}
ul.member_list li p{
	display:block;
	width:400px;
	height:80px;
	padding-top:2px;
}

.statement_text{
	position:absolute;
	display:block;
	top:140px;
	width:240px;
	padding-left:10px;
	height:250px;
	font-size:12px;
	line-height:20px;
	color:#888;
	font-weight: 100;
}
.statement_text_en{
	position:absolute;
	display:block;
	top:320px;
	width:240px;
	padding-left:14px;
	height:200px;
	font-size:13px;
	line-height:20px;
	color:#888;
	font-weight: 100;
}

.statement_text_sign{
	position:absolute;
	display:block;
	top:510px;
	width:240px;
	padding-left:14px;
	height:80px;
	font-size:11px;
	line-height:16px;
	color:#888;
	font-weight: 100;
}


.sub_title{
	font-family:sans-serif;
	width:870px;
	border-bottom: solid 1px #ccc;
	padding:5px;
	margin-bottom: 10px;
}

.contents_line{
	width:880px;
	border-bottom: solid 1px #ccc;
	padding:5px;
	
	margin-top: 10px;
	margin-bottom: 10px;
}

img.news_contents{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.footer{
	color:white;
	width:100%;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	bottom:5px;
	font-size:12px;
	font-family:sans-serif;
}
