﻿@charset "utf-8";

/* 共通スタイルシート */

body {
	font-size: 12px;
	line-height: 1.4em;
}

/* for index.html only */
body.top {
	margin: 0px;
}

/* for main フレーム */
body.main {
	margin-left: 9.5px;
	margin-top: 15px;
	width: 550px;
}



h1 {
	font-size: 200%; /* bodyでの指定の2倍 */
	padding-bottom: 2px;
	border-bottom: 1px dashed black;
	margin-bottom: 40px;
}

h1 span{
	font: 16px normal;
}




img {
	border: 0;
}

li {
	line-height: 20px;
}

.format {
	color: #747474;
	font-size: 11px;
}

.copyright {
	font-size: 12px;
	color: #1d511c;
}

object#news {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

img.backbtn {
	border: 0px;
	float: right;
	margin-bottom: 10px;
}

a {
	color: #1d511c;
	text-decoration: none
}

a:hover {
	color: #66b821;
	text-decoration: underline
}





.class12 {
	font-size: 12px;
	line-height: 16px
}


