html{
scrollbar-face-color:white; 
scrollbar-track-color:white; 
scrollbar-arrow-color:cornflowerblue; 
scrollbar-highlight-color:cornflowerblue; 
scrollbar-shadow-color:cornflowerblue; 
scrollbar-3dlight-color:white; 
scrollbar-darkshadow-color:white; 
}


body {
	margin: 0px 0px 20px 0px;
	background-attachment:fixed; 
	background-image:url(http://k-lims.net/wall.gif);
	
        	text-align: center;
        
	}

a {
	text-decoration: line;
	
	
	}

a:link {
	color: #FF80FF;
	}

a:visited {
	text-decoration: none;
	color: #FFA07A;
	}

a:active {
	color: #FF0080;
	}

a:hover {
	position : relative ; top : 3px;
	color: #DC143C
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#container {
	line-height: 140%;
		margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 1px;
	width: 80%;
	
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	}

#banner {
	font-family: Tahoma, Arial, sans-serif;
	color: #FFFFFF;
	background-image: url("http://k-lims.net/wall.gif");
	text-align: center;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	border-bottom: 1px solid #FFFFFF;
	height: 100px;
	}

#banner-img {
	display: none;
	}


#banner a {
	color: #FFFFFF;
	text-decoration: none;
	}

#banner h1 {
	display: none;
	
	
	
	}

#banner h2 {
	display: none;

	}

#center {
		float: left;
	width: 75%;
	
	
	overflow: auto;
	}

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	
	color: #666666;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	}

#right {
		float: left;
	
	
	width: 200px;
	background-color: #FFFFFF;
	
	overflow: hidden;
	}

form { margin:0px; } 
select {
width:95%;
color: #666666;
font-family: "Tahoma", sans-serif;
font-size: 12px;
}


.content p {
	color: #0080FF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #FF4500;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	
	}

.content h3 {
	color: #FA8072;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	
	text-align: left;
	font-weight: bold;

                border-bottom: 2px solid #FFB6C1;
	
	
	margin-bottom: 10px;
	
	}

.content p.posted {
	color: #7B68EE;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	border-top: 1px solid #D3D3D3;
	text-align: right;
	
	
	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.sidebar {
	padding: 15px;
	}


#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	
	
	
  	padding: 2px;
	text-align: center;
	margin-bottom: 0px;
	}

#calendar table {
	padding: 2px;
	border-collapse: separate;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #666666;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: capitalize;
	
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
                font-size:9px;

	}

#calendar td {
	text-align: center;
	}


.sidetitle2 {
    width: auto;
    margin:3px 0px 0px 0px;
    padding: 0px;
    text-align: center; /* テキスト配置 */
}

.sidetitle2 a {
    width: auto;
}

/* 通常 */
.sidetitle2 a:link,
.sidetitle2 a:visited {
    display: block;
    padding: 2px;
    border: 1px solid #6495ED; /* 枠線 */
    color:#F08080; /* 文字色 */
    background-color:#F5F5F5; /* 背景色 */
    font-family: Tahoma, Arial, sans-serif;
    font-size:10px;
    text-decoration: none;
}

/* マウスポイント時 */
.sidetitle2 a:hover {
    padding: 2px;
    border: 1px solid #6495ED; /* 枠線 */
    color: #FFFFFF; /* 文字色 */
    background-color: #C0C0C0; /* 背景色 */
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10px;
    text-decoration: none;
}


.sidebar h2 {
	color: #FF7F50;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	
	text-align: center;
	font-weight: normal;
	
	text-transform: capitalize;
  	
	letter-spacing: .1em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	}

.sidebar #categories ul {
	padding-left: 15px;
	}

.sidebar li {
	color: #666666;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	
	
	
	margin-top: 10px;
	list-style-type: none;
	}

.sidebar #categories li {
	list-style-type: circle;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

.scode {
    vertical-align: top;
}
 
#scode {
    margin-left: 5px;
}  