﻿@charset "utf-8";

/*
 * 波崎未来エネルギー
 */

*{
	margin:0px;
	padding:0px;
}

body {
	font-size:14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color:#333333;
	text-align:center;
}

table {
	border:0px;
}

img {
	border:0px;
}

ul {
	list-style-type:none;
}

#container {
	margin:0px auto;
	width:750px;
	_width:752px;
	text-align:left;
	border-left:solid 1px #6495ED;
	border-right:solid 1px #6495ED;
	background-image:url( "../img/bg_main.gif" );
}

#container h1 {
	display:none;
}

#container .header {
	width:750px;
	height:70px;
	background-image:url( "../img/title.jpg" );
	background-repeat:no-repeat;
	border-bottom:solid 5px #6495ED;
}

.header p {
	text-indent:620px;
	line-height:115px;
	vertical-align:bottom;
	color:#ffffff;
}

.header p a:link,
.header p a:visited,
.header p a:active {
	text-decoration:none;
	color:#ffffff;
}

.header p a:hover {
	text-decoration:underline;
	color:#ffff99;
}

#container .left {
	float:left;
	width:200px;
}

.left h4 {
	background-image:url( "../img/image864.png" );
	width:200px;
	height:30px;
	margin-top:5px;
	line-height:30px;
	vertical-align:bottom;
	text-align:center;
	color:#ffffff;
}

.left ul li a:link,
.left ul li a:visited,
.left ul li a:active {
	display:block;
	width:190px;
	height:27px;
	margin-left:5px;
	line-height:27px;
	background-image:url( "../img/menu_h_c_01.gif" );
	color:#000000;
	text-decoration:none;
	font-size:12px;
	text-indent:30px;
}

.left ul li a:hover {
	display:block;
	width:190px;
	height:27px;
	margin-left:5px;
	line-height:27px;
	text-decoration:underline;
	background-image:url( "../img/menu_h_a_01.gif" );
	font-size:12px;
	color:red;
	text-indent:30px;
}

.left .what {
	width:190px;
	height:200px;
	overflow:auto;
	margin-top:5px;
	margin-left:5px;
}

.left .info {
	margin:10px 5px;
	padding:5px;
	border:solid 1px;
	background-color:#ffffff;
}



#container .right {
	float:right;
	width:540px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
}


.right .top_link {
	font-size:12px;
	margin:5px 0px;
}

#container .footer_link {
	clear:both;
	background-color:#6495ed;
	padding:10px 0px;
	text-align:center;
	font-size:13px;
	color:#ffffff;
}

.footer_link a:link,
.footer_link a:visited,
.footer_link a:active {
	color:#ffffff;
	text-decoration:none;
}

.footer_link a:hover {
	color:#ff3333;
	text-decoration:underline;
}


#container .copy {
	clear:both;
	background-color:#ffffff;
	padding-bottom:20px;
	text-align:center;
	font-size:12px;
}

.hankaku { ime-mode: disabled; }
.zenkaku { ime-mode: active; }

