@charset "shift_jis";

* {
	margin:0px;
	padding:0px;
}

body {
	margin: 0px;
	font-size: 0.8em;
	line-height: 1.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-attachment: fixed;
	text-align: center;
	color: #666;
}


/*　配色設定　*/
body {
	background-color: #EAF3FF;
}


div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address {
	display: block;
	text-align: left;
}




hr {
  display: none;
}

a img {
  border: none;
  text-decoration: none;
}


/* -------- strong */
strong {
  margin: 0 0.2em;
  padding: 0;
  font-weight: bold;
}

/* -------- em */
em {
  margin: 0 0.2em;
  padding: 0;
  font-weight: normal;
  text-decoration: underline;
}


/* ---------------- list element */
ul, ol {
  display: block;
}

ul {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 25px;
}

ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 35px;
}

li {
	display: list-item;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	color: #666666;
}

ul ul, 
ol ol, 
ul ol, 
ol ul {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}

ul ul li, 
ul ol li, 
ol ol li, 
ol ul li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}


p {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
a, a:visited {
	color: #0066FF;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#FF0000;
}




#container {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
#wrap {
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(img/cback.jpg);
}
#header {
	height: 155px;
	width: auto;
	background-image: url(img/header.jpg);
}
#main {
	width: auto;
	min-height:500px;
	padding: 30px;
}

#footer {
	height: 90px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	font-size: 12px;
	padding-bottom: 5px;
}
#footer p {
	text-align: center;
}
#footer a, #footer a:visited, #footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footerLink {
	font-size: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#footerLink li {
	display: inline;
	font-size: 10px;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
	color: #FFFFFF;
}


h1 {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	text-indent: 15px;
}
#header h2 {
	font-size: 20px;
	position: relative;
	left: 350px;
	top: 45px;
	width: 380px;
}
#description {
	font-size: 10px;
	width: 380px;
	position: relative;
	left: 350px;
	top: 50px;
	line-height: 110%;
}

#main h3 {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 15px;
	background-image: url(img/entrytitle.jpg);
	padding-left: 25px;
	color:#333;
	clear: both;
	margin-top: 10px;
}
#main h4 {
	background-image: url(img/h4.jpg);
	background-repeat: no-repeat;
	line-height: 18px;
	padding-left: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #13718B;
	font-size: 14px;
}
#main h5 {
	background-image: url(img/h4.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #13718B;
}
#main h6 {
	color: #13718B;
	margin-top: 5px;
	margin-bottom: 5px;
}


#text1,#text2,#text3,#text4,#text5{
	margin-bottom:30px;
	margin-top: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#text1:after,#text2:after,#text3:after,#text4:after,#text5:after,.ad1:after {
    height: 1px;
    overflow: hidden;
    content: "";
    display: block;
    clear: both;
}

.txt-img{
	margin:0 10px;
	_margin:0 5px;
}

.tl{
	text-align:left;
}

.tc{
	text-align:center;
}

.tr{
	text-align:right;
}

/* レイアウト */

#main .rec-l{
	float:left;
	padding-right:10px;
	padding-bottom:20px;
}

#main .rec-r{
	float:right;
	padding-left:10px;
	padding-bottom:20px;
}


.FloatEnd{
	clear:both;
}

.ads1{
	padding:10px 10px;
}

.adlabel {
	font-size: 10px;
	color: #000066;
}

.l{
	float:left;

}

.r{
	float:right;

}

#cont1 {
	width: 550px;
}
#cont1  .inner {
	padding: 10px;
}
#cont2 {
	width: 180px;
}
.skyc {
	text-align: center;
}
#indexList {
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#indexList dt {
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
	background-image: url(img/arrow.jpg);
	background-repeat: no-repeat;
	text-indent: 22px;
	line-height: 16px;
}
#indexList dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
