@charset "utf-8";

/* デフォルト */

* {
	font-size: 100%;
	font-style: normal;
	margin: 0;
	padding: 0;
}

/* html */

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "MS PGothic", sans-serif;
	color: #FFF;
	background-color: #1E1E16;
}

html {
	overflow-y:scroll;
}

img {
	border: 0px;
}

ul,ol {
	list-style-type: none;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}
p{
	padding: 5px 0;
}

/* 共通レイアウト */

/* サイト全体 */

div#container {
	width: 800px;
	margin: 0 auto;
}

/* ヘッダー */

#header {
	padding: 20px 0 0 0;
	position: relative;
}

#header h1 {
	color: #FF5A00;
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 10px;
}

#header p {
	width: 400px;
	font-size: 80%;
	position: absolute;
	top : 18px;
	right: 0;
}

/* ナビ */

#navi a{
	color: #F60;
}

#navi h2, #navi p {
	font-size: 80%;
	position: absolute;
	top : 0;
	right: 0;
	font-size: 80%;
	margin-bottom: 10px;
	font-weight:normal;
}
/*メニュー*/
#menu{
	padding: 15px 0;
}
#menu a{
	color: #FFF;
	
}
#menu ul{
	list-style: none;
	list-style-position: outside;
}
#menu ul li{
	padding: 0 20px;
	display: inline;
}

/* コンテンツ */

div#contents{
	color: #000;
	background-color: #FFF;
	padding: 20px;
}

.electrification-images{
	margin-bottom: 15px;
}

/* メインコンテンツ */

div#main-contents {
	width: 580px;
	float: left;
	text-align: left;
	letter-spacing: 1px;
}

div#main-contents h2 ,#main-contents h3 {
	color: #F60;
	font-size: 120%;
	margin-bottom: 5px;
}

.pr{
	color: #F60;
	font-size: 120%;
}

div#main-contents .content {
	font-size: 80%;
	padding: 5px;
	margin-bottom: 18px;
}

div#main-contents .content p {
	line-height: 1.6em;
}

div#main-contents ul{
	list-style: disc;
	list-style-position: inside;
	margin: 15px 0;
	line-height: 30px;
}

div#main-contents li {
}

/* サイドメニュー */

div#side-contents {
	width:180px;
	float: right;
	color: #000;
	background-color: #F3F2EE;
}

div#side-contents h3 {
	font-size: 80%;
	height: 25px;
	line-height: 3em;
	padding-left: 10px;
}

div#side-contents .s-section {
	font-size: 80%;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #E5E5DD;
}

div#side-contents .s-section {
	line-height: 1.4em;
}

/* フッター */

div#footer {
	clear: both;
	text-align: center;
}

div#footer address {
	padding: 10px 0 5px 0;
	border-top: solid 1px #1E1E16;
	font-size: 80%;
	line-height: 1.4em;
}
