/* CSS Document */

body {
	margin-top:0;
	background-image:url(img/border-top.gif);
	background-position:left top;
	background-repeat:repeat-x;
	font-size:80%;
	line-height:150%;
	color:#333;
}
h1 {
	font-size:100%;
	font-weight : normal;
}

h2 {
	background-image:url(img/back-h2.gif);
	background-position:left top;
	padding-top:60px;
	padding-left:5px;
	height:45px;
}
h3 {
	border-bottom:1px solid #006;
	padding-left:5px;
}
h6 {
	font-size:100%;
	margin:0;
	padding-left:5px;
}

img {
	border:0;
}
img.left {
	float:left;
	padding-right:10px;
}
img.right {
	float:right;
	padding-left:10px;
}

a:link {
	color:#06c;
	text-decoration:none;
}
a:visited {
	color:#69f;
	text-decoration:none;
}
a:hover {
	color:#69f;
	text-decoration:underline;
}

/*-------------- レイアウト関係 --------------*/

div#wrapper {
	width:860px;
	margin-top:5px;
	text-align:left;
}

div#contents {
	float:right;
	width:690px;
	margin-bottom:30px;
}

div#title {
	background-image:url(http://www.misogigawa.com/img/title.gif);
	background-position:left top;
	background-repeat:repeat-x;
	height:65px;
	font-size:80%;
	margin-top:0;
}


div#main {
	float:left;
	width:520px;
}

div#navigation {
	float:right;
	width:160px;
}

div#side {
	float:left;
	width:160px;
	margin-bottom:30px;
}

div#footer {
	clear:both;
	border-top:3px solid #006;
	padding-top:10px;
}


/*-------------- ヘッドライン関係 --------------*/

table.gnavi {
	width:100%;
	background-image:url(img/back-gnavi.gif);
	background-position:left top;
	background-repeat:repeat-x;
	margin-bottom:10px;
}
table.gnavi td {
	text-align:center;
}

/*-------------- フッター関係 --------------*/

address {
	float:right;
	width:300px;
	font-style:normal;
	font-size:90%;
}


/*-------------- トップページ関係 --------------*/

div.seminor-info {
	background-image:url(img/lecture-photo.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:100px;
}


/*-------------- 画面右関係 --------------*/

div#navigation table {
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
}
div#navigation table td {
	vertical-align:top;
	font-size:90%;
}

div#seeing {
	border:1px solid #006;
	background:#def;
	background-image:url(img/index-toshido.gif);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:50px;
	padding-bottom:10px;
}


/*-------------- 画面左関係 --------------*/

div#topics {
	border-bottom:1px solid #333;
	margin-bottom:20px;
}
div#topics dt {
	margin:0;
}
div#topics dd {
	margin-left:0;
}

div.banner {
	margin-top:20px;
	text-align:center;
}
div.banner img {
	margin-bottom:10px;

}


/*-------------- サムネイル関係 --------------*/

div.thumbnail {
	float:left;
	width:160px;
	text-align:center;
	margin:5px;
	height:200px; /*サムネイルの段ずれ防止*/
}


/*-------------- エントリー関係 --------------*/

div.entry,div.page p {
	margin-left:90px;
}
table.data {
	margin-left:85px;
	width:605px;
}
table.data td{
	font-size:90%;
	border-bottom:1px solid #ccc;
	padding:5px 5px 0 5px;
	vertical-align:top;
}

table.information {
	background-color:#ccc;
}
table.information td {
	background-color:#fff;
	padding:3px;
}

table.information p {
	margin:0;
}
table.right {
	margin-left:10px;
	text-align:center;
	float:right;
}
