﻿@charset "utf-8";*{	margin : 0;	padding : 0;}body{	background-color : #ccffff;	background-image : url(../index_image/bg.jpg);	text-align : center;}/******************************container設定*******************************/div#container{	width : 900px;	position : relative;	margin-top : 50px;	margin-bottom : 50px;	margin-left : auto;	margin-right : auto;	text-align : center;	background-color : none;}div#container:after{	content : ".";	display : block;	height : 0;	clear : both;	visibility : hidden;}/******************************header設定*******************************/div#header table{	margin-left : auto;	margin-right : auto;}div#header p{	position : absolute;	top : 290px;	left : 680px;}/******************************manu設定*******************************/div#menu{	height : 25px;	background-image : url(../base_image/menu1.gif);}div#menu ul{	list-style-type : none;	width : 540px;	margin-left : auto;	margin-right : auto;}div#menu li{	width : 90px;	float : left;			color : #ffffff;	text-decoration : none;	text-align : center;	font-size : 0.8em;	line-height : 25px;}div#menu a{	color : #ffffff;	text-decoration : none;	display : block;	width : 90px;	height : 25px;}div#menu a:hover{	background-image : url(../base_image/menu2.gif);}     /*******  プルダウン設定*******/     	div#menu li ul{		display : none;		background-color : #5266ae;		width : 90px;	 }	div#menu li:hover  ul{		background-color : #5266ae;		display : block;		 position :  absolute;	 }	 	 div#menu li ul li{	 	clear : both;	 }/******************************left設定*******************************/div#left{	width : 350px;	padding-left : 20px;	margin-bottom : 20px;	text-align : left;	float : left;}div#left h2{	color : #333333;	font-size : 1em;	margin-top : 10px;}div#left ul{	list-style-type : none;	font-size : 0.75em;}div#left li{	height : 20px;	line-height : 20px;	border-bottom : solid 1px #888888;	margin-bottom : 5px;	color : #666699;}div#left li a{	text-decoration : none;	color : #cd853f;}div#left li a:hover{	text-decoration : none;	color : #ff0000;}div#left li#blog{	margin-bottom : 15px;	border-bottom :none;}/***********************************************************right設定************************************************************/div#right{	width :510px;	text-align : center;	float : right;}/**********************right_top設定**********************/div#right_top{	width : 450px;	height : 220px;	background-color : none;	margin-top : 20px;	margin-left : auto;	margin-right : auto;}div#right_top p#image1{	float : left;	margin-right : 40px;}div#right_top p#image2{	float : left;	margin-right : 40px;}div#right_top p#image3{	float : left;	margin-bottom : 10px;}div#right_top p#image3:after{	content : ".";	display : block;	height : 0;	clear : both;	visibility : hidden;}div#right_top p#caption{	font-size : 0.75em;	clear : both;	color : #666699;}/**********************right_bottom設定**********************/div#right_bottom{	margin-top : 20px;}div#right_bottom:after{	content : ".";	display : block;	height : 0;	clear : both;	visibility : hidden;}div#right_bottom p#bannar{	float : left;	margin-left : 170px;}div#right_bottom a{	float : left;	margin-left : 10px;	margin-top : 9px;}/***********************************************************site設定************************************************************/div#site{	border-top : solid 2px #5599ff;	width : 900px;	clear :both;	margin-left : auto;	margin-right : auto;}div#site address{	font-size : 0.75em;	font-style : normal;	margin-top : 10px;}div#site p{		margin-top : 30px;	margin-bottom : 10px;}