/**** 全体・共通設定 ****/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
}

body,td,th {
	font-size: 12px;
	line-height: 14px;
}

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

li {
	list-style:none;
margin-top: 1px;
margin-bottom: 8px;
}

img {
	border: none;
}

a {
	color: #0000CC;
	text-decoration: none;
}

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

/**** 全体枠（２項目） ****/

.all1 {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	background-image: url(../img/blg_bg.gif);
}

.all2 {

}

/**** ヘッダ ****/

.head {
	background-image: url(../img/blg_head.jpg);
	height: 72px;
	text-align: right;
}

.category-title {
	font-size: 15px;
	font-weight: bold;
	color: #004321;
	font-style: italic;
	background-image: url(../img/blg_t.gif);
	height: 30px;
	padding-left: 200px;
	padding-top: 12px;
	background-repeat: no-repeat;
                line-height: 30px;
}

.category-titletx {
	padding-left: 30px;
	font-size: 24px;
}

.text-link1 {
	color: #FFFFFF;
	padding-right: 10px;
	margin-top: 4px;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	height: 37px;
	margin-left: 390px;
	margin-top: -47px;
	padding-top: 10px;
	padding-right: 10px;
}

/**** サイドバー ****/

.menu {
	width: 150px;
	float: left;
}

.ent {
	font-weight: bold;
}

.ent a {
	padding-left: 10px;
	background-image: url(../img/blg_blue.gif);
	background-repeat: no-repeat;
	font-weight: normal;
}

ol,ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.menu p {
	margin-bottom: 3px;
}

.menu-data {
	text-align: center;
	color: #003333;
	margin-top: 50px;
}

.name {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}

/**** コンテンツ ****/

.contents {
	margin-left: 170px;
	padding-top: 20px;
	margin-right: 1px;
}

h2 {
	background-image: url(../img/blg_obi.gif);
	color: #074E2A;
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 8px;
	margin-bottom: 20px;
}

h2 a {
	color: #074E2A;
	text-decoration: none;
}

.date {
	font-size: 10px;
	text-align: right;
	margin-right: 15px;
	margin-bottom: 2px;
}

.tx {
	margin-right: 15px;
	line-height: 18px;
}

.go-next {
	margin-right: 15px;
	text-align: right;
	margin-bottom: 20px;
}

.multiple1 {
	margin-bottom: 20px;
	margin-right: 10px;
	text-align: right;
}

.multiple2 {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: 10px;
	text-align: right;
}

/**** フッダ ****/

.text-link2 {
	clear: left;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9AA1B;
	margin-right: 1px;
	padding: 5px;
	background-color: #FFFFFF;
	margin-left: 1px;
}

.foot {
	background-color: #004321;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.foot-left {
	float: left;
	margin-left: 10px;
}

.foot-right {
	margin-left: 670px;
}

/* 画像リスト用 */
table.image-list {
    width : 500px;
    margin-left : auto;
    margin-right : auto;
    margin-top : 0px;
    padding : 5px;
}
table.image-list tr td {
    width : 150px;
    vertical-align : top;
}
table.image-list tr td table {
    margin-bottom : 10px;
}
table.image-list tr td table tr td.image-list-item {
    height : 90px;
    text-align : center;
    vertical-align : middle;
    padding : 0px;
    margin : 0px;
}
table.image-list tr td table tr td.image-list-caption {
    text-align : right;
    vertical-align : top;
    padding : 0px;
    margin-right : 5px;
}

