<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main{
	background: url('images/bg_contents.jpg') repeat-y;
	padding: 0;
}

/********************
PA SR page Setting
********************/
#pa_list li{
	display: inline;
	float: left;
	width: 290px;
	margin: 0 10px 10px;
}

table tr{
	background:url('images/bg_table_td.gif') repeat-x bottom left;
}

table td{
	padding: 5px;
	
}


/********************
event work setting
********************/
#ele_work li{
	display: inline;
	float: left;
	width: 290px;
	height: 200px;
	padding: 0 10px 10px;
}

#ele_work li p img{
	float: right;
}


/********************
Product setting
********************/
#page03 #contents p img{
	display: inline;
	float: right;
}

/********************
Conact Setting
********************/
form{
	margin: 10px 0;
}
fieldset{
	border: 1px solid #C5AC93;
	padding: 10px;
	margin: 0 0 10px 0;
	vertical-align top
}

fieldset label {
	display: inline-block;
	width: 120px;
}

fieldset input{
	width: 440px;
}

fieldset #zip{
	width: 120px;
}

#submit_btn{
	text-align: center;
}

#submit_btn input{
	width: 100px;
	margin: 10px;
}

fieldset textarea{
	width: 440px;
	height: 7em;
}


/********************
About setting
********************/
dl dt{
	clear: both;
	display: inline;
	float: left;
	padding: 5px 10px;
	width: 150px;
	text-align: center;
	border-top: 1px solid #cbb2a2;
}

dl dd{
	display: inline;
	float: right;
	width: 420px;
	padding: 5px 10px;
	border-bottom: 1px solid #cbb2a2;
	border-left: 3px double #cbb2a2;
}


</pre></body></html>