/*
2009年10月30日　作成 <境より   　*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #333;
  line-height: 1.4;
}

body {
  background-image: url(bg.gif);
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1ems;
  line-height: 14px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
  text-align: center;
}

@media print{
#navigator{display:none;}
#leftColumn{display:none;}
#rightColumn{display:none;}
#komidashi{display:none;}
#midashi{display:none;}
} 


/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #009; }
a:visited { color: #900; }
a:hover { color: #f00; }
a:active { color: #f00; }


h1 {
	color: #000;
	font-size: 40px;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
}

h2 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}



#outerGroup {
	background-color: #fff;
	text-align: left;
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
}


#outerGroup #header {
	background-color: #FFFFFF;
	border-bottom: solid 1px #666;
	font-size: 30px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 10px 0px 10px;
	width: 95%;
	height: 80px;
	position: relative;
	color: #FFFFFF;
}




#outerGroup #contentGroup #leftColumn {
  background-color: #fff;
  border-right: solid 1px #666;
  float: left;
  padding: 10px 10px 10px 10px;
  width: 200px; /* 150px */
}

#outerGroup #contentGroup #rightColumn {
  background-color: #fff;
  border-left: solid 1px #666;
  float: right;
  padding: 10px 10px 10px 10px;
  width: 200px; /* 150px */
}

#outerGroup #contentGroup #content {
  margin: 0 160px 0 225px; /* 0 170px 0 170px */
  padding: 10px 10px 10px 10px;
}

#outerGroup #contentGroup #content_topic {
	padding: 5px;
	border: 3px red;
	border-style: dotted;
	width: 420px;
}



#outerGroup #contentGroup .floatClear {
  clear: both;
  display: block;
}

#outerGroup #footer {
  background-color: #cdd;
  border-top: solid 1px #666;
  text-align: left;
  padding: 10px 10px 10px 10px;
}


/* ----------------------------------------------------------------
ここからした　masの設定　　*/

.navigator {
	padding: 2px;
	font-weight:bold;
	color: #FFFFFF;
	background: #00F;
	text-align: right;
	float: inherit;
}

.navigator a{
	color:#FFFFFF;
	}

.navigator a:visited {
	color: #FFFFFF;
}

.titlebar {
	background-image: url(titlebar.gif);
	padding: 2px;
	text-align: center;
	font-weight:bold;
	color: #FFFFFF;
	background: #638ac6;
}


.titlebar a {
	color: #FFFFFF;
}

.komidashi {
	border: 1px solid #00f;
	padding: 3px;
	margin-bottom: 2px;
}


h2.midashi2 {
	padding: 3px;
	border-left: 5px solid #00f;
	font-size: 1.2em;
	border-top: 1px solid #00f;
	line-height: 1.5em;
}

h3.midashi3 {
	padding: 3px;
	border-left: 5px solid #ff9a00;
	font-size: 1.1em;
}


.title{
	padding:1px;
	border:float;
	width:80%;
	float:left;
	height:70px;
	}
	
.contact{
	padding:1px;
	border:float;
	width: 15%;
	float: right;
	height: 80px;
	}
	

p li ol {
 	line-height: 150%;
	letter-spacing: 0.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}


li {
 	line-height: 120%;
	letter-spacing: 0.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

a.new, p.new, li.new {
border: #f00 solid 1px;
margin: 0 2px 0 2px;
padding: 2px 0 2px 0;
text-decoration: none;
}

dt{
line-height: 200%;
font-weight: bold;
color: maroon;
}

dd{
margin-bottom:15px;
line-height:130%;
}
