@charset "utf-8";
/* CSS Document */

/* sample style 1-3mb */
/* 使用色 ⇒ 濃緑#306003,緑#63374e,薄緑#b5c3ff */

html {
	scrollbar-base-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #b5c3ff;
	scrollbar-shadow-color: #b5c3ff;
	scrollbar-darkshadow-color: #63374e;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #63374e;
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	background: #ffffff url(bg.jpg) no-repeat 100% 100% fixed;
	font-family: verdana, 'MS UI Gothic',Osaka,Tahoma, sans-serif;
	font-size: 13px;
	text-align: left;
	}

form,input { 
	margin: 5px;
 	padding: 0 2px;
	}

form {
	margin: 0;
	padding: 0;
	}

input {
	margin: 0;
	padding: 1px;
	font-size: 10pt;
	border: 1px solid #63374e;
	background-color: #ffffff;
	color: #666666;
	}

textarea{
	margin: 0;
	padding: 2px;
	color: #666666;
	font-size: 10pt;
	border: 1px solid #63374e;
	background-color: #ffffff;
	}

a {	text-decoration: underline;	}

a:link {	color: #63374e;	}

a:visited {	color: #63374e;	}

a:active {	color: #63374e;	}

a:hover {
	background-color: #b5c3ff; 
	color: #ffffff;
	text-decoration : none;
	cursor : w-resize;
	}

a img {	border: 0; }

h1, h2, h3, pre, blockquote {
	margin: 10px;
	padding: 0;
	color: #b5c3ff;
	font-weight: normal;
	}

hr {
	color : #63374e;
	border-style : solid;
	width: 100%;
	height: 1px;
	}

/* page layout */

/* 全体の枠の設定 */
#container{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 780px;
	text-align: left;
	}

#container-inner { 
	position: static;
	width: auto; }

/* タイトルバナーの設定 */
#banner {
	width: 760px;
	height: 80px;
	margin: 0;
	padding: 10px;
	background-image: url(bg1.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	border: 0px solid #693a00;
	}

#banner a {
	color: #d7defc;
	text-decoration: none;
	}

#banner a:hover {
	color: #306003;
	background: none;
	}

#banner-header {
	padding-left: 10px;
	color: #b5c3ff;
	font-size: 30px;
	font-weight: bold;
	font-family:  Tahoma, Osaka, Arial, MS UI Gothic, Verdana, sans-serif;
	line-height: 1;
	}

#banner-description {
	padding-left: 20px;
	color: #b5c3ff;
	font-size: 12px;
	font-weight: bold;
	font-family:  Tahoma, Osaka, Arial, MS UI Gothic, Verdana, sans-serif;
	line-height: 1.125;
	}

/* 左右の設定 */
#alpha {
	display: inline;
	float: left;
	width: 535px;
	margin: 0;
	padding: 0;

	}

#alpha-inner {	padding: 10px;	}

#beta {
	display: inline;
	float: right;
	width: 230px;
	text-align: left;
	margin: 0px; 
	}

#beta-inner {	padding: 10px;	}

#beta2 {
	display: inline;
	float: right;
	width: 230px;
	text-align: left;
	margin: 0px; 
	}

#beta-inner2 {	padding: 10px;	}

#beta3 {
	display: inline;
	float: right;
	width: 230px;
	text-align: left;
	margin: 0px; 
	}

#beta-inner3 {	padding: 10px;	}

#beta4 {
	display: inline;
	float: right;
	width: 230px;
	text-align: left;
	margin: 0px; 
	}

#beta-inner4 {	padding: 10px;	}

/* content */

.date-header {
	margin: 0;
	font: bold 20px Georgia, Verdana, Helvetica, sans-serif;
	color: #63374e;
	text-align: right;
	text-transform: uppercase;
	}

/* エントリー表示の設定 */
.entry {
	overflow: visible;
	width: 98%;
	margin-bottom: 20px;
	padding-bottom: 5px;
	}

.entry-header {
	margin: 0px;
	padding: 10px 0 0 5px;
	color: #63374e;
	font-size: 14px;
	font-weight: bold;
	background: url(bg.gif) repeat;
	}

.entry-content {
	margin: 0;
	line-height: 1.5;
	background-color:#ffffff;
	border: 2px solid #96aafe;
	}

.entry-footer {
	margin: 0;
	padding-top: 3px;
	color: #666;
	font-size: 12px;
	text-align: right;
	}


/* エントリータグの設定 */
.entry-tags {
	margin: 20px 0 0 0;
	padding-left: 10px;
	border-top: 1px solid #63374e;
	color: #666666;
	text-align: left;
	}

.entry-tags-header {
	color: #666666;
	font-weight: bold;
	line-height: 1;
	}

.entry-tags-list {
	margin: 0 15px 5px 15px;
	padding: 0;
	list-style: square;
	line-height: 1.4;
	font-weight: strong;
	}

.entry-tags-item {
	margin: 0;
	padding-bottom: 2px;
	color: #666666;
	font-size: 12px;
	line-height: 1.4;
	}

/* トラックバック表示の設定 */
.trackbacks {
	overflow: hidden;
	width: 98%;
	margin-bottom: 20px;
	}

.trackbacks-header {
	width: 100%;
	margin: 0;
	padding: 5px;
	color: #63374e;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	background: url(bg.gif) repeat;
	}

.trackback-content {
	margin: 5px 10px;
	line-height: 1.5;
	}

.trackback-footer {
	margin: 0 0 20px 0;
	border-top: 1px solid #b5c3ff;
	padding-top: 3px;
	color: #666666;
	font-size: 12px;
	text-align: right;
	}

.trackbacks-info {
	margin: 5px 10px;
	}

#trackbacks-info {
	margin: 10px 0;
	border: 1px dashed #b5c3ff;
	padding: 0 10px;
	color: #63374e;
	font-size: 12px;
	text-align: center;
	background: #efefef;
	}

/* コメント表示の設定 */
.comments {
	overflow: hidden;
	width: 98%;
	margin-bottom: 20px;
	}

.comments-header,
.comments-open-header {
	width: 100%;
	margin: 0;
	padding: 5px;
	color: #63374e;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	background: url(bg.gif) repeat;
	}

.comment-content {
	margin: 0;
	line-height: 1.5;
	margin: 5px 10px;
	}

.comments-open-content,
.comments-closed
	{ margin: 5px 10px; }

.comment-footer {
	margin: 0 0 20px 10;
	border-top: 1px solid #b5c3ff;
	padding-top: 3px;
	color: #666666;
	font-size: 12px;
	text-align: right;
	}

.comments-open-footer,
	{ margin: 5px 10px 20px 10px; }

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url
	{ width: 240px; }

#comment-text
	{ width: 400px; }

#comment-bake-cookie {
	margin-left: 0;
	vertical-align: middle;
	}

#comment-post
	{ font-weight: bold; }

/* アーカイブ表示の設定 */
.archive {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	}

.archive-header {
	width: 100%;
	margin: 0;
	padding: 5px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	background-color:#63374e;
	}

.archive-content {
	margin: 5px 10px 20px 10px;
	}

.archive-list {
	margin: 0;
	padding: 0;
	list-style: none;
	}

/* modules */
.module {
	overflow: hidden;
	width: 100%;
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	}

.module-content {
	margin: 0 0 0 5px;
	font-size: 12px;
	line-height: 1.5px;
	}

.module-header {
	margin: 0 0 5px 0;
	padding: 5px 15px;
	color: #63374e;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 1;
	background: url(bg.gif) repeat;
	}

.module-search input { font-size: 10px; }

.module-search #search { width: 150px;}

.module-powered { border-width: 0; }

module-powered .module-content {
	margin-bottom: 5px;
	padding-bottom: 10px;
	color: #63374e;
	background: #ffffff;
	}

.module-Links { border-width: 0; }

module-Links .module-content {
	margin-bottom: 5px;
	padding-bottom: 10px;
	color: #63374e;
	background: #ffffff;
	}


.module-list {
	line-height: 1;
	margin: 5px 15px;
	padding: 0;
	list-style: square;
	}

.module-list .module-list {
	margin: 5px;
	padding-left: 15px;
	list-style: none;
	}

.module-list-item {
	margin: 0;
	padding-bottom: 2px;
	color: #666666;
	line-height: 1;
	}

.module-search-feed module,
.module-tags module {
	overflow: hidden;
	width: 100%;
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	background: #ffffff;
	}

.module-content p {
	margin: 0;
	padding-bottom: 2px;
	color: #666666;
	line-height: 1.4;
	}

.module-tags ul {
	margin: 0 15px 5px 15px;
	padding: 0;
	list-style: square;
	line-height: 1.4;
	}

/* Welcome表示の設定 */
.wel {
	width: 488px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 2px 5px;
	text-align: left;
	background-color:#ffffff;
	border : dotted 2px #63374e;
	}

.wel h2 {
	color:#63374e;
	font-size:20px;
	font-weight:bold;
	}

.wel p {
	color:#666666;
	font-size:11px;
	font-weight:normal;
	}

/* menu */
.menu {
	margin: 0;
	padding: 4px 10px;
	text-align: center;
	color:#63374e;
	font-size:12px;
	font-weight:normal;
	font-family: Tahoma,Osaka;
	background-color: #d7defc;
	border: 1px solid #63374e;
	}

/*　コピーライト */
.copy {
	text-align: center;
	margin: 0;
	padding: 5px 10px;
	color:#63374e;
	font-size:12px;
	font-weight:normal;
	font-family: Tahoma,Osaka;
	clear: both;
	}

/*　検索結果画面　*/
.search-results {
	text-align: left;
	color:#63374e;
	font-size:10pt;
	font-weight:normal;
	font-family: Tahoma,Osaka;
	}

p, pre, blockquote {
	margin: 10px;
	padding: 0px;
	font-weight: normal;
	}

.search-results-header{
	margin: 0;
	padding: 2px;
	color: #63374e;
	font-size: 12pt;
	font-weight: bold;
	background: url(bg.gif) repeat;
	}

h3{
	font-size: 12pt;
	font-weight: bold;
	}
/*lightbox用*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://commune.wilmina.ac.jp/weblog/ojcsk4/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://commune.wilmina.ac.jp/weblog/ojcsk4/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://commune.wilmina.ac.jp/weblog/ojcsk4/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}