﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);
body{
	background-image:url(../images/haikei/bg_bk00.gif); /*画像名*/
	background-repeat:repeat-y; /*リピート 縦*/
	font-color:#0000ff;/*文字色*/
	font-size:12px;/*文字サイズ*/
}
header,nav,  #contents, footer{ /**/
	width:auto; /*幅　*/
	margin-left:50px;/*左余白 */
	margin-right:auto;/*右余白 自動*/
}
header{
	maging:auto; /**/
	text-align:left; /*テキストの横位置*/
	line-height: normal;/**/
	white-space:pre; /*空白スペース全角*/
}
nav ul{
	line-align:center;
	list-style-type:none;  /*リストマーカー*/
	list-style-image:url(./images.gif);
	margin:0 0 0 250px; /*余白 0*/
	padding-left:2px; /*パディング*/
	text-align:center; /*テキストの横位置*/
}
a:hover img{
    	opacity:0.5;/**/
   	-moz-opacity:0.5;/**/
    	filter:alpha(opacity = 50);/**/
}
nav ul li{
	width:95px;/**/
	float:left;/**/
	text-decoration:none;/**/
	font-size:15px/**/
}
iframe{
	display: block;/**/
	margin: 0px auto;/**/
	text-align:center; /*テキストの横位置*/
	background color:transparent; /*色　透明*/

}
footer{
	padding-top:30px; /**/
}
h1{
	margin-left:150px; /**/
	padding:0 0 10px 0; /**/
	font-size:24px; /**/
	color:#0000ff;
	text-align:center; /**/
}
h2{
	margin-left:200px; /**/
	padding:10px; /**/
	font-size:20px; /**/
	color:#0000ff;
	text-align:left; /**/
}

a:hover{
	background-position:0 -55px;
}

/* 基本レイアウト ここまで↑ */

.frame1{
	border: solid 3px #f0f8ff;
	padding:3px;
	border-radius: 20px;
	box-shadow: 5px 10px 15px #0000ff;
}

.frame2{
	border: solid 5px #fof8ff;
	border-radius: 100px 0 100px 0;
	box-shadow: 5px 10px 20px #0000ff;
}

.frame3{
	border: solid 5px #0000ff;
	border-radius: 120px / 80px;
}

.frame4{
	border-radius: 50%;
	box-shadow: 0px 0px 20px 10px #0000ff;
}



#news ul{
	list-style-type:none;/**/
	margin-top:0;/**/
	margin-left:150px/**/
	margin-bottom:10px;/**/
	padding-left:0;/**/
}
#news ul li{
	padding:20px 0 20px 160px;/**/
	border-bottom:1px dotted #6c5f45;/**/
	text-indent:0;/**/
}


table {	
	background-color:#0000ff/**/
	line-height: normal;/**/	
	text-align:left; /**/
	font-size:14px; /**/
}