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

address,caption,cite,th {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

img,abbr,fieldset {
	border: 0;
}
body {
	background: url(rec_bg.gif) repeat-y left;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

li {
	list-style-type: none;
}



/*TOPページ*/
#top {
	background: url(rectop_bg.gif) repeat-y left;
}
#topcontainer {
	width: 650px;
	padding-bottom: 50px;
}
#topcontainer:after {  
    content: ".";  
     display: block;  
     visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
     clear: both;  
}
#topcontainer {  
    zoom: 100%;  
}
#toptitle {
	background: #333333 url(top_logo.gif) no-repeat 380px 120px;
}
#topcontainer p {
	margin-top: 30px;
	margin-left: 30px;
	line-height: 2;
	margin-right: 290px;
	font-size: 14px;
}
#toptitle h1 {
	width: 380px;
	background: #000000;
}
ul#topnavi {
	float: right;
	width: 270px;
	background: #FFFFFF;
	font-size: 0.8em;
	padding-top: 30px;
	padding-bottom: 50px;
}


ul#topnavi li {
	margin: 10px 0px 0px 10px;
}
ul#topnavi a {
	text-decoration: underline;
	color: #333333;
}

ul#topnavi a:link {
}

ul#topnavi a:visited {
	color: #999999;
}

ul#topnavi a:hover {
	text-decoration: none;
}

ul#topnavi a:active {
}


/*リーフページ*/

#contents {
	width: 650px;
	margin-bottom: 30px;
	padding-bottom: 50px;
}

#title {
	color: #FFFFFF;
	background: #000000;
	height: 81px;
}
#logo {
	float: left;
}
#title h1 {
	font-size: 16px;
	margin: 0 0px 0px 120px;
	padding-top: 45px;
	letter-spacing: 0.1em;
}


#logo :after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	clear: both;
}


#navi {
	float: left;
	width: 112px;
	height: 324px;
	background: url(navi_bg.gif) repeat-y left;
}
#navi li {
	height: 36px;
}


#main {
	margin: 50px 40px 0px 120px;
}
#main h2 {
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
#main p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 2em;
}

#totop {
	font-size: 10px;
	text-align: right;
	margin-top: 50px;
}


/*メリット内リスト*/
#main.merit ul {
	font-size: 14px;
	line-height: 1.6;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1em;
	margin-bottom: 40px;
}

#main.merit li {
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 5px;
}

/*会社概要*/
#main.gaiyo h2 {
	font-size: 18px;
	letter-spacing: 0.1em;
}
#main.gaiyo ul {
	font-size: 14px;
	line-height: 1.6;
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 40px;
	padding-left: 0.5em;
}

#main.gaiyo  li {
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 5px;
}
