@charset "utf-8";
/* formatting style
-------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "CI", "Meiryo", verdana, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", "MS PGothic", Sans-Serif;
	font-size: 75%;
	line-height: 1.6;
	color: #CCC;
	background-color: #860000;
}	

html {
  height:100%;
  margin-bottom:1px;
}

/*  link style
-------------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #0F315F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0F315F;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* font
--------------------------------------------*/
.font10 {
	font-size: 10px;
}

/*  basic layout
-------------------------------------*/
#contents {
	margin: 0px auto 0px 0px;
	width: 1000px;
}
#main  {
	float: left;
	width: 624px;
	height: 595px;
	margin-bottom: 0px;
}
#side   {
	float: right;
	width: 376px;
}

/* footer
-------------------------------------*/

#footer  {
	clear: both;
	width: 1000px;
	height: 100px;
	background-image: url(img/footer_back.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
#footer address {
	font-style: italic;
	text-align: center;
	padding-top: 60px;
	padding-right: 20px;
	color: #FFFF66;
}

/* header
-------------------------------------*/

#header {
	height: 222px;
}
#header ul {
	height: 36px;
	position: absolute;
	left: 0px;
	top: 187px;
	background-image: url(img/menu_bar.jpg);
	background-repeat: repeat-x;
	width: 624px;
}
#header li {
	float: right;
	list-style: none;
}
#header ul li a {
	line-height: 36px;
	color: #FFFF66;
	text-decoration: none;
	height: 36px;
	width: 72px;
	border-left: 1px solid #880000;
	text-align: center;
	display: block;
	background-image: url(img/menu_bar.jpg);
	background-repeat: repeat-x;
}
#header ul li a:hover {
	color: #860000;
	background-image: url(img/menu_bar02.jpg);
	background-repeat: repeat-x;
}

/* main_img
-------------------------------------*/

#main_img {
	background-image: url(img/main_back02.jpg);
	background-repeat: repeat-x;
	height: 375px;
	background-color: #360000;
}
#main_img h2 {
	padding-top: 35px;
	padding-left: 48px;
}

/* side
-------------------------------------*/

#side #news {
	position: absolute;
	left: 694px;
	top: 297px;
	width: 236px;
	height: 208px;
}

#news dt   {
	color: #000033;
	padding-left: 15px;
	background-image: url(img/001.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
#news dd {
	padding-left: 20px;
	padding-bottom: 5px;
	color: #333333;
}
#home #news .new {
	padding-left: 70px;
	color: #C90;
}


/* home
-------------------------------------*/

#home #side   {
	background-image: url(img/side_top.jpg);
	background-repeat: no-repeat;
	height: 595px;
}

/* 下層ページ共通スタイル
-------------------------------------*/

/*余白*/
.od {
	padding-left: 20px;
	padding-bottom: 10px;
	color: #FFFFFF;
	padding-right: 10px;
}
/*右寄せ*/
.ri {
	text-align: right;
	padding-right: 40px;
	padding-bottom: 20px;
}
.ri02 {
	text-align: right;
}
h3 {
	font-size: 14px;
	color: #FFFF66;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
}
h4 {
	background-color: #EFDFCF;
	width: 550px;
	margin-left: 15px;
	height: 25px;
	line-height: 25px;
	color: #860000;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
table {
	width: 550px;
	margin-bottom: 20px;
	background-color: #ECDAC8;
	margin-left: 15px;
	color: #333333;
}
/*ページの先頭へ*/
p.goUp {
    position:fixed;
	bottom:10px;
	right:5px;
}
	
/* profile
-------------------------------------*/
#plofile #side {
	background-color: #0F315F;
	height: 1372px;
}
#plofile #main_img {
	background-color: #360000;
	height: 1150px;
	padding-left: 40px;
	color: #FFFFFF;
}
#plofile h3 {
	font-size: 14px;
	color: #FFFF66;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
}
#plofile table {
	color: #333333;
	background-color: #ECDAC8;
	width: 550px;
	margin-left: 15px;
	margin-bottom: 15px;
}
#plofile table th {
	text-align: right;
	width: 150px;
	border-bottom: 1px solid #860000;
}
#plofile table td {
	padding-left: 10px;
	border-bottom: 1px solid #860000;
	padding-right: 10px;
}
#plofile p.banner {
	text-align: right;
	margin-right: 20px;
	margin-bottom: 10px;
}


/* story
-------------------------------------*/
#story #side {
	background-color: #0F315F;
	height: 2022px;
}
#story #main_img {
	height: 1800px;
	padding-left: 40px;
	color: #360000;
}
#story h3 {
	font-size: 14px;
	color: #FFFF66;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
}
#story h4 {
	background-color: #EFDFCF;
	width: 550px;
	margin-left: 15px;
	height: 25px;
	line-height: 25px;
	color: #860000;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}

#story table {
	background-color: #ECDAC8;
	width: 550px;
	margin-left: 15px;
}
#story table th {
	font-size: 14px;
	color: #860000;
	text-align: left;
	padding-left: 15px;
}
#story  table td {
	padding-left: 25px;
}
#story #main_img img {
	float: left;
	margin-right: 5px;
}
#story .ri  a {
	color: #FFFFFF;
}
#story .ri a:hover {
	color: #FFFF66;
}

/* 勉強会
-------------------------------------*/

#study #main_img {
	height: 1500px;
	padding-left: 40px;
	color: #333333;
}
#study h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFF66;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 20px;
}
#study .od {
	margin-top: 20px;
	margin-right: 20px;
}
#study table {
	width: 550px;
	margin-bottom: 20px;
	background-color: #ECDAC8;
	margin-left: 15px;
	border-bottom: 1px solid #FFFFFF;
}
#study table th {
	width: 150px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#study table td {
	padding-left: 10px;
	padding-right: 10px;
	color: #333333;
	border-bottom: 1px solid #860000;
}
#study #side {
	height: 1722px;
	background-color: #0F315F;
}

/* スケジュール
-------------------------------------*/

#schedule #side {
	height: 1822px;
	background-color: #0F315F;
	background-image: url(img/side_schedule01.jpg);
	background-repeat: no-repeat;
}

#schedule #main_img {
	height: 1600px;
}
#schedule h4 {
	margin-left: 40px;
	margin-top: 20px;
	text-align: left;
	padding-left: 20px;
}
#schedule table {
	margin-left: 40px;
	margin-bottom: 30px;
	border-top: 1px solid #860000;
	border-left: 1px solid #860000;
}

#schedule td {
	border-top: none;
	border-right: 1px none #860000;
	border-bottom: 1px solid #860000;
	border-left: none;
	line-height: 30px;
	padding: 5px;
	vertical-align: top;
}
#schedule table th {
	border-right: 1px none #860000;
	border-bottom: 1px solid #860000;
	border-left: none;
	font-size: 14px;
	padding: 5px;
	background-color: #E8D2BD;
	color: #3E0001;
	text-align: left;
	vertical-align: top;
}

#schedule .od {
	margin-left: 20px;
	margin-top: 20px;
}
#schedule .ri {
	padding-right: 35px;
}

/* サンクスページ
-------------------------------------*/

#thanks #side {
	height: 595px;
	color: #0F315F;
	background-color: #0F315F;
	background-image: url(img/thanks02.jpg);
	background-repeat: no-repeat;
	background-position: center 222px;
}

/* 更新履歴
-------------------------------------*/
#news #side {
	background-color: #0F315F;
	height: 844px;
}
#news #main_img {
	/*height: 837px;*/
}

#news #main_img #news {
	background-color: #ECDAC8;
	margin-right: 10px;
	margin-left: 50px;
}
#news  #news dt {
	margin-left: 10px;
}
#news #news dd {
	margin-left: 10px;
}

/* レポート
-------------------------------------*/
#report #side {
	background-color: #0F315F;
	height: 2050px;
	background-image: url(img/report01.jpg);
	background-repeat: no-repeat;
}
#report h2 {
	color: #FFFF66;
	border-bottom: 1px solid #C0A250;
	margin-bottom: 15px;
	margin-right: 10px;
	font-size: 16px;
	font-weight: normal;
}

#report h3 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	height: 20px;
	margin-left: 15px;
}
#report h4 {
	font-size: 14px;
	line-height: 40px;
	color: #FFFF66;
	background-image: url(img/test.jpg);
	background-repeat: no-repeat;
	height: 40px;
	margin-left: 48px;
	background-position: right center;
	background-color: #0D4882;
	width: 554px;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
}


#report  #side dl {
	margin-top: 235px;
	margin-left: 25px;
	margin-right: 20px;
}
#report #side dt {
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #C0A250;
}
#report #side li {
	list-style: none;
	padding-left: 15px;
	background-image: url(img/013.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
	margin-bottom: 5px;
}
#report   #side   a:link  {
	color: #FFFFFF;
	text-decoration: none;
}
#report   #side   a:hover  {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: auto;
	background-color: #90ADCB;
}
#report   #side   a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}

#report  p {
	color: #FFFFFF;
	margin-right: 20px;
	margin-left: 50px;
	margin-bottom: 1em;
}
#report  #main #main_img {
	height: 1828px;
}
#report #main_img img {
	float: left;
	margin-right: 10px;
}
#nyingmapa  #side {
	background-color: #0F315F;
	height: 2244px;
}
#nyingmapa #main_img {
	height: 2022px;
}

#nyingmapa  #main_img p {
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-left: 48px;
	margin-right: 20px;
}
#nyingmapa #main_img img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	clear: right;
	float: right;
}
#nyingmapa h3 {
	height: 69px;
}

#nyingmapa #main_img h2 {
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #FFFF66;
	margin-left: 48px;
	padding-left: 5px;
	padding-top: 20px;
}
#nyingmapa #main_img dl {
	margin-left: 50px;
	background-color: #ECDAC8;
	display: block;
	width: 250px;
	color: #333333;
	margin-bottom: 10px;
}
#nyingmapa #main_img dt {
	font-size: 14px;
	font-weight: normal;
	color: #860000;
	border-bottom: 1px solid #860000;
}
#nyingmapa table {
	margin-left: 48px;
}
#nyingmapa table th {
	width: 6em;
	border-right: 1px solid #860000;
}
#nyingmapa table tr {
	line-height: 2em;
}
#nyingmapa table td {
	padding-left: 10px;
}

#nyingmapa ol#jigyou {
	list-style: decimal;
	margin-left: 20px;
}








/* お誕生日特別ページ
-------------------------------------*/

.birth {
	text-align: center;
	padding-top: 50px;
}

#birthday address {
	text-align: center;
}
#coming #side {
	height: 595px;
	background-color: #0F315F;
}
.if {
	background-color: #EFE0D1;
	padding: 10px;
}

