/* initialize and formatting */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ",Meiryo, sans-serif;
}

.center-bnr{
	text-align: center;
	margin: 10px auto 10px auto; 
}


.rightlink {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin: 10px 9px 10px 0;
	text-align: right;
	padding: 5px 13px 2px 25px;
	background: url(./image/rightlink.gif) no-repeat 0% 50%;	
	float: right;
}

body {
	margin: 0px; padding: 0;
	text-align: center;
	background: #d7f592 url(./image/body.png) repeat-x;
	}

img{
	border: none;
}


a {
 text-decoration: underline;
 outline: none;
 }

a:link {
	color: #1089e5;
	font-weight: bold;
}

a:visited {
	color: #1089e5;
	font-weight: bold;
}

a:active {
	text-decoration:underline;
	color: #afcf3b;
}

a:hover {
	text-decoration: underline;
	color: #afcf3b;
}

a:hover img {
    border: none;
	filter:alpha(opacity=80);
	opacity:0.5;
	-moz-opacity:0.5;
}

hr { 
	width: 550px;
	border-top: 1px dotted #cccccc;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	margin: 5px auto 0px auto;
	text-align: center;
}



/*-- 見出し--*/

h1 {
	margin: 0; 
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color:  #333333;
	line-height: 1.5;
  }


#container {
	text-align: left;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

/*-- レイアウトヘッダー--*/
#header {
	width: 900px;
	margin: 0 auto;
	border-top: 3px solid #b4cf72;
}

#top {
	width: 898px;
	background: #ffffff;
	margin: 0;
	border: #ffffff solid 1px;
}

#toptext {
	margin: 7px 0 7px 15px;
	color: #76981d;
	font-size: 12px;
	font-weight: bold;
}


#topbnr {
	width: 900px;
	height: 60px;
	background: url(./image/head.png) repeat-x;
	margin: 1px 0 0 0;
}

#tbnr {
	width: 450px;
	text-align: left;
	float: left;
}

#tbnr img{
	margin: 10px 0 0 20px;
}

#main-navi {
	width: 900px;
	background: #CCCCCC url(image/menu_bg.gif) no-repeat;
	height: 40px;
	margin: 2px 0 0 0;
}

#main-navi li{
	display: inline;
	background: url(image/menu_bg_line.gif) no-repeat right;
	float: left;
	height: 40px;
}

#main-navi li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	display: block;
	width: 225px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 40px;
	font-weight: normal;
}


#main-navi li a:hover {
	background: url(image/menu_bg_over.gif);
	color: #ffffff;
	text-decoration: underline;
}

#main-navi li#right {
	background: none;
}


/*-- レイアウトメイン--*/
#main{
	width: 898px;
	text-align: left;
	margin: 5px auto 0px auto;
	background: #e3e6dd;
	border: #cccccc solid 1px;
 }

/*-- レイアウト右--*/
#rightside { 
	float: right;
	text-align: left;
	margin: 0px 0px 0px 0; 
	width: 580px;
	background:  #ffffff;
	border-left: 1px solid #cccccc;
}


.article1 {
	width: 574px;
	margin: 5px auto 0 auto;
	padding: 0 0 5px 0;
}

.article1 h2 {
	width: 537px;
	height: 35px;
	text-align: left;
	background: url(./image/h2.png) no-repeat;
 	margin: 15px 5px 10px 5px;
	font-size: 16px;
	color: #575757;
	padding: 4px 0 0px 27px;
	line-height: 31px;
}

.article1 h3 {
	width: 530px;
	height: 23px;
	text-align: left;
	background: url(./image/h3.png) no-repeat;
 	margin: 4px 0 0 12px;
	font-size: 15px;
	color: #525252;
	padding: 2px 0px 0px 25px;
	line-height: 21px;
}

.article1 p{
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #636363;
	margin: 10px 22px 0px 28px;
	border: #cccccc solid 0px;
}

.article1 p span.cr {
	color: #FF0000;
	font-weight: bold;
}
	
.article1 p.siteimg {
	float: left;
	margin: 14px 12px 8px 27px;
	width: auto;
	height: auto;
}

.article1 p.siteimg img {
  border: none;
}


.article1 p.sitephoto {
	float: left;
	margin: 14px 10px 1px 28px;
	width: auto;
	height: auto;
}

.article1 p.sitephoto img {
  border: none;
}

.article1 p.sitephoto-r {
	float: right;
	margin: 14px 28px 1px 10px;
	width: auto;
	height: auto;
}

.article1 p.sitephoto-r img {
  border: none;
}

.article1 p.fclear {
  clear: both;
  height: 0;
	margin: 15px 0 15px 0;
}

.article1 ul {
	margin: 10px 25px 10px 40px;
	padding: 0;
}

.article1 ul li { 
	padding: 5px 0px 5px 2px;
	font-size: 13px;
	color: #575757;
	line-height: 22px;
	margin: 5px 5px 5px 5px;
}

/*-- レイアウト左--*/
#leftside { 
    margin: 0px 2px 0px 4px;
	float: left;
	width: 310px;
	text-align: left;
}

.ads-spn{
	background: url(./image/h4.png) no-repeat 0% 0%;
	font-weight: bold;
	font-size: 11px;
    margin: 1px 0 -4px 3px;
	text-align: left;
	height: 30px;
	line-height: 21px;
	padding: 6px 1px 0 23px;
	color: #333333;
}

.ads300-250 {
	margin: 0 auto 5px 3px;
	float: left;
	width : 300px;
	height: 250px;
	text-align : left;
	background: #ffffff;
	border: #cccccc solid 0px;
}

.menu{
	margin: 1px auto 5px 3px;
	float: left;
	width : 300px;
	text-align : left;
	border: #cccccc solid 0px;
}

.menu h4{
	background: url(./image/h4.png) no-repeat 0% 0%;
	font-size: 12px;
    margin: 5px 0 0 0;
	text-align: left;
	height: 30px;
	line-height: 21px;
}

.menu h4 a{
	font-weight: bold;
	background: none;
	color: #333333;
	border: none;
	padding: 6px 1px 0 23px;
	text-decoration: none;
}



.menu h4 a:hover,
.menu h4 a.s{
	color: #ea9000;
	background: none;
	font-weight: bold;
}

.menu ul {
	width : 300px;
	padding: 0;
	margin: 2px 0 0 0;
	border: 0px solid #000000;
}

.menu ul li { 
	list-style: none;
	font-size: 12px;
	line-height: 1.5;
	margin: 0px auto 0px 0px;
	color: #4c4c4c;
}

.menu a{
	background:  #ffffff url(./image/menulist.gif) no-repeat 2% 50%;
	color: #636363;
	display: block;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 5px 10px 5px 32px;
	font-weight: normal;
	text-decoration: none;
}

.menu a:hover,.menu a.s {
	color: #ffffff;
	background: #6fb225 url(./image/menulist.gif) no-repeat 2% 50%;
	font-weight: normal;
}

.menu p{
	font-size: 12px;
	line-height: 1.4;
	color: #333333;
	margin: 8px 5px 0px 3px;
	background:  #ffffff;
	padding: 5px;
}


.menu-img {
	padding: 0;
	margin: 0 5px 10px 4px;
	text-align: center;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.menu2{
	width : 300px;
	margin: -5px 0 5px 2px;
	height: 110px;
	float: left;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #ffffff;
	}

.side-bnr{
	text-align: left;
	margin: 16px auto 13px 3px; 
}

.side-end{
	text-align: left;
	margin: 10px auto 10px 3px; 
}

/*-- 広告ー --*/
.ads-link200 {
	width : 200px;
	margin: 10px 0px 0px 3px;

	border: 0px solid #789c27;
}

.ads-468 {
	margin: 10px 0 20px 0;
	text-align: center;
}

.ads-336 {
	margin: 10px 0 15px 25px;
	text-align: left;
}



.ads-video500 {
	margin: 0px 27px 0px 27px;
	border: #000000 solid 0px;
	text-align: left;
}


/*-- フッター --*/
#footer {
	width: 898px;
	height: 60px;
	margin: 2px auto 15px auto;
	clear: both;
	color: #ffffff;
	border: 1px solid #ffffff;
	background: ;
	background: #62914c url(./image/footer.gif) repeat 0% 0%;
}

.copyright {
	font-size: 12px;
	font-weight: bold;
	margin: 25px auto 0 auto;
	line-height: 1.3;
	text-align: center;
	padding: 0px 0 0px 0; 
	color: #ffffff;

}

.copyright a:link, .copyright a:visited, .copyright a:active {
	color: #ffffff;
	text-decoration:none; 

}

.copyright a:hover { 
	color: #AFD2DE;
	text-decoration: underline;
}
