@charset "utf-8";

/* 
------------------------------------------------------------
トップページ
------------------------------------------------------------ */

/* 
メイン
------------------------------------------------------------ */

#main .catchcopy {
    width: 555px;
	height: 40px;
    margin-bottom: 15px;
}
#main .subcopy {
    margin-bottom: 10px;
    font-size: 150%;
	font-weight: bold;
	line-height: 150%;
}
#main .picture_1 {
    float: left;
    width: 255px;
	height: 180px;
	margin-bottom: 30px;
	padding-left: 15px;
}
#main .inner_1 {
    float: left;
    width: 255px;
	height: 180px;
	padding-left: 15px;
}
#main .col_top {
    clear: both;
	width: 540px;
	height: 155px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#main .col_bottom {
    clear: both;
	width: 540px;
	height: 155px;
	padding-bottom: 30px;
	padding-left: 15px;
}
#main .col_l {
    float: left;
	width: 260px;
	height: 155px;
    background: url('../img/bg.gif') no-repeat ;
}
#main .col_r {
    float: left;
	width: 260px;
	height: 155px;
	margin-left: 10px;
    background: url('../img/bg.gif') no-repeat ;
}

#main .col_top img ,
#main .col_bottom img {
    width: 235px;
	margin-top: 10px;
	margin-left: 10px;
}
#main .col_top p ,
#main .col_bottom p {
    width: 215px;
    padding: 20px;
	color: #336666;
	font-size: 12px;
	line-height: 20px;
}

#main .access {
	width: 555px;
}
#main .access .copy {
    clear: both;
    width: 555px;
	height: 30px;
	margin-bottom: 15px;
}
#main .map {
    float: left;
	margin-bottom: 15px;
	padding-left: 15px;
}
#main .picture_2 {
    float: left;
	padding-left: 15px;
}
#main .inner_2 {
    clear: both;
	width: 525px;
	margin-bottom: 15px;
	padding-left: 15px;
}
#main ul {
    margin-bottom: 50px;
	padding-left: 15px;
}
#main ul li{
    background: url('../img/list_icon.gif') no-repeat 0 0.3em;
	padding-left: 15px;
}

/* 
サイドバー
------------------------------------------------------------ */

#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 {
	margin-bottom: 2px;
	background: url(../img/nav_1.gif) no-repeat left top;
}
#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 li a {
	display: block;
	width: 200px;
	height: 50px;
}
#nav li a:hover {
	background-color: transparent;
}
#nav li a:hover img {
	visibility: hidden;
}

