@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	font-size: x-small;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}
html>body * {
	font-size: small;
}

/* ===============================================
　　■　HTML基本
　=============================================== */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 13px;
	color: #333;
	background: #f4fffb url(./img/abo03a_bg_gra_green.jpg) repeat-x 0 0;		/* 2009.09.25 upd */
}
/* ============== 段落など ============== */
#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%;
}
/* ============== 非表示 ============== */
#mainbox #menu h2 { display: none; }
#diary h2 { display: none; }
#page h2 { display: none; }
hr { display: none; }
/* ============== list,form,table ============== */
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;					/* 2010.06.09 upd */
	text-decoration: none;
}
a:hover, a:active {
	color: #c00;					/* 2010.06.09 upd */
	text-decoration: underline;
}
pre {
	color: #333;
	background-color: #f5f5f5;
}
blockquote {
	border: 1px;
	border-color: #33995c;				/* 2010.06.09 upd */
	border-style: dotted;
	background-color: #d9f2e3;			/* 2010.06.09 upd */
	font-size: 95%;
	color: #4d4d4d;					/* 2010.06.09 upd */
}

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#allbox {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	background: url(./img/abo03a_bg730_green.jpg) repeat-y 50% 0;		/* 2010.06.09 upd */
}
div#container {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: url(./img/abo03a_bg730_green2.jpg) no-repeat 50% 0;		/* 2010.06.09 upd */
}
div#widthbox {
	width: 730px;
	margin: 0px auto;
	clear: both;
}
div#header {
	clear: both;
	height: 170px;
	width: 100%;
	background: #8cabd9 url(./img/toppage-image1.jpg) repeat 50% 0;
	margin: 0px;
}

#headitem {
	margin: 0px auto;
	padding-top: 2px;
	width: 100%;
	height: 170px;
/*	background: url(./img/abo03a_half.png) repeat;	*/	/* モダンブラウザ */
}
/* 以下IE6 \*/
* html #headitem {
/*	background-color: #fff;		*/
/*	filter: alpha(opacity=50);	*/
}		/* 以下MacIEのみ */
* html>body #headitem {
/*	background: url(./abo_img/abo03a_half.gif) repeat;	*/
}

div#headmenu {
	margin: 0px auto;
	display:inline;
	width:100%;
	height: 20px;
/*	background: #f4fffb url(./img/abo03a_bg_gra_green.jpg) repeat-x 0 0; */ 	/* 2009.09.25 upd */
}
div#mainbox {
	width: 715px;	/*  2007.12.26 add */
	margin: 0px;
	margin-left: 15px;
	min-height: 380px;
}
div#mainbox .spacer {
	float: right;
	width: 1px;
	height: 190px;
	display: inline;
}
div#footer {
	margin: 0 auto;
	text-align: center;
	height: 140px;
	background: url(./img/abo03a_bg730_green3.jpg) no-repeat 50% 0;	/* 2009.02.27 upd */
	clear: both;
}
/* ============== HOME・RSS等 ============== */
div#headmenu #map {
	margin-top: 4px;
	float: right;
	text-align: right;
	width: 100%;		/* 必ず幅を指定する（MacIEでfloatする為） */
	height:20px;
}
div#headmenu #map ul {
	text-align: right;
	padding-top: 0px;
	padding-right: 15px;
}
div#headmenu #map li {
	display:inline;
	font-size: 12px;
	zoom: 1;		/* IE7対策になってる？ */
}
div#headmenu #map li a {
	padding: 4px 10px;
}
div#headmenu #map li a:hover {
	text-decoration: none;
	background-color: #f7f7f7;
}

#headitem ul {
	padding-right: 20px;
	text-align: right;
}
#headitem ul li {
	display:inline;
	font-size: 12px;
}
#headitem li a {
	padding: 4px 15px 3px 15px;
}
#headitem li a:hover {
	text-decoration: none;
	background-color: #fff;
}

/* ============== サイトヘッダ ============== */
#header h1 a {
	float: right;
	margin-top: 65px;
	margin-bottom: 10px;
	margin-right: 60px;
	font-weight: bolder;
	color: #333;
}
#header h1 a:hover {
	text-decoration: none;
	color: #aaa;
}
#header p {
	clear: both;
	margin-right: 60px;
	text-align: right;
	font-size: 11px;
	color: #666;
}
#counteritem {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#counteritem2 {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* ----- メニュー -------------------------------------- */

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;
}
div#calspace {
	margin: -35px 0px 20px 0px;
	height: 26px;
	width: 100%;
	background: url(./abo_img/abo03a_half.png) repeat;		/* モダンブラウザ */
}
/* 以下IE6 \*/
* html div#calspace {
/*	background-color: #fff;	*/
/*	filter: alpha(opacity=50);	*/
}		/* 以下MacIEのみ */
* html>body div#calspace {
/*	background: url(./abo_img/abo03a_half.gif) repeat;	*/
}
div#calspace ul {
	padding-left: 20px;
	padding-top: 6px;
}
div#calspace ul Co {
	text-align: left;
	font-size: 12px;
}
/* ============== フッタ ============== */

#footer #script {
	margin: 0 auto;
	text-align: center;
	padding: 10px 30px 3px 15px;
}
#footer #script li {
	display: inline;
	margin-left: 5px;
	font-size: 90%;
}
#footer #img {
	margin: 0 auto;
	text-align: center;
	width: 730px;
	height: 25px;
	background: url(./img/toppage-image1.jpg) no-repeat 50% 0;
}
#footer address {
	margin: 0 auto;
	text-align: center;
	width:700px;
	padding: 10px;
	font-size: 90%;
	line-height: 1.3;
}

/* ----- 記事リスト ------------------------------------ */

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: 620px;				/* 2010.06.09 upd 650->600 */
	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: 620px;				/* 2010.06.09 upd 650->600 */
	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: 620px;				/* 2010.06.09 upd 650->600 */
	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;
}
