/* fontsize1 \*/

* {
	font-size: 100%;
	line-height: 160%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 95% !important;
	font-size: 95%;
}


/* 全体的な設定 */


body {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 160%;

}

a {
	outline: none;
	color: #0054a2;
}

a:hover {
	text-decoration: none;
}

img {
	border-style: none;
	vertical-align: bottom;
}

h1,h2,h3,h4,ul,li,p {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
	margin: 0;
}

#wrap {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/* ヘッダーの設定 */

#head {
	background: url(../images/head_main_s.jpg) no-repeat;
	position: relative;
}

#head p#site {
	visibility: hidden;
	height: 89px;
}

#head ul {
	position: absolute;
	top: 0;
	left: 0;
}

#head ul li {
	top: 0;
	left: 695px;
	position: absolute;
}

#head p.path {
	border-bottom: 1px solid #666;
	padding: 0.5em 26px 0.3em;
	font-size: 12px;
}

#head h1 {
	position: absolute;
	top: 48px;
	left: 26px;
}

/* フッターの設定 */

#foot {
	padding: 0 0 40px;
}

#foot ul.link-index {
	text-align: center;
	border-top: 1px solid #7d0000;
	padding: 20px 0 0;
}

#foot ul.link-index li {
	
}

/* contents内のhtmlタグ初期設定 */

#contents h2 {
	background: url(../images/pnt2.gif) no-repeat 0 0.4em;
	font-size: 1.6em;
	padding: 0 0 0 1.2em;
	margin: 0 0 0.5em;
}

#contents h3 {
	background: url(../images/pnt1.gif) no-repeat 0 0.4em;
	border-bottom: 1px dotted #7d0000;
	padding: 0 0 0 16px;
	font-size: 1.2em;
	margin: 1.8em 0 0;
}

#contents p {
	margin: 0.8em 0 0;
}

#contents p.date {
	text-align: right;
	margin: 0;
}

#contents ul {
	margin: 0.8em 0 0;
}

#contents ul.link {
	margin: 0.8em 0 0;
}

#contents ul.link li {
	margin: 0 0 0 18px;
	padding: 0 0 0 12px;
	background: url(../images/arw1.gif) no-repeat 0 0.4em;
}

#contents div.block-link {
	position: relative;
	background-color: #f3f3f3;
	border: 1px solid #670000;
	padding: 5px 10px;
}

#contents div.block-link h3 {
	padding: 0 0 0 18px;
	margin: 0;
	border-bottom-style: none;
	background-image: url(../images/arw3.gif);
	color: #7d0000;
}

#contents div.block-link ul {
	margin: 0.3em 0 0;
}


