* {
	margin:0; padding:0;
}
html, body
{ 
  height:100%;
}

/*--universal--*/
body
{ 
  background:url(../img/stripe.png) repeat;
  font-family: 'Verdana', 'sans-serif';
  color: #404040;
  margin-left:20px;
  font-size:14px;  
  line-height:145%;
  letter-spacing:0.2px;
  min-width: 500px;
}
#container
{
  width:760px;
  height:100%;
}

#mainbody
{
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  background-color:#fff;
  min-height: 100%;
  margin-bottom:-41px;
}

#mainbody-padding
{
  padding: 0 9px;
}

* html #mainbody /*for IE6*/
{ 
  height: 100%;
}

/* Min-width */

* html .min-width-1 {		/* for IE6 and below */
	border-left: 500px solid #fff;
}

* html .min-width-2 {		/* for IE6 and below */
	margin-left: -500px;
	position: relative;
}

* html .min-width-1,
* html .min-width-2,
* html #contents1-main {
	/*\*/
	height: 1px;		/* for Windows IE6 and below */
}

/* header & footer */

#header {

}
#topmenu1-1{
	position:absolute;top:202px;left:32px;
}
#topmenu1-2{
	position:absolute;top:202px;left:278px;
}
#topmenu1-3{
	position:absolute;top:202px;left:524px;
}
/* for Windows IE6 and below */
* html #topmenu1-1{
	left:2px;
}
* html #topmenu1-2{
	left:248px;
}
* html #topmenu1-3{
	left:494px;
}

#topmenu2-1{
	position:absolute;top:72px;left:32px;
}
#topmenu2-2{
	position:absolute;top:72px;left:278px;
}
#topmenu2-3{
	position:absolute;top:72px;left:524px;
}
/* for Windows IE6 and below */
* html #topmenu2-1{
	left:2px;
}
* html #topmenu2-2{
	left:248px;
}
* html #topmenu2-3{
	left:494px;
}



img {
	border:0;
}
#copy
{ 
  text-align:right;
  font-size:0.9em;
}
#contents-footer {
	height: 40px;
	clear: right;
	margin-bottom:40px;
}
#footer {
	border-top:1px solid #ccc;
	height: 40px;
	font-size:0.9em;
    background-color:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#footer ul
{ 
  list-style-type:none;
}
#footer ul li
{ 
  float:left;
  margin-left:20px;
}
#footer p
{
	clear:both;
  text-align:center;
}

/* other */
#pathway
{ 
  margin:1px 0 2px 0;
}
a:link, a:visited
{ 
  color:#5050b5;
  text-decoration:none;
}
a:hover, a:active
{
  text-decoration:underline;
}
#activelink
{
  background-color:#f3f3fa;
}
h2, h3
{ 
  font-size:1.1em;
  margin:3px 0 3px 0;
}
h3.eventtitle
{
	font-size:1.3em;
	padding:5px 0;
}
h4 {
	font-size:1.1em;
	padding:1px 0 1px 8px;
	margin: 10px 0 5px 0;
	border-left: solid 0.5em #ccc;
}

.noindent{
	text-indent:-20px;
}

/*---contents1---*/
#contents1-main {
	float: right;
	width:545px;
	/*position:relative;*/
	padding: 10px 0;
}

#contents1-sidebar {
	width: 195px;
	margin-left: -195px;
	float: right;
	word-break: break-all;	/* for IE6 and below */
	overflow: hidden;
	position: relative;
}

#contents1-sidebar ul
{ 
  list-style-contents:none;
  padding:10px 10px 10px 0;
  margin-right:10px;
}
#contents1-sidebar ul li
{ 
  margin:0 0 8px 0;
}
#contents1-sidebar ul li a
{ 
  display:block;
  padding:4px 6px 4px 6px;
  width:100%;
}

#contents1-sidebar ul li a:link, #contents1-sidebar ul li a:visited
{ 
  text-decoration:none;
  color:#5050b5;
}
#contents1-sidebar ul li a:hover, #contents1-sidebar ul li a:active
{ 
  background-color:#eeeef4 !important;
}



/*---contents1/2---*/
.contents1-main-border, .contents2-main-border
{ 
  border:1px solid #ccc;
  margin:0 0 15px 0;
}
.contents-common ul
{ 
  margin-left:20px;
  margin-bottom:10px;
}
.contents-common li{
    background: url("../img/list.gif") no-repeat 0 0.6em;
    list-style: none;
    padding-left: 15px;
}
.contents-common {
	padding: 8px 10px;
}
.contents-common h3 img {
	margin-top:5px;
}
.contents-common p {
	margin-bottom:5px;
	margin-left:20px;
}
.contents-common dl {
	margin-left:20px;
}
.contents-common dt {
	clear:left;
	float:left;
	padding 2px 0 2px 0;
	margin-right:6px;
}

dl.dl1 {
	margin:5px 0 5px 15px;
}
dl.dl1 dt{
	border-left: solid 0.5em #ccc;
	padding-left:4px;
}
dl.dl1 dd{
	margin: 0 0 10px 9.5em;
}

dl.dl2 {
	margin:5px 0 10px 20px;
}
dl.dl2 dt {
	background: url("../img/list.gif") no-repeat 0 0.6em;
	padding-left: 12px;
}
dl.dl2 dd{
	margin: 0 0 4px 5em;
}

dl.simple {

}
dl.simple dt{
	font-weight:bold;
	float:none;
	margin-bottom:3px;
}
dl.simple dd{
	margin-bottom:10px;
}

dl#kouryu-dl dt{
	background: url("../img/list.gif") no-repeat 0 0.6em;
	padding-left: 12px;
}

/*---contents2---*/
#contents2-main {
	float: right;
	width:550px;
	/*position:relative;*/
}
#contents2-main h2 {
	margin: 5px 0;
}

#contents2-sidebar {
	width: 176px;
	float: right;
	word-break: break-all;	/* for IE6 and below */
	overflow: hidden;
	/*position: relative;*/
	margin:0 10px 10px 0;
	border:1px solid #ccc;
}
#contents2-sidebar-padding {
	padding: 8px;
}

#contents2-sidebar h3{
	font-size:1.0em;
}

#contents2-sidebar dl {
	font-size:0.9em;
	margin: 0 8px 5px 0;

}
#contents2-sidebar dt {
	/*background: url("../img/list-dl.gif") no-repeat 0 0.5em;*/
	border-left:0.5em solid #ccc; 
	padding:0 0 0 4px;
	margin: 10px 0 2px 0;
	/*font-weight:bold;*/
}
#contents2-sidebar dd {
	margin-bottom:7px;
}

.contents2-nosidebar {
	border:1px solid #ccc;
	width:738px;
}


/*---メンバーリスト---*/
#mlist{
	font-size:0.9em;
	width:100%;
	border-collapse:collapse;
	margin: 10px 0;
}
#mlist td, #mlist th{
	border: 1px solid #ccc;
	padding: 2px 3px;
}
#mlist th{
	font-weight:bold;
	text-align:center;
	background-color:#eeeef9;
}
#mlist tr.even{
	background-color:#fafafa;
}

#prperson{
	border-collapse:collapse;
	margin: 10px 0;
	width:90%;
}
#prperson td{
	border: 1px solid #ccc;
}
#prperson .td1{
	width:15%;
	vertical-align:middle;
	padding: 3px 12px;
	text-align:center;
	background-color:#eeeef9;
}
#prperson .td2{
	padding: 5px 12px;
}


table#predit{		/*ログインPR編集*/
	margin: 5px 0 5px 0;
}
table#predit td{
	padding: 2px 25px 2px 0;
}

.alert1{
	background-color:#efe;
	border:1px solid #bdb;
	margin:10px 0 15px 0 !important;
	padding:2px 4px;
	color:#464;
}
.alert2{
	padding:2px 4px;
	background-color:#fee;
	border:1px solid #fcc;
	margin:10px 0 15px 0 !important;
	color:#644;
}


#entryform{
	margin-bottom:20px;
}
#entryform h3{
	font-size:1.2em;
	background-color:#e3e3ff;
	padding:2px 7px;
}
#entryform dl{
	margin:10px 10px 10px 0;
}
#entryform dt{
	padding-left:6px;
	border-left:0.6em solid #ccd;
	margin-bottom:6px;
}
#entryform dd{
	margin:0 0 15px 130px;
}

