/* style reset */
* {
	margin: 0 auto;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

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

textarea { font-size: 100%; }

img { vertical-align: bottom; }

hr { display: none; }

/* index */
body {
	font-size: 12px;
	font-family: "メイリオ","ＭＳ Ｐゴシック",sans-serif;
	background-image: url(./images/bg.gif);
}

img {
	border-style: none;
}

#rap {
	width:950px;
}

/* menu */

#menu {
	width: 950px;
	height: 35px;
	background: url(./images/bg_menuline.gif) no-repeat;
	margin-top: 50px;
}

#menuline ul a {
	width: 150px;
	height: 35px;
	display: block;
	float: left;
	text-indent: -10000px;
}

#menuline a:hover {
	height: 35px;
	background-position: bottom;
}

#toppage {
	background: url(./images/bg_top.gif);
}

#soturon {
	background: url(./images/bg_soturon.gif);
}

#shiryo {
	background: url(./images/bg_shiryo.gif);
}

#nisshi {
	background: url(./images/bg_nisshi.gif);
}

#menuline li {
	float: left;
	list-style: none;
	border-right: 1px solid #8b8181;
	position: relative;
}

/* contents */
#mainrap {
	width: 950px;
	margin-top: 30px;
}

#mainimage {
	width: 450px;
	float: left;
}

#maincontents {
	width: 500px;
	height: 500px;
	float: right;
	margin: 0px 0px 0px 0px;
}

#intro1 {
	margin-bottom: 15px;
}

#intro1 p {
	font-size: 16px;
	padding-left: 0.5em;
}


.intro {
	margin: 0px 0px 30px 10px;
}

.intro h1 {
	font-size: 18px;
	margin-bottom: 10px;
}

.intro span {
	font-size: 15px;
}

/* shiryo */
.pageshiryo #shiryo {
	background: url(./images/bg_shiryo02.gif);
}

/* soturon */
.pagesoturon #soturon {
	background: url(./images/bg_soturon02.gif);
}

/* nisshi */
.pagenisshi #nisshi {
	background: url(./images/bg_nisshi02.gif);
}

.sub {
	margin-bottom: 20px;
}

.month {
	width: 150px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #8b8181;
	margin-bottom: 5px;
}

.text {
	font-size: 15px;
}

/**/
/**/

.contents ul li {
	width: 300px;
	height: 20px;
	font-size: 12px;
	margin-bottom: 20px;
	text-indent: 30px;
	background: url(./images/bg_list.gif) no-repeat;
/*	list-style-position: inside;
	list-style-image: url(./images/bg_list.gif);
*/
}

.contents ul a {
	border-bottom: dotted 2px #8b8181;
	font-size: 18px;
}

.contents ul a:hover {
	border-bottom: dotted 2px #e61c8e;
}



/* footer */
#footer {
	width: 950px;
	font-size: 10px;
	text-align: right;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}


* html .clearfix {
  height: 1px;
  /*??*//*/
  height: auto;
  overflow: hidden;
  /**/
}