body {
margin: 0px;
padding: 0;
background: url(images/img1.gif);
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 24px;
color: #333333;
}

img {
border:0px;
}

h1, h2, h3 {
margin: 0;
padding: 2px 0 4px 0;
}
form{
margin:0px;padding:0px;
}

.maintitle{
font-size: 16px;
font-weight: bold;
border-bottom:1px #000000 dashed;
margin-top: 8px;
}

h2 { 
font-size: 24px;
border-bottom: 2px #cccccc dashed;
}
h3 {
font-size: 20px; 
}
.form table{border-collapse:collapse;}
.form td, .form th{border:solid 1px #333;padding:7px;}
.form th{ background-color: #000033;color:#cccccc;}
.action{
text-align:center;
padding:0px;
border: 0px solid #fff;
}
.form input submit {
padding:5px 30px 5px 30px;
}
p, ol, ul {
	line-height: 20px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.image {
	float: left;
	margin: 5px 5px 0 0;
	border: 1px solid #000000;
}

.byline {
	margin: 0;
	padding: 0 0 0 5px;
	background: #645B43;
	font-size: 14px;
}

/* Header */

#header {
	background:transparent url(images/shasen.gif) repeat-x scroll 0%;
	border-bottom: 2px black solid;
	padding: 10px 0 10px 10px;
	font-size: 16px;
	font-weight: normal;
	color: #dddddd;
}
#subheader {
/*	border-bottom: 2px black solid;*/
/*	padding: 6px 10px 10px 10px;*/
	padding-left: 20px;
	line-height: 30px;
	font-size: 12px;
	background: url(images/btn_off.gif) repeat-x;
	/*color: #ACA283;*/
	color: #FFF;
}

#header a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	color: #ACA283;
}

/* Menu */

#menu {
	width: 956px;
	height: 30px;
text-align:right;
	margin: 0 auto;
	background: url(images/btn_off.gif) repeat-x;
	border: 2px #000 solid;
	border-bottom: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 100px;
	border-left: #666644 1px solid;
	border-right: #444422 1px solid;
	height: 26px;
	padding: 4px 0 0 0;
	text-decoration: none;
	text-align: center;
	/*font-weight: bold;*/
	color: #ACA283;
	font-size: 11px;
}

#menu a:hover, #menu .active a {
	background: url(images/btn_on.gif) repeat-x;
	color: #FFFFFF;
}

#searchbox{
float:right;
padding:4px 10px 0px 10px;
}

/* Content */

#content {
	width: 956px;
	margin: 0 auto;
	border: 2px solid #000000;
	background: #fff url(images/img5.gif) repeat-y right;
	background-color: #fff; 
/*	background: #dddddd url(images/img5.gif) repeat-y right;*/
}

#side {
	float: right;
	width: 190px;
	padding: 2px 4px 2px 20px;
	text-align:center;
}

#side h3 {
	margin: 0px 0 10px 0;
	color: #786E50;
}

#side ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#side a {
	color: #fff;
}

#main {
	float: left;
	width: 720px;
	padding: 10px;
}

/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	background: #000000;
	background:transparent url(images/shasen.gif) repeat-x scroll 0%;
}

#footer p {
	margin: 0;
	padding: 0 0 4px 0;
	text-align: center;
/*
	color: #3C3728;
*/
	color: #ffffff;
}

#footer a {
	/*color: #786E50;*/
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/**
 ドロップシャドウ   <span class="shadow"><img...></span><div style="clear:both"></div>
 */
.shadow {
    background: url('images/shadow_001.gif') right bottom;
    float: left; /* 回り込み制御 */
    margin: 5px;
}

.shadow img {
    position: relative;
    left: -5px; /* 画像を左へ移動 */
    top: -2px; /* 画像を上へ移動 */
    padding: 2px; /* 画像枠 */
    background: #fff; /* paddingを設定した場合の背景色 */
    border: 1px solid #999999; /* 画像の枠線 */
}
