/* ボディに関するCSS */
body {
	font-size: 13px;
	line-height: 150%;
	background-image:  url(img/bck.gif);
	margin: 0px;
	padding: 0px;
}

/* ページ構造に関するCSS */
#footer {
       clear: left;
}


/* ヘッダーに関するCSS */
#header {
	margin:0px;
	padding:0px;
        background-image: url(img/head_bar.jpg);
        background-repeat: no-repeat;
}

#logo {
	margin: 11px 0px 11px 18px;
}


/* コンテンツに関するCSS */
#wrapper {
        width:850px;
        height:380px;
        margin:10px 20px 0pc 60px;

}


#mainvisual {
        width:384px;
        padding:0px;
        margin:0px;
        float:left;
}

#col {
        margin:30px 0px 0px 20pc ;
}

table {
        border: none;
        float:left;
}

th {
        background-color:#FFCC33;
        border: none;
}

td {
        border: solid gray;
}


h1 {
        font-size: 110%;
        font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 5px;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}

h2 {
	font-size: 100%;
        font-weight:normal;
}


/* ナビゲーションに関するCSS */

/* フッターに関するCSS */
#footer {
        text-align: center;
}


/* リンクに関するCSS */



