/* 基本設定 */
* {
margin: 0;
padding: 0;
}
BODY {
background:#ffffff;
font-family: "Arial", "Helvetica", "sans-serif";
color: #666666;
font-size: 73%;
letter-spacing : 1px;
line-height: 140%;
text-align : center;
background-repeat : repeat-x;
background-image : url(img/wall.png);
}
a:link{
color: #666666;
text-decoration: none;
}
a:visited{
color: #666666;
text-decoration: none;
}
a:active{
color: #666666;
}
a:hover	{
color: #990000;
}
img {
border:none;
}



/* ページ全体 */
#page {
width:800px;
background:#ffffff;
margin:0 auto;
text-align : left;
}


/* ヘッダー */
#head{
width : 800px;
height : 50px;
background-image : url(PIC/title.jpg);
}


/* サイトタイトル */
h1 {
padding: 10px;
text-align: left;
font-size: 130%;
}
#head a {
color: #ffffff;
text-decoration: none;
}
#head a:link {
color: #ffffff;
}
#head a:visited {
color: #ffffff;
text-decoration: none;
}
#head a:active {
color: #ffffff;
}
#head a:hover {
color: #990000;
}


/* メニュー */
#menu{
	width: 800px;
	background:#999999;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
}
#menu ul{
list-style: none;
margin: 5px;
text-align: center;
}
#menu li{
list-style: none;
display: inline;
}
#menu a {
color: #ffffff;
padding-left:10px;
}
#menu a:link {
color: #ffffff;
}
#menu a:visited {
color: #ffffff;
text-decoration: none;
}
#menu a:active {
color: #ffffff;
}
#menu a:hover {
color: #990000;
background : url(img/point_01.gif) no-repeat;
background-position: left center;
}


/* メイン */
#main {
	width:800px;
	text-align : left;

}
#main h2 {
font-size : 110%;
color: #666666;
text-align : left;
margin: 20px 30px 10px 30px;
padding: 3px;
background-image : url(img/hr.gif);
}
#main h3 {
	font-size : 125%;
	color: #333333;
	text-align : left;
	margin: 20px 30px 5px;
	padding: 3px;


}
#main h4 {
	font-size : 110%;
	color: #FFFFFF;
	text-align : left;
	background-image: url(PIC/cicp/HeaderImg_Ganryo.gif);
	height: 50px;
	margin: 0px;
	padding: 1px 0px 0px;
	text-indent: 10pt;


}
#main h5 {
	font-size : 110%;
	color: #666666;
	text-align : left;
	margin: 0px;
	padding: 3px;
	background-image : url(img/hr03.jpg);
	width: 95%;
}

#main h6 {
font-weight : normal;
font-size : 100%;
text-align : left;
margin: 0px 30px 5px 40px;
padding: 0px;
}
#main ul {
list-style: none;
padding: 0px 0px 20px 0px;
}
#main li {
list-style: none;
margin: 0px 50px 0px 50px;
text-align : left;
}
#main li2 {
list-style: none;
margin: 0px 25px 0px 25px;
text-align : left;
}
#main p{
padding : 0px 50px 20px 50px;
text-align : left;
}

.pagetop{
padding : 0px 50px 0px 50px;
text-align : right;
}

.date{
text-align : left;
font-size: 120%;
margin : 0px 50px 10px 50px;
padding-left:20px;
background : url(img/point_02.gif) no-repeat;
background-position: left center;
}

/* フッター */
#foot {
	background-color: #FFFFFF;
	text-align: center;
	width:800px;
	padding-top:0px;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;


}
/* 著作権 */
address {
font-style: normal;
}
