/* Base すべてのNPO、すべてのページでかわらない */
*
{
  margin:  0px;
  padding: 0px;
  list-style: none;
}

li a:link
{
  color: #484848;
  text-decoration: none;
}

li a:visited
{
  color: #969696;
  text-decoration: none;
}

li a:hover
{
  color: #FFFFFF;
  background-color: #969696;
  text-decoration: none;
}

/* Sticky Footer */
html, body, div#wrapper
{
  height: 100%;
}

div#wrapper > div#container
{
  height:     auto;
  min-height: 100%;
}

div#page_body
{
  padding-bottom: 40px;
}

div#footer
{
  position: relative;
  clear:        both;
  margin-top: -100px;
  height:       90px;
}

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

.clearfix /* Hides from IE-mac \*/
{
  display: inline-block;
}

* html .clearfix
{
  height: 1%;
}

.clearfix /* End hide from IE-mac */
{
  display: block;
}


/* Sticky Footer End */

body,table
{
  line-height: 180%;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  letter-spacing: 0.3ex;
}

div#wrapper
{
  text-align: center; /* For IE6 */
}

div.row1,
div.row2,
div.row3
{
  overflow:hidden;
  width: 100%;
}


div#container
{
  text-align: left;
  margin: 0 auto 70px auto;
  width:   740px;
}

div#header
{
  position: relative;
}

div#header p.catch_copy
{
  float:  right;
  color: orange;
}

div#header h1
{
  float: left;
  height: 70px;
  width: 270px;
  text-indent:  -9999px;
  background: url("/images/d01/logo.png") 0 0 no-repeat;
}

div#header ul.header_menu
{
  float: right;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right:  0;
  height: 25px;
}

div#header ul.header_menu li
{
  display: inline;
  height: 14px;
  margin: 3px 0;
  color: #696969;
  font-size: 90%;
  background: transparent url("/images/footer_menu_marker.gif") no-repeat left center;
  padding-left: 10px;
}

div#header ul.header_menu li.first
{
  background: none;
}

div#page_body div
{
  overflow: hidden;
}

div#page_body div.row1
{
  text-indent: -9999px;
  width:  100%;
}

div#page_body div.row2
{
  margin-bottom: 20px;
}

div#page_body div.row3 div
{
  margin-bottom: 20px;
}

div#page_body div.row3 div.col1,
div#page_body div.row3 div.col2
{
  float: left;
}

div#page_body div.row3 div.col1
{
  width: 200px;
}

div#page_body div.row3 div.col2
{
  width: 540px;
}

.title_head
{
  border-bottom: solid 2px #dadada;
  margin: 0 0 15px 0;
}

div.pagetop
{
  float: right;
}

div.pagetop a
{
  display: block;
  margin-bottom: 60px;
  padding-right: 15px;
  color: #707070;
  font-size: 90%;
  background: url("/images/page_top.gif") right center no-repeat;
}

/*For Form*/
div.submit
{
  margin: 15px 0;
  text-align: center;
}

div.submit .left
{
  float: left;
  width: 50%;
  text-align: right;
}

div.submit .right
{
  float: right;
  width: 50%;
  text-align: left;
}

div.submit input
{
  margin: 0 10px;
}

table.form
{
  width: 100%;
}

table.form th.label
{
  padding-left: 10px;
  width: 30%;
}

table.form label
{
  color: #ff8a00
}

table.form td.field
{
  padding: 5px;
}

table.form td.field input
{
  width: 50%;
}

table.form td.field input.address
{
  width: 80%;
}

table.form td.field textarea
{
  width: 90%;
}

/*For TextImgBox */

div.text_img_box h4
{
  margin-bottom: 15px;
  width: 540px;
  height: 40px;
  text-indent: -9999px;
}

div.text_img_box div.content
{
  padding: 0 10px;
}

div.text_img_box div.content p
{
  margin: 10px 0;
}

div.text_img_box div.content .colored
{
  color: #ff6c00;
}

/*For SimpleList*/

ul.normal li
{
  margin: 5px 0;
  text-indent: 20px;
  background: url("/images/circle_marker.gif") 0 center no-repeat;
  color: #733a02;
}

