﻿@charset "UTF-8";

/*基本設定
---------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin: 0; 
	padding: 0; 
} 


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

body {
	color: #009f61;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

body{font-size:75%;}
body:not(:target){font-size:75%;}

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

strong {
	font-weight: bold;
}

a:link, a:visited {
	color:#f6962f;
	text-decoration: none;
}

a:hover, a:active {
	color:;
	text-decoration: underline;
}

.linkimg a{
	display:block;
	text-decoration:none;
}
.linkimg a:hover{
	text-decoration:none;
}
.linkimg a:visited {
	text-decoration:none;
}
.linkimg a:hover img{
	visibility:hidden;
}
.linkimg a img{
	vertical-align:bottom;
	text-decoration:none;
}
.fleft{
	width:236px;
	height:292px
	clear:both;
	float:left;
	margin:60px 10px 0 20px;		
}
.l_button{
	width:430px;
	height:280px
	clear:both;
	margin:245px auto 50px auto;
	text-align:center;		
}
.l_button img{
	margin:0;
}
li {
	list-style: none;
}

html {  
    background: #009f61;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
body{
	font:100% 'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	line-height:0;
	text-align:center;
	overflow-x: hidden;
	-webkit-text-size-adjust:100%;
}
img{
	border:none;
}
.container{
	width:900px;
	text-align:center;
	background-image: url(img/conolelu_bg02.gif);
	background-repeat: no-repeat;
	background-color:#fcd475;
	margin:0 auto 0 auto;
}
h1{
	background-image: url(img/conolelu_title.gif);
	background-repeat: no-repeat;
	width:409px;
	height:361px;
	margin:0 162px 0 auto;
}
h2{
	background-image: url(img/conolelu_magnetic.png);
	background-repeat: no-repeat;
	width:300px;
	height:60px;
	margin:40px auto 0 auto;
}
#site_link{
	width:430px;
	margin:40px auto 0 auto;
}
#site_link .l_site{
	width:180px;
	float:left;
}
#site_link .r_site{
	width:180px;
	float:right;
}


#footer_wrapper{
	height:50px;
	margin-top:10px;	
}
.footer_logo{
	padding:20px;
}
.conolelu_footer{
	width:900px;
	height:40px;
	background-image: url(img/conolelu_footer.gif);
	background-repeat: no-repeat;
}

 .clear {
	 clear: both;
}
.clear hr {
	 display:none; 
}



/*copyright
---------------------------------------------------------- */
#copyright {
	width:100%;
	padding:10px 0;
	background:#00ac84;
	color:#fff;
	text-align:center;
	font-size: 65%;
}
