@charset "UTF-8";

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 100%;
	color: #000000;
	line-height: 1;
	background-attachment: fixed;
    background-color: #ffffff;
    background-image: url("site_bg.jpg");
    background-position: left top;
    background-repeat: repeat-x;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,div,form,input,textarea,table,th,td {
	margin: 0;
	border: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address, caption, em, strong, th {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

a {
	color: #aa0000;
	font-weight: bold;
	text-decoration: none;
}

a:link,
a:active,
a:visited {
	color: #aa0000;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #ee0000;
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: top;
}

.clearfix:after {
	content: url(p.gif);
	display: block;
	clear: both;
	height: 0;
}




#wrapper {
	background-color: #ffffff;
	margin: 0 auto;
	width: 960px;

}

/*----------------------------------------------------------*/
#header {
	width: 960px;
	height: 100px;
	margin-bottom: 0px;
	position:relative;
	background-color: #ebfafa;
	xbackground-color: #dbf8f9;
}

#sitetitle {
	position: absolute;
	bottom: 15px;
	left: 150px;
}

#subtitle {
	font-size: 1.4em;
	position: absolute;
	bottom: 60px;
	left: 150px;
}

/*----------------------------------------------------------*/


/*----------------------------------------------------------*/
#footer {
	width: 960px;
	padding-top: 10px;
	text-align: center;

	background-image: url(footer_background.gif);
	background-position: left top;
    background-repeat: no-repeat;

}
/*----------------------------------------------------------*/


/*----------------------------------------------------------*/
#contents {
	width: 960px;
	background-image: url(content_background2.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#contents #menu {
	width: 320px;
	float: left;
}

#contents #menu ul {
	font-size: 0.8em;
	margin: 10px;
}

#contents #menu li {
	line-height:18px;
	margin-bottom: 14px;
/*	padding-left: 20px;
	background: url(icon01.gif);
	background-repeat: no-repeat;*/
}

#contents #menu a:hover {
	font-size: 1.2em;
}

/*----------------------------------------------------------*/



/*----------------------------------------------------------*/
#contents #main {
	width: 640px;
	float: left;
}

/* リンクの指定 */
#contents #main a {
	color: #0000aa;
	text-decoration: none;
}

#contents #main a:link,
#contents #main a:active,
#contents #main a:visited {
	color: #0000aa;
	text-decoration: none;
}

#contents #main a:hover,
#contents #main a:focus {
	color: #0000ff;
	text-decoration: underline;
}


/* ここを書き換える場合は、print.cssも変更する事 */
#top_news, .message01, .comment01, .comment02, #contents #main ul {
	width: 550px;
}

/* お知らせ */
#top_news {
	margin: 0px auto;
	padding: 10px;
}

#top_news dl {
	background: url(line01.gif) repeat-x scroll left bottom transparent;
	margin: 0 auto 10px;
	padding: 0 0 10px;
	width: 100%;
}

#top_news dl dt {
	display: table-cell;
	line-height: 1.4em;
}

#top_news dl dd {
	display: table-cell;
	padding-left: 20px;
	line-height: 1.4em;
}


/* メッセージ */
.message01 {
	margin: 0px auto;
	padding: 10px;
	border: 3px solid #999999;
	font-size: 1.2em;
	line-height: 1.6em;
}


/* コメント */
.comment01 {
	margin: 0px auto;
	padding: 10px;
	border: 3px solid #999999;
	font-size: 1.2em;
	line-height: 1.6em;
}


.comment02 {
	text-align: center;
	background-color: #ffff00;

	margin: 0px auto;
	padding: 10px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #0000aa;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
}


/* ページのトップに戻る */
.pagetop {
	text-align: right;
	margin-top: 20px;
	margin-right: 10px;
	font-size: 0.9em;
}


h1.title {
	margin: 10px 20px 20px 20px;
	padding: 10px;
	border-top: 1px solid #8888ff;
	border-bottom: 1px solid #8888ff;
	border-left: 5px solid #8888ff;
	background-color: #fafaff;
	font-size: 1.4em;
	font-weight: bold;
}


/* 箇条書きの指定 */
#contents #main ul {
	margin: 10px auto;
	padding-left: 20px;
	list-style-type: disc;
}

#contents #main li {
	margin-bottom: 0.8em;
	font-size: 1.2em;
	line-height: 1.6em;
	list-style-type: disc;
}


/* 表組の指定 */
table.tbl01 {
	margin: 0px auto;
	border: 2px solid #000000;
}

table.tbl01 th {
	padding: 10px;
	border: 1px solid #000000;
	background-color : silver;
	text-align: center;
	font-weight: bold;
}

table.tbl01 td {
	padding: 5px;
	border: 1px solid #000000;
	text-align: center;
	font-weight: bold;
}
