
/*----- Tag -----*/

body{
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.15em;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(/images/illustration/contents_images/bg.gif);
}
div, p, th, td, li{
	line-height: 1.5;
	font-size: 12px;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.2em;

}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active{
	color:#fff;
	text-decoration: none;
}
h2{
	font-size: 15px;
	color: #FFF;
	margin: 0px;
	background: url(/images/illustration/line_images/h2_bg.png) no-repeat;
	padding: 0px 0px 0px 20px;
	height: 60px;
	line-height: 60px;
}
h3{
	font-size: 15px;
}
h4{
	font-size: 15px;
}
strong{
	color: #66CC33;
}
img{
	border-style: none;
}

/*----- link -----*/

a:link, a:visited, a:hover, a:active{
	color:#006633;
}
a:hover{
	color: #006633;
	text-decoration: none;
}

/*----- layout -----*/

#contents{
	width: 980px;
	margin:0 auto;
	padding: 0;
	background-color: #FFFFFF;
	text-align:left;
}

/*----- #header -----*/

#header{
	padding : 0;
	margin : 0;
	height: 140px;
	text-align:center;
	background: url(/images/illustration/header_images/header_bg.jpg) no-repeat;
}
#header_left{
	float:left;
}
#header_right{
	float:right;
}

/*----- #path -----*/

#path{
	color: #5F6062;
	line-height: 30px;
	height: 30px;
	margin : 0 0 15px;
	background: url(/images/illustration/contents_images/path_bg.gif) repeat-x;
	padding-left: 15px;
	clear: both;
}
#path .home{
	background: url(/images/illustration/left_images/45.png) no-repeat left center;
	padding-left: 20px;

}

/*----- #inside -----*/


#inside{
	margin: 0px;
	padding: 0px 10px;/*本当は15にしたい*/
}

/*----- #left -----*/

#left_menu{
	float: left;
	width: 170px;/*計180px*/
	padding: 0;
	margin: 0 10px 0 0;/*右余白*/
}
#left_menu div{
	padding: 0;
	margin: 0px 0px 10px;/*下余白*/
}
#left_menu ul{
	margin: 0;
	padding: 0;
	list-style: none;

}
#left_menu li{
	margin-bottom: 10px;
}
#left_menu .info li{
	padding-left: 15px;
	background: url(/images/illustration/id_images/ya_green01.gif) no-repeat 0px 5px;
}

#left_menu .s_bookmark li{
	margin-bottom: 10px;
	padding-left: 2px;
	background: url(file://///Fairusaba/mamorubk/hp/kawaguchiko.e-villa.jp/css/none);
	font-size: 10px;
}

#left_menu a:link, #left_menu a:visited{
/*	text-decoration: none;*/
}
#left_menu a:hover{
	color: #6C3;
}

/*----- ソーシャルブックマーク -----*/

#left_menu .s_bookmark li{
	float:left;
	padding : 0;
	margin: 0 10px 0 0;
}
#left_menu .s_bookmark a:link, #left_menu .s_bookmark a:visited{
	text-decoration: none;
}
#left_menu .s_bookmark a:hover{
	color: #6C3;
}


/*----- #main -----*/


#main{
	float: left;
	width: 780px;/*計780px*/
	margin: 0;
	padding: 0;
}

/*----- #center -----*/

#center{
	padding: 0px;
	margin: 0px;
	width: 560px;
	float: left;
}

/*----- #right -----*/

#right {
	float: left;
	width: 200px;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	background: #F6F6F6;
}


/*----- #footer -----*/

#footer{
	clear: both;
	text-align:center;
	color: #5F6062;
	padding : 0;
	margin : 0;
} 

/*----- #header ul, #footer ul -----*/

#header ul, #footer ul{
	text-align:center;
	list-style : none;
	padding : 0;
	margin : 0;
}
#header li, #footer li{
	float:left;
}
#header li a, #footer li a{
	display:block;
	width: 100px;
	border: 1px solid #EEEEEE;
	padding : 0;
	margin: 10px;
}
#header li a:hover, #footer li a:hover{
	background-color:#EEEEEE;
}


.movie {
	margin-bottom: 15px;
}

/*----- tbl1 -----*/

.tbl1 {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
}

.tbl1 th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	white-space: nowrap;
	background: #F5F5F5;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
}
.tbl1 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}
.clear {
    clear: both;
}
.clear_left {
    clear: left;
}
.clear_right {
    clear: right;
}
.red {
	color: red;
}
.center {
	text-align: center;
}