@charset "utf-8";
@import url(styles/import.css);
/* default */
body {background: #fff url("images/design/bg.png") center top repeat-x; color: #000;}
a {color: #333;}
a:hover {color: #000;}
/* header */
#header {background: url("images/design/header.png") right 31px no-repeat;}
#top-navi ul li{background:url(images/design/arrow.png) left center no-repeat;}
/* contents */
#center h3, #center h4, #center h5 {color:#000;background:url("images/design/hl.png") no-repeat;}
#index #center h4{color:#c00;background:none;padding:0;}

.content table.sample2 {
	margin: 0px 0% 0px 1%;
	border: none;
	border-collapse: collapse;
}
.content table.sample2 th {
	padding: 0px 7px;
	font-weight: normal;
	border: solid 1px #ccc; color: #000; background: #f7f7f7;
}
.content table.sample2 td {
	padding: 0px 7px;
	border: solid 1px #ccc; color: #000; background: #fff;
}

/* navi */
#category li span, #category li a {color : #000;}
#category li a {background:#0492C2;color: #fff;}
#category li li a {border-bottom: 1px dotted #999;background: #fff url("images/design/navi.png") 5px center no-repeat; color : #333;}
/* footer */
#footer {background: #0492c2;}
#footer * {color: #e1e1e1;}
#footer a {color: #e1e1e1;}
/* toppage */
#index #center .whats p {background: url("images/design/new_arrow.png") no-repeat 4px center;}

/* 1column */
#confor #center{width:100%;text-align:center;background-position: center
10px;}
#confor #center .content{width:900px;margin:0 auto;text-align:left;clear:left;}
#confor .content h3, #center h4, #center h5 {color:#000;background:url("images/design/hl2.png") no-repeat;}

/* LP */
#lp_info{ width: 900px; }
#lp_left{
    width: 350px;
    float: left; 
}
#lp_right{
    width: 520px;
    float: right;  
}
#lp_footer{ clear: both; } 

.lp3_left{ width: 440px; float:left; }
.lp3_right{ width: 430px; float:left; }




