/*----------------------------------
 リンク設定
----------------------------------*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #5C5CC9;
}
body {
	margin: 0px;
	background-image: url(image/back-ground.gif);
	background-repeat: repeat;
	background-position: left top;
	color: #666666;
	font-family:"メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
	font-size: 0.8em;
}
p {
	margin:0px;
	padding:0px;
}
h1 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0px;
}
dl,dd {
	margin: 0px;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-left: 15px;
}
li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 3px;
}



#wrapper {
	text-align: center;
}
#container {
	width: 900px;
	background-color: #FFFFFF;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #737373;
	border-bottom-color: #737373;
	border-left-color: #737373;
}
#header {
	margin: 0px;
	padding: 3px;
}
#header .tc {
	padding: 3px;
}
#srch {
	float: left;
	padding-left: 3px;
}
#srch .search-in {
	height: 30px;
	margin-bottom: 4px;
	font-size: 20px;
	color: #666666;
}

#contents {
	padding: 10px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contents .cm {
	margin-right: 10px;
	margin-left: 10px;
}
#contents_sub {
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#contents_sub .m1 {
	height: auto;
	width: 420px;
	border: 1px dotted #CCCCCC;
	float: left;
	background-color: #F7F7F7;
	font-size: 0.9em;
}
#contents_sub .m2 {
	height: auto;
	width: 420px;
	border: 1px dotted #CCCCCC;
	float: right;
	background-color: #F7F7F7;
	font-size: 0.9em;
}
#contents_sub .m3 {
	height: auto;
	width: 870px;
	border: 1px dotted #CCCCCC;
	float: left;
	background-color:#B8DCDC;
	font-size: 0.9em;
}

#contents_sub .m1 .mm1 {
	width: 280px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	float: left;
}
#contents_sub .m1 .mm2 {
	width: 580px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
}
#contents_sub .m2 .mm2 {
	width: 250px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	float: left;
}

#contents_sub .mm1 .ttl {
	border: 1px solid #CCCCCC;
	line-height: 20px;
	letter-spacing: 0.3em;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
#contents_sub .mm2 .ttl2 {
	text-align:center;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.img {
	vertical-align: middle;
	margin-right: 5px;
}
#search {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#search .sel {
	font-size: 12px;
	margin-top: 3px;
}




#footer {
	text-align: center;
	margin: 0px;
	padding: 10px;
}
#footer .fc {
	padding: 3px;
	font-size: 10px;
}


div.baloon {
   font-size: 11px;
   color: #003333;
   position: absolute;
   padding-left: 5px;
   background: url("./image/baloon.gif") no-repeat top left;
   z-index: 1;
}
div.baloon a {
   color: #FF0000;
   text-decoration: none;
   padding: 2px;
   margin-right: 2px;
}
div.baloon a:visited {
   color: #FF0000;
   text-decoration: none;
   padding: 2px;
   margin-right: 2px;
}
div.baloon a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
	margin-right: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
div.baloon div {
	background: url("./image/baloon_right.gif") no-repeat top right;
	white-space: nowrap;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 14px;
	padding-left: 0;
}
