body {
  margin: 0px;
  padding: 0px;
  background: #cccccc url("./parts/body_background.gif") repeat-x;
  text-align: center;  /* IEバグ対策 */
}

div {
  margin: 0px;
  padding: 0px;
}

a img {
  border-style: none;
}

a:link {
  color: #aa9999;
  text-decoration: none;
}

a:visited {
  color: #aa9999;
  text-decoration: none;
}

a:hover {
  color: #3399ff;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

p {
  margin-left: 10px;
  margin-right: 10px;
  text-indent: 1em;
  line-height: 140%;
}

em {
  font-weight: bolder;
  font-style: normal;
}

li {
 line-height: 150%;
}

/* ページ基本構成
---------------------------------------- */
div#wrap {
  width: 700px;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
  background-color: #ffffff;
}

/* ヘッダー
---------------------------------------- */
div#header {
  float: left;
  width: 680px;
  height: 50px;
  margin: 0px 0px 20px 0px;
  padding: 10px;
  border-bottom: 1px solid #dd0000;
  background-color: #ffffff;
}

div#header div#logo {
  float: left;
  margin: 0px;
}

div#header div#navi {
  position: relative;
  top: 35px;
  float: right;
}
/* ヘッダー
---------------------------------------- */

/* ボディー
---------------------------------------- */
div#body {
}

div#pagetitle {
  margin-bottom: 1em;
  color: #cc3030;
  font-family: sans-serif;
  font-weight: bolder;
  font-size: x-large;
  text-align: center;
}

div#content {
  float: right;
  width: 480px;
  margin: 0px;
  padding: 10px;
  color: #666666;
  font-size: 90%;
  text-align: left;
}

div#content-c {
  width: 480px;
  margin: 0px auto;
  padding: 10px;
  color: #666666;
  font-size: 90%;
  text-align: left;
}

div#link {
  float: left;
  width: 170px;
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 10px;
  border: 1px solid #dddddd;
  background-color: #f6f6f6;
}

div#link ul{
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-left: 5px;
}

div#link ul li{
  list-style-image: url("./parts/arrow.gif");
  line-height: 2em;
  font-size: 11pt;
}
/* ボディー
---------------------------------------- */

/* フッター
---------------------------------------- */
div#footer {
  clear: both;
  margin: 0px;
  padding: 10px;
  background-color: #ffffff;
}

div#footer #footer-link {
  width: 670px;
  padding: 5px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  color: #c0c0c0;
  line-height: 10pt;
  font-family: sans-serif;
  font-size: 8pt;
  text-align: left;
}

div#footer #footer-link .current {
  color: #666666;
}

div#footer #footer-link div {
  margin-top: -10pt;
  text-align: right;
}

div#footer #copyright {
  margin-top: 10px;
  color: #c0c0c0;
  font-family: sans-serif;
  font-size: 8pt;
  text-align: right;
}
/* フッター
---------------------------------------- */

/* テーブル
---------------------------------------- */
table.table-list {
  border-collapse: separate;
  border-spacing: 0px;
}

table.table-list tr {
  vertical-align: top;
}

table.table-list tr td {
  padding: 5px;
  border-top: 1px solid #cccccc;
}

table.table-list tr td.top {
  border-top: 0px;
}

table.table-list tr td.nowrap {
  padding-right: 15px;
  color: #aa9999;
  white-space: nowrap;
}
/* テーブル
---------------------------------------- */

/* ホーム
---------------------------------------- */
div#home_top {
  height: 100px;
  margin: 0px auto;
  padding-top: 280px;
  padding-bottom: 20px;
  padding-left: 0px;
  text-align: center;
  border-bottom: 1px solid #dd0000;
}

div#home_bottom {
  height: 190px;
  padding-top: 10px;
  text-align: left;
}

div#home_bottom div{
  position: relative;
  left: 330px;
  margin: 0px 10px;
  padding-bottom: 10px;
}
/* ホーム
---------------------------------------- */

/* その他
---------------------------------------- */
div.question {
  font-family: san-serif;
  font-weight: bolder;
}
div.question .q {
  color: #cc3030;
  font-family: "Times New Roman", serif;
  font-size: large;
}

div.photo-event {
  padding-left: 30px;
  padding-bottom: 30px;
  font-family: sans-serif;
}

div.photo-event img {
  border: 2px solid #666666;
}

div.photo-member {
  font-family: sans-serif;
}

div.photo-member img {
  float: left;
  margin-right: 10px;
  border: 1px solid #999999;
  vertical-align: text-top;
}

.comment {
  margin-top: 10px;
  margin-left: 0px;
  line-height: 140%;
  font-family: sans-serif;
  font-size: small;
}
/* その他
---------------------------------------- */


/* プロパティ定義順序
display
list-style
position
float
clear
width
height
margin
padding
border
background
color
font
text-decoration
text-align
vertical-align
white-space
other text
content
*/
