@charset "Shift_JIS";

/*
[1]全体のリンク指定
[2]レイアウトに関する指定
[3]ヘッダー内の各部分指定
[4]コンテンツ内の各部分指定
[5]サイドバー内の各部分指定
[6]フッター内の各部分指定
[7]募金額の指定
*/


/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}


/*########################################

[1]全体のリンク指定 */

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #660066;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}


/*########################################

[2]レイアウトに関する指定 */

body {
  font-size: 80%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background-image: url("image/wp.gif");
  background-repeat: repeat;
}

/*-- 全体を囲む --*/
#wrapper {
  text-align: left;
  margin: 0 auto 0 auto;
/*  width: 730px;*/
  width: 800px;
}

/*-- description --*/
.description {
  text-align: right;
  height: 20px;
}

/*-- ヘッダー部分 --*/
#header {
/*  height: 190px;*/
/*  padding: 20px 0 10px 250px;*/
}

/*-- contents と left-sidebar を囲む枠 --*/
#container {
/*  width: 728px;*/
  width: 796px;
  padding: 1.0em 0 0;
  border-top: 1px solid #ff6666;
  border-bottom: 1px solid #ff6666;
  border-left: 2px solid #ff6666;
  border-right: 2px solid #ff6666;
  /* コンテンツ領域には壁紙を表示したくないので背景色で塗りつぶす */
  background-color: #ffefef;
}
/* Firefoxでコンテンツ領域に壁紙が表示されて背景色による塗りつぶしができない問題の回避（http://u-ziq.com/blog/2006/10/_fireox.html） */
div#container:after {
  content : "";
  display : block;
  height : 0;
  clear : both;
}
/*-- containerのヘッダ用 --*/
#container_header {
/*  width: 728px;*/
  width: 796px;
  height: 34px;
  padding: 0;
  border-top: 2px solid #ff6666;
  border-left: 2px solid #ff6666;
/*  border-bottom: 1px dashed #ff6666; */
  border-bottom: 2px solid #ff6666;
  border-right: 2px solid #ff6666;
  /* コンテンツ領域には壁紙を表示したくないので背景色で塗りつぶす */
  background-color: #ffefef;
}

/*-- コンテンツ部分 --*/
#contents {
/*  width: 500px;*/
  width: 570px;
  padding: 0 10px 0 0;
  float: right;
}

/*-- サイドバー部分 --*/
#sidebar {
  width: 190px;
  padding: 0 0 0 8px;
  float: left;
}

/*-- フッター部分 --*/
#footer {
  color: gray;
  clear: both;
  padding: 1em 0 0.5em;
  background: url(image/bottom_rainbow2.png) no-repeat 0 100%;
}


/*########################################

[3]ヘッダー部分 */

/* -- 総合タイトル（使用しない） -- */
.logo {
  font-size: 210%;
  font-weight: bold;
  background-color: #ffbbbb;
  border-style: ridge;
  border-color: hotpink;
}

.logo a {
  text-decoration: none;
  color: #000000;
}

.logo a:hover {
  text-decoration: none;
  color: #ff0000;
}

/* -- ページの概要 -- */
.description { text-align: right;}

img#main_logo {
  margin-bottom: -3px;
}

/*########################################

[4]コンテンツ内の各部分指定 */

/* -- 各ページタイトル -- */
h1 {
  font-size: 130%;
  font-weight: bold;
  border-bottom: 1px solid;
  border-color: gray;
  padding-bottom: 0.1em;
}

/* 見出し */
h2,
h3,
h4,
h5,
h6 {
  font-size: 120%;
  margin-top: 15px;
  margin-bottom: 1em;
  padding: 0.5em 0 0.5em 2em;
  background: url(image/headline.gif) no-repeat 0 50%;
  border-bottom: 1px solid #ff6666;
}

h3,
h4,
h5,
h6 { margin-top: 3em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -- リスト -- */
#contents ul { margin: 1em 0 1em 20px; }

#contents ol { margin: 1em 0 1em 25px; }

#contents li {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}


/*########################################

[5]サイドバー内の各部分指定

/* サイドバータイトル */
#sidebar .p_sidetitle {
  text-align: center;
  margin: 0;
  padding: 0.8em 0;
  font-weight: bold;
  background: url(image/rabbit4.gif) no-repeat 0 50%;
/*  border-bottom: 1px solid #000000;*/
  border-bottom: 3px double #ff6666;
}

/* サイドバー内の文字(P) */
#sidebar p {
  text-align: left;
  margin: 1em 0;
  padding: 0;
  padding: 0;
  line-height:1.5em;
}

/* リスト/サイドバーメニュー */
#sidebar .localnavi {
  list-style-type: none;
  margin: 0 0 2em 0;
}

#sidebar .localnavi li { display: inline;}

#sidebar .localnavi li a {
  text-decoration: none;
  width: 180px;
  display: block;
  padding: 0.5em 0 0.5em 10px;
  background: url(image/side.gif) no-repeat 0 50%;
  border-bottom: 1px solid #ffffff;
}

#sidebar .localnavi li a:hover {
  color: #ff0000;
  text-decoration: underline;
  background: url(image/side.gif) no-repeat -200px 50%;
}

/* リスト */
#sidebar ul { margin: 2em 0 2em 10px; }

#sidebar li { margin-bottom: 0.5em; }


/*########################################

[6]フッター内の各部分指定 */

#footer p { text-align: center; }


/*########################################

[7]募金額の指定 */

div.price {
/*	width           : 190px;*/
	height: 30px;
/*	margin-top: 5px;*/
	padding:2px;
/*	background-color: #ffa200;*/
/*	background-color: #ffbbbb;*/
	font-weight   : bold;
	font-family      : Verdana,Arial,Helvetica,sans-serif;
}
div.pricehead {
	padding-top: 7px;
	padding-left: 30px;
	text-align: left;
	background-image:url("image/heart-anime.gif");
	background-repeat:no-repeat;
	background-position:left top;
/*    border-top: 3px solid #ffefef;*/
	float:left;
}
div.pricemiddle {
	padding-top: 4px;
	padding-right: 20px;
/*	padding-bottom: 10px;*/
    font-size: 140%;
	text-align: right;
/*    border-bottom: 1px dashed #ffffff;*/
	float:left;
	width: 160px;
}
div.pricemiddle2 {
	padding-top: 7px;
	padding-left: 30px;
	text-align: left;
	background-image:url("image/heart-anime.gif");
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
}
div.pricemiddle3 {
	padding-top: 4px;
/*	padding-right: 15px;*/
    font-size: 140%;
	color: red;
	text-align: right;
	float:left;
	width: 160px;
}
div.pricebottom {
	padding-top: 7px;
/*	padding-bottom: 5px;*/
/*	padding-right: 15px;*/
	text-align: right;
	font-size: 9pt;
	font-weight: normal;
	background-repeat:no-repeat;
	background-position:left bottom;
    border-bottom: 3px solid #ffefef;
	float:left;
}

