/*すべてのページへの設定
------------------------------------------------------------------*/

body {
    color: black;
	font-family: "Verdana";
	background-color: white;
	margin:auto;
	width: 1000px;
	font-size: 14px;
}

p, form, pre{
	padding-left: 7px;
	margin: 10px 30px;
}

h3 {
	border-left: green 7px solid;
	border-bottom: green 1px solid;
	color: black;
	font-size: 16px;
	padding: 0px 15px;
	margin: 5px 0px;
}

h4 {
    text-align: left;
	background-color: linen;
	padding-left: 5px;
	border-left: green 5px solid;
	margin: 5px 5px;
	color: black;
	font-size: 14px;
}

h5 {
    text-align: left;
	padding-left: 5px;
	border-left: green 3px solid;
	margin: 10px 30px;
	color: black;
	font-size: 14px;
}

h6 {
    text-align: left;
	padding-left: 5px;
	border-left: green 3px solid;
	margin: 10px 5px;
	color: black;
	font-size: 12px;
}

ul{
	padding-left: 7px;
	margin: 10px 50px;
}

li{
	list-style-type: square;
}

a:link {
    color: black;
    text-decoration: underline;
}

a:visited {
    color: black;
    text-decoration: underline;
}

a img {
    border: none;
	margin: 0px;
}

.blosxom {
	margin-top: 50px;
	margin-bottom: 20px;
}

/*ヘッダ部分の設定
------------------------------------------------------------------*/

#header {
	margin: 0px;
	border-top: green 10pt solid;
	border-bottom: green 1pt dotted;
	font-size: 10px;
	background-color: white;
}

#header-menu table {
	width: 1000px;
}

.navi{
	padding: 5px 15px;
	border-top: green 1pt dotted;
	border-bottom: green 1pt dotted;
	font-size: 12px;
}

/*メインの表示部分の設定
------------------------------------------------------------------*/

#main{
	width: 750px;
	float: right;
	background-color: white;
}

#main table {
	border: none;
	border-collapse: collapse;
	margin-left: 25px;
}

#main td, th {
	border: 1px solid;
    margin: 1px;
    padding: 1px;
	font-size: 10pt;
}

.paging{
	border-top: green 1px dotted;
	font-size: small;
	text-align: right;
	margin-top: 15px;
}

/*記事部分の設定
------------------------------------------------------------------*/

.categories {
    text-align: right;
	font-weight: bold;
	font-size: 10px;
	margin-top: 10px;
	margin-right: 10px;
}


/*サイドメニュー部分の設定
------------------------------------------------------------------*/

#sidebar {
	float: left;
	width: 243px;
	font-size: 12px;
	background-color: white;
	border: green 2px double;
	margin: 5px 0px;
}

#sidebar h3 {
    text-align: center;
	padding-left: 1%;
	border-bottom: green 1px dotted;
	margin: 0;
}

#sidebar .link a {
	margin: 10px 25px;
}

#sidebar .text {
	margin-left: 25px;
	margin-right: 10px;
}

#foot {
	clear: both;
	font-style: oblique;
	text-align: right;
	padding-right: 1%;
	background-color: green;
	color: white;
}

/*トップページのみの設定
------------------------------------------------------------------*/

.top-photo {
	font-size: 12px;
	border-bottom: green 1px dotted;
	margin-top: 30px;
	padding-top: 10px;
	background-color: linen;
}
.news {
	width: 629px;
	height: 150px;
	margin: 0px 0px 25px 25px;
	border: green 3px double;
	overflow-y:auto;
}

/*リンクページの表示設定
------------------------------------------------------------------*/
