/* original CSS*/

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #3f3f3f;;
	text-align: center;
	background-color: #d7efcd;
	background-image: url(../img/line_green00.gif);
}

h1 {
	font-size: 100%;
	font-weight: bold;
	line-height: 150%;
	margin: 4px 8px 4px 8px;
	padding: 4px 4px 4px 8px;
}

h2 {
	font-size: 80%;
	font-weight: bold;
	line-height: 130%;
	margin: 4px 8px 4px 8px;
	padding: 4px 4px 4px 8px;
	border-bottom: solid 1px #bab7ad;
	border-right: solid 1px #bab7ad;
	background-color: #d7efcd;
}

h3,h4,h5,h6 {
	font-size: 80%;
	font-weight: bold;
	line-height: 130%;
	padding: 4px 4px 4px 8px;
	border-bottom: dotted 1px #cc5339;
	border-left: double 3px #cc5339;
}

h3 {margin: 4px 8px 4px 24px;}
h4 {margin: 4px 8px 4px 40px;}
h5 {margin: 4px 8px 4px 56px;}
h6 {margin: 4px 8px 4px 72px;}

p {
	font-size: 75%;
	line-height: 150%;
	margin: 2px 4px 2px 40px;
	padding: 2px 4px 2px 4px;
}

ul,ol,dl {
	text-align: left;
	font-size: 75%;
/*	margin: 2px 8px 2px 40px;*/
/*	padding: 4px 4px 4px 24px;*/
/*	line-height: 140%;*/
/*	border: 1px solid #0000cc;*/
}

li,dt{
	line-height: 140%;
	margin: 2px 4px 2px 40px;
}

dd{
	line-height: 140%;
	margin: 2px 4px 2px 60px;
}


li.level1 {
	list-style-type: square;
	margin: 2px 4px 2px 40px;

}
li.level2 {
	margin: 2px 2px 2px 56px;
	list-style-type: disc;
}
li.level3 {
	margin: 2px 2px 2px 72px ;
	list-style-type: circle;
}
li.level4 {
	margin: 2px 2px 2px 88px ;
	list-style-type: none;
}
li.none {
	list-style-type: none;
}

li.date {
	color: #cc5339;
	border-bottom: 1px dotted #cc5339;
	list-style-type: none;
	margin: 2px 4px 2px 2px;
	font-weight: bold;
}

li.date_text {
	list-style-type: none;
	margin: 2px 4px 2px 16px;
}

.sankaku {
	background-image: url(../img/sankaku.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	list-style-type: none;
/*	border-bottom: 1px dotted #cc5339;*/
}

table {
	margin: 8px 8px 8px 32px;
	font-size: 75%;
	border-collapse: collapse;
	background-color: #ffffff;
}

td, th {
	border: 1px #2e6f38 solid;
/*	border-spacing: 20px 20px;*/
/*	text-align: center;*/
	vertical-align: middle;
	empty-cells: show;
	padding: 2px 4px 2px 4px;
}

th {
	background-color: #d7efcd;
}

a:link {
	color: #2e6f38;
	text-decoration: none;
}
a:visited {
	color: #2e6f38;
	text-decoration: none;
}
a:hover {
/*	text-decoration: none;*/
	color: #cc5339;
	text-decoration: underline;
/*	border-bottom: 1px dotted #cc5339;*/
}

.arrow {
	text-align:right;
	font-weight:bold;
}

/* 宮城県のHPのオリジナルのCSS */

.border {
	border: none;
	margin: 0;
	padding: 0;
}

/*ここからヘッダー設定*/
#topframe {
	background-image: url(../img/head_back.gif);
	background-repeat: repeat-x;
	margin: 0px;
}

#head {
	text-align: left;
	background-image: url(../img/head_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	border: none;
}
#topframe .navi {
	margin: 0px;
	text-align: right;
	font-size: 80%;
	background-color: #cccccc;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 2px;
}
#topframe .pan {
	margin: 0px;
	text-align: left;
	font-size: 80%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1em;
	background-color: #ffffff;
}
#topframe .date {
	font-size: 80%;
	margin: 0px;
	padding-right: 2em;
	text-align: right;
	padding-bottom: 1em;
	background-color: #ffffff;
}

/*ここからフッターの設定*/
#footer {
	text-align: center;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	font-size: 80%;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #ffffff;
}
.back {
	clear: both;
	text-align: right;
	margin: 5px 0 0 0;
	padding: 0px 2em 0px 0px;
	font-size: 80%;
}
#copy {
	font-size: 70%;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #006600;
	text-align: center;
	margin: 0px;
}



