/*  
Theme Name: Sugimori Kouki
Theme URI: http://www.fhm.jp/
Description: Original Stylesheet
Author: faith
Author URI: http://www.fhm.jp/
Version: 1.0(04/07/2008)
*/

/* all */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
body {
	background-color: #f0f0f0;
	text-align: center;
}
.clear {
	clear: both;
}

/* heading */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h2, h3, h4 {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	font-size: 21px;
	color: #4b589a;
	border-bottom: 1px solid #4b589a;
	border-left: 10px solid #4b589a;
	line-height: 120%;
}

.comp {
	width: 334px;
	_width: 354px;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}
/* anchor */
a,
a:link,
a:visited {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #0066cc;
	text-decoration: none;
}

a:active {
	color: #cc3300;
	text-decoration: underline;
}

/* image with anchor */
a img {
	border: 0;
}

/* banner title */
#banner {
	padding: 0;
}

/* layout */
#box {
	width: 768px;
	margin: 0 auto 0;
	padding: 0;
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	background-color: #ffffff;
	text-align: left;
}

#menu, #menu a {
	text-align: center;
	font-size: 3px;
	background: #8f99c9 url("../images/mbase.jpg");
	margin-bottom: -1px;
}

#content {
	width: 768px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

.maintxt {
	width: 728px;
	clear: both;
	margin: 20px;
	color: #444;
	letter-spacing: 1px;
	line-height: 150%;
}

.rightblock {
	width: 354px;
	float: right;
	padding: 20px 20px 0 10px;
}

.leftblock {
	width: 354px;
	float: left;
	padding: 20px 10px 0 20px;
}

.rightblock2 {
	width: 45%;
	float: right;
	text-align: center;
	padding: 0 20px 0 10px;
	margin-top: -20px;
	color: #444;
	letter-spacing: 1px;
	line-height: 150%;
}

.leftblock2 {
	width: 45%;
	float: left;
	text-align: center;
	padding: 0 10px 0 20px;
	margin-top: -20px;
	color: #444;
	letter-spacing: 1px;
	line-height: 150%;
}

.rightblocktxt {
	width: 524px;
	float: right;
	padding: 20px 20px 0 10px;
	color: #444;
	letter-spacing: 1px;
	line-height: 150%;
}

.leftblockimg {
	width: 184px;
	float: left;
	padding: 20px 10px 0 20px;
	color: #444;
	letter-spacing: 1px;
	line-height: 150%;
}

iframe {
	margin-top: 10px;
}

p.txt {
	padding-bottom: 20px;
}
/* footer */
#footer {
	text-align: center;
	padding: 3px;
	color: #ffffff;
	letter-spacing: 1px;
	background: #8f99c9 url("../images/fbase.jpg");
}
#copyright {
	text-align: center;
	padding: 5px;
	color: #4b589a;
}

/* table */

.tarea{
	text-align: center;
}
table.nex {
	padding-bottom: 20px;
	text-align: left;
	border: 1px solid #4b589a;
	border-collapse: collapse;
}
table,
td,
tr {
	text-align: left;
	border: 0;
}
table.list,
td.list,
tr.list {
	text-align: left;
	border: 1px solid #4b589a;
	border-collapse: collapse;
}
#check {
	padding: 5px;
	border: 1px solid #4b589a;
	border-collapse: collapse;
	width: 200px;
}
td {
	padding: 5px;
}
.tabletitle {
	color: #4b589a;
	font-weight: bold;
	background: #b3badb;
	width: 100px;
	text-align: left;
	border: 1px solid #4b589a;
	border-collapse: collapse;

}
.tabletitle2 {
	color: #4b589a;
	font-weight: bold;
	background: #b3badb;
	text-align: left;
	border: 1px solid #4b589a;
	border-collapse: collapse;
}
/* news */

#news {
	padding: 10px;
	margin: 0 10px 0;
	font-size: 12px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 150%;
	color: #666;
	border-bottom: 1px dotted #4b589a;
}

.date {
	color: #4b589a;
	font-weight: bold;
}
.error {
	color: #ff0000;
}