p,
pre,
blockquote,
address,
cite {
	margin: 0.5em 30px 1em;
}

address {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.8em 30px 0.5em;
}

h1 {
	font-size: 167%;
	font-weight: normal;
}

h2 {
	padding-bottom: 0.3em;
	font-size: 131%;
	font-weight: normal;
}

h3 {
	padding: 0.1em 10px;
	font-size: 116%;
	font-weight: normal;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 15px;
}

br {
	letter-spacing: 0;
}

pre {
	padding: 0.5em 0 0.5em 20px;
	width: 95%;
	max-width: 85%;
	overflow: scroll;
	font-family: monospace;
}

pre * {

}

pre[title]:before {
	margin: 0px;
	padding: 0px;
	display: block; 
	content: attr(title);
}

blockquote {
	margin-left: 40px;
	padding: 0.6em 20px;
}

blockquote * {
	margin: 0;
	border: none!important;
}

blockquote[title]:before {
	margin-bottom: 0.6em;
	display: block;
	content: "Quote: "attr(title); 
}

blockquote[cite]:after {
	padding: 0.8em 20px;
	display: block; 
	content: "Quote: "attr(cite);
	text-align: right;
}

cite {
	display: block;
	text-align: right;
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {

}

code {
	font-family: monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	padding: 0px; 
	font-family: monospace;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-color: #fcfff4;
	background-attachment: fixed;
}

#header, #content, #footer {
	width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 136px;
}

#content {
	display: block;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	background-image: url(../img/footer_bg.png);
	display: block;
	padding: 10px;
	width: 980px;
	height: 32px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	color: white;
	clear: both;
}

#main {
	display: block;
	width: 760px;
	float: right;
}

#main h2{
	display: block;
	widows: 740px;
	height: 42px;
	font-size: 1.6em;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 4px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #030;
	border-bottom-color: #030;
	color: #030;
	clear: both;
}

.siteName {
	display: block;
	margin: 16px;
	margin-left: 12px;
	margin-top: 20px;
	padding: 0px;
	position: absolute;
	top: 16px;
}

.siteName a {
	display: block;
	background-image: url(../img/logo.png);
	height: 88px;
	width: 403px;
	text-indent: -9999px;
	overflow: hidden;
}

.description {
	background-image: url(../img/header_dc.png);
	display: block;
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 5px;
	width: 990px;
	height: 14px;
	text-indent: 10px;
	font-size: 0.8em;
	font-weight: bold;
	color: white;
}

#sp_desc {
	display: block;
	margin: 16px;
	margin-left: 620px;
	margin-top: 18px;
	padding: 0px;
	position: absolute;
	top: 16px;
}

#utilities {
	display: block;
	width: 220px;
	margin: 0px;
	padding: 0px;
}

#utilities_header, #utilities_footer {
	display: block;
	width: 220px;
	height: 12px;
}

#utilities_header {
	background-image: url(../img/side_top.png);
}

#utilities_footer {
	background-image: url(../img/side_bottom.png);
}

#utilities .navi{
	display: block;
	width: 196px;
	height: 100px;
	margin: 0px;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;
	background-image: url(../img/side_bg.png);
}

#utilities .navi ul{
	display: block;
	padding: 0px;
	margin: 0px;
}

#utilities .navi dt, #utilities .navi dd {
	display: block;
	width: 196px;
	margin: 0px;
	padding: 0px;
}

#utilities .navi dt {
	display: none;
}

#utilities .navi li{
	display: block;
	width: 184px;
	padding: 0px;
	margin: 0px;
	margin-left: 6px;
	margin-bottom: 16px;
	left: 0px;
}
#utilities .navi li a, #utilities .navi li a:hover{
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.4em;
	height: 20px;
	text-indent: 26px;
	background-image: url(../img/list_icon_a.png);
	background-repeat: no-repeat;
}

#utilities .navi li a:hover{
	background-image: url(../img/list_icon_b.png);
}

.return {
	display: block;
	margin: 6px;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 0px;
	width: 207px;
}

.return a{
	display: block;
	height: 42px;
	width: 207px;
	background-image: url(../img/return.png);
	text-indent: -9999px;
	overflow: hidden;
}

.unit {
	display: block;
	width: 728px;
	margin-bottom: 24px;
	padding: 16px;
	clear: both;
}

#ItemUploadForm .input
{
	display: block;
	text-align: left;
	width: 718px;
	margin: 0px;
	padding: 2px;
	padding-bottom: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 28px;
}

#ItemUploadForm .input label{
	display: block;
	float: left;
	width: 170px;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: 500;
	height: 28px;
}

#ItemUploadForm .text input{
	padding: 2px;
	width: 140px;
	font-size: 1em;
}

#ItemUploadForm .file input,
#ItemUploadForm .checkbox input{
	padding: 2px;
	margin-right: 4px;
	font-size: 1em;
}

#ItemUploadForm .input input:focus{
	background-color: #FFD;
}

#ItemUploadForm #ItemMemo, #ItemUploadForm #ItemFile {
	width: 520px;
}

#ItemUploadForm #ItemFile {
	width: auto;
}


.limit_parts {
	display: none;
}
.limit_parts input{
	width: 40px;
	text-align: right;
	margin: 0px;
}

.submit input{
	margin: 6px;
	margin-left: 170px;
	background-color: #690;
	background: -webkit-gradient(linear, left top, left bottom, from(#CC0), to(#9c0));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	color: #000;
	padding: 5px;
	font-size: 1.2em;
	font-weight: 600;
	width: 160px;
	border-radius:6px;
	border: 1px solid #2d6324;
}

.file_caution {
	display: block;
	width: 708px;
	background-color:#dddd99;
	padding: 10px;
	margin-bottom: 12px;
	color: #060;
	font-weight: bold;
	line-height: 1.4em;
}

#flashMessage {
	display: block;
	width: 706px;
	background-color:#FCC;
	padding: 10px;
	margin-bottom: 12px;
	color: #F33;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.4em;
	border: 1px solid #F33;	
}

#item_list {
	font-size: 0.9em;
	display: block;
	width: 728px;
	margin: 0px;
	margin-bottom: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #060;
}

#item_list td, #item_list th{
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

#item_list th{
	color: #060;
}

#item_list .id{
	width: 60px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #060;
}

#item_list .id a{
	display: block;
	width: 46px;
	height: 36px;
	background-image: url(../img/download.png);
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
}

#item_list .comment{
	width: 323px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #060;
}

#item_list .size{
	width: 70px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #060;
}

#item_list .limit {
	width: 145px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #060;
}

#item_list .delete {
	width: 46px;
	text-align: center;
}

#item_list .delete a{
	display: block;
	width: 36px;
	height: 36px;
	background-image: url(../img/delete_a.png);
	text-indent: -999px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#item_list .delete a:hover{
	background-image: url(../img/delete_b.png);
}

#item_list tr{
	display: block;
	width: 728px;
	margin: 0px;
}

#item_list th,
#item_list td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #060;
}

.item_detail, .item_detail tr{
	width: 728px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.item_detail .item_hl, .item_detail .item_ct{
	margin: 0px;
	padding: 16px;
	border-bottom: #fcfff4 solid 1px;
}

.item_detail .item_hl {
	width: 112px;
	background-color: #54a719;
	color: #FFF;
	font-weight: bold;
}

.item_detail .item_ct {
	width: 552px;
	background-color: #ebebd1;
}

.item_detail .item_ct input{
	display: block;
	padding: 2px;
	margin: 0px;
	width: 140px;
	font-size: 1em;
}

.item_detail .item_ct .link_url {
	width: 512px;
}

.item_detail .item_ct input:focus{
	background-color: #FFD;
}

.item_ct form {
	display: block;
	padding: 0px;
	margin: 0px;
}

.item_ct form .input, .item_ct form .submit{
	display: block;
	float: left;
}

.item_ct form .input{
	width: 152px;
}

.item_ct form .input input{
	display: block;
	height: 14px;
}

.item_ct form .submit input{
	display: block;
	height: 22px;
	width: 80px;
	padding-top: 3px;
	/*
	padding-top: 0px;
	*/
}

.file_caution #flashMessage {
	width: 686px;
	margin-top: 10px;
	margin-bottom: 0px;
}

div .error-message {
	display:inline-block;
	background-color:#FCC;
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
	color: #F33;
	font-weight: bold;
	line-height: 1.4em;
}

div .delete_bt .input input{
	height: 24px;
}

div .delete_bt .submit input{
	width: 160px;
	height: 32px;
}

.paging {
	display: block;
	width: 712px;
	margin: 0px;
	padding: 8px;
	text-align: center;
}

.paging span {
	padding: 2px;
	margin: 0px;
}

.agreement li{
	list-style-type:disc;
	margin-bottom: 20px;
	line-height: 1.2em;
}

#contact {
	display: block;
	margin: 0px;
	padding: 0px;
}

#contact strong{
	display: block;
	width: 708px;
	background-color:#dddd99;
	padding: 10px;
	margin-bottom: 12px;
	color: #060;
	font-weight: bold;
	line-height: 1.4em;
}

#contact p{
}

#contact span{
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 10px;
}

#contact span input{
	padding: 2px;
	font-size: 1em;
	width: 200px;
}

#contact span textarea{
	padding: 4px;
	font-size: 1.2em;
	width: 400px;
	height: 100px;
}

#contact span input:focus,
#contact span textarea:focus{
	background-color: #FFD;
}

#contact .submit{
	margin: 2px;
	background-color: #690;
	background: -webkit-gradient(linear, left top, left bottom, from(#CC0), to(#9c0));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	color: #000;
	padding: 5px;
	font-size: 1.2em;
	font-weight: 600;
	width: 160px;
	border-radius:6px;
	border: 1px solid #2d6324;
}

#contact .item_detail, .item_detail tr{
	width: 728px;
	margin: 0px;
	padding: 0px;
	border: none;
}

#contact .item_detail .item_hl, .item_detail .item_ct{
	margin: 0px;
	padding: 16px;
	border-bottom: #fcfff4 solid 1px;
}

#contact .item_detail .item_hl {
	width: 112px;
	background-color: #54a719;
	color: #FFF;
	font-weight: bold;
}

#contact .item_detail .item_ct {
	width: 552px;
	background-color: #ebebd1;
}

#contact .item_detail .item_ct input{
	display: block;
	padding: 2px;
	margin: 0px;
	width: 140px;
	font-size: 1em;
}

#contact .item_detail .item_ct .link_url {
	width: 512px;
}

#contact .item_detail .item_ct input:focus{
	background-color: #FFD;
}

#about {
	margin: 0px;
	padding: 0px;
}

#about li{
	margin: 10px;
	padding: 0px;
}

#footer address{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	line-height: 32px;
}

.navi,
#main {
	min-height: 600px;
}

#options {
	display: block;
	padding-bottom: 0%;
	margin: 0px;
	margin-top: 5px;
	background-color:#CC6;
	width: 98%;
	padding: 1%;
}

#options a{
	color: #360;
}

#form_plus {
	display: block;
	background-image: url(../img/add_icon_b.png);
	background-repeat: no-repeat;
	text-indent: 24px;
	float: right;
	margin: 0px;
	margin-right: 16px;
	line-height: 24px;
	padding: 0px;
	padding-right: 4px;
	background-position: 4px 4px;
	color:#060;
	font-weight: bold;
	text-decoration: none;
}

*:first-child+html #form_plus {
	margin-top: -26px;
}

#addform,
#pdfalbum {
	display: block;
	text-align: left;
	text-indent: 46px;
	overflow: hidden;
	border: none;
	color:#060;
	font-weight: bold;
	font-size: 0.98em;
	line-height: 28px;
	height: 28px;
	background-image: url(../img/add_icon.png);
	background-repeat: no-repeat;
}

.about_pdf {
	display: block;
	text-align: left;
	text-indent: 32px;
	overflow: hidden;
	border: none;
	color:#060;
	font-weight: bold;
	font-size: 0.98em;
	line-height: 28px;
	height: 28px;
	background-image: url(../img/palb_icon.png);
	background-repeat: no-repeat;
	float: right;
	margin-right: 240px;
}

#pdfalbum {
	margin-top: 8px;
	background-image: url(../img/palb_icon.png);
	background-repeat: no-repeat;
	background-position: 8px;
}

.file_success {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.file_success li{
	display: block;
	list-style: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

.file_success .success_url{
	padding: 2px;
	margin: 0px;
	width: 562px;
	font-size: 1em;
}

.file_success .success_url:focus{
	background-color: #FFD;
}

.file_success .success_button {
	background-color: #690;
	background: -webkit-gradient(linear, left top, left bottom, from(#CC0), to(#9c0));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	color: #000;
	margin: 0px;
	margin-left: 5px;
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 0.8em;
	font-weight: 600;
	border-radius:6px;
	border: 1px solid #2d6324;
}

.file_success .file_textarea {
	display: block;
	margin-top: 15px;
	margin-bottom: 30px;
}

.file_success .file_textarea label{
	display: block;
	float: left;
	font-size: 1em;
	margin-right: 5px;
	margin-bottom: 5px;
}

.file_success .file_textarea textarea {
	width: 100%;
	font-size: 1.2em;
	height: 160px;
	clear: both;
}

.file_failure {
	display: block;
	width: 100%;
}

.file_failure li{
	margin: 0px;
	margin-bottom: 8px;
	line-height: 1.2em;
}

.clear {
	clear: both;
}

#LimitET_LB,
#LimitTM_LB {
	padding: 4px;
}

.dl_func {
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;
}

.dl_func a{
	display: block;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-indent: 20px;
	background-image: url(../img/delete_icon.png);
	background-repeat: no-repeat;
	color: #360;
	font-weight: bold;
}

.dl_func .pdf_album {
	background-image: url(../img/palb_m_icon.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 20px;
	line-height: 16px;
	height: 16px;
	text-indent: 20px;
}

#download_submit {
	width: 160px;
	line-height: 1em;
}

.error {
	display: inline-block;
	background-color: #FCC;
	margin: 0px;
	padding: 4px;
	color: #F33;
	font-weight: bold;
}
