@charset "UTF-8";
/* CSS Document */


/*
fukuchi kosuke
http://puzzel.jp/
http://puzzel.jp/blog/
*/

body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	background: none;
	border: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
hr {
    display: none;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
 
 header, nav, article, section, aside, footer {
	display: block
}


body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	font-size: 12px;
	color: #666;
	background-color: #f8f8f8
}
a:link {
	color: #468074;
	text-decoration: none;
}
a:hover {
	color: #A6B5AE;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #6A929E;
}
a:active {
	text-decoration: none;
	color: #6A929E;
}

#base {
	width: 800px;
	margin: 50px 0;
	background-color: #fff;
	border-right: 5px solid #eee
}
#header {
	width: 197px;
	float: left;
	margin: 20px;
	border: 1px dotted #ccc;
	border-bottom: 0
}
#header img.left {
}
#menu {
	list-style-type: none;
}
#menu li a {
	display: block;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	text-align:center
}
#menu li a:hover {
	background: #eee;
	letter-spacing: 2px
}
h1 {
	clear: both;
	font-size: 15px;
	width: 197px;
	text-align: center;
	padding: 20px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
h1 span {
	display:block;
	font-size: 10px;
	color: #999
}
.content {
	width: 500px;
	float: left;
	padding: 30px 20px;
}
.t {
	border-bottom: 1px dotted #ddd;
	font-size: 13px;
	padding: 4px 2px;
}
.t:first-letter {
	color: #468074;
	font-weight: bold
}
.td {
	margin: 5px 10px 10px 10px;
	line-height: 1.5em;
	letter-spacing: 2px
}
#footer {
	clear:both;
	padding: 10px;
	text-align: center;
	border-top: 1px dotted #eee;
}

input,textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	margin: 3px;
}
input {
	width: 150px;
	padding: 2px;
	line-height: 20px;
}
textarea {
	width: 400px;
	padding: 2px;
	line-height: 20px;
	height: 60px;
}

