/*
 * Div-CSS Style by Kero
 */

/* padding & border 's value order is "top right bottom left" */

/* Whole Settings */
*			{ padding: 0; margin: 0; }
html		{ height: 100%; }
body		{ font-family: Verdana, Arial, Osaka; background-color: #606060;
			  height: 100%;}
a:link		{ color:#000000; text-decoration:none; border-bottom: 1px dotted black; }
a:visited	{ color:#000000; text-decoration:none; border-bottom: 1px dotted black; }
a:active	{ color:#000000; text-decoration:underline; border:0px; position:relative; top:+1px; left:+1px; }
a:hover		{ color:#000000; text-decoration:underline; border:0px; position:relative; top:+1px; left:+1px; }
img			{ border:0px; vertical-align: middle; }
form		{ margin: 0px; display: inline; } /* Form前後の行間対策 */

/* 100% Base Container */
div#container{
	margin:0px auto;
	position:relative;
	height: 100%;
	min-height: 100%;
	width: 100%;
	text-align: center;
}
body > #container { /* bug fix */
	height: auto;
}

/* Inner Container */
div#inner_container{
	overflow: auto;
	left: 50%;	/* width  x -0.5 */
	width: 640px;
	background-color: #323232;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	padding-top: 2em;
}

/* Header Footer */
.header{
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	position: relative;
	top: 0px;
	text-align: center;
	margin-bottom: 2em;
}
.prefooter{
	padding-bottom: 10px;
}
.footer{
	background-color: #dadada;
	font-size: x-small;
	text-align: right;
	position: absolute;
	bottom: 0px;
	height: 10px;
	width: 100%;
}

.title{
	padding: 0.5em 0 0.5em 1em;
	background-color: #505050;
	color: #d0d0d0;
	font-size: medium;
	background-image: url(images/title-back.png)
}
.section{
	color: #252525;
	background-color: #d0d0d0;
	margin-bottom: 2em;
	border-left: 4px solid #a8a8a8;
	border-right: 4px solid #a8a8a8;
	border-bottom: 4px solid #a8a8a8;
	font-size: small;
	padding: 1em;
	text-align: left;
}
.subtitle{
	font-size: medium;
}
.subsection{
	font-size: small;
	padding: 1em;
	text-align: left;
}
.subsection ul, ol{
	padding-left: 2em;
}

table.announce td{
	margin: 2em 0;
	padding-top: 4px;
	vertical-align: top;
	border-top: 2px dotted #a0a0a0;
}
table.announce td.firstline{
	border: 0px;
}
table.announce td.detail{
	border: 0px;
	padding-left: 2em;
}

/* Contents Decoration */
.contents-lv1{
	font-size: medium;
	font-weight: bold;
	background-color: #d5d5d5;
	padding: 2px 0px 4px 1em;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 3px outset;
	text-align: left;
}
.contents-lv2{
	font-size: small;
	background-color: #eeeeee;
	padding: 5px 1em 5px 2em;
	text-align: left;
	line-height: 120%;
	margin-bottom: 1em;
}
.contents-lv3-1{
	background-color: #e0e0e0;
	/* 何か小さなアイコンでも・・・*/
}
.contents-lv3-2{
	padding: 0px 0px 1em 1em;
}

/* Title + Message Box */
div.waku{
	border: solid 1px #454545;
	background-color: #d2d2d2;
	position: relative;
}
h6.waku{
	font-size: small;
	text-align: left;
	position: absolute;
	background-color: #d2d2d2;
	border-bottom: solid 1px #454545;
	width: 25em;
	padding: 0px 0px 0px 0.5em;
}
p.waku{
	padding: 0px 0px 0px 1em;
	text-align:left;
}


/* Extend Comment Box */
.com{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1; /* div-containerには必須 */
	visibility: hidden;
	font-size: small;
	background-color: #dadada;
	border: 2px solid black;
	padding: 5px;
}

/* Table */
table.list {
	width: 100%;
}
table.list th{
	padding: 0 5px;
	text-align: center;
}
table.list td{
	padding: 0 5px;
}

/* Sub Functions */
.clear		{ clear: both; }
.float		{ float: left; }
.float2		{ float: right; }
.float2_	{ float: right; border-left: 1px solid black;}
.forty		{ width: 40%; }
.half		{ width: 50%; }
.sixty		{ width: 60%; }
.eighty		{ width: 80%; }

.abs		{ position: absolute; }
.invisible	{ visibility: hidden; }
.hide		{ display: none; }
.top		{ z-index: 1; }

.left		{ text-align: left; }
.center		{ text-align: center; }
.right		{ text-align: right; }

.linespan	{ margin-bottom: 10px; }

.bold		{ font-weight: bold; }
.red		{ color: red; }
.blue		{ color: blue; }
.green		{ color: green; }
