﻿@import url('layout.css');
body {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	background-color:#f3f2ff;
}
img {
	max-width: 100%;
	display: block;
}

/*コンテナーのスタイル*/
#container {
	width: 740px;
	height: auto; 
	margin: 0 auto;
	background-color: ;
	background-image:url("../imag/contawaku.jpg");
	background-repeat: repeat-y;
	background-attachment: scroll;
}

/*マストヘッドのスタイル*/
#masthead {
    position:relative;
	width: 732px;
	height: 30px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	overflow: hidden; 
	background-color:#c5d5e5;
}
.auto-style7{
    position:absolute;
    width:200px;
    top :10px;
    left:290px;
    font-family:"HGS明朝B", sans-serif,serif ; 
    font-size: medium;
    color:green;
 }
 .logo{
	position:absolute;
	width:150px;
	top:5px;
	left:10px;
	font-family:"メイリオ",sans-serif,serif;
	font-size:16px;
	color:purple;	
} 

/*サイドバーのスタイル*/
#sidebar {
    position:relative; 
	width: 732px;
	height: 30px;
	margin-left:4px;
	margin-right:4px;	 
	overflow : hidden; 
	background-color:#c5d5e5;
	font-size:0.8em;
 }
#sidebar a: {
	color:  purple;  
	text-decoration: underline;
	padding :3px;
}
#sidebar a:hover {
    color:purple;
    font-weight:normal;
    text-decoration:none;
    background-color:white;
}
.auto-topstyle{width: auto;  height:13px; color:purple;
               position:absolute;top:10px;left:60px;  
}
.auto-style1{ width: auto;  height:13px; color:purple;
              position :absolute;top:10px;left:317px;
}
.auto-style2{ width: auto; height:13px; color:purple;
              position:absolute;  top:10px;left:451px;
 }
.auto-style3{ width: auto; height:13px;
              padding:3px 0px 7px 0px;color:green;background-color:white;
              text-decoration:none;
              border-radius:3px;
              position:absolute;top:10px;left:598px; 
}

/*コンテントのスタイル*/
#content{
	width:724px;
	height:auto;  
	border:0px;
	margin-left:4px;
	margin-right:4px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:3px;
	background-color:white;
}
#content a{
    font-size: x-small; 
    color:black;
    background-color:#f4d5c3; 
    padding:4px;
    border-radius:3px;
}
#content td{
	padding-bottom:0px;
}		
.auto-style6 {border-width:0px;background-color:#EAFFFF;
}
.auto-style9 {border:1px solid #e6e6e6;font-size:0.8em;line-height:120%;
	          width: 141px;	height: 106px;	vertical-align:top;	text-align:center;
}
.auto-style10 {	vertical-align:top;	text-align:center;	width:141px;	height:106px;
}
.auto-style11{width:708px;height:20px;;text-align:center;
              background-color:white;border-color:white;	
}
/*フッターのスタイル*/
#footer {
     text-align: center; right; 
	 line-height:120%;
	 width: 712px;
	 height:40px;
	 border:0px;
	 margin-right: 4px;
	 margin-left: 4px;
	 padding-top:5px;
	 padding-right:10px;
	 padding-left:10px;
	 background-color:#ebe8f5;bdf2cc;  silver; 
	 Clear:both;
}
#footer p {
     margin-top:0px;
     margin-right:0px;
	 font-size: 0.7em;
	 text-align:center;
}
#footer a{ 
     font-family:sans-serif,serif,HGSｺﾞｼｯｸM;
     font-weight:bold;
     text-decoration:none;
	 color:teal;
}
#footer a:hover {
	 color: purple; 
	 text-decoration:  none;
}
.imag-sukasi{
	position:relative;
}

.imag-sukasi span{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position:absolute;
	background: url("../img-jq/protect-images.png") 0 0 repeat;
}

