* {
	margin: 0px;
	padding:0px;
}
#contents {
	width: 752px;
	background-color: #FFFFFF; 
	background-image: url(side_bk.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	border: 1px solid #CCCCCC;
 	margin: auto;
	text-align: left;
}
#main {
	float: left;
	width: 530px;
	padding-left: 10px;
}
#side {
	float: left;
	width: 190px;
	margin-left: 20px;
}
body {
	background-color: #FFFFCC;
	text-align: center;
	color: #333333;
	font-size: 100%; 
	font-family: 
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		Osaka,
		"メイリオ",
		"Meiryo",
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		sans-serif;
}
h1 {
	height: 120px;
	background-color: #CCCCFF;
}
h2 {
	font-size: 90%;
	color: #FF6600;
	font-weight: normal;
	border-left: 12px solid #336600;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 5px;
}
h3 {
	font-size: 90%;
	color: #993300;
	font-weight: normal;
	background-image: url(FFCC99.jpg);
	border: 3px double #FFFFFF;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 3px;
	clear: both;
}
h4 {
	font-size: 90%;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px dashed #333333;
	margin-top: 1em;
	padding-left: 1em;
	clear: both;
}
h5 {
	font-size: 90%;
	color: #333333;
	font-weight: bold;
	background-color: #eaeaea;
	padding: 3px 3px 3px 10px;
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
}
p {
	margin: 3px;
	font-size: 85%;
	line-height: 150%;
}

p img {
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 5px;
 	margin-bottom: 5px;
	border: solid 1px #666666;
}
#title img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

address {
	font-size: 77%;
	font-style: normal;
	text-align: center;
	padding-top: 5px;
	clear: both;
}
a {
	color: #336600;
	font-style: normal;
	text-decoration: underline;
}
a:link {
	color: #336600;
	font-style: normal;
	text-decoration: underline;
}
a:visited {
	color: #934C7B;
	text-decoration: none;
	border-bottom: none;
}
a:hover {
	color: #FF6600;
	font-style: normal;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
ul {
	margin: 5px 0px 0px 25px;
	font-size: 85%;
	line-height: 150%;
	list-style-type: square;
}
ol {
	margin: 5px 0px 0px 25px;
	font-size: 85%;
	line-height: 150%;
}

/* class
--------------------*/

p.path {
	text-align: right;
	margin: 0px 0px 15px 0px;
}

h3.pagebreak {
	page-break-before: always;
}
table.table {
	border: 2px #CC3300 solid;
	border-collapse: collapse;
}
table.table td {
	border: 1px #CC3300 solid;
	font-size: 85%;
	padding: 0.3em;
}
table.table thead th {
	border-bottom: 3px double #CC3300;
	background-color: #FFCC99;
}

/* id
--------------------*/

#path {
	text-align: right;
	margin: 0px 0px 15px 0px;
}
#pagetop {
	text-align: right;
	clear: both;
}
#list {
	width: 400px;
	height: 100px;
	margin: 10px 10px 10px 10px;
	display: block;
	border: solid 1px #CCCCCC;
	margin:auto;
}
#box {
	width: 350px;
	margin: 10px 10px;
	border: 1px solid #CCCCCC;
}

/* トップページの画像メニュー
--------------------*/

#linkimage_top {
 height: 150px;
 margin-top: 10px;
 text-align:center;/*IE用*/
}
#linkimage_top box {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
#linkimage_top a img {
	border-style: none;
	margin: 10px;
}
#linkimage_bottom {
	height: 150px;
	margin-bottom: 30px;
text-align:center;/*IE用*/
}
#linkimage_bottom box {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
#linkimage_bottom a img {
	border-style: none;
	margin: 10px;
}

/* サイドメニューの装飾（付箋紙）
--------------------*/

#side h2 {
	font-size: 85%;
	font-weight: normal;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 15px #669933;
	background-color: #FFFFFF;
	display: block;
	padding: 5px 5px;
	margin-top: 10px;
}
#side ul {
	font-size: 85%;
	margin: 0px;
	padding-left: 15px;
}
#side li {
	font-weight: normal;
	list-style-type: none;
	line-height: 150%;
}

#side h2 a {
	color: #D93E02;
	font-weight: normal;
}
#side a {
	color: #336600;
	font-style: normal;
	text-decoration: none;
}
#side a:link {
	color: #336600;
	font-style: normal;
	text-decoration: none;
}
#side a:visited {
	color: #934C7B;
	border-bottom: none;
	text-decoration: none;
}
#side a:hover {
	color: #FF6600;
	font-style: normal;
	text-decoration: none;
}

#side #cap {
	line-height: normal;
	font-size: 70%;
}

