@charset "utf-8";
/*
Theme Name: 霞ヶ浦高等学校テーマ
Theme URI: http://kasumi.ed.jp/
Description: 霞ヶ浦高等学校のデフォルトテーマ
Version: 1.0
Author: K.Oikawa
Author URI: http://jimoken.co.jp/
*/


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	margin-bottom: 20px;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	margin-bottom: 20px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

div.contents h2{
/*	clear: both; */
}

