@charset "UTF-8";





/* SpryMasterDetail.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Master/Detail structure container. 
 *
 * If you want to constrain the width of the Master/Detail structure, set a width on
 * the Master/Detail container. By default, our structure expands horizontally to fill
 * up available space.
 */
.MasterDetail
{
	font: 100% Verdana, Geneva, sans-serif;
	clear: left;
	background-color: #FFFFFF;
	margin: 2px;
	height: 630px;
	padding-bottom: 20px;
}

/* This is the selector for the Master Container element which houses all the MasterColumn
 * classes. By default the Master column occupy about 35% from the width of the 
 * entire structure. 
*/
.MasterDetail .MasterContainer
{
	width: 300px;
	overflow: scroll;
	height: 610px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	margin: 0px;
	padding: 0px;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
	font-size: 75%;
	background-color: #E3E3E3;
	cursor:pointer;
	float: right;
	padding: 7px;
	border: 1px solid #FFF;
	width: 260px;
	margin: 0px;
	height: auto;
}
#some {
	width: 130px;
	float: left;
	padding: 0px;
	margin-top: -15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 100px;
}
#some01 {
	width: auto;
	margin-left: 5px;
	height: auto;
}




/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail .MasterColumnHover
{
	background-color: #FF9;
}


/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{
	background-color:#F00;
	color: white;
}


/* This is the selector for the Detail Container element which houses all the DetailColumn
 * classes. By default the Detail column occupy about 60% from the width of the 
 * entire structure. 
*/
.MasterDetail .DetailContainer
{
	padding:0px;
	float: left;
	overflow: auto;
	border-top-color: gray;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: gray;
	width: 435px;
	height: 620px;
	margin: 0px;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .DetailColumn
{
	height: 320px;
	width: 435px;
	background-image: url(../image01/picback.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	text-align: center;
}
#jouhou {
	height: 80px;
	width: 280px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#qr {
	height: 80px;
	width: 111px;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.culmthumb {
	text-align: left;
	color: #03F;
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 120px;
	float: left;
}

.culmwhen {
	font-size: 80%;
	text-align: left;
	color: #666;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	float: left;
}
.culmitem {
	font-size: 100%;
	text-align: left;
	color: #666;
	padding: 0px;
	height: 10px;
	width: 170px;
	float: left;
	margin: 0px;
}
.culmno {
	font-size: 100%;
	text-align: left;
	color: #333;
	padding: 0px;
	height: 10px;
	width: 170px;
	line-height: 14px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}


.culmyachintype {
	padding: 0px;
	color: #009;
	font-size: 100%;
	font-weight: lighter;
	height: auto;
	width: auto;
	margin: 0px;
	float: left;
}
.culmeki {
	font-size: 95%;
	text-align: left;
	color: #666;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	height: auto;
	width: 140px;
}
.culmwhen01 {
	font-size: 80%;
	text-align: left;
	color: #333;
	padding: 0px;
	float: left;
	height: auto;
	width: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.culmyachintype01 {
	font-size: 100%;
	text-align: left;
	color: #000066;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
	height: auto;
	width: 400px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.culmeki01 {
	font-size: 90%;
	text-align: left;
	color: #333;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
	height: auto;
	width: 400px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.culmaddress01 {
	font-size: 90%;
	text-align: left;
	color: #333;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
	height: auto;
	width: 400px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.detailcenter {
	font-size: 90%;
	text-align: left;
	color: #333333;
	padding: 0px;
	width: 400px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 50px;
	margin-left: 20px;
	height: 70px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 18px;
}
.button {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 30px;
	width: 250px;
}

.left {
	float: left;
}
.bt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
}

#button {
	height: 20px;
	width: auto;
	margin-left: 0px;
	float: right;
	margin-right: 5px;
	margin-top: 25px;
}
#buttonpdf {
	width: 300px;
	height: 30px;
	float: left;
	clear: left;
	padding-left: 130px;
}
