@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

/* デフォルト */
html {
	font-family: Verdana,"ＭＳ Ｐゴシック", Osaka, Arial,sans-serif;
;
	color: #444444;
	font-size: 10pt;
	line-height: 1.8;
	background-color: #333333;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #ffccff;
	scrollbar-base-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffccff;
	scrollbar-shadow-color: #ffccff;
	scrollbar-track-color: #ffffff;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background : #ffffff url(img/23.gif) repeat;
	font-size: 10pt;
}

/* 見出しの設定*/
h1 {
	padding: 190px 10px 0px 30
0px;
	font-size: 18px;
	color: fuchsia;
	font-weight: bold;
	text-align: right;
	line-height: 25px;
	font-family: Osaka,Century Gothic,Arial,Verdana;
}
   
h2 {
	text-align: left;
	font-size: 11px;
	margin: 0px;
	padding: 2px 0 0 30px;
	font-weight: bold;
	color: purple;
	height: 30px;
	background: #fff url(img/bg.gif) no-repeat;
}

/*画像　*/
img     {border:0; 
}

/* ページの設定*/
#wrap {
	position: relative;
	width: 730px;
	background: #fff url(img/bg.jpg) no-repeat;
	margin: 0px 10px 0px 10px;
	text-align: left;
}

/* ヘッダーの設定*/
#head{
    width:730px;
    height:400px;
}

/* 左側の設定*/
#left {
	margin-top: -120px;
	width: 180px;
	height: 550px;
	float: left;
	background: url(img/bg1.jpg) no-repeat 0px 100px;
}

/* メニューの設定*/
.menu {
	padding: 0px 0px 10px 5px;
	font-size: 10pt;
	font-weight: bold;
}

.menu  li {
	list-style: none;
	font-size: 10pt;
}

.menu  A {
	text-decoration: none;
	color : gray;
	font-size: 10pt;
}


/* 右側の設定*/
#right {
	width: 450px;
	margin : -80px 30px 0px 80px;
	bottom: inherit;
	right: inherit;
}

/* 文章部分 */
.kizi {
	text-align: left;
	margin : 0px 0px 0px 0px;
	font-size: 10pt;
}

/*テキストエリア　更新情報スクロール*/
DIV.text {
	overflow: auto;
	height: 180px;
	width : 450px;
	text-align: left;
	padding-left: 15px;
	margin : 0px 0px 0px 0px;
	font-size: 10pt;
}

#text   {padding:0px;
         margin:10px 0;
         text-align:right;
}

dl {
	padding: 0;
	margin: 0;
}
DD      {padding : 0px 0px 0px 80px; 
}
	    DD.date {
	margin-top: -2.4em;
	font-size: 8pt;
}

DT      {padding:0 0 10px 0;
  font-size : 10pt;
}

/* 段落 */
p {
	text-align: left;
	color: #444444;
	padding: 20px 30px 0 0;
	font-size: 10pt;
}

.top {
	list-style: none;
	padding-right: 20px;
	text-align: right;
	font-size: 10pt;
}

.top  a {
	color: #339999;
	font-size: 10pt;
	text-decoration: none;
}

/* フッターの設定*/
#foot{
    position:relative;
    width:730px;
    height:110px;
    background:#fff url(img/foot.jpg) no-repeat;
    clear:both;
}

#foot ul{margin:50px 0 0 80px;
         list-style:none;
}

#foot li a{line-height:18px; 
         height:18px;
         color:#cccccc;
         font-size:11px;
         text-decoration:none;
}

/* コピーライト */
.copy {
	line-height: 18px;
	height: 18px;
	color: #339999;
	margin: 0px;
	font-size: 11px;
	padding-right: 20px;
}


/* ////////////////////////////////////// */
/* end*/