@charset "UTF-8";
@import url(style-share.css) all;

@media all
{
	body {
		font-size: 82.5%;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		color: #252525;
	}

	* {
		margin: 0;
		padding: 0;
		background-color: transparent;
	}

	a {
		outline: none;
		color: #252525;
	}

	a img {
		border: none;
	}

	h1 {
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 15px;
	}

	h2 {
		font-size: 1.0em;
		font-weight: bold;
		margin-bottom: 6px;
	}

  ul { 
    padding-bottom: 1em;
  }
  
  li { 
    list-style-position: inside;
  }

  dt {
    font-weight: bold;
  }

	p {
		font-size: 1.0em;
		line-height: 1.3em;
		margin: 0 0 1.5em 0;
	}

	#frame {
		width: 650px;
        min-height: 600px;
		margin: 80px auto 0 auto;
	}

	#foot {
		border-top: 1px solid #252525;
	}

	#foot_content {
		width: 610px;
		margin: 0 auto;
		text-align: center;
	}

	textarea {
		border: 1px solid #252525;
		width: 100%;
	}

}
