﻿/*
    プロデル公式サイト　スタイルシート
    Copyright(C) 2007-2011 utopiat.net
*/
/* 基本 */
html {
	height:100%;
}
body {
	height:100%;
	text-align:center;
	margin: 0px;
	background-image: url('img/bg.gif');
}
img {
	border: 0px;
}
a { color: #0066D4; }
a[href]:visited { color: #0066D4; }
a[href]:hover { color: #FF6600; }
a[href]:active { color: #0066D4; }

/* ページデザイン */
h2 {
	background-color: #EDFED5;
	color: #6699FF;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom: 3px solid #66FF99;
	border-top: 1px solid #008080;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 1px;
	margin-top: 0px;
	border-top-color: #66FF99;
	border-bottom-color: #D8FE7C;
	border-top-style: dotted;
	border-bottom-style: solid;
}
h3 {
	color: #6699FF;
	font-weight: bold;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom: 1px solid #00FF00;
	padding-bottom: 3px;
	padding-left: 10px;
}
/* ページレイアウト */
.pagebase {
	margin-left:auto;
	margin-right:auto;
	border-width: 1px;
	border-color: #C0C0C0;
	width: 800px;
	background-color: #EFF7FA;
	border-right-style: solid;
	border-left-style: solid;
	margin-top: 0px;
	min-height:100%;
}
.menu {
	width: 190px;
	float: left;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}
.content {
	width: 570px;
	float: left;
	text-align: left;
	margin-right: 10px;
	margin-left: 5px;
}
.fullcontent {
	width: 780px;
	float: left;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
.globalnavi {
	color: #66FFFF;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	width: 210px;
}
.header {
	width: 800px;
	height: 100px;
	background-color: #94D92E;
	background-image: url('img/header-t.jpg');
}
.header a:visited {
	color: #CCFF99;
	text-decoration: none;
}
.header a {
	color: #CCFF99;
	text-decoration: none;
}
.header a:hover {
	color: #FF8000;
}
.header .title {
	width: 310px;
	height: 100px;
	background-repeat: no-repeat;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.navigation {
	width: 800px;
	text-align: left;
	background-image: url('img/header-b.jpg');
	color: #FFFFFF;
	background-color: #94D92E;
	font-weight: bold;
	margin-bottom: 10px;
}
.navigation a:visited {
	text-decoration: none;
	margin: 5px;
	color: #F0F3F3;
}
.navigation a {
	text-decoration: none;
	margin: 5px;
	color: #F0F3F3;
}
.navigation a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.footer {
	clear: both;
	width: 800px;
	margin-top: 10px;
	text-align: center;
	color: #FF8000;
	background-color: #7F9FD2;
	background-image: url('img/footer.png');
}
/* プログラム表記 */
.code {
	color: #000000;
	border-left: 2px solid #A7CAD1;
	border-right: 2px solid #0C4D87;
	border-top: 2px solid #A7CAD1;
	border-bottom: 2px solid #0C4D87;
	padding: 5px;
	background-color: #DFEDE3;
}
.code b {
	color: #FF00FF;
}
.format {
	color: #000080;
	background-color: #FFFFCC;
	border-left: 2px solid #FF9966;
	border-top: 2px solid #FF9966;
	border-right: 2px solid #FF6600;
	border-bottom: 2px solid #FF6600;
	padding: 5px;
	font-weight: bold;
}
.format b {
	color: #8B0000;
	font-weight: bold;
}
span.flag {
	color: #FF8000;
	font-weight: bold;
}
span.rem {
	color: #008000;
	font-weight: bold;
}
span.syntax {
	color: #8b0000;
	font-weight: bold;
}

a.btn_dl {
	width: 232px;
	height: 50px;
	color: #333;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-align: left;
	padding-left: 75px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
	background-image: url('img/btn_download.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.btn_dl:visited{
	color: #333;
}
a.btn_dl:hover{
	color: red;
	background-position:0px -76px;
	text-decoration:underline;
}

/* ページ部品 */
#menuButton {
}
#menuButton ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#menuButton li {
	margin-bottom: 0.4em;
	padding-bottom: 0.1em;
	list-style: none;
	border-bottom: 1px dotted #cccccc;
}
#menuButton a {
	text-decoration: none;
	padding-left: 0.4em;
	border-left: 3px solid #EFF7FA;
}
#menuButton a {
	text-decoration: none;
	padding-left: 0.4em;
	border-left: 3px solid #EFF7FA;
}
#menuButton a:hover {
	padding-left: 0.4em;
	border-left: 3px solid #00FF00;
}
#menuButton li.selected {
	background-color: #E6F2F7;
}
#menuButton li.selected a:hover {
	border-left: 3px solid #CAE4FF;
	color: #0066D4;
}
#menuButton li.selected a {
	border-left: 3px solid #CAE4FF;
	color: #0066D4;
}
#menuButton span.t {
	border-bottom: 1px dashed #cccccc;
	font-weight: bold;
	right: 0px;
	width: 100px;
	display: inline;
}
