/* initialize and formatting */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ",Meiryo, sans-serif;
}

.link-right {
	font-size: 14px;
	color: #333333;
	line-height: 2.5;
	margin: 10px 13px 10px 0;
	text-align: right;
	padding: 0px 10px 0 27px;
	background: url(image/next-point.gif) no-repeat 0% 0%;
	float: right;
	text-shadow: 1px 1px 0px #ffffff,
	2px 1px 3px #676767;
}

body {
	margin: 10px; 
	padding: 0;
	text-align: left;
	background: #ffffff url(image/back.gif) repeat center top;
	background-attachment: normal;
}

p {
	color: #525252;
	font-size: 14px;
}

 
img{
	border: none;
}

.img-center{
	text-align: center;
	margin: 5px auto 5px auto; 
}


a {
	text-decoration: none;
	outline: none;
 }

a:link {
	color: #3591D0;
	font-weight: bold;
}

a:visited {
	color: #3591D0;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #ffb52a;
}

a:hover {
	text-decoration: underline;
	color: #c35838;
}

a:link img {
    border: none;
}

a:hover img {
    border: none;
	filter:alpha(opacity=80);
	opacity:0.5;
	-moz-opacity:0.5;
}

a:visited img {
    border: none;
}

hr { 
	border-top: 1px dotted #cccccc;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	color: #e0c4b0;
	text-align: center;
}


#container {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	background: #ffffff;
    border: 1px solid #cccccc;
}

/*-- レイアウトヘッダー--*/
#header {
	width: 850px;
	margin: 0px auto 0 auto;
	background: url(image/head.png) no-repeat;
	height: 236px;
}

#top-logo {
	width: 266px;
	margin: 0px 0px 0 0;
	float: right;
}

h1 {
	text-align: right;
 	margin: 0;
}

#main-navi {
	width: 850px;
	background: #cccccc url(image/menu-bar.png) no-repeat;
	margin: 0;
	height: 79px;
}

#main-navi li{
	display: inline;
	float: right;
	margin: 0px 0 0 0;
}

#main-navi li a#btn3{
	width: 74px;
	height: 40px;
	display: block;
	text-align: center;
	background: url(image/li-navi.png) no-repeat 100% 50%;
	text-indent: -9999px;
}

#main-navi li a#btn2{
	width: 77px;
	height: 40px;
	display: block;
	text-align: center;
	background: url(image/li-about.png) no-repeat 100% 50%;
	text-indent: -9999px;
}

#main-navi li a#btn1{
	margin: 0px 5px 0 0;
	width: 74px;
	height: 40px;
	display: block;
	text-align: center;
	background: url(image/li-home.png) no-repeat 100% 50%;
	text-indent: -9999px;
}

#main-navi li a#btn1:hover {
	background: url(image/li-homeov.png) no-repeat;
}

#main-navi li a#btn2:hover {
	background: url(image/li-aboutov.png) no-repeat;
}

#main-navi li a#btn3:hover {
	background: url(image/li-naviov.png) no-repeat;
}

#main-navi li#left {
	background: none;
}


.bto-img{
	text-align: left;
	margin: 0 auto 5px auto; 
}



/*-- レイアウトメイン--*/
#main{
	width: 850px;
	text-align: left;
	margin: 0px auto 0px auto;
	background: #ffffff;
    border-top: 0px solid #cccccc;
 }

/*-- レイアウト左--*/
#leftside { 
	float: left;
	text-align: left;
	margin: 0px auto 0px 0px;
	width: 530px;
	background:  #ffffff;
}


.article-main {
	width: 515px;
	margin: 5px auto 0 6px;
	padding: 0 0 5px 0;
}

.article-main h2 {
	width: 510px;
	font-size: 17px;
	text-align: left;
 	margin: 10px 0px 10px 3px;
	background: url(image/h2.png) no-repeat;
	height: 40px;
	letter-spacing: 1px;
	color: #666666;
	padding: 0px 0px 0px 5px;
	
	text-shadow: 1px 1px 0px #ffffff,
	2px 1px 3px #676767;
}


.article-main h3 {
	width: 500px;
	height: 23px;
	text-align: left;
	background: url(image/h3.gif) no-repeat;
 	margin: 10px 0 0 6px;
	font-size: 15px;
	color: #72705a;
	padding: 5px 0px 0px 35px;
	line-height: 21px;
	letter-spacing: 1px;

	text-shadow: 1px 1px 0px #ffffff,
	1px 1px 0px #ffffff,
	1px 1px 3px #676767;
}

.article-main p{
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
	margin: 10px 23px 0px 23px;
}

.point {
	font-weight: bold;
	color:#d92f1f;
}

span.bold {
	font-weight: bold;
}


.article-main hr { 
	width: 491px;
	margin: 5px 0 10px 8px;
}

.line-center{
	width: 490px;
	text-align: center;
	margin: 10px 0 15px 8px;
}

.article-main p.img-left {
	font-size: 14px;
	float: left;
	margin: 16px 12px 1px 27px;
}

.article-main p.img-left img {
  border: none;
}

.article-main p.img-left2 {
	font-size: 14px;
	float: left;
	margin: 16px 12px 1px 27px;
}

.article-main p.img-left2 img {
	border: 1px solid #cccccc;
}

.article-main p.img-right {
	font-size: 12px;
	float: right;
	margin: 16px 27px 1px 12px;
}

.article-main p.img-right img {
  border: none;
}

.article-main p.fclear {
  clear: both;
  height: 0;
}

.center-bnr{
	text-align: center;
	margin: 10px auto 10px auto; 
}


.link-list {
	width: 480px;
	margin: 5px auto 0 15px;
	padding: 0 0 5px 0;
    border: 0px dashed #E6E6E6;
}

.link-list ul {
	padding: 0;
	margin: 2px 20px 0 10px;
	border: #4A7BB0 solid 0px;
}

.link-list ul li { 
	list-style: decimal-leading-zero outside;
	font-size: 13px;
	line-height: 1.5;
	margin: 5px auto 0px 30px;
	color:#4c4c4c;
}



/*-- レイアウト右--*/
#rightside { 
    margin: 0px 5px 0px 0px;
	float: right;
	width: 305px;
	text-align: left;
}

#rightside hr { 
    border: #cccccc 1px dashed;
	width: 303px;
	margin: 10px 1px 5px 1px;
}

.right-side300{
	margin: 10px 0 0px 1px;
	width : 304px;
	text-align : left;
	border: 0px dotted #000000;
}

.r-list{
	font-size: 12px;
	margin: 5px 5px 0 1px;
	text-align : left;
	color: #38a2c3;
}

.r-list a{
	font-weight: bold;
	text-align : left;
	text-decoration: underline;
}

.r-list a:hover {
	text-decoration: underline;
}

.right-side300 p{
	font-size: 11px;
	line-height: 1.3;
	color: #525252;
	margin: 0 7px 9px 1px;
	background:  #ffffff;
}


.menu-image{
	margin: 3px 0 0px 0px;
	text-align : center;
}

.lks {
	font-size: 10px;
	font-weight: bold;
	margin: 15px 5px 6px 1px;
	text-align : right;
	color: #525252;
	letter-spacing: 1.2px;
}


/*-- 広告ー --*/

.ads-468 {
	margin: 10px 0 10px 0;
	text-align: center;
}

.ads-336 {
	width : 400px;
	margin: 10px auto 15px 20px;
	text-align: left;
    border: 0px solid #000000;
}

.ads-728 {
	margin: 25px auto 10px auto;
	text-align: center;
	width: 728px;
	border: #4A7BB0 solid 0px;
}


.ads-300 {
	width : 300px;
	margin: 10px 0 10px 1px;
	text-align: left;
}
.ads-300  p{
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 10px 5px 0px 3px;
}

/*-- アンダー --*/
#under {
	width: 850px;
	text-align: left;
	clear: both;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	border: #4A7BB0 solid 0px;
}

#under p{
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 1.2px;
	color: #4E4E4E;
}

.under_list{
	margin: 5px 20px 5px 40px;
	text-align: right;
}

.under_list ul{
	list-style: none;
	border-right: solid 1px #666666;
	display: inline;
	font-size: 12px;
	padding-left: 3px;
}

.under_list li{
	display: inline;
	border-left: solid 1px #666666;
	padding-left: 8px;
	padding-right: 6px;
	font-size: 12px;
}

/*-- フッター --*/
#footer {
	width: 850px;
	height: 60px;
	margin: 0 auto 0px auto;
	clear: both;
	border-top: 1px solid #ffffff;
	background: #6f8b26 url(image/footer.gif) repeat-x 0% 0%;
}

.copyright {
	font-size: 12px;
	font-weight: bold;
	color: #FFFEAB;
	margin: 23px auto 23px auto;
	line-height: 1.5;
	text-align: center;
	padding: 0; 

	text-shadow: 1px 1px 1px #818056,
	2px 2px 3px #222217;
}