body,div,p,img,table,tr,th,td {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

html {
	overflow-y: scroll;
}

body {
	background-image: url(img/blue_stripe_2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #ffffff;
	color: #333333;
	font-family: "MS UI GOTHIC", sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}

a:link {
	background-color: transparent;
	color: #0000ff;
}

a:visited {
	background-color: transparent;
	color: #6666cc;
}

a:active {
	background-color: transparent;
	color: #cc0000;
}

a:hover {
	background-color: transparent;
	color: #ff6600;
}

img {
	border-width: 0px;
	margin: 0px;
}

img.sample {
	width: 40px;
	height: 40px;
}

textarea {
	overflow-y: scroll;
}

/****************************/ /********** HEADER **********/
	/****************************/
h1 {
	font-size: 150%;
	font-weight: bold;
	font-family: sans-serif;
	margin-top: 25px;
	margin-bottom: 0px;
	padding: 0px;
}

h1 a:link,h1 a:visited,h1 a:active,h1 a:hover {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}

h2 {
	font-size: medium;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	padding: 4px 6px 2px 6px;
	background-color: #ffffff;
	background-image: url(img/th.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #990000;
}

h3 {
	text-align: left;
	margin: 8px 0px;
	padding: 5px 0px 2px 5px;
	font-size: small;
	font-weight: bold;
	background-color: #ffffff;
	background-image: url(img/th.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #990000;
}

h3.title {

}

h3.active-title {
	background-image: none;
	color: #ffffff;
	background-color: #669966;
}

h3.active-title a {
	text-decoration: none;
	color: #ffffff;
	background-color: #669966;
}

h4 {
	font-size: small;
	font-weight: bold;
	margin: 0px;
}

p {
	text-align: left;
	margin: 8px 0px;
	padding: 5px 0px 2px 5px;
	font-size: small;
	font-weight: bold;
	background-color: #ffffff;
	background-image: url(img/th.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #990000;
}

p.title {

}

p.active-title {
	background-image: none;
	color: #ffffff;
	background-color: #669966;
}

p.active-title a {
	text-decoration: none;
	color: #ffffff;
	background-color: #669966;
}

/****************************/ /********** TOPPAGE *********/
	/****************************/
div.topMessage {

}

div.topImage {
	float: left;
}

div.writeDate {
	clear: both;
	text-align: right;
}

/**************************/ /********** FORM **********/
	/**************************/
form {
	margin: 5px 0px;
}

label {
	white-space: nowrap;
}

label.category {
	display: block;
}

input.name {
	width: 120px;
}

input.title {
	width: 250px;
}

input.text {
	width: 450px;
}

input.size {
	text-align: right;
	width: 20px;
}

input.colorCode {
	width: 50px;
}

input.num {
	text-align: right;
	width: 80px;
}

select option.active {
	background-color: #669966;
	color: #ffffff;
}

/***************************/ /********** TABLE **********/
	/***************************/
table {
	margin: 10px;
	border-collapse: collapse;
	empty-cells: show;
}

table th {
	white-space: nowrap;
	border: solid 1px #dddddd;
	background-color: #f0f8ff;
	color: #336699;
	padding: 4px;
	font-weight: bold;
	text-align: left;
	/*	vertical-align:top;*/
}

table td {
	background-color: #ffffff;
	border: solid 1px #dddddd;
	color: #336699;
	padding: 4px;
}

table tr.active th {
	background-color: #ffe8d0;
	color: #886644;
	padding: 4px;
	font-weight: bold;
	text-align: left;
	border: solid 1px #dddddd;
}

table tr.active td {
	background-color: #fffaf0;
	border: solid 1px #dddddd;
	color: #663300;
	padding: 4px;
}

table tr.warning td {
	background-color: #ffcccc;
	color: #990000;
}

table.main-table {
	width: 700px;
}

table.main-right-table {
	width: 550px;
}

table.bgColorChanger {
	margin: 10px auto;
	border-collapse: collapse;
	border-width: solid 1px #0099cc;
	empty-cells: show;
}

table.bgColorChanger th {
	border-width: 0px;
}

table.bgColorChanger td {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	width: 20px;
	height: 20px;
}

table.bgColorChanger td.bgColor {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

td.num {
	text-align: right;
}

th.image-mark {
	text-align: center;
}

td.image-mark {
	text-align: center;
}

.changeOrder {
	text-align: center;
}

/*************************/ /********** DIV **********/
	/*************************/
div.collect-contents {
	background-color: #ffffff;
	width: 750px;
	padding: 0px;
	margin: 0px auto;
	border-top: solid 10px #66ccff;
	border-bottom: solid 10px #66ccff;
}

div.main-div {
	background-color: #ffffff;
	color: #333333;
	text-align: left;
	font-size: small;
	padding: 1px 5px 20px 5px;
}

div.main-right-div {
	margin-left: 155px;
	background-color: #ffffff;
	color: #333333;
	text-align: left;
	font-size: small;
	padding: 1px 5px 20px 5px;
}

div.header {
	background: #006699;
	color: #ffffff;
	margin: 0px;
	padding: 5px;
	text-align: right;
	font-size: small;
}

div.footer {
	background-color: #006699;
	color: #ffffff;
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: small;
	/*height:50px;*/
}

div.menu {
	background-color: #88ccff;
	color: #333333;
	border-top: solid 1px #ffffff;
	margin: 0px;
	padding: 5px;
	text-align: left;
	font-size: small;
	font-weight: bold;
}

div.sub-menu {
	background-color: #bbf0ff;
	color: #333333;
	margin: 0px;
	padding: 5px;
	text-align: left;
	font-size: small;
	border-top: solid 1px #ffffff;
}

div.navi-menu {
	background-color: #e0f8ff;
	color: #333333;
	margin: 0px;
	padding: 5px;
	text-align: left;
	font-size: small;
	border-top: solid 1px #ffffff;
}

div.top-link {
	background-color: #bbf0ff;
	border-bottom: solid 1px #ffffff;
	color: #333333;
	margin: 0px;
	padding: 5px;
	text-align: left;
	font-size: small;
	clear: both;
}

div.counter {
	position: absolute;
	top: 5px;
}

div.error {
	background-color: #ffe0e0;
	color: #990000;
	border: solid 1px #cc9999;
	margin: 0px 10px 10px 10px;
	padding: 2px;
	text-align: left;
	font-size: small;
}

div.message {
	background-color: #ffffcc;
	color: #999900;
	margin: 0px 10px 10px 10px;
	border: solid 1px #cccc99;
	padding: 2px;
	text-align: left;
	font-size: small;
}

div.note {
	background-color: #f8f8f8;
	color: #666666;
	margin: 0px 10px 10px 10px;
	border: solid 1px #cccccc;
	padding: 2px;
	text-align: left;
	font-size: small;
}

div.note div.title {
	font-weight: bold;
	font-size: medium;
	margin: 5px;
	background-color: transparent;
	color: #990000;
}

div.pageNavi {
	text-align: right;
	padding: 3px;
}

div.category-menu {
	width: 150px;
	line-height: 120%;
	float: left;
	margin-bottom: 30px;
	overflow: hidden;
}

div.sub-category-menu {
	margin-left: auto;
	margin-right: 0px;
	width: 140px;
}

div.material-display {
	text-align: center;
	margin: 10px;
	padding: 15px 0px;
	width: 550px;
	overflow: hidden;
}

div.material-display img {
	border-width: 0px;
	margin: 3px;
	padding: 0px;
}

div.write {
	margin: 10px;
	border: solid 1px #009900;
	background-color: #cce8cc;
	color: #006600;
}

div.write table {
	margin: 0px auto;
}

div.write table tr th {
	background-color: transparent;
	color: #006600;
	border: 0px;
	padding: 0px;
}

div.write table tr td {
	background-color: transparent;
	color: #006600;
	border: 0px;
	padding: 0px;
}

div.entry {
	width: 550px;
	margin: 20px auto;
}

div.entry table {
	width: 525px;
	margin: 20px auto;
}

ul.entry li {
	margin-left: -20px;
}

dl {
	margin: 10px 0px;
}

dl dt.adentry {
	margin: 10px 0px;
	background-color: #ffe8d0;
	color: #886644;
}

dl dt.entry {
	margin: 10px 0px;
	background-color: #f0f8ff;
	color: #336699;
}

span.name {

}

span.active-name {
	text-decoration: none;
	white-space: nowrap;
	padding: 0px 1px;
	font-weight: bold;
	color: #ffffff;
	background-color: #669966;
}

span.active-name a {
	text-decoration: none;
	white-space: nowrap;
	padding: 0px 1px;
	font-weight: bold;
	color: #ffffff;
	background-color: #669966;
}

span.entryCount {
	font-weight: normal;
	font-size: x-small;
}

/**************************/ /********** LIST **********/
	/**************************/
ul {
	list-style: none;
	line-height: 140%;
}

ul li {

}

ul.sitemap {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
}

ul.sitemap li {
	margin-left: 25px;
}

ul.sitemap li.title {
	font-weight: bold;
	margin: 0px;
	width: 100%;
	background-color: #eff8ff;
	color: #666666;
	padding-left: 5px;
}

/**************************/ /********** TEXT **********/
	/**************************/
a.contents-title {
	font-weight: bold;
}

span.active-sort {
	background-color: transparent;
	color: #cc0000;
}

span.category-name { /*white-space:nowrap;*/

}

span.entry-title {
	font-weight: bold;
}

a.switch {
	text-align: right;
	font-size: x-small;
	text-decoration: none;
	border: solid 1px #990000;
	background-color: #ffffff;
	color: #990000;
}

h3.active-title a.switch {
	text-align: right;
	font-size: x-small;
	text-decoration: none;
	border: solid 1px #ffffff;
	background-color: #990000;
	color: #ffffff;
}

/********************************/ /********** CLASS / ID **********/
	/********************************/
.image-space {
	text-align: center;
}

/********************************/ /************* DIARY ************/
	/********************************/
div.diary-image {
	float: right;
}

div.diary-entry {

}

div.diary-info {
	clear: right;
	margin: 10px 0px;
}

div.diary-comment-title {
	margin: 5px 0px;
	font-weight: bold;
	background: #f0f0f0;
	color: #cc0000;
}

div.diary-comment {
	margin: 10px;
}

div.separate-comment {
	margin: 10px 0px;
}

div.separate-comment {
	margin: 10px 0px 0px 0px;
	border-bottom: solid 1px #f0f0f0;
}

div.separate-comment-admin {
	margin: 10px 0px 0px 0px;
	border-bottom: solid 1px #f0f0f0;
	background: transparent;
	color: #997755;
}

div.noadmission {
	font-weight: bold;
	background: transparent;
	color: #cc0000;
}

div.name-info { /*	font-size:x-small;*/
	text-align: right;
	background: transparent;
	color: #99aabb;
}

div.com-form {
	margin: 20px 0px 0px 0px;
}

div.access_info {
	font-size: x-small;
	background: #fafafa;
	color: #999999;
}

input.diary-com-name {
	width: 60px;
}

label.comment-name {
	vertical-align: top;
}

span.admin-name {
	font-weight: bold;
	margin-right: 10px;
}

/********************************/ /*********** DOWNLOAD ***********/
	/********************************/
img.preview {
	width: 450px;
	height: 450px;
	display: block;
	margin: 0px auto;
}




/**************’Ç‰Á**************/

div.sozai_collect {
	overflow:hidden;
}

div.sozai_list {
	width:80px;
	height:100px;
	border:1px solid #000000;
	float:left;
	text-align:center;
	margin:5px;
}

div.thumbnail {
	margin:15px 0px 0px 0px;
}

div.clear_dummy {
	clear:left;
	visibility:hidden;9
}
