﻿@charset "utf-8";
/* CSS Document */


/* -----------------------------------------------------------

CSS Information



 File name:      home.css

 Style Info:     トップページスタイル設定

----------------------------------------------------------- */

.top-title_01{
	background: url(../img/top_title_01.gif) no-repeat;
	width:320px;
	height:22px;
	padding-bottom:30px;
	text-indent:-9999px;
}


.top-title_02{
	background: url(../img/top_title_02.gif) no-repeat;
	width:155px;
	height:15px;
	padding-bottom:30px;
	text-indent:-9999px;
}


.top-contents-box{
	width:960px;
	font-size:85%;
	padding:5px 0;
}

.top-contents-box ul li{
	width:210px;
	float:left;
	padding-right:10px;
	margin-right:20px;
	border-right:#CCCCCC 1px solid;
	vertical-align: bottom;
}

.top-contents-box ul li.last{
	padding-right:0;
	margin-right:0;
	border-right:none;
}



.top-contents-img {
	width:66px;
	height:66px;
	border:#CCCCCC 2px solid;
	float:left;
	margin-right:10px;
}


.top-contents-img img{
	vertical-align: bottom;
	zoom: 1;
}

.top-contents-list{
	padding-top:10px;
}

.top-contents-list dl dt{
	padding-bottom:5px;
}