@charset "utf-8";

/* 
------------------------------------------------------------
「名古屋トランクスペースとは」
------------------------------------------------------------ */

/* 
メイン
------------------------------------------------------------ */
h2 {
    margin-bottom: 15px;
}
#main .catchcopy {
    margin-bottom: 15px;
}
#main .point_1 ,
#main .point_2 ,
#main .point_3 {
    width: 345px;
	height: 110px;
    margin-left: 15px;
	margin-bottom: 15px;
	padding: 15px 15px 15px 155px;
}
#main .point_1 {
    background: url('../img/a_anshin.jpg') no-repeat ;
}
#main .point_2 {
    background: url('../img/a_kantan.jpg') no-repeat ;
}
#main .point_3 {
    background: url('../img/a_banzen.jpg') no-repeat ;
}
#main ul li{
    background: url('../img/list_icon.gif') no-repeat 0 0.5em;
	padding-left: 15px;
	font-size: 120%;
	line-height: 160%;
}
#main .present {
    margin-bottom: 15px;
	margin-left: 15px;
}
#main .idea {
	width: 525px;
	height: 155px;
	margin-left: 15px;
	margin-bottom: 15px;
    background: url('../img/bg_l.gif') no-repeat ;
}
#main .idea img {
    width: 500px;
	margin-top: 10px;
	margin-left: 10px;
}
#main .idea p{
    width: 480px;
    padding-top: 20px;
    padding-left: 20px;
	color: #336666;
	font-size: 12px;
	line-height: 20px;
}
#main .kojin {
	width: 525px;
	height: 55px;
	margin-left: 15px;
	margin-bottom: 15px;
    background: url('../img/bg_s.gif') no-repeat ;
}
#main .kojin img {
    width: 500px;
	margin-top: 5px;
	margin-left: 10px;
}

#main .col {
    float: left;
	width: 255px;
	margin-left: 15px;
	margin-bottom: 10px;
	display: inline;
}
#main .caption {
	width: 255px;
	height: 20px;
	margin-bottom: 50px;
	font-size: 11px;
}
	
/* 
サイドバー
------------------------------------------------------------ */

#side #nav {
    margin-bottom: 15px;
}
#side .bannar {
    width: 200px;
	text-align: center;
}
#side .bannar p {
    margin-bottom: 10px;
}
#side .bannar .support {
    padding-top: 15px;
    border-top: 1px dotted #666666;
	font-size: 11px;
}
#nav ul {
	position: relative;
	width: 200px;
}
#nav li {
	width: 200px;
}

/* --- hover ---*/

#nav .nav_1 {
	background: url(../img/nav_1_on_hover.gif) no-repeat left top;
}
#nav .nav_1_1 {
	background: url(../img/nav_1_1.gif) no-repeat left top;
}
#nav .nav_1_2 {
	background: url(../img/nav_1_2.gif) no-repeat left top;
}
#nav .nav_1_3 {
	background: url(../img/nav_1_3.gif) no-repeat left top;
	margin-bottom: 2px;
}
#nav .nav_2 {
	margin-bottom: 2px;
	background: url(../img/nav_2.gif) no-repeat left top;
}
#nav .nav_3 {
	margin-bottom: 2px;
	background: url(../img/nav_3.gif) no-repeat left top;
}
#nav .nav_4 {
	margin-bottom: 2px;
	background: url(../img/nav_4.gif) no-repeat left top;
}
#nav .nav_5 {
	background: url(../img/nav_5.gif) no-repeat left top;
}
#nav a {
	display: block;
	width: 200px;
	height: 50px;
}
#nav li a:hover {
	background-color: transparent;
}
#nav li a:hover img {
	visibility: hidden;
}	