@charset "shift_jis";

/*   基本設定    */

body {
background-color:#F8F8FF;
margin:0;
padding:0;
text-align:center;
}

img {
border:0px;
}

img a {
border:0px;
}

/*   コンテナ    */
#container{
margin:0px auto 0px auto;
width:810px;
font-size:100%;
background-image:url(bg.gif);
background-repeat:repeat-y;
text-align:left;

}


/*   見出し    */

h1 {
margin:0px;
padding-bottom:5px;
font-weight:bolder;
font-size:100%;
border-bottom:1px dashed #CDC1B0;

}

h1 a{
text-decoration: none;
}

h2 {
margin: 10px 0px;
font-size:100%;
padding: 0px 0px 1px 5px;
font-weight:bolder;
border-bottom:1px solid #669999;
border-left: 6px solid #669999;
background-color: #ececec;
}

h2 a{
text-decoration: none;
}

h3 {
margin: 25px 25px 25px 1px;
font-size:100%;
font-weight:bolder;
padding: 0px 0px 1px 2px;
background-color: #ffffff;
border-bottom: 2px solid #669966;
}

h3 a{
text-decoration: none;
}

h4 {
margin: 20px 50px 0px 1px;
font-size:100%;
font-weight:bolder;
padding: 0px 0px 1px 2px;
background-color: #ececec;
}

h4 a{
text-decoration: none;
}



/*   表組み    */
table {
	border-collapse: collapse;
    border:1px solid #999;
}
th {
	font-size: 100%;
	padding: 7px;
	background-color: #FFFFCC;
	white-space: nowrap;
    border:1px solid #999;
	vertical-align:top;

}
td {
	padding: 7px;
    border:1px solid #999;
	vertical-align:top;

}

ul {
padding:0 0 0 15px;
}

li {
line-height: 150%;
}

p {
line-height: 150%;
margin: 10px 0px 10px 1px;
}


/*   その他基本設定    */
.nojs {
	margin: 0;
	padding: 3px 20px 0;
	text-align: right;
}

.nocss {
	display: none;
}

.comhide {
	position: absolute;
	left: -100em;
	top: -100em;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}



/*   右寄せ左寄せセンター寄せ    */

.text-left {
text-align:left;
}

.text-right {
text-align:right;
}

.text-center {
text-align:center;
}



/*   アドレス    */
address {
text-align:center;
font-style: normal;
}





/*   ヘッダー    */
#header{
margin:0px;
padding-left:5px;
padding-bottom:20px;
text-align:left;
background-image:url(top.gif);
background-repeat:no-repeat;
background-position:bottom;
background-color:#F8F8FF;
}


/*   文字を大きくするスクリプト    */
#fontsize {
	margin:3px 20px 0 0;
	padding: 0;
	text-align: right;
}

/*   ぱんくず    */
#breadcrumbs {
	margin: 3px 0 3px 10px;
	padding: 0 ;
}



/*   ここからコンテンツ    */
#content {
margin:0px 0px 0px 0px;
padding:10px 5px 35px 15px;
float:left;
width:568px;
}

/*   ※１行展開の場合    */
#contentend {
margin:0px 0px 0px 0px;
padding:10px 5px 35px 15px;
float:left;
width:770px;
}

#contact address{
text-align:left;
}


/*   右ラインナビ    */
#link {
font-weight:normal;
float:left;
width:190px;
margin:10px 0px 0px 10px;
text-align:left;
font-size:100%;
background-color:#F8F8FF;
padding:10px 4px 10px 8px ;
}

#link p {
margin:0.5em 0;
padding:0;
}



/*   フッター    */
#footer{
clear:left;
height:100px;
background-image:url(bottom.gif);
background-repeat:no-repeat;
background-position:top;
background-color:#F8F8FF;
}





/*   下部全体ナビ    */
.powered {
padding-top:30px;
text-align:center;
}

.copyright{
text-align:center;
}

