/* initialize and formatting */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "Osaka", "メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Myriad, Helvetica, Arial, sans-serif;
}

p{
	font-size: 13px;
	line-height: 1.8;
	color: #4E4E4E;
	margin: 10px 20px 10px 20px;
	}

.clear {
	clear: both;
	height: 1px;
}

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

.right{
	text-align: right;
	}

.txtright {
	font-size: 13px;
	height: 25px;
	color: #d63c20;
	margin: 8px 20px 5px 0;
	text-align: right;
	padding: 0 6px 0 24px;
	background: url(./img/r-point.gif) no-repeat 0% 0%;
	float: right;
	line-height: 24px;
}


body {
	margin: 0px 10px 0 10px; 
	padding: 0;
	text-align: center;
	background: #ffffff url(./img/bk.png) repeat-x;
	background-attachment: normal;
	}

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

a:link {
	color: #2886b9;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #2886b9;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	text-decoration: underline;
	color: #a1b306;
}

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



img{
    border: none;
}

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;
	text-align: center;
}


/*-- レイアウトヘッダー--*/
#header {
	text-align: left;
	width: 804px;
	height: 211px;
	background: url(./img/head1.png) no-repeat;
	background-color: #3297e0;
	margin: 0 auto 0 auto;
}

#t-bnr {
	width: 400px;
	height: 168px;
	float: left;
	text-align: left;
	margin: 0;
}

#t-bnr img{
	margin: 48px 0 0 35px;
}

#navi{
	width: 700px;
	float: right;
	margin: 11px 10px 0 0;
    font-size: 12px;
}

#navi ul{
	display: block;
	text-align: right;
	margin: 0px 10px 5px 0;
	line-height: 2.8;
}

#navi li{
  font-family: sans-serif;
	display: inline;
	letter-spacing: 1px;
    font-weight: bold;
	margin: 0px 6px 0 0;
	color: #FFCC00;
	border-right: 2px solid #333333;
	padding: 1px 5px 0 2px;

}

#navi a {
  padding: 0 2px 2px 2px;
  border-bottom: 1px solid #333333;
  color: #ffffff;
}


#navi a:visited {
  color: #FFFFFF;
}

#navi a:hover,navi a:active {
	color: #82c5b4;
	border-bottom: 1px solid #FFCC00;
	text-decoration: none;
}


/*-- 見出し--*/

h1 {
	margin: 0 10px; 
	font-size: 26px;
	font-weight: bold;
	color:  #333333;
	padding: 20px 0 0 0;
	text-align: center;
	letter-spacing: 3px;
	line-height: 1.7;
	background: #ffffff;
  }

.sub-t{
	margin: 0px 10px 15px 10px; 
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	color:  #333333;
	}

/*-- レイアウトメイン--*/
#main {
	text-align: left;
	margin: 0 auto;
	width: 804px;
	background: #ffffff url(./img/mainbk.png) repeat-y 0% 0%;
 }	


.pageintro{
	width: 720px;
    border:  0px dashed #E6E6E6;
	margin: 20px auto 15px auto;
	text-align : left;
}

.pageintro p{
	font-size: 13px;
	line-height: 1.8;
	color: #333333;
	margin: 0px 77px 10px 77px;
}

.pageintro hr { 
	width: 520px;
	margin: 10px auto 20px auto;
}


/*-- レイアウト左--*/
#leftside { 
	float: left;
	text-align: left;
	margin: 10px auto; 
	width: 550px;
}


.article {
	width: 550px;
	margin: 0px auto 20px 10px;
	border: 0px solid #000000;
}

.article hr { 
	width: 508px;
	margin: 5px auto 10px auto;
}

.article h2 {
	width: 520px;
	height: 40px;
	font-size: 17px;
	text-align: left;
 	margin: 10px 0 10px 3px;
	background: url(./img/h2.png) no-repeat;
	line-height: 2.0;
	letter-spacing: 1px;
	color: #515151;
	padding: 3px 0px 0px 22px;
	border: 0px solid #000000;
}

.article h3 {
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #4E4E4E;
	margin: 10px 20px 5px 20px;
	padding: 1px 0 0 24px;
	background: url(./img/bullet.gif) no-repeat;
	line-height: 1.6;
	letter-spacing: 1.2px;
}

.article h3 span.clr {
	font-size: 12px;
	color: #d63c20;
	font-weight: bold;
	font-style: italic;
}

.article p{
	font-size: 13px;
	line-height: 1.8;
	color: #4E4E4E;
	margin: 10px 35px 10px 35px;
	}

.article p span.strg {
	font-size: 13px;
	color: #ee3426;
	font-weight: bold;
	font-style: italic;
}

.article p.image {
	float: left;
	margin: 9px 10px 0px 35px;
	width: auto;
	height: auto;
	border: none;
}

.article p.image img {
  border: none;
}

.article p.image-r {
	float: right;
	margin: 9px 35px 5px 10px;
	width: auto;
	height: auto;
}

.article p.image-r img {
  border: none;
}

.article p.image-r2 {
	float: right;
	margin: 10px 35px 0 10px;
	width: auto;
	height: auto;
}

.article p.image-r2 img {
  border: none;
}


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

.article ul{
	margin: 0;
	padding: 0;
}

.article ul li{
	list-style: disc;
	margin: 10px 50px 10px 50px;
	font-size: 13px;
	line-height: 1.8;
	color: #4E4E4E;
	padding: 0px 5px 0px 0px;
}



.next_article{
	width: 480px;
	font-size: 13px;
	line-height: 1.8;
	margin: 20px auto 10px auto;
	background-color: #b8d07a; 
	border: #e1e1e1 solid 1px;
	padding: 5px 15px 5px 15px;
}

.final p{
	font-size: 13px;
	line-height: 1.8;
	color: #4E4E4E;
	margin: 5px 20px 5px 20px;
	}

.line-k {
	width: 505px;
	text-align: center;
	margin: 20px 0 20px 18px;
}



/*-- レイアウト右--*/
#rightside { 
    margin: 10px 10px 10px auto;
	float: right;
	width: 225px;
	text-align: left;
}

.menu_r { 
	margin: 0px 0px 10px 0px;
	padding: 0;
	float: right;
	width: 225px;
	text-align: left;
	background: url(./img/menu_right_head.gif) no-repeat 0% 0%;
}

.menu_r_body{
	margin: 0px 0px 0px 0px;
	float: left;
	width : 222px;
	text-align : left;
	background: url(./img/menu_right_body.gif) repeat-y 0% 0%;
}

.menu_r h3{ 
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin: 7px 10px 0px 10px;
	text-align: left;
	padding: 10px 0px 10px 4px;
	border-bottom: 1px dotted #333333;
}

.menu_r ul {
	margin: 0;
	padding: 0;
	}

.menu_r ul li { 
	border-bottom: 1px dashed #AFD2DE;
	list-style: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4;
	margin: 7px 10px 1px 15px;
	color: #fd5741;
}

.menu_r ul li a{
	list-style: none;
	display: block;
	padding: 2px 5px 5px 24px;
	background-image: url(./img/menulist.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.menu_r ul li a:hover,.menu_r ul li a.np {
	color: #fd5741;
	background-image: url(./img/menulist-ov.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
}

.menu_r p{
	font-size: 12px;
	line-height: 1.3;
	color: #4E4E4E;
	margin: 5px 2px 1px 2px;
}


.rightsideimg{
	margin: 10px 0px 0px 0px;
	text-align : center;
	display: block;
}

	
.side-k{
	width: 220px;
	text-align: left;
	margin: 20px 1px 20px 10px;
	border: 0px solid #000000;
}

.r-spn{
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2;
	color: #4E4E4E;
	margin: 20px 11px 5px 1px;
	text-align : right;
}



/*-- アンダー --*/
.daw_footer{
	margin: 20px 25px 20px 25px;
	text-align: left;
	line-height: 1.5;
	border-top:  3px solid #C3DB9F;
	clear: both;
}

.daw_footer h3{
	background: url(./img/bullet.gif) no-repeat 0% 50%;
	font-size: 14px;
	color: #4E4E4E;
	margin: 10px 0 5px 5px;
	text-align: left;
	padding: 2px 0px 0px 24px;
	height: 20px;
	line-height: 20px;
	letter-spacing: 1.2px;
	line-height: 1.6;
}


.daw_footer p{
	font-size: 13px;
	line-height: 1.8;
	color: #333333;
	margin: 10px 35px 10px 40px;
	}

.daw_list{
	margin: 8px 1px 8px 50px;
	text-align: left;
	font-size: 12px;
	color: #83ba25;
}


.daw_list ul{
	margin: 0px auto 0px auto;
	list-style: none;
	border-right: solid 1px #666666;
	display: inline;
	padding-left: 0px;
	padding-right: 5px;
}

.daw_list ul li{
	font-weight: bold;
	display: inline;
	border-left: solid 1px #666666;
	padding-left: 5px;
	padding-right: 0px;
	letter-spacing: 1pt; 
}


/*-- フッター --*/
#copyright {
	width: 804px;
	height: 79px;
	line-height: 30px;
	background: #ffffff url(./img/footer.png)  no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 23px 0 0 0;
	margin: 0 auto;
	clear: both;
	color: #FFFFFF;
    border:  0px dashed #E6E6E6;
}


#copyright a:link, #copyright a:visited, #copyright a:active { 
	color: #FFFFFF; 
	text-decoration: none; 
}

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