@charset "utf-8";
body {
	font-size: 12px;
	background-image: url(images/main/bk.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:active {
	color: #663300;
}

a:hover {
	color: #663300;
}
.main {
	width: 780px;
	text-align: center;
	background-color: #CCCCCC;
	padding-top: 5px;
}
.main img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.kanban {
	background-color: #FFFFFF;
	margin-top: 5px;
}

h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	margin-bottom: -45px;
	margin-right: 10px;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.l_navi {
	background-image: url(images/main/l_bk.gif);
	background-repeat: repeat-y;
	float: left;
	width: 200px;
	visibility: inherit;
}
.l_navi dl {
	margin-top: 0px;
}

.l_navi dt a {
	font-size: 16px;
	background-image: url(images/main/l_navi01.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	text-align: left;
	font-weight: bold;
	text-indent: 50px;
	height: 50px;
	line-height: 50px;
}
.l_navi  dt  a:hover {
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/main/l_navi02.jpg);
	background-repeat: no-repeat;
	height: 50px;
}

.right {
	float: left;
	width: 560px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-align: left;
	background-color: #FFFFFF;
}
.top_photo {
	text-align: center;
	padding-bottom: 8px;
}
.l_navi dd a {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	background-image: url(images/main/l_navi_list.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: 25px;
	background-position: 5px;
	text-align: left;
}
.l_navi dd a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}
.news {
	float: left;
	width: 310px;
	border: 1px solid #006600;
}
.news dl {
	line-height: 20px;
	margin-top: -5px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
}
.news dt {
	margin-top: 8px;
}

.news dd {
	margin-top: -20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-left: 60px;
	padding-bottom: 3px;
}
.info {
	width: 235px;
	float: right;
	padding-left: 10px;
	margin-bottom: 8px;
}


.foot {
	font-size: 10px;
	background-image: url(images/main/foot.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	clear: left;
	background-color: #FFFFFF;
}
.foot2 {
	font-size: 10px;
	background-color: #FFFFFF;
}
.tbl {
	border: 1px solid #006600;
}
.tbl  td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
}
.pp li {
	padding-bottom: 8px;
}
.q_theme {
	padding-right: 15px;
	padding-left: 15px;
	margin: 8px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #999900;
	border-right-color: #999900;
	border-bottom-color: #999900;
	border-left-color: #999900;
}
.q_theme_title {
	font-size: 14px;
	font-weight: bold;
}
.q_theme li {
	font-weight: bold;
}
.q_box {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #999900;
	border-right-color: #999900;
	border-bottom-color: #999900;
	border-left-color: #999900;
	padding: 8px;
}
.q_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.q_box .q_name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
.q_box .q_a {
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
	margin-top: 8px;
}
.q_for {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.q_go {
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
}



/* 写真用　*/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    cursor: pointer; /* opera */
	cursor: url(highslide/graphics/zoomout.cur), pointer;
    border: 2px solid white;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.right .kanri {
	clear: both;
	padding-top: 8px;
}
.kanri strong {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #006600;
}
.kanri p {
	line-height: 16px;
}
.chu {
	color: #FF0000;
}

