*
{
	font-family: "メイリオ", "Meiryo";
}

code
{
	font-family: "Courier New";
}

html {
	overflow-y:scroll;
}


body {
	font-size: 80%;
	background: #FDF9EE;
	color: #6D6D6D;
}

h1, h2, h3 {
}

h1 {
}

h2 {
}

p {
	margin: 0 0 15px 0;
	text-align: justify;
}

ul, ol {
	padding: 0;
	margin-left: 2em;
}

a:link {
	color: #0094E0;
}

a:hover, a:active {
	text-decoration: none;
	color: #0094E0;
}

a:visited {
	color: #0094E0;
}

img {
	border: none;
}

abbr {
    border-width:0px;
    border-bottom-width:1px;
    border-style:dotted;
}

/* Form */

form {
	margin: 2em auto 2em auto;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-size: 13px;
	color: #333333;
}

.url-textbox
{
	font-size: 24px;
	font-family: georgia;
	padding: .25em;
	border: solid gray 1px;
}

/* Header */

#header {
	width: 900px;
	margin: 20px auto 0 auto;
	font-family: Meiryo;
}

#logo {
	float: left;
}

#logo h1 {
	margin: 0;
	font-size: 24px;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 12px;
	font-family: Georgia;
	font-style: italic;
}

#logo h1 a {

}

#logo h2 {
	font-size: 14px;
	margin: 0 0 0 .25em;
}

#logo a {
	text-decoration: none;
}

#ad {
	float: right;
}

/* Page */

#page {
	width: 900px;
	margin: 20px auto 20px auto;
	background: #FFFFFF;
	border: 1px #F0E9D6 solid;
}

/* Content */

#content {
	margin: 1em;
}


/* Footer */

#footer {
	width: 900px;
	margin: auto;
}

html>body #footer {
	height: auto;
}

#footer-menu {
}

#legal {
	clear: both;
	color: #888;
	font-size: 80%;
	padding-top: 1em;
}

#legal a {

}

#footer-menu {
	float: left;
	text-transform: capitalize;
}

#footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-menu li {
	display: inline;
}

#footer-menu a {
	display: block;
	float: left;
	padding: 1px 15px 1px 15px;
	text-decoration: none;

}

#footer-menu a:hover {
	text-decoration: underline;
}

#footer-menu .active a {
	padding-left: 0;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

a.link-block:hover
{
	background-color: #ddd;
}