/* style reset */
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4,p ,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

/* ボディに関するCSS */
	body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	color: #333;
	margin: 10px 10px 10px 20px;
	
}

/* ヘッダーに関するCSS */
#header {
	margin: 0 auto;
	width: 700px;
}

/* ナビゲーションに関するCSS */
#navi {
	margin: 5px auto 10px auto;
	width: 700px;
	font-size: 80%;
	line-height: 170%;
	list-style: none;
}

#navi li {
	float: left;
	background-color: springgreen; 
	margin-right: 2px;
	margin-left: 0px;
	border: 1px solid #000;
	text-align: center;
	width: 135px;
	height: 23px;
}

#navi a{
	color: #000;
	display:block;
	width: 135px;
	height:23px;
}

#navi a:hover {
	color: #FFF;
	background-color: #363;
	text-decoration:none;
}


/* コンテンツに関するCSS */
#content {
	clear:left;
	margin: 10px auto;
	width: 700px;
}

#sidebar {
	width: 180px;
	padding: 0px 10px;
	border: 1px solid darkgray;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;

}
#col1 {
	margin-top: 10px;
	padding: 5px 0px 10px 15px;
	width: 480px;
	float: right;
}


/* テキストに関するCSS */

#col1 h3 {
	font-size: 90%;
	border-bottom: 1px solid #999;
	padding-bottom: 3px;
	border-top: 1px solid #999;
	padding-top: 5px;
	text-indent: 0.5em;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: #0000ff;
}
#col1 ul {
	margin-left:1em;
	font-size: 80%;
	font-weight:normal;
	line-height: 150%;
	margin-bottom: 15px;
}
p.comment {
	margin-left: 1em;
	font-size: 100%;
	line-height: 150%;
	margin-bottom: 2px;
}	
.news_title {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 10px;
}

.side_title h3 {
	font-size: 90%;
	font-weight: bold;
	text-indent: 0.5em;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 3px;
	border-bottom: 1px solid lightgray;
	padding-bottom: 3px;
	background-color: lavender;
}
.side_title p {
	margin-top: 0px;
	margin-left:1em;
	font-size: 80%;
	font-weight:normal;
	line-height: 125%;
}

p {
	margin-top: 0px;
	margin-left: 1em;
	font-size: 80%;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 10px;
}
span {
	color: red;
}
.pagemark {
	font-weight: bold;
}

.news {
	font-size: 80%;
	line-height: 150%;
}

#credit {
	clear: both;
	margin: 10px auto;
	width: 700px;
	background-color: #fff;
	border-top: thin solid;
	padding: 5px 10px;
	font-size: 80%;
	line-height: 150%;
}


/* 画像に関するCSS */

img.con {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}


/* リンクに関するCSS */

a:link {text-decoration:none}

a:visited {text-decoration:none}

a:hover {text-decoration:underline}

