@charset "UTF-8";
/* CSS Document */

body,div,p,br,h1,h2,h3,h4,h5,h6,table,td,th,form,img,ul,li {
	margin: 0;
	padding: 0;
}



body {
	background-color: #FFF;
	color: #000000;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐゴシック";

/*	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; */
	font-size:small;
	line-height: 140%;
}


img {
	border:0;
}

.l_float {
	float:left;
	width:300px;
}


.r_float {
	float:right;
	width:600px;
}

.clear {
	clear:both;
	margin:10px 0;
}

.clear_no_margin {
	clear:both;
	}

.red {
	font-weight:bold;
	color:#F00;
	}

.inline {
	width:528px;
	border: solid 1px #CCCCCC;
	height: 400px;
	padding: 10px;
	overflow: auto;
	margin-bottom:20px;
	}
	
.movie {
	width:550px;
	margin-bottom:20px;
	}



/*------------------------

     link

------------------------*/
a:link{
	color: #000;
	text-decoration:underline;
}
a:visited{
	color: #333;
	text-decoration:none;
	}
a:hover{
	color: #666;
	text-decoration:underline;
	}

/*------------------------

     table

------------------------*/

.tbl_list {
	border-collapse:collapse;
	border:solid 1px #CCC;
}

.tbl_list td {
	border-collapse:collapse;
	border:solid 1px #CCC;
	padding:10px;
}

.tbl_list td.bg {
	border-collapse:collapse;
	border:solid 1px #CCC;
	padding:10px;
	background-color:#EBEBEB;
}


/*------------------------

     layout

------------------------*/



h1{
	font-size: x-small;
	font-weight: normal;
	color:#999;
	text-align:left;
	margin: 0px;
	padding:5px;
	font-size:10px;
	background-color: #333300;
}



#header {
	width:920px;
	margin:20px auto;
}

#ttl {
	float: left;
}


h2 {
	margin:0;
	padding:0;
	float:right;
	}

h3{
	margin:10px 0;
	}

h4 {
	margin:20px 0 10px 0;
	font-size:medium;
	border-left:solid 5px #333300;
	padding:5px;
}

h4.sake {
	margin: 0;
	border-left:none;
	border-bottom:solid 2px #333300;
	color:#333300;
	margin-bottom:5px;
	}


#topimg {
	background-image: url(../img_cmn/topbg.jpg);
	background-repeat: repeat-x;
	height: 400px;
	}
	




.outline {
	width:920px;
	margin:0 auto 10px auto;
	text-align:left;
}


/* navi 

ul#gnavi,#gnavi li {
	list-style: none;
}





#gnavi li {
	margin:0;
	padding:10px 0;
	border-bottom: 1px solid #CCC;
}

#gnavi li.last {
	border:none;
}
*/

#gnavi {
	margin:0;
	width:310px;
	padding:0px 0px 0px 10px;
	float:left;
}

.navi {
	margin:0px 0px 20px 0px;
	width:320px;
	padding:0px 0px 12px 0px;
	border-bottom: 1px solid #CCC;
} 

div.navi_title {
	margin:0px 0px 8px 0px;
	}

.navi_left {
	width:110px;
	float:left;
	padding:0px 0px 0px 10px;
}

.navi_left ul {
	width:110px;
}

.navi_left ul li {
	width:110px;
	list-style: none;
	margin-bottom:2px;
}

.navi_right {
	width:200px;
	float:right;
}
/* contents */


#contents {
	margin: 10px 0　20px 0;
	width:550px;
	float:right;
}

#contents ul {
	margin:0 0 20px 0;
	padding:0;
	}
#contents li {
	border-bottom:1px dotted #666;
	padding:5px;
	margin:0px;
	list-style-type: none;
}
/*
#contents h5 {
	font-weight:normal;
	border-bottom:1px dotted #666;
	padding:0px;
	margin:0px;
}
*/


#contents p {
	margin: 0;
	padding:5px 0;
}


#contents p.line {
	border-bottom:1px dotted #666;
	padding:5px 0;
	margin:5px 0;
}


/* footer */

#foottextlink {
	clear:both;
	text-align:center;
	font-size:x-small;
	margin:20px 0;
	padding-top:10px;
	border-top:dotted 1px #999;
}

#foottextlink ul,#foottextlink li {
	display:inline;
}


#foottextlink li {
	display:inline;
	padding:0 5px;
	border-right :1px #999 solid;
}

#foottextlink li.last {
	border:none;
}



#footer {
	background-color: #333300;
	text-align: left;
	padding:10px;
	height:200px;
	font-size: x-small;
	color:#FFF;
}

#footer div {
margin:0 auto;
width:900px;
}


#footer p {
	float:left;
	width:4５0;
}



#footer address {
	font-style:normal;
	margin:5px 0;
	float:right;
}

.m20_bottom {
	margin-bottom:20px;
	}


.m10_bottom {
	margin-bottom:10px;
	}
