@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

.main_img {
	margin-bottom: 10px;
}

/*=====title start====================================================== */
.title {
	height: 100px;
	background: url("./image/title.jpg") no-repeat;
	margin: 15px 0px 15px 0px;
}

.title_txt{
	color: #FFFFFF;
	font-size: 18px;
	margin: 0px 0px 0px 15px;
	padding-top: 25px;
}

.title_txt2{
	color: #FFFFFF;
	font-size: 10px;
	margin-left: 15px;	
}

/*=====title end======================================================= */

.text2{
	color: #006699;
	margin-bottom: 20px;
}

.detail_top {
	width: 720px;
	height: 45px;
	background: url("./image/detail_top.gif") no-repeat;	
}

/*=====top======================================================= */

.detail_top_title{
	width: 720px;
	height: 45px;
	table-layout:fixed;
	margin-bottom: 0px;
}

.detail_title_td{
	width: 597px;
	color: #FFFFFF;
	font-weight: bold;

}

.detail_button_td{
	font-size: 0px;
}

.detail_title1 {
	line-height: 20px;
	margin: 0px 0px 0px 10px;
}

.detail_title2 {
	line-height: 25px;
	margin: 0px 0px 0px 10px;
}


/*======= photo zoom ========================================= */

.img1 {
	width: 465px;
	height: 348px;
	float: left;
	text-align: center;
	margin-top: 10px;
}



.photo_back {
	background: url("./image/picture_side.gif") repeat-y;
}

.photo {
	width: 243px;
	height: 348px;
	float: right;
	margin-top: 10px;

}
.photo_contents {
	width: 215px;
	margin: 0px 14px 0px 14px;
}

.photo_contents img {
	border: 1px solid #FFFFFF;
}

.photo_left {
	width: 98px;
	float: left;
	margin-top: 3px;
}

.photo_right {
	width: 98px;
	float: right;
	margin-top: 3px;
}



/*======= kaisetsu ========================================= */

.txt_back {
	margin-top: 35px;
	background: url("./image/kaisetu_side.gif") repeat-y;
	
}

.txt_head {
	width: 720px;
	height: 37px;
	background: url("./image/kaisetu_header.gif") no-repeat;
}

.txt_head2 {
	color: #006699;
	font-weight: bold;
	margin: 0px 0px 0px 20px; 
	padding-top: 14px;
}

.txt_kaisesu {
	margin: 5px 0px 0px 20px;
	line-height: 16px;
}

/*=========================================================== */
a.link:link {
	text-decoration: underline;
	color: #0000FF;
	border: 0px;
}

a.link:visited {
	text-decoration: underline;
	color: #0000FF;
	border: 0px;
}

a.link:active {
	text-decoration: none;
	color: #0000FF;
	border: 0px;
}

a.link:hover {
	text-decoration: none;
	color: #0000FF;
	border: 0px;
}



