/* 全体の設定*/
body{
    background-image : url("sora.jpg");
    background-attachment: fixed;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    font-size:small;
}
/*リンク関係*/
a:link {/*リンクされた文字の色*/
    color:009999;/*文字の色：青*/
    font-style:normal;
    text-decoration:none
}
a:visited {/*訪問後の色*/
    color:#934C7B;/*文字の色：紫*/
    text-decoration:none
}
a:hover {/*カーソルを合わせたときの色*/
    color:#ff0000;/*文字の色：赤*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
}
a:active {/*クリック中の色*/
    text-decoration:none;/* なし */
}

/*-----------------------------------------------------*/
#container {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/*ヘッダー----------------------------------------------*/
#header{
	height:80px;
	}

#log{
	float:left;
	vertical-align:middle;
	background:url(log.JPG) no-repeat;
	width:356px;
	height:75px;
	}

#header h1{
	padding:20px 50px 0px 0px;
	margin: 0px;
	font-weight:normal;
	font-size:30px;
	color:#009999;
	text-align: right;
	}

p.head{
	font-size:15px;
	margin:5px 55px 0px 20px;
	text-align:right;
}

/*コンテンツ------------------------------------------------------*/
#content {
	clear: left;
	text-align: left;
}


/*メニュー---------------------------------------------------------*/
#menu {
	float: left;	/*左側に配置する設定*/
	width: 195px;	
}

ul.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 15px;	
}

ul.menu a {
	height: 32px;
	margin-bottom: 3px;
	line-height: 35px;
	background:url('bar.png') no-repeat left top;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	letter-spacing: 0.1em;
}

/*メイン------------------------------------------------------------*/
#main {
	float: right;
	width: 590px;

}

p.main{
    margin:7px 5px 15px 5px;
    line-height: 22px;
}

ul.new {
	border: 2px #0033FF solid;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	font-size: 15px;
	line-height: 24px;
}

ul.main {
	margin: 1em 0 0 1.5em
	padding: 0
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px
}

h2.main{
    margin:0px;
    padding:5px 5 5px 10px;
    background-color:#000099;
    font-size:16px;
    color:#fff;
    letter-spacing: 3px
}

h3.main{
	background:url('bar_main.png') no-repeat left top;
	color:#fff;
	font-size:15px;
	margin:15px 5px 0 0;
	padding:7px 0 7px 10px;
	border-style:solid;
    border-width:0px 0px 1px 0px;
    border-color:#000099;
    letter-spacing: 1px
}

h3.main2{
  display: block;             /* ブロック要素にする */
  color: #ffffff;
  background-color: #000099;  /* 背景色 */
  border: outset 2px #000099; /* 枠の色 */
  text-align: center;         /* 水平揃え */
  margin: 0px;
  padding: 3px 1px 1px 10px;
  letter-spacing: 1px
}

h4.main{
	margin:0px;
    padding:0.2em 0.2em 0em 0.2em;
	font-size:15px;
    border-style:solid;
    border-width:1px 0px 0px 0px;
    border-color:#000099;
    border-bottom-width:1px;
    border-top-width:0px;
    letter-spacing: 1px
    
}

/*フッター----------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
	padding:20px;
}


    border: 1px #808080 solid;
    
/*旧----------------------------------------------------------*/


/*枠用ID*/

table#head{
    width:750px;
    border-width:1px;
    text-align:left;
    margin:0px auto;
    align:center; 
}
table#structure{
    width:750px;
    border-width:0px;
    border-color:#663300;
    border-style:solid;
    text-align:left;
    margin:0px auto;
    align:center; 
}
td#main-left{
    width:170px;
    vertical-align:top;
}
td#main-right{
    width:580px;
    vertical-align:top;
}
td#foot{
    width:750px;
    text-align:center;
}
ul {
	font-family: sans-serif,"Osaka";
}
A.menu2 {
  width: 160px;              /* 横幅 */
  height: 20px;              /* 縦幅 */
  background-color: #a2d0ff; /* 背景色 */
  margin: 0px 0px -1px -20px;
  padding: 1px;
  font-size: 15px;           /* フォントサイズ */
  text-align: right;         /* 水平揃え */
  text-decoration: none;     /* 下線を消す */
}
A.menu:hover {
  margin: 0px 0px -1px -1px;
}
h1{
    font-size:large;/*文字の大きさ*/
    font-weight:normal;
    text-align:left;
    color:#009999;
    margin-top:0px;/*上方向の余白無し*/
}
ul.head{
    list-style:none;
    font-size:28px;/*文字の大きさ*/
    font-weight:normal;
    margin:0px;
    padding:0em 0em 0em 0em;
    text-align:left;
    color:#009999;
}
font.head1{
	font-size:18px;
}
font.head2{
	font-size:16px;
}
font.left{
	font-size:13px;
}
ul.left{
    list-style:none;
    margin:0px;
    padding:0.3em 0.3em 0.3em 0.3em;
    background-color:#a2d0ff;
    border-style:solid;
    border-width:1px 0px;
    border-color:#FFFFFF;
    border-bottom-width:2px;
    font-size: 15px;
}
ul.right{
    list-style:none;
    margin:0px;
    padding:0.5em 0.5em;
}
h2.right{
    margin:0px;
    padding:0.2em 0.2em 0em 0.2em;
    font-size:medium;
    font-weight:normal;
    border-style:solid;
    border-width:0px 15px;
    border-color:#000099;
    border-bottom-width:1px;
    border-top-width:1px;
}
h3.right{
    margin:0px;
    padding:0.2em 0.2em 0em 0.2em;
    font-size:normal;
    font-weight:normal;
    border-style:solid;
    border-width:1px 0px 0px 10px;
    border-color:#000099;
    border-bottom-width:1px;
    border-top-width:0px;
}
li.left{
    color:#009900
}
p.right{
    margin:15px 0.5em;
    font-size:small;
}
h3.right2{
  display: block;             /* ブロック要素にする */
  color: #ffffff;
  background-color: #000099;  /* 背景色 */
  border: outset 2px #000099; /* 枠の色 */
  text-align: center;         /* 水平揃え */
  margin: 0px;
  padding: 3px 1px 1px 10px;
}
h4.right{
	margin:0px;
    padding:0.2em 0.2em 0em 0.2em;
    font-size:normal;
    font-weight:normal;
    border-style:solid;
    border-width:1px 0px 0px 0px;
    border-color:#000099;
    border-bottom-width:1px;
    border-top-width:0px;
}
