﻿/*
Theme Name: Itamikita High School
Theme URI: 
Description:20081201
Author: naoyuki takahashi
Author URI:
Version: 0.1
*/

/* 全体のデザイン*/

body	{
		margin: 0 0 0 0;
		padding: 0;
		margin-right: auto;
		margin-left: auto;
		}

#container	{
		width:650px;
		border-left: solid 1px #aaaaaa;
		border-right: solid 1px #aaaaaa;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		}
		
#header, #footer	{
		}
		
#content	{
		float: left;
		width: 480px;
		font-size: 0.75em;
		margin-left: 10px;
		color: #666666;
		line-height: 150%;
		}
#sidebar	{
		float: right;
		width: 130px;
		margin-left: 10px;
		}

/* サイドバー部分のデザイン*/
#sidebar	{
		font-size: 0.75em;
			}
#sidebar li	{
		color: #66aaff;
		list-style-type: disc;
		margin: 3px 0 0 15px;
		padding: 0;
		}
#sidebar h1	{
	font-size: 1em;
	background-color: #538ad8;
	color: #ffffff;
	text-align:center;
	margin: 0;
	padding: 6px;
		}
		
<!-- カレンダーのスタイル -->
#calendar table{
		width: 100%;
		font-size: 0.75em;
		text-align: center;
		color: #666666;
		border-collapse: collapse;
		margin-bottom: 20px;
		}

#calendar th, #calendar td {
		padding: 5px 0;
		border: solid 1px #538ad8;
		text-align: center;
		}

#calendar a	{
		text-decoration: none;
		color: #3366aa;
		}

#calendar caption	{
		padding: 3px 0;
		}

#calendar tfoot td	{
		border: none;
		}

#calendar tfoot td#prev	{
		text-align: left;
		}

#calendar tfoot td#next	{
		text-align: right;
		}

#date	{
		font-size: 0.875em;
		}
#header	{
	background-image: url(images/image4.jpg);
	width: 639px;
	height: 128px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5pt;
	}
#header h1 a	{
	position: relative;
	top: 80px;
	left: 12px;
	font-size: 18px;
	background: transparent;
	padding: 5px;
	color: white;
	text-decoration: none
	}
#header h2 	{
	position: relative;
	top: 64px;
	left: 30px;
	font-size: 12px;
	background: transparent;
	padding: 5px;
	color: white;
	text-decoration: none
	}
#title	{
		font-size: 1em;
		color: #3366aa;
		border-bottom: solid 2px #538ad8;
		background-image: url(images/kisho.gif);
		background-repeat: no-repeat;
		padding: 5px 0 5px 30px;
		margin: 0px 0px 0px 0px;
		}

#title	a{
		text-decoration: none;
		color: #3366aa;
		}
		
#footer		{
		clear: both;
		text-align: center;
		background-color: #538ad8;
		color: white;
		font-style: italic;
		font-size: 0.85em;
			}	