/*ページ全体に関するスタイル-----------------*/

*{
	font-family: "ＭＳ Ｐゴシック", "Osaka" ,sans-serif;
}

body{
margin-left: 10px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding: 0px;
color: #444444;
}

h1,h2,h3,h4,p,dl,dd{
margin: 0;
}

a:link {
color:#333399;
background: transparent;
text-decoration:none;
}
a:visited {
color:#333399;
background: transparent;
text-decoration:none;
}
a:active {
color:#BB0000;
background: transparent;
text-decoration:none;
}
a:hover {
color:#BB0000;
text-decoration:none;
}

/*ヘッダーに関するスタイル-----------------*/

#header{
width: 220px;
height: 52px;
}
#header img{
padding: 5px;
display: block;
border: 0;
}


/*メイン画像に関するスタイル-----------------*/

#main_pict {
width: 740px;
}

#main_pict img {
background: url(dott_line.gif) ;
margin-top: 6px;
margin-bottom: 10px;
display: block;
padding-top: 1px;
padding-bottom: 1px;
}


#contents span{
font-weight: bold;
color: #0D355D;
}


/コンテンツ画像に関するスタイル-----------------*/
.pict_right{
margin-top: 6px;
margin-left: 6px;
margin-right: 5px;
margin-bottom: 4px;
}

.pict_left{
margin-top: 2px;
margin-left: 3px;
margin-right: 6px;
margin-bottom: 4px;
}
/*全体の文字に関するスタイル-----------------*/

#main_cont{
color: #333333;
font-size: 80%;
line-height: 150%;
 }

#cont {
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
}

/*フッターに関するスタイル-----------------*/
#footer{
 width:740px;
 margin: 0;
 padding: 0;
}

#footer img {
padding: 0px;
margin-top: 10px;
margin-bottom: 0px;
display: block;
}
#footer ul{
padding: 0px;
margin: 0px;
list-style: none;
}
#footer li{
padding-left: 10px;
display: block;
float: left;
height:20px;
text-indent: -9999px;
}

#about a{
background: url(about.gif) no-repeat;
display: block;
background-position: 0 0;
width:111px;
height:20px;
text-decoration:none;
}
#about a:hover{
background: url(about.gif) no-repeat;
display: block;
background-position: 0 -20px;
width:111px;
height:20px;
}

#link a{
background: url(link.gif) no-repeat;
background-position: 0 0;
display: block;
width:48px;
height:20px;
text-decoration:none;
}
#link a:hover{
background: url(link.gif) no-repeat;
background-position: 0 -20px;
display: block;
width:48px;
height:20px;
}

#footer p{
display: block;
float: right;
padding-right: 10px;
width:317px;
height:20px;
text-indent: -9999px;
background: url(copyright.gif) no-repeat;
}

#footer_cont:after{
content:".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.sideline {
	background-image: url(../images/sideline.gif);
	background-repeat: repeat-y;
	background-position: right;

}

