@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
	zoom: normal;		/* IE7 */
}

/* ===============================================
　　■　HTML基本
　=============================================== */
html {
	overflow-y: scroll;		/* センタリングずれ防止 */
	height: 100%;
	padding-bottom:1px;
}
body {
	width:100%;		/* IE文字消えバグ回避用？*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 13px;
	color: #333;
	background: #B0FBD7 url(./abo_img/abo_bg_kabe.jpg) repeat 50% 0;
}
/* ============== 段落など ============== */
#mainbox p {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	line-height:1.6;
}
pre {
	margin: 1em;
	padding: 5px;
	border: 1px dotted #aaa;
	width: 90%;
	overflow: scroll;
	font-family: "Osaka－等幅", monospace;
}
blockquote {
	margin: 15px;
	padding: 10px;
	width: 90%;
}

h1 {
	margin-bottom: 15px;

	font-size: 15px;
	text-align: center;
}
h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
}
h3 {
	margin-bottom: 10px;
	padding: 5px;

	background-color: #EEEEEE;
}
p, li, dt, dd, address {
	color: #444444;

	line-height: 1.4;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
ul li ol li {
	margin: 0px 20px 0px 25px;
}
ul li ol {
	margin-bottom: 10px;
}
em {
	font-weight: bold;
}
address {
	text-align: center;
}
img {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
}

code, var, kbd {
	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.2;
}
/* ============== 基本の色指定 ============== */
a:link, a:visited {
	color: #00993d;
	text-decoration: none;
}
a:hover, a:active {
	color: #c00;
	text-decoration: underline;
}
pre {
	color: #333;
	background-color: #f5f5f5;
}
blockquote {
	border: 1px;
	border-color: ##33995c;
	border-style: dotted;
	background-color: #d9f2e3;
	font-size: 95%;
	color: #4d4d4d;
}

form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}

table {
	margin-bottom: 10px;
	border: 1px solid #666680;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;

	background-color: #EEEEEE;

	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table tr td input {
	margin: -2px;
}

img {
	margin-bottom: 15px;
}
table tr td img {
	margin: 0px 5px;
}
/*-----------------------------reserved---------
a:link, a:visited {
	color: #0000CC;

	text-decoration: underline;
}
a:active, a:hover {
	color: #FF7700;

	text-decoration: underline;
}
*/
/* ----- 基本構造 -------------------------------------- */

div#list {
	width: 600px;
	margin-right:50px;
	margin-left: 50px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #DDDDDD;
}
div#form {
	width: 600px;
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#page {
	width: 680px;
	border-top: 1px dotted #666680;
}
div#navi {
	width: 680px;
	border-top: 1px dotted #666680;
}
div#contents {
	width: 680px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#work {
	width: 680px;
	padding-top: 10px;
}
div#env {
	padding-top: 10px;
	padding-bottom: 10px;
}
/* ===============================================
　　■　ページの全体構造
　=============================================== */

div#container {
	margin: 0px auto;
	background: url(./abo_img/abo_bg730_kabe.jpg) repeat-y 50% 0;
	text-align: center;
}
div#headitem {
	margin: 0px auto;
	padding: 0px;
	width: 730px;
	height: 24px;
	background: #e4fef4;
/*	background: #b0fbd7 url(./abo_img/abo_bg_swh.jpg) repeat 50% 0;	*/
}
div#header {
	float: none;
	clear: both;
	margin: 0px auto;
	height: 170px;
	width: 730px;
}
div#menu {
	margin: 0px;
	padding: 0px;
}
div#widthbox {
	width: 730px;
	margin: 0px auto;
	clear: both;
}
div#mainbox {
	width: 715px;
	margin-right: 0px;
	margin-left: 15px;
}
div#mainbox2 {		/* サイドバー背景画像の終わり部分。ていうかクリアすんのに必要 */
	clear: both;
	margin: 0px;
}
div#footer {
	width: 730px;
	margin: 0px auto;
	text-align: center;
	clear: both;
}
div#end {
	height: 45px;
	margin: 0px auto;
	text-align: center;
	clear: both;
	background: url(./abo_img/abo_bg730_kabe3.jpg) no-repeat 50% 0;
}
/*
div#footer {
	clear: both;
	width: 800px;
	height: 170px;
	background: url(./abo_img/abo_bg730_kabe2.jpg) no-repeat 50% 0;
}
*/
div#header #minttitle a {
	display: block;
	height: 170px;
	width: 730px;
	border:none;
	background: url(./abo_img/top-image01.jpg) top left no-repeat;
	text-indent: -9999px;		/* 消さずに飛ばす */
}
div#header #minttitle a:hover {
	background:url(./abo_img/top-image02.jpg) top left no-repeat;
}
/* ----- メニュー -------------------------------------- */
div#headitem #home {
	float: left;
	width: 315px;		/* 必ず幅を指定する（MacIEでfloatする為） */
	height: 24px;
/*	border: 1px solid #000;	*/
}
div#headitem #home ul {
	text-align: left;
	padding-top: 2px;
	padding-left: 5px;
}
div#headitem #home li {
	display:inline;
	font-size: 12px;
	zoom: 1;		/* IE7対策になってる？ */
}
div#headitem #home li a {
	padding: 4px 6px;
}
div#headitem #home li a:hover {
	text-decoration: none;
	background-color: #e6e6e6;
}

div#headitem #map {
	float: right;
	text-align: right;
	width: 400px;		/* 必ず幅を指定する（MacIEでfloatする為） */
	height: 24px;
/*	border: 1px solid #000;	*/
}
div#headitem #map ul {
	text-align: right;
	padding-top: 2px;
	padding-right: 15px;
}
div#headitem #map li {
	display:inline;
	font-size: 12px;
	zoom: 1;		/* IE7対策になってる？ */
}
div#headitem #map li a {
	padding: 4px 10px;
}
div#headitem #map li a:hover {
	text-decoration: none;
	background-color: #fff;
}

div#menu ul {
	margin: 5px 0px;
	text-align: center;
}
div#menu ul li {
	color: #cc007a;
	display: inline;
	font-size: 12px;
	margin: 0px 5px;
}
div#menu li a {
	padding: 2px 5px;
}
div#menu li a:hover {
	text-decoration: none;
	background-color: #d9d9d9;
	background: url(./abo_img/abo_bg_swh.jpg) repeat;
}
/* ============== フッタ ============== */

#footer #script {
	text-align: right;
	margin-left: 0px;
	padding: 4px 10px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
#footer #script li {
	display: inline;
	margin-left: 5px;
	font-size: 90%;
}
#footer #script li.admin * {
	text-decoration: none;
	color: #ffffff;
}
#footer address {
/*	width: 750px;	*/
	width: 700px;
	margin: 0 auto;		/* 左右余白揃え */
	padding: 10px;
	font-size: 90%;
	line-height: 1.3;
	text-align: center;	/* add */
	clear: both;
}
/* ----- 記事リスト ------------------------------------ */

div#list ul {
	margin: 0px;
}
div#list ul li {
	display: inline;

	margin: 0px 5px 0px 0px;
}

div#list .new {
	color: #FF0000;
}

/* ----- フォーム -------------------------------------- */

div#form form dl {
	margin-bottom: 20px;
}
div#form form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
div#form form dl dd {
}
div#form form dl dd textarea {
	margin-top: 2px;
}
div#form form ul {
	margin: 0px 0px 20px 0px;
}
div#form form ul li {
	list-style-type: none;
}

/* ----- ログ ------------------------------------------ */

div#article .parent {
/*	width: 650px;	*/
	width: 600px;
	padding-top: 10px;
	padding-left: 50px;
	border-top: 1px dotted #666680;
/*	background: url(./abo_img/bell-image.jpg) no-repeat 100% 0;	*/
}

div#article .info {
/*	width: 650px;	*/
	width: 600px;
	padding-top: 5px;
	padding-left: 50px;
	border-top: 1px dotted #DDDDDD;
}
div#article .info p {
	margin-bottom: 5px;

	text-align: right;
}

div#article .res {
/*	width: 650px;	*/
	width: 600px;
	padding-top: 15px;
	padding-left: 50px;
	border-top: 1px dotted #DDDDDD;
}
div#article .res p, .res img {
	margin-left: 20px;
}

div#article .new {
	color: #FF0000;
}

/* ----- ページ移動 ------------------------------------ */

div#page ul {
	margin: 5px 0px;

	text-align: center;
}
div#page ul li {
	display: inline;

	margin: 0px 5px;
}

/* ----- ナビゲーション -------------------------------- */

div#navi ul {
	margin: 5px 0px;

	text-align: right;
}
div#navi ul li {
	display: inline;

	margin-left: 5px;
}

div#navi form {
	margin-top: 15px;
}
div#navi form dl dt {
	display: none;
}
div#navi form dl dd {
	float: left;
}
div#navi form p input {
	padding: 0px;
}

/* ----- 処理選択 -------------------------------------- */

div#work form {
	margin-top: 15px;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	float: left;
}
div#work form p input {
	padding: 0px;
}

/* ----- 環境設定 -------------------------------------- */

div#env dl {
	margin-bottom: 20px;
}
div#env dl dd {
	margin-bottom: 10px;
}

div#env form p {
	margin-bottom: 30px;
}
