@import url("clear.css");

/* Container
------------------------------------------------------------ */
body {
	margin: 0 0 0 0;
	padding: 0px;
	line-height: 150%;
	/* font: 13px/19px Meiryo,Helvetica,Sans-Serif; */
}

#container {
	width: 1200px;
	margin : 0 auto;
}

h1 {
	font-size: large;
	color: #cc6600;
	margin: 10px 5px;
}

/* Navigation
------------------------------------------------------------ */
#nav {
	border: solid 1px #cccccc;
	margin-left: 5px;
	font-size: medium;
}

#nav ul, #nav li, #nav a  {
	display: block;
	margin: 0px;
	padding: 0px;
}

#nav li {
	float: left;
	list-style: none;
	font-size: small;
	white-space: nowrap;
}

#nav a {
	text-decoration: none;
	color: #cc6600;
	background-color: white;
}

#nav a:hover {
	color: #ffffff;
	background-color: #ffcc66;
}

#nav .current {
	background-color: #ffeecc;
}
#nav a, #nav .current {
	padding: 4px 10px;
	border-right: solid 1px #cccccc;
}


/* Others
------------------------------------------------------------ */
.section_box {
	margin:20px;
	
	border : solid 1px silver;
	border-radius: 5px;
}

h2 {
	font-size: medium;
	padding: 5px;
	color: #006633;
	font-weight: bold;
	background-color: #eeee66;
	border-bottom: dashed 1px #006633;
}

.section_body {
	padding: 10px;
}

.date {
	color: #666666;
	font-size: smaller;
}

/* リンク
------------------------------------------------------------ */

a.normal {
	color: #996633;
	background-color: white;
}

a.proc:link {
	color: navy;
	background-color: white;
}

a.proc:visited {
	color: navy;
	background-color: white;	
}
	
a.proc:hover {
	color: white;
	background-color: navy;
}
	
a.proc:active {
	color: navy;
	background-color: white;
}

/* Fee
------------------------------------------------------------ */
h3 {
	font-size: medium;
	margin: 20px;
	color: #006633;
}

h4 {
	font-size: medium;
	margin: 20px 0 10px 20px;
	border-bottom: gray 1px dotted;
}

.imp {
	color: black;
	font-weight : bold ;
}

.strike {
	text-decoration : line-through ;
}

p {
	margin:10px 30px;
}

.pdf {
	margin: 0 10px;
	padding: 1px 10px;
	color: white;
	background-color: #996633;
}

.officer,.forum {
	margin:20px 20px 50px 20px;
}

.officer th,.officer td,.forum th,.forum td{
	padding: 7px 12px;
	text-align: left;
	vertical-align: middle;
	border-top : solid 1px gray;
	border-bottom : solid 1px gray;
}

.officer th,.forum th {
	font-weight: bold;
	background-color: #eeeecc;
}

.officer th {
	text-align :center ;
}

.officer th.secretary {
	border-right : dotted 1px gray;
}

.officer td {
	width:300px;
}

.forum td {
	width:1000px;
}

.impt {
	color: red;
	font-weight: bold;
}

.notice {
	color: blue;
	font-weight: bold;
}

.flow {
	color: gray;
	font-size: large;
	margin-left : 100px;
}

.prepare {
	margin:20px 30px;
	padding : 5px;
	background-color : #eee ;
	border-radius: 3px;
}

.strike {
	text-decoration : line-through ;
}

table.step th {
	background-color :white ;
	border : none ;
	vertical-align : top ;
	font-size :x-large ;
	
}

table.step td {
	border : solid 1px silver;
}

.journal_contents {
	margin-left: 50px;
	list-style-type: decimal;
}

.journal_submission {
	color: red;
	font-family: monospace;
}
/* Fee
------------------------------------------------------------ */
.fee {
	margin: 10px;
}

.fee th {
	background-color: #ddd;
	text-align: center;
}

.fee td {
	width: auto;
	text-align: center;
	padding: 7px 20px ;
}


/* Clearfix
------------------------------------------------------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
