* {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	background: url(images/header_bg.gif) repeat-x center 140px;
	color: #0e94d2;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 15px;
	min-width: 1000px;
}

h1.title {
	padding: 10px 0;
}

h2.img {
	background: url(https://sui-sai.jp/images/line.jpg) repeat-x left bottom;
	color: #47ba0c;
	font-size: 125%;
	line-height: 1.2em;
}

p {
	line-height: 2em;
	margin: 10px 0;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

a {
	color: #29a4f2;
	overflow: hidden;
}

a:hover,
input.submit:hover,
input.searchbtn:hover {
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	     opacity: .60;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

a.img-link {
	text-decoration: none;
}

a.img-link:hover {
	text-decoration: underline;
}

a.img-link img {
	border: 1px solid white;
}

a.img-link:hover img {
	border-color: #75c6ed;
}

a.link-btn {
	background: url(images/link_btn.png) no-repeat 0 7px;
	padding: 2px 5px 2px 16px;
	text-decoration: underline;
}

a.link-btn:hover {
	background-position: 2px 7px;
}

a.link-btn-prev {
	background: url(images/link_btn_prev.png) no-repeat 2px 7px;
	padding: 2px 5px 2px 18px;
	text-decoration: underline;
}

a.link-btn-prev:hover {
	background-position: 0 7px;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.2em;
}

span.img-right {
	float: right;
	margin: 5px 0 5px 8px;
}

span.img-left {
	float: left;
	margin: 5px 8px 5px 0;
}

ul.list {
	line-height: 1.5em;
}

ul.list li {
	background: url(images/ul_list_li.jpg) no-repeat 0 0;
	margin: 8px 0;
	padding-left: 22px;
}

ul.notelist {
	color: #d17b1d;
	line-height: 1.5em;
	list-style-type: none;
	margin: 0 0 0 1.8em;
}

ul.notelist li {
	padding: 3px 0;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .2em;
}

div.line {
	background: url(https://sui-sai.jp/images/line.jpg) repeat-x 0 10px;
	clear: both;
	font-size: 5px;
	height: 20px;
}

.clear {
	clear: both;
	display: block;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/

div.indent {
	padding-left: 65px;
}

table.list-table th {
	border-bottom: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	font-weight: normal;
	padding: 10px 20px;
	text-align: right;
	vertical-align: top;
	width: 30%;
}

table.list-table td {
	border-bottom: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	padding: 10px 10px;
	text-align: justify;
	text-justify: distribute;
	vertical-align: top;
}

/***********************************************************************/

table.form-table th {
	font-weight: normal;
	padding: 12px 20px;
	text-align: right;
	vertical-align: top;
	width: 30%;
}

table.form-table td {
	padding: 10px 10px;
	text-align: justify;
	text-justify: distribute;
	vertical-align: top;
}

table.form-table td.e {
	padding-top: 12px;
}

table.form-table td input.size10 {
	width: 60px;
}

table.form-table td input.size18 {
	width: 100px;
}

table.form-table td input.size40 {
	width: 210px;
}

table.form-table td textarea.size40 {
	width: 295px;
}

table.form-table td textarea.size50 {
	width: 360px;
}

table.form-table td span.form-img img {
	margin: 3px 0 0 2px;
	vertical-align: top;
}

table.form-table td span.comment {
	margin-left: 5px;
}

form div.btn {
	padding: 40px 0 0 230px;
}

input,
textarea,
select {
	background-color: white;
	border: 1px solid #a1a19b;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 15px;
	margin-right: 5px;
	padding: 5px;
}

table.form-table td input.size500 {
	width: 500px;
}

table.form-table td input.size400 {
	width: 400px;
}

table.form-table td input.size300 {
	width: 300px;
}

table.form-table td input.size200 {
	width: 200px;
}

table.form-table td input.size150 {
	width: 150px;
}

table.form-table td textarea {
	width: 400px;
}

input.radio,
input.checkbox {
	border: none;
	padding: 0;
}

input.submit {
	background: url(images/input_submit.jpg) no-repeat left top;
	border: none;
	color: #e16acc;
	cursor: pointer;
	font-size: 25px;
	font-weight: bold;
	line-height: 1em;
	width: 255px;
}

body#form table.form-table th,
body#form table.form-table td {
	padding-bottom: 15px;
	padding-top: 15px;
}

body#form table.form-table td {
	padding-left: 10px;
}

body#form #pagenav ul li#pagetop {
	display: none;
}

body#form pre {
	font-weight: bold;
	line-height: 2em;
	padding: 10px 0;
}

body#form table.form-table td.textarea {
	white-space: pre-wrap;
}

/***********************************************************************/

p.blogdivision {
	text-align: center;
}

/***********************************************************************/

#header {
	background-repeat: no-repeat;
	height: 140px;
	margin: 0 auto;
	position: relative;
	width: 950px;
}

#header a#logo {
	display: block;
	height: 81px;
	left: 0;
	position: absolute;
	top: 30px;
	width: 612px;
}

#header ul#headernav {
	position: absolute;
	right: 50px;
	text-align: right;
	top: 10px;
	width: 600px;
}

#header ul#headernav li {
	display: inline;
	padding-left: 20px;
}

#header ul#headernav a {
	font-size: 14px;
	text-decoration: none;
}

#header ul#headernav a:hover {
	text-decoration: underline;
}

#header a#header-contact {
	background: url(images/header_contact.jpg) no-repeat;
	display: block;
	font-size: 10px;
	height: 20px;
	position: absolute;
	right: 0;
	text-decoration: none;
	text-indent: -2000em;
	top: 13px;
	width: 28px;
}

#container {
	margin: 0 auto;
	padding-top: 30px;
	width: 950px;
}

#main {
	float: right;
	width: 728px;
}

#main #main728-google {
	padding: 20px 0;
	width: 728px;
}

#main-c {
	margin: 0 auto;
	width: 750px;
}

#side {
	float: left;
	padding-top: 30px;
	width: 160px;
}

#side h2 {
	color: #b7cf70;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 14px;
	padding-bottom: 20px;
}

#side #side-search {
	background-color: #78d2fc;
	border-radius: 5px;
	padding: 5px 2px 5px 10px;
	width: 144px;
}

#side #side-search input.searchtext {
	border: none;
	font-size: 11px;
	padding: 2px 5px;
	width: 100px;
}

#side #side-search input.searchbtn {
	background: url(images/side_search_btn.gif) no-repeat left top;
	border: none;
	cursor: pointer;
	float: right;
	font-size: 10px;
	font-weight: bold;
	height: 23px;
	line-height: 1em;
	text-decoration: none;
	text-indent: -2000em;
	width: 23px;
}

#side #side-category ul li a {
	background: url(images/side_li.png) no-repeat 0 15px;
	display: block;
	padding: 8px 0 8px 20px;
	width: 140px;
}

#side #side-category ul li a:hover {
	background-position: 2px 15px;
}

#side #side-category  ul li a span {
	font-size: 13px;
}

#side #side-google {
	padding-top: 40px;
}

#pagenav {
	clear: both;
	height: 50px;
	padding-right: 20px;
	text-align: right;
}

#footer-bg {
	background: #f6f3eb url(images/footer_bg.gif) repeat-x left top;
}

#footer {
	font-size: 13px;
	margin: 0 auto;
	padding: 60px 0 40px 0;
	width: 950px;
}

#footer ul#footer-category li,
#footer ul#footernav li {
	display: inline;
	padding-right: 15px;
}

#footer p#footer-copyright {
	color: #40c300;
	font-size: 12px;
	padding-top: 20px;
}