* {
	margin: 0;
	padding:0;
	color:#333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 140%;
	background-image: none;
}

/* Font ----------------------------------------------------------------- */

strong {font-weight: normal}
em {font-style: normal}

a {	color:#000000;}
a:hover {text-decoration: none;}


a img {	border:none;}

hr {
	clear: both;
	height: 1px;
}

/* Layout ----------------------------------------------------------------- */

body {
	background-color: c0c0c0;
	background-image: url(img/bg.jpg);
}

#base {
	width:820px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/back.jpg);
	background-repeat: repeat-y;
	margin-top: 1px;
}

#wrap {
	padding: 5px;
	margin-top: 5px;
}

/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	height:80px;
	border-bottom: 2px solid #4cbbe4;
	margin-right: auto;
	margin-left: auto;

}


h1 a {
	display: block;
	text-decoration: none;
	width: 800px;
	height: 25px;
	margin-left: 0px;
	padding-top: 0px;
	font-size: 22px;
	line-height: 25px;
	color: #333333;
	text-align: center;
}

#header #sub {
	font-size: 11px;
	font-weight: bold;
	color: #c40026;
	margin-top: 20px;
	margin-left: 0px;
	text-align: center;
}

#header #sub2 {
	font-size: 11px;
	font-weight: bold;
	color: #c40026;
	margin-top: -35px;
	margin-left: 0px;
	text-align: center;
}


/*ナビゲーション
----------------------------------------------- */
#nav {
	width:800px;
	height: 22px;
	background-color: #99e5ff;
	border-bottom: 2px solid #4cbbe4;
	margin-right: auto;
	margin-left: auto;
}

#nav ul {
	list-style-type:none;
	float: left;
	display: block;
	margin-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
  }
  

#nav li {
	display: inline;
	padding-left: 22px;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 12px 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
  }
  
#nav a {
	color: #556e84;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.1em;
}

#nav a:hover {
	color: #FF6600;
	background-color: #FFFFFF;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {

}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents h1 {
	font-size: 18px;
	font-weight: bold;
	color: #052b54;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	border-left: 8px solid #052b54;
	border-bottom: 1px solid #052b54;

}

#contents h2 {
	font-size: 18px;
	font-weight: bold;
	color: #052b54;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	border-left: 8px solid #052b54;
	border-bottom: 1px solid #052b54;

}


#contents h3 {
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	border-left: 8px solid #25697c;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-left: 10px;
}

#contents h4 {
	font-size: 14px;
	color: #333333;
	line-height: 16px;
	border-left: 8px solid #25697c;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-left: 10px;
}

#contents #c_pad {
	padding: 10px;
}

#contents #c_pad p a {
	line-height: 20px;
}

#contents #c_pad p strong {
	line-height: 20px;
}

#contents #top_img {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;

}

#mag_form {
     margin : auto;  
     padding-bottom: 20px;
}


#contents #adr {
     margin-left: 50px;
}

#contents .list ul{
     margin-left: 20px;
     margin-bottom: 70px;
     padding-top: 5px;
}

#contents .list li{
     list-style: none;
}

#contents .list dl{
     margin-left: 20px;
     margin-bottom: 70px;
     padding-top: 5px;
}

#contents .list dt{
     margin-bottom: 10px;
     font-weight: bold;
     color: blue;
     padding-top: 5px;
     
}

#contents .list dt a{
     color: blue;

}

#contents .list dd{
     margin-bottom: 10px;
     padding-left: 20px;
     margin-right: 20px;
     border-bottom: 1px dotted #333333;
     
     
}

#contents .post_img img{
     margin-top: 20px;
     margin-bottom: 40px;
     margin-left: auto;
     margin-right: auto;
     padding: 5px;
     border: 1px solid #052b54;
     text-align: center;
     display: block;
}

/*
フッター（コピーライト）
-------------------------------------------------------------------*/

#footer {
	font-style: normal;
	color: #333333;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #21a8da;
	border-top: 1px solid #a3b3b0;
	font-size: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
