/*+++++++++++++++++++++++++++++ページ全体*/
*{
	margin:0;
	padding:;
}

body{
	background:url("../image01/background.gif") repeat-y center #C2EAFF;
	color:#999;
	font-family:"ＭＳ Ｐゴシック", "ARIAL" ,sans-serif;
	font-size:10pt;
	line-height:1.3;
}
body{
	text-align:center;
}


/* リンク2
---------------------------------------------------- */
a:link {
  text-decoration:none;
  color:#6666ff;
  background: transparent;
}

a:visited {
  text-decoration:none;
  color: #649f5c;
  background: transparent;
}
a:hover, a:active {
  text-decoration:none;
  color: #ff9900;
  background: transparent;
}

/* 画像枠
---------------------------------------------------- */

img.content{
    padding:5px 5px;
    background-color:#ffffff;
    border-color:#e0d8cb #e0d8cb #e0d8cb #e0d8cb;
    border-width:1px;
    border-style:solid;
}





/*+++++++++++++++++++++++++++++全体を囲んでいます*/
#wrapper{
text-align: left;
padding: 0px 0px 0px 0px;
margin: 0px auto 0px auto;
width: 800px;
}
/*+++++++++++++++++++++++++++++ヘッダー部分*/
#header{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
height: 130px;
}
/*+++++++++++++++++++++++++++++container部分(contentsとsidebarの基点)*/
#container{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
width: 100%;
position: relative;
}
/*+++++++++++++++++++++++++++++コンテンツ部分*/
#contents{
padding:0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
width: 800px;
top: 0px;
}

/*+++++++++++++++++++++++++++++フッター部分*/
#footer{
text-align: center;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

#footer p{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}








/* テーブル枠　サークル枠
---------------------------------------------------- */

table.sample9{
    font-size: 12px;
    WIDTH:600px;
    empty-cells:show;
    text-align:left;
}

/* テーブル枠　サークル枠
---------------------------------------------------- */

table.sample10{
    font-size: 12px;
    WIDTH:700px;
    empty-cells:show;
    text-align:left;
}

/* テーブル枠　サークル枠
---------------------------------------------------- */

table.sample13{
    font-size: 12px;
    WIDTH:500px;
    empty-cells:show;
    text-align:left;
}

